Difference between revisions of "MediaWiki:Monobook.css"

From Twinsuniverse
Jump to: navigation, search
m (Replacing page with 'CSS placed here will affect users of the Monobook skin: ')
(another try)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
 +
 +
#content {
 +
    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 a, #p-cactions li a:hover, #p-cactions li.selected a {
 +
    background-color: #F8FCFF;
 +
}
 +
 +
.ns-0 * #p-cactions li a {
 +
    background-color: #fbfbfb;
 +
}
 +
 +
.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
 +
    background-color: white;
 +
}
 +
 +
.ns-0 * #content div.thumb {
 +
    border-color: white;
 +
}

Revision as of 11:43, 3 June 2007

/* CSS placed here will affect users of the Monobook skin */

#content {
    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 a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF;
}

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

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

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