ध्यान दें: प्रकाशित करने के बाद बदलाव देखने के लिए आपको अपने ब्राउज़र के कैश को हटाना पड़ सकता है।

  • Firefox/Safari: Reload क्लिक समय Shift दबाएँ, या फिर Ctrl-F5 या Ctrl-R दबाएँ (Mac पर ⌘-R)
  • Google Chrome: Ctrl-Shift-R दबाएँ (Mac पर ⌘-Shift-R)
  • Internet Explorer/Edge: Refresh पर क्लिक करते समय Ctrl दबाएँ, या Ctrl-F5 दबाएँ
  • Opera: Ctrl-F5 दबाएँ।
 
 /* #globalWrapper { font-size:14px; } */
 #bodyContent { font-size:110% }
 h3 { 
 font-weight: normal; 
 font-size: 125%;
 }
 a { text-decoration:underline; }
 h1 { padding-bottom: 0.35em; }

/* <pre> */

/* Change the colours to the different namespaces */
/* Default colour */
#content { background : #F8FCFF; }  // sky blue
#p-cactions li { background : #F8FCFF; }
#p-cactions li a { background : #F8FCFF; }

/* Articles background colour */
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }

/* Articles talk pages background colour */
.ns-1 * #content { background : #FFFFEE; } // yellow
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }

/* User pages background colour */
.ns-2 * #content { background : white; }
.ns-2 * #p-cactions li { background : white; }
.ns-2 * #p-cactions li a { background : white; }

/* User talk pages background colour */
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }

/* Wikipedia pages background colour */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }

/* Wikipedia talk pages background colour */
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }

/* Image talk pages background colour */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background : #FFFFEE; }

/* MediaWiki pages background colour */
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background : #EEEEFF; }

/* MediaWiki talk pages background colour */
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }

/* Template talk pages background colour */
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }

/* Help pages background colour */
.ns-12 * #content { background : #FFEEEE; }
.ns-12 * #p-cactions li { background : #FFEEEE; }
.ns-12 * #p-cactions li a { background : #FFEEEE; }

/* Help talk pages background colour */
.ns-13 * #content { background : #FFEEEE; }
.ns-13 * #p-cactions li { background : #FFEEEE; }
.ns-13 * #p-cactions li a { background : #FFEEEE; }

/* Category talk pages background colour */
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }

/* les nombre impairs sont discuter xxx (ou discussion xxx)
 '0': 'article',
 '2': 'user',
 '4': 'wikipedia',
 '6': 'image',
 '8': 'mediawiki',
 '10':   'template',
 '12':   'help',
 '14':   'category'
*/

/* pour armoniser les exposant */
.exposant { vertical-align: text-top; }

/* correction du bug de bordure blanche en attendant une mise a jour du site */
div.floatleft, table.floatleft
{
    float: left;
    position: relative;
    margin: 0, 0.5em, 0.5em, 0;
    border: 0;
}

div.floatright, table.floatright
{
    clear: right;
    float: right;
    position: relative;
    margin: 0, 0, 0.5em, 0.5em;
    border: 0;
}
/*
div.thumb
{
    margin-bottom: 0.5em;
    border: 0;
    width: auto;
}

div.tright
{
    clear: right;
    float: right;
    margin: 0.5em, 0, 0.8em, 1.4em;
    border: 0
}

div.tleft
{
    float: left;
    margin: 0.5em, 1.4em, 0.8em, 0;
    border: 0;
}
*/
table.egyleft
{
    float: right; 
    margin: 0.5em 0.5em 1em 1em; 
    border: 1px solid #ccccaa; 
    background: #efefdd; 
    text-align: center; 
    width: 170px;
}

/* Import de la palette de navigation de de: */
 
div.BoxenVerschmelzen, div.NavFrame {
     margin:0px;
     padding:2px;
     border:1px solid #AAAAAA;
     text-align:center;
     border-collapse:collapse;
     font-size:95%;
}

div.BoxenVerschmelzen div.NavFrame {
     border-style:none;
     border-style:hidden;
}

div.NavFrame + div.NavFrame {
     border-top-style:none;
     border-top-style:hidden;
}

div.NavPic {
     background-color:#FFFFFF;
     margin:0px;
     padding:2px;
     float:left;
}

div.NavFrame div.NavHead {
     height:1.6em;
     font-weight:bold;
     font-size:100%;
     background-color:#EFEFEF;
}

div.NavFrame p {
     font-size:100%;
}

div.NavFrame div.NavContent {
     font-size:100%;
}

div.NavFrame div.NavContent p {
     font-size:100%;
}

div.NavEnd {
     margin:0px;
     padding:0px;
     line-height:1px;
     clear:both;
}

/* </pre> */