MediaWiki:Monobook.css

From csstest
Jump to navigationJump to search

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 placed here will affect users of the MonoBook skin */

/* da theme */
 
/* da content */
div#content {
   background:#1C3855;
   color:#C0C0C0;
   border-top:1px solid #FFFFFF;
   border-right:2px !important;
   border-bottom:2px solid #FFFFFF;
   border-left:2px solid #FFFFFF;
}
 
#pagehistory li {
border: 1px dotted #AAA;
 
}

/* da background */
body {
  background: rgb(102, 102, 102);
  background-image: url(https://i.imgur.com/4InjykB.png);
}
 
/* da sidebar */
 
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody #p-navigation .pBody {
   background:#1C3855;
   color: white;
   border-top:2px solid #FFFFFF;
   border-right:2px solid #FFFFFF;
   border-bottom:2px solid #FFFFFF;
}

/* da TOC */
#toc, .toc, .mw-warning {
   background-color: #1C3855;
   border: 1px solid #FFFFFF;
   color: white;
   font-size: 95%;
   padding: 5px;
}
 
/* da categories */
#catlinks {
   background-color: #1C3855;
   border: 1px solid #FFFFFF;
   clear: both;
   color: #FFFFFF;
   margin-top: 1em;
   padding: 10px 5px;
}
 
/* da footer */
div#footer {
   background-color: #1C3855;
   border: 1px solid #FFFFFF;
   clear: both;
   color: #FFFFFF;
   margin-top: 1em;
   padding: 10px 5px;
}
 
/* da page tabs */
#p-cactions li.selected a {
   background-color: #1C3855;
}
 
#p-cactions li a {
   background-color: #1C3855;
   border-radius: 1px 1px 0 0;
   color: #FFFFFF;
   -moz-border-radius: 1px 1px 0 0;
   border-radius: 1px 1px 0 0;
}

/* thumb and gallery colors */
.thumb {
   background: transparent !important;
   border-color: transparent !important;
}
 
.gallery {
   background: #1C3855!important;
   border: 1px solid #FFFFFF !important;
}
 
.gallery td {
   vertical-align: top;
   padding: 0 !important;
   background: none !important;
   border: none !important;
}
 
.gallery .thumb {
   border-color: #FFFFFF !important;
   margin: 0 !important;
   background: #E2E2E2 !important;
}
 
.gallerybox {
   margin: 2px;
   padding: 0 3px;
   background: none !important;
}
 
/* remove the white background on action tabs (edit/history/move, etc.) on hover */
#p-cactions li a:hover {
   background-color: #1C3855!important;
}
 
/* da diff table */
table.diff {
   background: #1C3855!important;
        color: #FFFFFF !important;
}
 
/* da thumbnails */
div.thumbinner {
   background: #1C3855!important;
}

/* Display text below main article header, located at MediaWiki:Tagline */
#siteSub {
   display: inline;
   font-size: 0.9em;
   font-weight: bold;
   font-style: italic;
}

/* da links; standard link colors */
:link { color: #FFFFFF; }
:link:visited { color: #808080; }
:link.new { color: #333333; }
:link.interwiki, :link.external { color: #FFFFFF; }

/* style the search box and the buttons below it */
input.searchButton {
    background-color: #ffffff !important;
    border: 1px outset !important;  
}
#searchInput { border: 1px inset !important; }