User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 1: Line 1:
.fancytree ul {
 
    background: none;
.tableheader th{
     border: none;
background: #916699;
     font-size: 17px;
     color: #000;
}
     font-size: 120%;
ul.fancytree-container {
    font-weight: bold;
    outline: 0;
     border-radius: 10em 10em 0 0;
     border: none;
     text-align: center;
    overflow: hidden;
}
.fancytree p {
     display: none;
}
span.fancytree-title {
    cursor: default;
}
}

Revision as of 02:09, 19 December 2020

.tableheader th{
	background: #916699;
    color: #000;
    font-size: 120%;
    font-weight: bold;
    border-radius: 10em 10em 0 0;
    text-align: center;
}