User:P8/monobook.css

From Wikipedia, the free encyclopedia
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.
/*Changed the content margins, paddings and borders */

#content {
    margin: 2.7em 0 1em 12.2em;
    padding: 1.5em 2.5em 1em 0.5em;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-right: 0;
    line-height: 1.5em;
    z-index: 4 !important;
}
body {
    font: x-small "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    background: #eee !important;
}

a { color: #002bb8;}

h1, h2, h3, h4 { font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;}


textarea {
    border: 1px inset #2f6fab;  
}
input.historysubmit {
    padding: 0 0.3em 0.3em 0.3em !important;
    font-size: 94%;
    cursor: pointer;
    height: 1.7em !important;
    margin-left: 1.6em;
}
input[type="radio"],
input[type="checkbox"] { border:none; }
select {
    border-color: #2f6fab;  
    color: Black;
    vertical-align: top;
}

/* images */
div.floatright, table.floatright {
    margin: 0;
}
div.floatleft, table.floatleft {
    margin: 0.3em 0.5em 0.5em 0;
}


/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
    margin: 0;
}

.portlet h5 { 
    background-color: #ddd;
    color: #000;
    padding: 0.2em 1em 0.3em 1.5em;
    text-transform: lowercase;
    height: 1em;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    border: 1px #ccc outset;
    border-width: 1px 0 0 0;
}

.pBody {
    background-color: #eee;
    border-collapse: collapse;
    border-width: 0;
    padding: 0 0.8em 0.3em 1.5em;
}

.pBody a { color: #000; }

.portlet ul {
    line-height: 1.5em;
    list-style: none;
    font-size:95%;
    margin-left: 0;
    margin-top: 0.1em;
}

/*
** Search portlet
*/

input.searchButton {
    margin-top:1px;
    padding: 0 0.4em !important;
    font-size: 95%;
    cursor: pointer;
    background-color: #cddaff;
    border: 1px outset #cddaff;  
}

#searchGoButton {
    border: 1px outset #cddaff;
    padding-left: .5em;
    padding-right: .5em;
    font-weight: bold;
}


/*
** the page-related actions- page/talk, edit etc 
*/
#p-cactions {left: 12.5em;}
#p-cactions .hiddenStructure { display: none; }
#p-cactions ul {
    list-style: none;
}
#p-cactions li {
    font-size: 110%;
}
#p-cactions li.selected {
    border-color: #ddd;
}
#p-cactions li a {
    background-color: #444 !important;
    color: #FFE27A;
}
#p-cactions .selected a {
    background-color: #fff !important;
    color: #002bb8;
    z-index: 3;
}
#p-cactions .new a { color:#f99;}
#p-cactions li a:hover {
    z-index: 3;
    color: #002bb8;
    background-color: #fff !important;
    text-decoration: none;
}
#p-cactions .selected a:hover {
    text-decoration: none;
}

#preftoc li.selected {
    background-color: #789;
}

/*
** footer
*/
#footer {
    background-color: #ccc;
    border-top: 2px solid #999;
    border: 0;
    padding: 0.4em 0em 1em 0em;
    text-align: center;
    font-size: 90%;
}
#footer li {
    display: inline;
    margin: 0.5em 1.3em;
}