Difference between revisions of "MediaWiki:Monobook.css"

From Conscienciopedia
Jump to: navigation, search
 
 
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
+
/*<pre><nowiki>*/
 +
p {
 +
    margin: 0.4em 0em 0.75em 0em;
 +
    line-height: 1.5em;
 +
}
 +
 
 +
p.wp {
 +
    text-indent: 0.75cm;
 +
    text-justify: newspaper;
 +
    text-align: justify;
 +
}
 +
 
 +
ul#f-list li {
 +
    list-style: none;
 +
    text-align: center;
 +
    display: inline;
 +
    list-style-image: none;
 +
    list-style-type: none;
 +
    margin: 0 0;
 +
}
 +
li.f-disclaimer {
 +
    visible: false;
 +
    display: none;
 +
}
 +
 
 +
#f-disclaimer {
 +
    visible: false;
 +
    display: none;
 +
}
 +
#bodyContent p {
 +
    text-indent: 0.75cm;
 +
    text-justify: newspaper;
 +
    text-align: justify;
 +
}
 +
 
 +
span.nw {
 +
    white-space: nowrap;
 +
}
 +
 
 +
 
 +
ol.en {
 +
    line-height: 1.5em;
 +
    margin-top: 0em;
 +
    margin-bottom: 1.2em;
 +
    margin-right: 0em;
 +
    margin-left: 0em;
 +
    padding:0;
 +
    padding-left: 0px;
 +
    list-style-image: none;
 +
    list-style-type: none;
 +
    text-align: justify;
 +
    text-indent: 0.75cm;
 +
    text-justify: newspaper;
 +
}
 +
 
 +
ol.ensub {
 +
    line-height: 1.5em;
 +
    margin-top: 0em;
 +
    margin-bottom: 1.2em;
 +
    margin-right: 0em;
 +
    margin-left: 0.75cm;
 +
    padding:0;
 +
    padding-left: 0px;
 +
    list-style-image: none;
 +
    list-style-type: none;
 +
    text-align: justify;
 +
    text-indent: 0.75cm;
 +
    text-justify: newspaper;
 +
}
 +
 
 +
 
 +
input.searchButton {
 +
    margin-top:1px;
 +
    padding: 0em;
 +
    font-size: 95%;
 +
    background-color: White;
 +
    border: 1px solid #2f6fab;
 +
}
 +
 
 +
#searchGoButton {
 +
    padding: 0em;
 +
    font-weight: normal;
 +
}
 +
 
 +
span.diffchange {
 +
    font-weight: bold;
 +
    color: #ff0080;
 +
    text-decoration: underline;
 +
}
 +
 
 +
/*</nowiki></pre>*/

Latest revision as of 05:39, 27 February 2006

/*<pre><nowiki>*/
p {
    margin: 0.4em 0em 0.75em 0em;
    line-height: 1.5em;
}

p.wp {
    text-indent: 0.75cm;
    text-justify: newspaper;
    text-align: justify;
}

ul#f-list li { 
    list-style: none;
    text-align: center;
    display: inline; 
    list-style-image: none;
    list-style-type: none;
    margin: 0 0;
}
li.f-disclaimer {
    visible: false;
    display: none;
}

#f-disclaimer {
    visible: false;
    display: none;
}
#bodyContent p {
    text-indent: 0.75cm;
    text-justify: newspaper;
    text-align: justify;
}

span.nw { 
    white-space: nowrap;
}


ol.en {
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 1.2em;
    margin-right: 0em;
    margin-left: 0em;
    padding:0;
    padding-left: 0px;
    list-style-image: none;
    list-style-type: none;
    text-align: justify;
    text-indent: 0.75cm;
    text-justify: newspaper;
}

ol.ensub {
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 1.2em;
    margin-right: 0em;
    margin-left: 0.75cm;
    padding:0;
    padding-left: 0px;
    list-style-image: none;
    list-style-type: none;
    text-align: justify;
    text-indent: 0.75cm;
    text-justify: newspaper;
}


input.searchButton {
    margin-top:1px;
    padding: 0em;
    font-size: 95%;
    background-color: White;
    border: 1px solid #2f6fab;
}

#searchGoButton {
    padding: 0em;
    font-weight: normal;
}

span.diffchange {
    font-weight: bold;
    color: #ff0080;
    text-decoration: underline;
}

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