|
|
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */
| |
| /* Content from mediawiki.org */
| |
| /* [[Template:Note]] */
| |
| .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;
| |
| /* @noflip */ 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;
| |
| }
| |
| .tip-error,
| |
| .note-error {
| |
| background-color: #F0E7E7;
| |
| background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);
| |
| border-color: #cc3333;
| |
| padding-left: 32px;
| |
| min-height: 25px;
| |
| }
| |
|
| |
|
| /* [[Template:Notice]] */
| |
| .block-note {
| |
| background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| }
| |
| /*
| |
| * Using block-contents in the hope that it can apply to all block-level warning templates,
| |
| * with different images applied as backgrounds to the wrapping DIV.
| |
| */
| |
| .block-contents {
| |
| display: block;
| |
| padding-left: 20px;
| |
| }
| |