Difference between revisions of "Widget:Template/SkillDisplay/css"
Jump to navigation
Jump to search
imported>Eave |
imported>Eave m |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | <noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | ||
/** [[Template:SkillDisplay]] **/ | /** [[Template:SkillDisplay]] **/ | ||
| + | .skill-table { | ||
| + | background: white; | ||
| + | display: inline-table; | ||
| + | font-size: 11px; | ||
| + | font-weight: bold; | ||
| + | margin: 2px; | ||
| + | position: relative; | ||
| + | width: 268px; | ||
| + | } | ||
.skill-table .oo-ui-optionWidget { | .skill-table .oo-ui-optionWidget { | ||
font-size: 9.6px; | font-size: 9.6px; | ||
| Line 6: | Line 15: | ||
.skill-table .oo-ui-panelLayout { | .skill-table .oo-ui-panelLayout { | ||
padding: 0; | padding: 0; | ||
| + | position: initial; | ||
| + | } | ||
| + | .skill-display-header { | ||
| + | background-color: #e6f7ff; | ||
| + | border: 1px solid skyblue; | ||
| + | font-size: 14px; | ||
| + | padding: 5px 10px; | ||
| + | position: absolute; | ||
| + | right: 0; | ||
| + | left: 0; | ||
| + | top: 0; | ||
| + | white-space: nowrap; | ||
| + | } | ||
| + | .skill-display-header.spacer { | ||
| + | position: relative; | ||
| + | visibility: hidden; | ||
| + | } | ||
| + | .skill-display-header a { | ||
| + | vertical-align: middle; | ||
} | } | ||
</style></includeonly> | </style></includeonly> | ||