standard.css
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
a.stub | |||
{ | |||
color: #936; | |||
} | |||
body | |||
{ | |||
background: #fff; | |||
color: #024; | |||
} | |||
div.editsection | |||
{ | |||
clear: left; | |||
} | |||
div.tright | |||
{ | |||
clear: right; | |||
} | |||
div#article | |||
{ | |||
border-top: 3px groove #330099; | |||
border-left: 3px groove #330099; | |||
border-bottom: 2px groove #997fcc; | |||
padding-top: 3px; | |||
padding-left: 8px; | |||
padding-bottom: 1em; | |||
} | |||
span.venus | |||
{ | |||
position: relative; | |||
bottom: -1px; | |||
vertical-align: text-bottom; | |||
} | |||
h1, h2, h3, h4, h5, h6 | |||
{ | |||
position: relative; | |||
clear: left; | |||
left: -8px; | |||
padding-left: 8px; | |||
overflow: hidden; | |||
border-bottom: 2px groove; | |||
line-height: 2em; | |||
} | |||
h1 | |||
{ | |||
color: #000000; | |||
border-left-color: #000000; | |||
border-bottom-color: #7f7f7f; | |||
} | |||
h2 | |||
{ | |||
color: #110033; | |||
border-left-color: #110033; | |||
border-bottom-color: #887f99; | |||
max-width: 88%; | |||
} | |||
h3 | |||
{ | |||
color: #220066; | |||
border-left-color: #220066; | |||
border-bottom-color: #907fb2; | |||
max-width: 77%; | |||
} | |||
h4 | |||
{ | |||
color: #330099; | |||
border-left-color: #330099; | |||
border-bottom-color: #997fcc; | |||
max-width: 68%; | |||
} | |||
h5 | |||
{ | |||
color: #4400cc; | |||
border-left-color: #4400cc; | |||
border-bottom-color: #a17fe5; | |||
max-width: 60%; | |||
} | |||
h6 | |||
{ | |||
color: #5500ff; | |||
border-left-color: #5500ff; | |||
border-bottom-color: #aa7fff; | |||
max-width: 53%; | |||
} | |||
hr.sep | |||
{ | |||
color: #330099 !important; | |||
background-color: #997fcc !important; | |||
height: 2px !important; | |||
} | |||
img | |||
{ | |||
max-width: 512px; | |||
height: auto; | |||
} | |||
pre | |||
{ | |||
border: 1px dashed blue; | |||
padding: 8px; | |||
margin: 1em; | |||
overflow: auto; | |||
display: table; | |||
clear: left; | |||
} | |||
pre.raw | |||
{ | |||
border: none !important; | |||
padding: 0 !important; | |||
margin: auto !important; | |||
display: normal !important; | |||
clear: none !important; | |||
} | |||
span.redirectText | |||
{ | |||
font-size: medium !important; | |||
font-weight: normal !important; | |||
} | |||
td.top | |||
{ | |||
border-bottom: none !important; | |||
} | |||
td.bottom | |||
{ | |||
border-top: none !important; | |||
} | |||
#quickbar | |||
{ | |||
border-right: none !important; | |||
} |
Latest revision as of 13:55, 6 February 2006
a.stub
{
color: #936;
}
body
{
background: #fff;
color: #024;
}
div.editsection
{
clear: left;
}
div.tright
{
clear: right;
}
div#article
{
border-top: 3px groove #330099;
border-left: 3px groove #330099;
border-bottom: 2px groove #997fcc;
padding-top: 3px;
padding-left: 8px;
padding-bottom: 1em;
}
span.venus
{
position: relative;
bottom: -1px;
vertical-align: text-bottom;
}
h1, h2, h3, h4, h5, h6
{
position: relative;
clear: left;
left: -8px;
padding-left: 8px;
overflow: hidden;
border-bottom: 2px groove;
line-height: 2em;
}
h1
{
color: #000000;
border-left-color: #000000;
border-bottom-color: #7f7f7f;
}
h2
{
color: #110033;
border-left-color: #110033;
border-bottom-color: #887f99;
max-width: 88%;
}
h3
{
color: #220066;
border-left-color: #220066;
border-bottom-color: #907fb2;
max-width: 77%;
}
h4
{
color: #330099;
border-left-color: #330099;
border-bottom-color: #997fcc;
max-width: 68%;
}
h5
{
color: #4400cc;
border-left-color: #4400cc;
border-bottom-color: #a17fe5;
max-width: 60%;
}
h6
{
color: #5500ff;
border-left-color: #5500ff;
border-bottom-color: #aa7fff;
max-width: 53%;
}
hr.sep
{
color: #330099 !important;
background-color: #997fcc !important;
height: 2px !important;
}
img
{
max-width: 512px;
height: auto;
}
pre
{
border: 1px dashed blue;
padding: 8px;
margin: 1em;
overflow: auto;
display: table;
clear: left;
}
pre.raw
{
border: none !important;
padding: 0 !important;
margin: auto !important;
display: normal !important;
clear: none !important;
}
span.redirectText
{
font-size: medium !important;
font-weight: normal !important;
}
td.top
{
border-bottom: none !important;
}
td.bottom
{
border-top: none !important;
}
#quickbar
{
border-right: none !important;
}