Jump to content

User:DoriSmith/common.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.
body {
    color: #000;
    background-color: #FFF;
    background-image: none;
}

body.action-view div#content.mw-body div#bodyContent {
	max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover, #p-personal a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 1.5em 0 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
}

h1 {
    font-size: 160%;
    border-bottom: 1px solid #AAA;
}

h2 {
    font-size: 132%;
    border-bottom: 1px solid #AAA;
}

h3 {
    font-size: 116%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 80%;
}

h6 {
    font-size: 60%;
}

hr {
    height: 1px;
    color: #AAA;
    background-color: #AAA;
    border: 0;
    margin: 0.2em 3.5em 0.2em 0;
}

p {
    margin: 0.4em 3.5em 0.7em 0;
}

ol, ul {
    margin: 0.3em 3.5em 0 1.5em;
}

td, td p  {
    margin: 0.1em;
}

td ol, td ul {
   margin: 0.1em 0.1em 0.1em 1.5em;
}

dd {
    line-height: 1.25em;
    font-size: 110%;
    margin: 0.4em 3.5em 0.7em 2em;
}

dl {
    font-size: 91%
}

dd dl dd {
    line-height: 1.25em;
    margin: 0.4em 0 0.7em 2em;
}

pre { 
    font-size: 90%; 
    margin: 0.4em 3.5em 0.7em 0;
}

#bodyContent h1,
#bodyContent h2,
#bodyContent h3,
#bodyContent h4,
#bodyContent h5 {
    margin-bottom: 0;
}

.firstHeading {
    margin-bottom: 0.1em;
}

#toc .tocline {
    margin-bottom: 0.2em;
}

#toc .tocindent {
    font-size: 90%;
}

/* correcting problems with nav and toolbox */

#p-navigation .pBody, #p-tb .pBody, #p-lang .pBody, #p-interaction .pBody {
    width: 10.8em;
    margin: 0 0 0.5em 0;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background-color: #FFF;
    border-collapse: collapse;
    border: 1px solid #AAA;
    padding: 0 0.8em 0.3em 0.5em;
}

div#mw-panel div.portal div.body ul {
    line-height: 1.5em;
    font-size: 95%;
    margin: 0.3em 0 0 0.5em;
    padding: 0;
    text-align: left;
    text-transform: none;
}

div#mw-panel div.portal div.body {
    margin-left: 0.5em;
}

#pt-userpage, #mw-page-base {
    background-image: none;
}

#p-navigation li, #p-tb li, #p-interaction li {
    display: list-item;
    padding: 0;
    margin: 0 0 0.1em 0;
}

#p-lang, #p-views, #mw-panel div.portal h5 {
    display: none;
}

#ca-move, #ca-history, #mw-panel.collapsible-nav div.portal div.body {
    display: block !important;
}

div.vectorMenu h5 a {
    height: 40px;
}

div.vectorTabs li > a {
    padding-top: 1.25em;
    background-image: url(http://bits.wikimedia.org/skins/vector/images/tab-break.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.skin-vector div.extraMenu h5 a span {
    padding-top: 1.6em;
}

/******************************************************************/
/* Better link colors                                             */
/******************************************************************/

a, #p-personal ul li a, #bodyContent span.plainlinks a, #bodyContent span.plainlinks a.external {
    color: #00F; /* blue */
}
 
a:visited, #p-personal a:visited, .plainlinks a:visited, #bodyContent span.plainlinks a.external:visited {
    color: #606 !important; /* purple */
}
 
a.new {
    color: #D00; /* red */
}
 
a.new:visited {
    color: #A00 !important; /* burgundy */
}
 
a.interwiki, a.external, #p-personal a.interwiki, #p-personal a.external, #bodyContent a.external, #bodyContent a.extiw {
    color: #38B; /* cyan */
}

a.interwiki:visited, a.external:visited, #p-personal a.interwiki:visited, #p-personal a.external:visited,
#bodyContent a.external:visited, #bodyContent a.extiw:visited {
    color: #86B !important; /* lavender */
}

a.redirect {
    color: #0B0; /* green */
}

a.redirect:visited {
    color: #080 !important; /* dark green */
}

a.stubcls, #p-personal a.stubcls {
    background-color: #DFE; /* pale green */
}

a.disambiguation {
    background-color: #FFC; /* pale yellow */
}

a.deletion {
    outline: 1px dotted red;
}

/* End of colors */

/******************************************************************/
/* Page dependent styles
/******************************************************************/

/* ActionList */
table.arbcomopentasks {
    clear: right;
}

div#bodyContent div#mw-content-text div.hlist.boilerplate.metadata.plainlinks {
    display: none;
}

/* Watchlist */
strong.mw-watched a {
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/55/Light_Blue_Star.svg/13px-) no-repeat right;
    padding-right: 16px;
}

table.mw-enhanced-rc tbody tr td {
    font-weight: normal !important;
}

/* Remove extra WikiEd preview button */
div.wikEdButtonBarPreview {
    display: none;
}

/* Remove to-me-useless notes in all edit boxes. leaves only the command buttons and special chars. */
.editpage-head-copywarn, #editpage-copywarn, #editpage-copywarn1, #editpage-copywarn2, #editpage-copywarn3 { 
    display: none; 
}