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; }')
 
 
(3 intermediate revisions by the same user not shown)
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-102 #p-logo a {
 +
background-image: url(http://wiki.bx.psu.edu/skins/common/images/bx_admin_logo-1.png);
 +
}
 +
 
 +
.ns-104 #p-logo a {
 +
background-image: url(http://wiki.bx.psu.edu/skins/common/images/icosahedron_sm-static.png);
 
!important;
 
!important;
 
}
 
}

Latest revision as of 20:26, 9 March 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-102 #p-logo a {
background-image: url(http://wiki.bx.psu.edu/skins/common/images/bx_admin_logo-1.png);
}

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