User:Lizz/common.css: Difference between revisions

no edit summary
(remove td#cell_scrooge - was already moved to common.css)
No edit summary
 
(45 intermediate revisions by the same user not shown)
Line 16: Line 16:




span.playtime, span.properName {
span.playtime, span.properName, span.emphasis {
   color: maroon;
   color: maroon;
   font-style: italic;
   font-style: italic;
  font-weight: bold;
}
span.internalThought {
  color: dodgerblue;
  font-style: italic;
}
span.friendshipImpact {
  color: #FD58C9;
  font-style: italic;
  font-weight: bold;
}
}


Line 28: Line 40:
.inverted-icon {
.inverted-icon {
/* testing inverting icon colors...*/
/* testing inverting icon colors...*/
-webkit-filter: invert(100%); /* Safari/Chrome */
/*-webkit-filter: invert(100%);*/ /* Safari/Chrome */
filter: brightness(3);
/*filter: brightness(3);
     filter: invert(100%);
     filter: invert(100%);*/
}
}


Line 60: Line 72:
ul.dialogueOptions {
ul.dialogueOptions {
/* used in Ariel's "Let's talk about you." Daily Discussion */
/* used in Ariel's "Let's talk about you." Daily Discussion */
}
span.timeLabel {
    font-size: 13px;
}
.rewardTileID {
    text-align: center;
}
.itemCount, .dutyVersion, .dutyIcon {
    text-align: center;
}
/* value for categorizing trees that makes them easier to group/sort, but doesn't exist in-game */
.landscapingSubtype {
    display: none;
}
.memoryID {
    display: none;
}
.brokenPattern {
    display: none
}
.hidden {
    display: none
}
.centered {
    text-align: center;
}
.controlsLabel, .controlsAction {
    padding-left: 1.0em;
}
.controlsKeyLongLabel {
    text-align:center;
    font-size:14px;
}
.controlsKey {
    text-align:center;
    font-size:18px;
}
.controlsKeyIcon {
    text-align:center;
    font-size:20px;
}
.controlsKeyIcon2 {
    text-align:center;
    font-size:24px;
}
/*
#tag-universe {
    background: #ccceffe8;
    color: #757cdc; /*#8f93dd;* /*or: #5c62b8? *
}
*/
#tag-trait {
    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,624

edits