User:TheMuuj/monobook.css

Source: 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.
/* Bouncing wikipedia logo */
#p-logo a { background-image: url(http://upload.wikimedia.org/wikipedia/commons/6/6c/Bouncywikilogo.gif) !important; }

/* Rounded edges */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
#content {
-moz-border-radius-topleft: 1.0em;
-moz-border-radius-bottomleft: 1.0em;
}
.pBody {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}

/* Forms styles */

textarea {
font-family: "Andale Mono", "Lucida Console", "Courier New", sans-serif;
font-size: 110%;
}

/* Edit page styles */

#edittools_characters { display:none; }
#edittools_cyrillic { display: none; }
#edittools_greek { display:none; }
#edittools_ipa { display:none; }
#edittools_symbols { display:none; }
#edittools_wikimarkup { display:none; }
#editpage-specialchars hr { display: none; }

/* Diff styles */

.diff-context,
.diff-deletedline,
.diff-addedline { 
overflow: auto; 
display: block; 
}

/* Highlight references links when clicked */

ol.references > li:target {
background-color: #DEF;
}

/* Make persondata visible */

table.persondata {
z-index: 500;
display: block;
border: solid 2px #000;
background-color: #DEF;
position: absolute;
right: 10%;
top: 4px;
border-collapse: collapse;
}
table.persondata > tbody {
display: inline;
}
table.persondata > tbody > tr {
display: inline;
}
table.persondata > tbody > tr > th:before {
content: 'Metadata: ';
}
table.persondata > tbody > tr > th {
display: inline;
}
table.persondata > tbody > tr > td {
color: #000;
display: none;
width: 65%;
}
table.persondata > tbody > tr > td[class] {
text-transform: lowercase;
font-weight: bold;
text-align: right;
vertical-align: top;
width: 35%;
}
table.persondata > tbody > tr > td[class]:after {
content: ':';
}
table.persondata:hover {
display: table;
width: auto;
}
table.persondata:hover > tbody {
display: table-row-group;
}
table.persondata:hover > tbody > tr {
display: table-row;
}
table.persondata:hover > tbody > tr > th{
display: table-cell;
}
table.persondata:hover > tbody > tr > td {
display: table-cell;
whitespace: nowrap;
}