Difference between revisions of "MediaWiki:Common.css"

From CCGB
Jump to: navigation, search
(Created page with 'CSS placed here will be applied to all skins: .ns-100 #p-logo a { background-image: url(http://wiki.bx.psu.edu/skins/common/images/bx_computing_logo-1.png) !important; }')
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 
.ns-100 #p-logo a {
 
.ns-100 #p-logo a {
 
background-image: url(http://wiki.bx.psu.edu/skins/common/images/bx_computing_logo-1.png)
 
background-image: url(http://wiki.bx.psu.edu/skins/common/images/bx_computing_logo-1.png)
 +
!important;
 +
}
 +
 +
.ns-104 #p-logo a {
 +
background-image: url(http://wiki.bx.psu.edu/skins/common/images/icosahedron_sm-static.png)
 
!important;
 
!important;
 
}
 
}

Revision as of 18:02, 22 February 2010

/* CSS placed here will be applied to all skins */

.ns-100 #p-logo a {
background-image: url(http://wiki.bx.psu.edu/skins/common/images/bx_computing_logo-1.png)
!important;
}

.ns-104 #p-logo a {
background-image: url(http://wiki.bx.psu.edu/skins/common/images/icosahedron_sm-static.png)
!important;
}