No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.item-title { | |||
color: #cb9; | |||
font-weight: bold; | |||
font-size: 150%; | |||
} | |||
.item-subtitle { | |||
color: #666; | |||
font-weight: bold; | |||
} | |||
.item-text { | |||
color: #cb9; | |||
} | |||
.object-tooltip { | .object-tooltip { | ||
Line 7: | Line 22: | ||
display: inline-block; | display: inline-block; | ||
color: #a84; | color: #a84; | ||
font-weight: bold; | |||
} | } | ||
Line 15: | Line 31: | ||
display: inline-block; | display: inline-block; | ||
color: #07f; | color: #07f; | ||
font-weight: bold; | |||
} | } | ||
.ability-tooltip:hover, .object-tooltip:hover { | .ability-tooltip:hover, .object-tooltip:hover { | ||
color: # | color: #0ff!important; | ||
cursor: pointer; | cursor: pointer; | ||
} | } |