User:Netoholic/monobook.css: Difference between revisions
Appearance
Content deleted Content added
m .messagebox.cleanup |
No edit summary |
||
(34 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* |
/* |
||
<pre> |
<nowiki><pre> |
||
*/ |
*/ |
||
.dablink { border-bottom: 1px solid #aaaaaa; } |
|||
/* Copy text starting after this line */ |
|||
.messagebox { |
|||
border: 1px solid #aaaaaa; |
|||
background-color: #f9f9f9; |
|||
width: 85%; |
|||
⚫ | |||
padding: 0 3px; |
|||
text-align: justify; |
|||
font-size: 90%; |
|||
} |
|||
.messagebox.merge { |
|||
border: 1px solid #cf9fff; |
|||
background-color: #f5edf5; |
|||
text-align: center; |
|||
} |
|||
.messagebox.cleanup { |
|||
border: 1px solid #9f9fff; |
|||
background-color: #efefff; |
|||
text-align: center; |
|||
} |
|||
.allpagesredirect { |
|||
.infobox { |
|||
font-style: italic; |
|||
⚫ | |||
border: 1px solid #aaaaaa; |
|||
background-color: #f9f9f9; |
|||
.watchlistredir { |
|||
margin-bottom: 0.5em; |
|||
color: yellow; |
|||
padding: 0 3px; |
|||
float: right; |
|||
clear: right; |
|||
font-size: 90%; |
|||
} |
} |
||
/* Stop copying above this line */ |
|||
.infobox.sisterproject { |
|||
width: 22em; |
|||
} |
|||
/* |
/* |
||
</pre> |
</pre></nowiki> |
||
*/ |
*/ |