User:Lizz/common.css: Difference between revisions

no edit summary
(Universe one looks bad - text is still white, background is too pale without contrast. Trait isn't an exact match, but doesn't look awful.)
No edit summary
 
(31 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 125: Line 137:
#tag-trait {
#tag-trait {
     background: #354569;
     background: #354569;
}
.rewardsSummary > td, .rewardsSummary {
text-align: center;
}
.guideTable {
    text-align: center;
}
.guideHeader {
text-transform: uppercase;
}
.guide-controlLabel {
    background:rgb(48, 48, 48);
    display: inline-block;
    border-radius: 8px;
    padding: 1px;
    font-size: 13px;
    color: white;
    font-weight: 500;
    margin: 1px;
}
.guideTable td {
    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,819

edits