User:Lizz/common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 19: Line 19:
   color: maroon;
   color: maroon;
   font-style: italic;
   font-style: italic;
  font-weight: bold;
}
}


Line 92: Line 93:
.memoryID {
.memoryID {
     display: none;
     display: none;
}
.brokenPattern {
    display: none
}
.hidden {
    display: none
}
.centered {
    text-align: center;
}
}


Line 150: Line 162:


.guideTable td {
.guideTable td {
     max-width: 300px;
     max-width: 200px;
    padding: 10px;
}
 
.gameGuideTileTable {
    text-align:center;
    border-spacing: 10px;
    font-size: 12px;
}
 
.gameGuideTileTable td {
    width: 90px;
    height: 90px;
}
 
.gameGuideTileTableCondensed {
    text-align:center;
    border-spacing: 2px;
    font-size: 12px;
}
 
.gameGuideTileTableCondensed td {
    width: 75px;
    height: 75px;
    line-height: 1;
}
 
div#tag-universe {
    border: 1px solid #354569;
    background: #ccceffe8;
}
div#tag-universe a {
    color: #354569;
}
div#tag-category {
    background: rgb(129, 155, 252);
}
div#tag-category a {
    /*color: #ffffff;*/
}
 
span.blue {
    color: #1CA5B7;
}
}
moderator
26,624

edits