User:Eequor/standard.css

From Wikipedia, a free encyclopedia written in simple English for easy reading.

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

div.editsection
{
   clear: left;
}

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;
}

h1, h2, h3, h4, h5, h6
{
   position: relative;
   clear: left;
   left: -8px;
   padding-left: 8px;
   overflow: hidden;
   border-bottom: 2px groove;
}

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;
}

td.top
{
   border-bottom: none !important;
}

td.bottom
{
   border-top: none !important;
}

#siteNotice, #editpage-copywarn
{
   display: none;
}

#quickbar
{
   border-right: none !important;
}