MediaWiki:Monobook.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
#toc, | |||
. | .toc { | ||
background-color: | font-size: 95%; | ||
border: 1px solid # | background-color: white; | ||
color: # | color: black; | ||
border-collapse: collapse; | |||
border: 1px solid #aaa; | |||
} | |||
#toctitle h2 { | |||
background-color: #ddd; | |||
color: #000; | |||
height: 1em; | |||
text-align: center; | |||
padding: 0.2em 1em 0.5em 0.3em; | |||
display: block; | |||
font-weight: bold; | font-weight: bold; | ||
border-bottom: 1px solid #aaa; | |||
border-collapse: collapse; | |||
} | |||
#p-cactions { | |||
position: absolute; | |||
top: 78px; | |||
left: 11.5em; | |||
margin: 0; | |||
white-space: nowrap; | |||
width: 76%; | |||
line-height: 1.1em; | |||
overflow: visible; | |||
background: none; | |||
border-collapse: collapse; | |||
padding-left: 1em; | |||
list-style: none; | |||
font-size: 95%; | |||
} | |||
#p-cactions li, #p-cactions li a { | |||
color: white; | |||
background-color: black; | |||
border: 2px solid black; | |||
} | |||
#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li a:hover { | |||
color: white; | |||
background-color: #0159b7; | |||
border: 2px solid #0159b7; | |||
border-bottom: none; | |||
} | } | ||
#p-logo { | #p-logo { | ||
top: | top: 0px; | ||
left: | left: 0px; | ||
height: | height: 100px; | ||
width: | width: 100px; | ||
overflow: visible; | overflow: visible; | ||
display: block; | display: block; | ||
background: url(/eduke32.png); | |||
} | } | ||
#p-logo a, | #p-logo a, | ||
#p-logo a:hover { | #p-logo a:hover { | ||
height: | height: 100px; | ||
width: | width: 100px; | ||
display: | display: none; | ||
} | } | ||
/ | #globalWrapper { padding-top: 64px; height: 100px; background:#000 url("/sitebannerwiki.jpg") top right no-repeat; } | ||
#content { color: white; background:#000 url(/bgl.jpg); border: 2px solid #0159b7; } | |||
# | |||
body { | |||
font: x-small sans-serif; | |||
background: #000000 url(/bgd.jpg); | |||
color: white; | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
/ | table, #table, #toc, textarea { | ||
background: #000000 url(/bgl.jpg); | |||
color: white; | |||
border: 2px solid #0159b7; | |||
border: | |||
} | } | ||
.portlet h5 { | .portlet h5 { | ||
background-color: # | background-color: #0159b7; | ||
color: | color: white; | ||
padding: 0.2em 1em 0.5em 0.3em; | padding: 0.2em 1em 0.5em 0.3em; | ||
text-transform: lowercase; | text-transform: lowercase; | ||
| Line 107: | Line 97: | ||
white-space: nowrap; | white-space: nowrap; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: | border: 2px solid #0159b7; | ||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
| Line 113: | Line 103: | ||
.pBody { | .pBody { | ||
font-size: 95%; | font-size: 95%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
padding: 0 .8em .3em .5em; | padding: 0 .8em .3em .5em; | ||
color: white; background:#000 url(/bgl.jpg); | |||
border: 2px solid #0159b7; | |||
} | } | ||
a | a:link, a:visited | ||
{ color: #1485ff; font-weight: bold } | |||
a:hover, a:active | |||
{ color: #0159b7; font-weight: bold } | |||
a:visited | |||
color: # | |||
} | |||
a:hover | |||
color: # | |||
} | |||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
background-color: # | background-color: #0159b7; | ||
color: # | color: #fff; | ||
padding: 0.2em 1em 0.5em 0.3em; | padding: 0.2em 1em 0.5em 0.3em; | ||
height: 1em; | height: 1em; | ||
| Line 142: | Line 123: | ||
font-weight: bold; | font-weight: bold; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: | border: 2px solid #0159b7; | ||
} | } | ||
h1 { | h1 { | ||
font-size: 116%; | font-size: 116%; | ||
border-top:none; | border-top:none; | ||
background: none; | |||
border: none; | |||
} | } | ||
h2 { | h2 { | ||
| Line 157: | Line 139: | ||
h6 { | h6 { | ||
font-size: 90%; | font-size: 90%; | ||
} | |||
#bodyContent pre { | |||
color: white; background:#000 url(/bgl.jpg); | |||
border: 2px solid #0159b7; | |||
} | |||
#catlinks { | |||
color: white; | |||
background:#000 url(/bgl.jpg); | |||
border: 2px solid #0159b7; | |||
padding:5px; | |||
margin-top: 1em; | |||
clear: both; | |||
} | |||
li { | |||
list-style-type: square; | |||
list-style-image: url("/AAAAAA_Bullet.png"); | |||
} | } | ||
Revision as of 01:58, 30 September 2005
#toc,
.toc {
font-size: 95%;
background-color: white;
color: black;
border-collapse: collapse;
border: 1px solid #aaa;
}
#toctitle h2 {
background-color: #ddd;
color: #000;
height: 1em;
text-align: center;
padding: 0.2em 1em 0.5em 0.3em;
display: block;
font-weight: bold;
border-bottom: 1px solid #aaa;
border-collapse: collapse;
}
#p-cactions {
position: absolute;
top: 78px;
left: 11.5em;
margin: 0;
white-space: nowrap;
width: 76%;
line-height: 1.1em;
overflow: visible;
background: none;
border-collapse: collapse;
padding-left: 1em;
list-style: none;
font-size: 95%;
}
#p-cactions li, #p-cactions li a {
color: white;
background-color: black;
border: 2px solid black;
}
#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li a:hover {
color: white;
background-color: #0159b7;
border: 2px solid #0159b7;
border-bottom: none;
}
#p-logo {
top: 0px;
left: 0px;
height: 100px;
width: 100px;
overflow: visible;
display: block;
background: url(/eduke32.png);
}
#p-logo a,
#p-logo a:hover {
height: 100px;
width: 100px;
display: none;
}
#globalWrapper { padding-top: 64px; height: 100px; background:#000 url("/sitebannerwiki.jpg") top right no-repeat; }
#content { color: white; background:#000 url(/bgl.jpg); border: 2px solid #0159b7; }
body {
font: x-small sans-serif;
background: #000000 url(/bgd.jpg);
color: white;
margin: 0;
padding: 0;
}
table, #table, #toc, textarea {
background: #000000 url(/bgl.jpg);
color: white;
border: 2px solid #0159b7;
}
.portlet h5 {
background-color: #0159b7;
color: white;
padding: 0.2em 1em 0.5em 0.3em;
text-transform: lowercase;
height: 1em;
text-align: center;
display: block;
font-weight: bold;
white-space: nowrap;
border-collapse: collapse;
border: 2px solid #0159b7;
border-bottom: none;
}
.pBody {
font-size: 95%;
border-collapse: collapse;
padding: 0 .8em .3em .5em;
color: white; background:#000 url(/bgl.jpg);
border: 2px solid #0159b7;
}
a:link, a:visited
{ color: #1485ff; font-weight: bold }
a:hover, a:active
{ color: #0159b7; font-weight: bold }
h1, h2, h3, h4, h5, h6 {
background-color: #0159b7;
color: #fff;
padding: 0.2em 1em 0.5em 0.3em;
height: 1em;
display: block;
white-space: nowrap;
font-weight: bold;
border-collapse: collapse;
border: 2px solid #0159b7;
}
h1 {
font-size: 116%;
border-top:none;
background: none;
border: none;
}
h2 {
font-size: 100%;
}
h3, h4, h5 {
font-size: 95%;
}
h6 {
font-size: 90%;
}
#bodyContent pre {
color: white; background:#000 url(/bgl.jpg);
border: 2px solid #0159b7;
}
#catlinks {
color: white;
background:#000 url(/bgl.jpg);
border: 2px solid #0159b7;
padding:5px;
margin-top: 1em;
clear: both;
}
li {
list-style-type: square;
list-style-image: url("/AAAAAA_Bullet.png");
}