Monobook.css

From Culture.si

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 */

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li, #p-cactions ul li a { 
 -moz-border-radius-topleft: 0.6em; 
 -moz-border-radius-topright: 0.6em; 
 -webkit-border-top-left-radius: 0.6em; 
 -webkit-border-top-right-radius: 0.6em; 
}
#content { 
 -moz-border-radius-topleft: 0.8em; 
 -moz-border-radius-bottomleft: 0.8em; 
 -webkit-border-top-left-radius: 0.8em; 
 -webkit-border-bottom-left-radius: 0.8em; 
 min-width: 600px;
}
div.pBody { 
 -moz-border-radius-topright: 0.6em;
 -moz-border-radius-bottomright: 0.6em;
 -webkit-border-top-right-radius: 0.6em;
 -webkit-border-bottom-right-radius: 0.6em;
  border-left: 0; 
}
.infobox {
 float: right;
 background: #eee;
 padding: 0.5em;
 margin: 0 0 1em 0.2em;
 width: 260px;
}
#mw-pages td li {
 font-size: 90%;
}

body.page-Main_Page h1.firstHeading {
  display:none !important;
}

.contact {
  margin-top: 0.5em;
  padding: 0em;
}

.contact-row .row-value {  margin-left: 1em; }
.contact-role .row-value, .contact-name .row-value  {  margin-left: 0; }
.info-row .row-label {  display: none; }
.contact-row .row-label {  display: none; }
.contact-role { font-style: italic; color: #444; }
.row-badges { display: block; float: left; width: 2em; }

#mw-subcategories h3 { display: none; }
#mw-subcategories ul { margin-top: 0; margin-bottom: 0;}
#mw-subcategories table { border:1px solid #ddcef2; background:#faf5ff; }

.smwtable { font-size: 90%; }
.smwtable td { background: #eeeeee; }
.smwtable th { background: #cccccc; text-align: left; }
.smwtable tr:nth-child(even) td { background: #eeeeee; }
.smwtable tr:nth-child(odd) td { background: #dddddd; }

.smttpersist { display: none; }

body.page-Main_Page h1.firstHeading {
  display:none !important;
}

body.page-Special_Properties .smwttinline {
  display:none !important;
}

body.page-Special_Properties .smwtticon {
  display:none !important;
}

table.smwb-factbox {
  font-size: smaller;
}

.smwb-factbox .smwb-propvalue th {
  padding: 0.2em 0.5em;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  text-align: right;
  background: #ddd;
}

.smwb-factbox .smwb-propvalue td {
  padding: 0.2em 0.5em;
  border-bottom: 1px solid white;
  text-align: left;
  background: #eee;
}

.smwb-factbox .smwb-propvalue th .smwttcontent {
  display:none !important;
}

#siteNotice { padding: 0; }

#bodyContent p>br { display: none; }

.KU_more {
 text-align: right;
 font-weight: bold;
}

* { font-family: helvetica, sans; }

pre { font-family: courier; }

.column { 
 vertical-align:top; 
 padding: 2px 5px;
}

#column_left {
 width:55%; 
 background:#f5fffa; 
 border:1px solid #cef2e0; 
}

#column_right {
  border:1px solid #ddd;
  border:1px solid #cedff2;
  background:#f5faff; 
}

.column h2 { 
  font-weight: bold;
  font-size: 14px;
  background:#deefef;
  border:solid 1px #cedfdf;
  padding:0.25em 0.5em;
  margin-top:0.25em;
}

.newest-page-updated {
  font-style: italic;
  color: green;
}

.broken-link {
  font-style: italic;
}

table.recent-page { background: transparent; }
td.recent-page-date { 
 white-space: nowrap;
 text-align: right;
}

.timeline-event {
  background: #eee;
  margin-bottom: 2px;
}

textarea { font-family:monospace }

table.infobox th {
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  font-size:90%;
}

tr.contact-separator {
  height:2px;
  background:#fff;
}

#p-search input.searchButton { font-size: 12px !important; }