Jump to content

User:Orin^soren/monobook.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Orin^soren (talk | contribs) at 17:27, 23 April 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
<style type="text/css">
 body {
 background: LightBlue 0px 0px no-repeat; 
 }
/*body of page */
#content {margin: 2.8em 0 0 12.2em;}
/*height of nav bar */
#column-one { padding-top: 155px; }

/hyperlink color
a {
    text-decoration: none;
    color: red	;
    background: none;
}
a:visited { color: DeepPink; }
a:active { color: DeepPink; }
a:hover { color:DeepPink; text-decoration: underline; }
a.stub { color: DeepPink; }
a.new  {font-weight: bold; }
#p-personal a.new { color: DeepPink	; }
a.new:visited { color: DeepPink; }
#p-personal a.new:visited { color: DeepPink; }
/* Page history styling */
#pagehistory a {color:#8B4789; }

/* Image thumbnails styling */
div.thumb div div.thumbcaption {
    border: none;
    text-align: center;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0;
}

/*
** general portlet styles (elements in the quickbar AKA navbar)
*/
.portlet a { color: DarkPurple; }


/*
** the page-related actions- page/talk, edit etc
*/
#p-cactions li a {
    background-color: DodgerBlue;
    color: White;
    border: black;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: underline;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}
#p-cactions .selected a { z-index: 3; color: DodgerBlue;}
#p-cactions .new a { color: LightCyan; }
#p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
    color: green;
    background-color: LightCyan;
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: #8B4789;
    background: none;
    padding: 0;
}
#bodyContent a.external { color: DeepPink; }


/* User bar on top (login... ) */
/*user bar */
#p-personal {
    width:100%;
    white-space:nowrap;
    padding: 1 px;
    margin: 1 px;
    position: absolute;
    left: -200 px;
    top:1em;
    z-index: 0;
    border: 2 px;
    background: LemonChiffon;
    overflow: visible;
    line-height: 1.2em;
}
#p-personal li a {
    text-decoration: underline;
    color: SlateBlue;
    padding-bottom: 0.2em;
    background: none;
}

span.coordinates {
	font-style: italic;
}


</style>