MediaWiki:Monobook.css
From Yade
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*<pre>*/
#content {
border: none;
}
body {
font-family: serif;
font-size: 80%;
background: #ddd;
}
h1, h2, h3, h4, h5 {
color: #111;
}
h1, h2 {
border-bottom: 1px solid #ddd;
line-height:125%;
}
#p-Developer_guide .pBody,
#p-Physics_behind .pBody,
#p-User_guide .pBody,
#p-navigation .pBody,
#p-Core_developer_guide .pBody,
#p-Wiki .pBody,
#p-search .pBody,
#p-tb .pBody
{
padding-top: 1px;
padding-right: 3px;
border: none;
background: #ccc;
}
/* @media screen, projection { */
#p-navigation,
#p-Developer_guide,
#p-Physics_behind,
#p-User_guide,
#p-Core_developer_guide,
#p-Wiki,
#p-tb
{
position: relative;
z-index: 3;
}
#p-navigation a,
#p-Developer_guide a,
#p-Physics_behind a,
#p-User_guide a,
#p-Core_developer_guide a,
#p-Wiki a,
#p-tb a
{
display: block;
text-decoration: none;
}
#p-navigation li.active a, #p-navigation li.active a:link, #p-navigation li.active a:visited, #p-navigation li.active a:hover,
#p-Developer_guide li.active a, #p-Developer_guide li.active a:link, #p-Developer_guide li.active a:visited, #p-Developer_guide li.active a:hover,
#p-Physics_behind li.active a, #p-Physics_behind li.active a:link, #p-Physics_behind li.active a:visited, #p-Physics_behind li.active a:hover,
#p-User_guide li.active a, #p-User_guide li.active a:link, #p-User_guide li.active a:visited, #p-User_guide li.active a:hover,
#p-Core_developer_guide li.active a, #p-Core_developer_guide li.active a:link, #p-Core_developer_guide li.active a:visited, #p-Core_developer_guide li.active a:hover,
#p-Wiki li.active a, #p-Wiki li.active a:link, #p-Wiki li.active a:visited, #p-Wiki li.active a:hover,
#p-tb li.active a, #p-tb li.active a:link #p-tb li.active a:visited #p-tb li.active a:hover,
{
display: inline;
text-decoration: none;
}
.portlet {
border: none;
margin: 0;
padding: 0;
float: none;
width: 11.6em;
overflow: hidden;
}
.portlet h5 {
background: #bbb;
padding: 0.1em .2em 0.2em 0.6em;
height: 1em;
width: 100%;
text-transform: none;
font-size: 91%;
font-weight: normal;
white-space: nowrap;
text-transform: none;
display: block;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 155px;
width: 12.2em;
background-repeat: no-repeat !important;
background-position: 35% 50% !important;
text-decoration: none;
background-color: #ddd;
}
#bodyContent a.external {
color: #137;
text-decoration: underline;
}
#bodyContent a.external:hover {
color: #49b;
text-decoration: none;
}
a {
color: #137;
}
a:link {
color: #137;
text-decoration: underline;
}
a:visited {
color: #359;
text-decoration: underline;
}
a:hover {
color: #000;
text-decoration: none;
background:#ddd;
}
a:active {
color: #000;
}
a.new {
color: #a11;
}
a.new:link {
color: #a11;
text-decoration: underline;
}
a.new:visited {
color: #a33;
text-decoration: underline;
}
a.new:hover {
color: #000;
text-decoration: none;
background:#fcc;
}
.pBody {
border: none;
}
#p-personal ul {
font-size: 75%;
font-family: Geneva, sans-serif;
}
#p-personal li a {
color: #000;
}
#p-cactions li {
display: inline;
border: none;
padding: 0 0 .1em 0;
margin: 0 .3em 0 0;
overflow: visible;
background: #ccc;
background-color: #ccc;
}
#p-cactions li.selected {
border: none;
padding: 0 0 .2em 0;
font-weight: bold;
background: #fff;
background-color: #fff;
}
#p-cactions li.selected a {
z-index: 3;
padding: 0 1em .2em!important;
background-color: white;
color: #000;
border: none;
background: #fff;
background-color: #fff;
}
#p-cactions li a {
font-size: 90%;
background-color: #ccc;
background: #ccc;
color: #444;
border: none;
padding: 0 .8em .3em;
position: relative;
z-index: 0;
margin: 0;
text-decoration: none;
}
#p-cactions .new a {
color: #d44;
border: none;
}
ol {
line-height: 1.5em;
margin: .3em 0 0 1.5em;
padding: 0;
list-style-image: none;
}
.infobox {
border: 7px solid #ddd;
border-left: 1px;
background-color: #ddd;
color: black;
float: right;
margin: 0 0 1em 1.5em;
font-size: 90%;
}
/*
.infobox a {
text-decoration: none;
}
*/
#toc,
.toc {
border: none;
background-color: #ddd;
padding: 0;
margin 0;
font-size: 90%;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
text-align: center;
background-color: #ccc;
padding: 0;
margin 0;
}
#toc .toctoggle,
.toc .toctoggle {
font-size: 85%;
}
#p-wikicities-nav {
display: none;
}
/*</pre>*/