Difference between revisions of "MediaWiki:Common.css"

From Timelines
Jump to: navigation, search
(Copy #spoiler from all skins; add pre/nowiki)
(copy #disambig and .notice from Monobook)
Line 1: Line 1:
 
/* Common CSS for all skins */
 
/* Common CSS for all skins */
 
/*<pre><nowiki>*/
 
/*<pre><nowiki>*/
 +
 +
/* Style for "notices" */
 +
.notice {
 +
    text-align: justify;
 +
    margin: 1em;
 +
    padding: 0.5em;
 +
}
 +
 +
#disambig {
 +
    border-top: 3px double #cccccc;
 +
    border-bottom: 3px double #cccccc;
 +
}
  
 
#spoiler {
 
#spoiler {

Revision as of 08:57, 11 July 2005

/* Common CSS for all skins */
/*<pre><nowiki>*/

/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.5em;
}

#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}

#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}

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