Difference between revisions of "MediaWiki:Common.css"
(27 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | body.page-100_Orange_Juice_Wiki.action-view h1.firstHeading, body.page-100_Orange_Juice_Wiki.action-submit h1.firstHeading { display: none; } | + | body.page-100_Orange_Juice_Wiki.action-view h1.firstHeading, body.page-100_Orange_Juice_Wiki.action-submit h1.firstHeading |
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | body | ||
+ | { | ||
+ | background: url('/orangejuicebg.png'), -moz-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; | ||
+ | background: url('/orangejuicebg.png'), -ms-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; | ||
+ | background: url('/orangejuicebg.png'), -o-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; | ||
+ | background: url('/orangejuicebg.png'), -webkit-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; | ||
+ | } | ||
+ | |||
+ | #mw-page-base | ||
+ | { | ||
+ | background: none; | ||
+ | } | ||
+ | |||
+ | .mw-body, div#mw-panel | ||
+ | { | ||
+ | background-color: rgba(255, 255, 255, 0.80); | ||
+ | } | ||
+ | |||
+ | .mw-body | ||
+ | { | ||
+ | border: 1px solid #FFBE64; | ||
+ | margin-right: 2px; | ||
+ | } | ||
+ | |||
+ | div#mw-panel | ||
+ | { | ||
+ | border: 2px solid #FFCF8A; | ||
+ | border-left: none; | ||
+ | border-radius: 0px 6px 6px 0px; | ||
+ | box-shadow: 3px 3px #646464, 0px 3px #646464; | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span | ||
+ | { | ||
+ | background: none; | ||
+ | } | ||
+ | |||
+ | li.selected | ||
+ | { | ||
+ | font-weight: bold; | ||
+ | } | ||
.help | .help |
Latest revision as of 04:18, 2 July 2018
body.page-100_Orange_Juice_Wiki.action-view h1.firstHeading, body.page-100_Orange_Juice_Wiki.action-submit h1.firstHeading { display: none; } body { background: url('/orangejuicebg.png'), -moz-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; background: url('/orangejuicebg.png'), -ms-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; background: url('/orangejuicebg.png'), -o-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; background: url('/orangejuicebg.png'), -webkit-linear-gradient(135deg, #FFC896 25%, #FFF 100%) fixed; } #mw-page-base { background: none; } .mw-body, div#mw-panel { background-color: rgba(255, 255, 255, 0.80); } .mw-body { border: 1px solid #FFBE64; margin-right: 2px; } div#mw-panel { border: 2px solid #FFCF8A; border-left: none; border-radius: 0px 6px 6px 0px; box-shadow: 3px 3px #646464, 0px 3px #646464; margin-top: 3px; } div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span { background: none; } li.selected { font-weight: bold; } .help { border-bottom: 1px dotted #000000; cursor: help; }