User:The Millionth One/monobook.css

From Fallen London Wiki

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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(https://vignette1.wikia.nocookie.net/thefifthcity/images/a/ae/Monobook-background.png) no-repeat;
         
}

div#content {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none;
}

/* headers */
.portlet h5 { color: #FFF; }

#p-personal li a {
    color: #FFF;
}

div#footer {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none;
}

/** Message Wall fixes **/

#Wall .comments .SpeechBubble .msg-title a {
   color: #000000;
}

#Wall textarea {
    background: #FFF;
    border: 1px solid #B8C1AC;
}

#Wall .SortingBar {
    background: #3D4038;
}

.Wall .SortingBar .SortingMenu .SortingSelected, .WallHistory .SortingBar .SortingMenu .SortingSelected {
    color: #FFFFFF;
}

.Wall .timestamp a, .Wall .timestamp span {
    color: #696969 !important;
    font-size: 11px !important;
}

/* Make thumbnail captions + other bits readable */
 

#Wall textarea {
    color: #000;
}

.article-thumb .caption {
    color: #696969;
}

.wikia-gallery-caption-below .lightbox-caption {
    color: #696969 !important;
}

.skin-monobook .WikiaArticleComments .speech-bubble-message {
    border: 1px solid #AAA;
}

.skin-monobook .WikiaArticleComments .article-comm-form textarea, .skin-monobook .WikiaArticleComments .article-comm-input textarea {
    padding: 5px;
    font-size: 101%;
}


/** More image and gallery stuff **/

figure.thumb, div.thumb {
    border-style: none;
}

.wikia-gallery-item {
    text-align: center;
}

.wikia-gallery-spacing-medium .wikia-gallery-item {
    padding: 5px;
}