Jump to content

User:Netoholic/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
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%;
margin: 0 auto 1em auto;
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 {
border-collapse: collapse;
font-style: italic;
margin-left: 1em;
border: 1px solid #aaaaaa;

background-color: #f9f9f9;
.watchlistredir {
margin-bottom: 0.5em;
margin-left: 1em;
color: yellow;
padding: 0 3px;
float: right;
clear: right;
font-size: 90%;
}
}


/* Stop copying above this line */
.infobox.sisterproject {

width: 22em;
}
/*
/*
</pre>
</pre></nowiki>
*/
*/

Latest revision as of 13:35, 6 April 2006

/*
<nowiki><pre>
*/

/*  Copy text starting after this line */

.allpagesredirect {
    font-style: italic;
    margin-left: 1em;

.watchlistredir {
    color: yellow;
}

/*  Stop copying above this line */

/*
</pre></nowiki>
*/