Difference between revisions of "MediaWiki:Common.css"

From Awesome Baozam
Jump to: navigation, search
(float: right)
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
#toc {
 
#toc {
 +
float: right;
 +
}
 +
div#mw-panel {
 +
position: fixed;
 +
}
 +
 +
#n-Baozam\.Net, #n-Baozam\.Org {
 +
    background: #D99A36;
 +
    text-align: center;
 +
    padding: .5em !important;
 +
    border-radius: 3px;
 +
    margin-top: 3px !important;
 +
}
 +
#n-Baozam\.Net {
 +
    margin-top: 0 !important;
 +
}
 +
#n-Baozam\.Net a, #n-Baozam\.Org a {
 +
    color: #FFF !important;
 +
    font-weight: bold;
 +
}

Latest revision as of 14:40, 8 February 2017

#toc {
	float: right;
}
div#mw-panel {
 position: fixed;
}
 
#n-Baozam\.Net, #n-Baozam\.Org {
    background: #D99A36;
    text-align: center;
    padding: .5em !important;
    border-radius: 3px;
    margin-top: 3px !important;
}
#n-Baozam\.Net {
    margin-top: 0 !important;
}
#n-Baozam\.Net a, #n-Baozam\.Org a {
    color: #FFF !important;
    font-weight: bold;
}