Difference between revisions of "MediaWiki:Common.css"

From ISML
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
#ca-history, #ca-talk, #ca-viewsource{
#mw-additional-logo {
+
visibility:hidden;
    position: absolute;
+
}
    right: 0px;width: 220px;height: 80px;
+
 
    background-repeat: no-repeat;
+
 
    background-image: url(/ISML/images/logo/UWA-logo-land.png);
+
#right-navigation {
background-position: center;
+
    margin-right: 14em;
background-size:200px 66px;
+
padding-right:10px;
+
 
}
 
}
 
#p-personal {
 
#p-personal {
 
     right: 15em;
 
     right: 15em;
 
}
 
}
#right-navigation {
+
#mw-additional-logo{
    float: right;
+
position: absolute;
    margin-top: 2.5em;
+
right: 0px;width: 220px;height: 80px;
    margin-right: 14em;
+
background-repeat: no-repeat;
 +
background-image: url(/ISML/images/logo/UWA-logo-land.png);
 +
background-position: center;
 +
background-size:200px 66px;
 +
padding-right:20px;
 
}
 
}

Latest revision as of 07:42, 6 July 2016

#ca-history, #ca-talk, #ca-viewsource{
visibility:hidden;
}


#right-navigation {
    margin-right: 14em;
}
#p-personal {
    right: 15em;
}
#mw-additional-logo{
	position: absolute;
	right: 0px;width: 220px;height: 80px;
	background-repeat: no-repeat;
	background-image: url(/ISML/images/logo/UWA-logo-land.png);
	background-position: center;
	background-size:200px 66px;
	padding-right:20px;
}