Difference between revisions of "MediaWiki:Common.css"
From Wikicliki
| Line 1: | Line 1: | ||
| + | |||
| + | |||
| + | |||
| + | /* For template documentation */ | ||
| + | .template-documentation { | ||
| + | clear: both; | ||
| + | margin: 1em 0 0 0; | ||
| + | border: 1px solid #aaa; | ||
| + | background-color: #ecfcf4; | ||
| + | padding: 1em; | ||
| + | } | ||
Revision as of 16:05, 20 November 2016
/* For template documentation */
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 1em;
}
.tip, .note {
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDD;
}
.tip-info, .note-info {
background-color: #F0F0E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png);
border-color: #cc9933;
padding-left: 30px;
min-height: 28px;
}
.tip-reminder, .note-reminder {
background-color: #F6FDEA;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png);
border-color: #D6E434;
padding-left: 31px;
min-height: 28px;
}