Culture.css

From Culture.si
Revision as of 08:07, 25 January 2010 by Ljudmila (talk | contribs) (Created page with '→‎CSS placed here will affect users of the Vector skin: .infobox { float: right; background: #eee; padding: 0.5em; margin: 0 0 1em 0.2em; width: 260px; } #mw-pages td li...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

.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;
}

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;
}

#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 {
  color: #111;
}

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;
}

#content {
  margin-left: 214px;
  margin-right: 332px;
  min-width: 320px;
  max-width: 720px;
  border-top: 15px solid #4f4f4f;
}

#head-base {
  height: 147px;
}

#panel {
  border-top: 15px solid #4f4f4f;
  top: 147px;
  width: 172px;
  margin-left: 16px;
}