Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Karima Rafes (talk | contribs) |
|||
Line 22: | Line 22: | ||
border-top: 15px solid #f00; | border-top: 15px solid #f00; | ||
+ | } | ||
+ | |||
+ | .example { | ||
+ | border-style: solid; | ||
+ | border-width: 5px; | ||
+ | |||
} | } |
Revision as of 15:06, 12 November 2015
/* CSS placed here will be applied to all skins */
.linkedwiki_current_value {
display: block;
background-image: url(MW-Icon-Warning.png);
}
.linkedwiki_tooltip {
position: relative;
}
.linkedwiki_tooltip:after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
display: block;
border-left: 15px solid transparent;
border-bottom: 15px solid transparent;
border-top: 15px solid #f00;
}
.example {
border-style: solid;
border-width: 5px;
}