MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
.tooltype-Red { | .tooltype-Red { | ||
background-color:pink; | background-color:pink; | ||
padding:10px; | |||
border:solid; | |||
border-color:red; | |||
width:200px; | |||
} | } | ||
.tooltype-Yellow { | .tooltype-Yellow { | ||
background-color:orange; | background-color:lightyellow; | ||
padding:10px; | |||
border:solid; | |||
border-color:orange; | |||
width:200px; | |||
} | } | ||
.tooltype-Green { | .tooltype-Green { | ||
background-color:palegreen; | background-color:palegreen; | ||
padding:10px; | |||
border:solid; | |||
border-color:green; | |||
width:200px; | |||
} | } | ||
Latest revision as of 15:14, 14 August 2023
/* CSS placed here will be applied to all skins */
#toc { float: right; }
.tooltype-Red {
background-color:pink;
padding:10px;
border:solid;
border-color:red;
width:200px;
}
.tooltype-Yellow {
background-color:lightyellow;
padding:10px;
border:solid;
border-color:orange;
width:200px;
}
.tooltype-Green {
background-color:palegreen;
padding:10px;
border:solid;
border-color:green;
width:200px;
}