Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Client Admin (talk | contribs) |
Client Admin (talk | contribs) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
body { | body { | ||
background-image: url(images/CwikiBkg.png); | /*background-image: url(images/CwikiBkg.png);*/ | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
} | } | ||
/* clear image and gradation from navigation header and bump everything down to work with CipherSpace background image*/ | /* clear image and gradation from navigation header and bump everything down to work with CipherSpace background image*/ | ||
#mw-page-base { | /*#mw-page-base { | ||
height:9.5em; | height:9.5em; | ||
background-image:none; | background-image:none; | ||
background-color:transparent; | background-color:transparent; | ||
} | } | ||
#mw-head-base { | #mw-head-base { | ||
margin-top: -4.5em; | margin-top: -4.5em; | ||
height:5em; | height:5em; | ||
} | } | ||
#left-navigation { | #left-navigation { | ||
margin-top:7.5em; | margin-top:7.5em; | ||
} | } | ||
#right-navigation { | #right-navigation { | ||
margin-top:7.5em; | margin-top:7.5em; | ||
} | } | ||
#p-personal { | #p-personal { | ||
top:0.6em; | top:0.6em; | ||
} | } | ||
*/ | |||
/* top navigation reverse colors */ | |||
#mw-navigation #mw-head #p-personal a { | |||
color: #b8c5fe; | |||
} | |||
#mw-navigation #mw-head #p-personal a:visited { | |||
color:#bdb1fd; | |||
} | |||
/* remove tools from sidebar */ | |||
#p-tb {display:none !important;} | |||
/* remove tabs */ | |||
/* discussion tab */ | |||
#ca-talk {display:none !important;} | |||
/* page tab */ | |||
#ca-nstab-main {display:none !important;} | |||
/* read tab */ | |||
#ca-view {display:none !important;} | |||
/* view history tab */ | |||
#ca-history {display:none!important;} |
Latest revision as of 19:10, 7 March 2017
/* CSS placed here will be applied to all skins */ body { /*background-image: url(images/CwikiBkg.png);*/ background-repeat:no-repeat; } /* clear image and gradation from navigation header and bump everything down to work with CipherSpace background image*/ /*#mw-page-base { height:9.5em; background-image:none; background-color:transparent; } #mw-head-base { margin-top: -4.5em; height:5em; } #left-navigation { margin-top:7.5em; } #right-navigation { margin-top:7.5em; } #p-personal { top:0.6em; } */ /* top navigation reverse colors */ #mw-navigation #mw-head #p-personal a { color: #b8c5fe; } #mw-navigation #mw-head #p-personal a:visited { color:#bdb1fd; } /* remove tools from sidebar */ #p-tb {display:none !important;} /* remove tabs */ /* discussion tab */ #ca-talk {display:none !important;} /* page tab */ #ca-nstab-main {display:none !important;} /* read tab */ #ca-view {display:none !important;} /* view history tab */ #ca-history {display:none!important;}