Gebruiker:Jannetta/monobook.css: Verskil tussen weergawes

in Wikipedia, die vrye ensiklopedie
Content deleted Content added
No edit summary
 
No edit summary
 
Lyn 1: Lyn 1:
/* vertoon persoontabel */
table.metadata {display:table;}
table.metadata {display:table;}

/* DeWet se goetertjies */
/* changes the background of pre areas */
pre { background: White }

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
#content {
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}

a { color: #0000FF; decoration:none; }
a:visited { color: #7F007F; }
a:active, a.new { color: #FF0000; }
a.interwiki, a.external { color: #3366BB; }
a.stub { color: #772233; }


#content {
font: Gentium;
background: #F8FCFF; /* a light blue */
}

#content div.thumb {
border-color: #F8FCFF;
}

.ns-0 * #content {
background: white;
}

#mytabs li {
background: #F8FCFF;
}

.ns-0 * #mytabs li {
background: white;
}

#mytabs li a {
background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
background-color: white;
}

#p-cactions li {
background: #F8FCFF;
}

.ns-0 * #p-cactions li {
background: white;
}

#p-cactions li a {
background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
background-color: white;
}

.ns-0 * #content div.thumb {
border-color: white;
}

Huidige wysiging sedert 10:23, 17 September 2006

/* vertoon persoontabel */
table.metadata {display:table;}

/* DeWet se goetertjies */
/* changes the background of pre areas  */
pre { background: White }

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

a { color: #0000FF; decoration:none; } 
a:visited { color: #7F007F; } 
a:active, a.new { color: #FF0000; } 
a.interwiki, a.external { color: #3366BB; } 
a.stub { color: #772233; } 


#content {
    font: Gentium;
    background: #F8FCFF; /* a light blue */
}

#content div.thumb {
    border-color: #F8FCFF;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #F8FCFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li {
    background: #F8FCFF;
}

.ns-0 * #p-cactions li {
    background: white;
}

#p-cactions li a {
    background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

.ns-0 * #content div.thumb {
    border-color: white;
}