Difference between revisions of "Widget:Template/AbilityDisplay/css"
Jump to navigation
Jump to search
>Canim44 (Linking to template) |
>Eave m |
||
| (25 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | <noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | ||
/** [[Template:AbilityDisplay]] **/ | /** [[Template:AbilityDisplay]] **/ | ||
| − | . | + | .ability-table { |
| + | background: white; | ||
| + | display: inline-table; | ||
| + | font-size: 11px; | ||
| + | font-weight: bold; | ||
| + | margin: 2px; | ||
| + | position: relative; | ||
| + | text-align: center; | ||
| + | vertical-align: top; | ||
| + | width: 268px; | ||
| + | } | ||
| + | .ability-table .oo-ui-optionWidget { | ||
| + | font-size: 10px; | ||
| + | } | ||
| + | .ability-table .oo-ui-panelLayout { | ||
| + | padding: 0; | ||
| + | position: initial; | ||
| + | } | ||
| + | .ability-header { | ||
background-color: #e6f7ff; | background-color: #e6f7ff; | ||
| − | border | + | border: 1px solid skyblue; |
font-size: 14px; | font-size: 14px; | ||
padding: 5px 10px; | padding: 5px 10px; | ||
| Line 12: | Line 30: | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
| − | + | .ability-header.spacer { | |
| − | + | height: 0; | |
| − | + | padding-top: 0; | |
| − | + | position: relative; | |
| − | |||
visibility: hidden; | visibility: hidden; | ||
| − | |||
} | } | ||
| − | </style> | + | .ability-header a { |
| − | </includeonly> | + | vertical-align: middle; |
| + | } | ||
| + | </style></includeonly> | ||