User:The Millionth One/monobook.css: Difference between revisions

From The Fifth City Wiki
No edit summary
Tag: sourceedit
Removing all content from page
Tag: sourceedit
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS page for Monobook skin */


/* rounded corners - Mozilla/Firefox  and WebKit browsers only, taken from Wookieepedia */
.pBody {
padding: 0.1em 0.1em;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
border-top-right-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a { 
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
}
#content, .toc {
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
}
/* Background image and colour changes */
body {
  background: #000 url(http://i1268.photobucket.com/albums/jj564/TheMillionthOne/Fallen_1.png) no-repeat;
       
}
div#content {
    background-color: rgba(196,205,184, 0.85);
    background-image: none;
}
/* headers */
h5 { color: #FFF; }
#p-personal li a {
    color: #FFF;
}
div#footer {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none;
}
/* Make thumbnail captions readable */

Latest revision as of 06:05, 13 July 2017