Društvo LJUDMILA
Rozmanova ulica 12
1000 Ljubljana
Slovenia
Prostori: osmo/za

MediaWiki:Custom-skin.css

Redakcija dne 04:01, 24. november 2011 od Žiga (Pogovor | prispevki)

Opomba: Da bodo spremembe prišle do veljave, po shranitvi izpraznite predpomnilnik svojega brskalnika.

  • Firefox/Safari: Držite Shift in kliknite Ponovno naloži (Reload) ali pritisnite Ctrl-Shift-R ali Ctrl-R (⌘-R na sistemu Mac)
  • Internet Explorer: Držite Ctrl-F5 in kliknite Osveži (Refresh) ali pritisnite Ctrl-F5
  • Google Chrome: Pritisnite Ctrl-Shift-R (⌘-Shift-R na sistemu Mac)
  • Opera: Počistite predpomnilnik v Tools → Preferences

body {
  background:black;
  color:white;
}
body, body * {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
#canvas {
  width:1000px;
  margin:0 auto;
}
#content {
  background:white;
  color:black;
  padding:6px;
  margin-top:6px;
  width:800px;
  display:inline-block;
  font-family:sans-serif;
  font-size:13px;
  position:relative;
  vertical-align:top;
}

#sidebar {
  background:#333;
  color:white;
  padding:6px;
  margin-top:6px;
  width:195px;
  margin-left:5px;
  display:inline-block;
  font-family:sans-serif;
  font-size:13px;
  position:relative;
  vertical-align:top;
}


header {
 font-family:monospace;
 font-size:15px;
}
#header-top {
}
#header-main,
#header-top,
#header-mainmenu,
#header-submenu:not(:empty)
{
  min-height:1.5em;
  padding:0.25em 0;
  border-bottom:dashed 1px white;
}

header a {
 color:white;
 text-decoration:none;
}
header .link-self,
header .link-active {
  font-weight:bold;
  color: red;
}

.header-button {
  display:inline-block;
  padding:0 0.5em;
  text-align:center;
}
#header-lang {
  float:left;
}
#header-links {
  float:right;
}
#header-main {
  clear:both;
}
#header-logo {
}
.header-contact {
  display:inline-block;
  vertical-align:top;
  margin-left:6em;
  color:#818181;
  font-weight:bold;
  margin-top:0.25em;
}
.header-contact a {
  color:red;
  font-weight:normal;
}
#header-clock {
  display: block;
  vertical-align:top;
  float: right;
  color:#818181;
  font-weight:bold;
  margin-top:0.25em;
}
#header-search {
  float:right;
}
#header-bottom p {
  padding-top:0!important;
  margin-top:0!important;
}
#header-menu a {
  padding: 0 0.5em;
}
#header-mainmenu a {
  text-transform:uppercase;
}
#header-submenu a {
  text-transform:lowercase;
}
footer {
  font-family: sans-serif;
  font-size: 80%;
  padding: 2px;
  text-align: center;
  display: block;
  min-height: 1em;
}
.editsection, .editcall {
  font-size:12px;
  float:left;
  display:inline-block;
  width:6em;
  text-align:right;
  margin-left:-7em;
  margin-top:0.5em;
  color:white
}
.editsection a, .editcall a {
  color:red
}
.printfooter {
  display:none;
}
.gallerybox {
 display: inline-block;
 font-size: 90%;
}
.events {
  margin:-6px;
  background:black;
  position:relative;
}
.event-tab {
  background:#333;
  color:white;
  width:120px;
  text-align:center;
  font-family:monospace;  
  margin-bottom:4px;
  padding:4px 0;
  cursor:pointer;
}
.event.selected .event-tab {
  color:red;
  font-weight:bold;
}
.event-date {
 display:block;
 font-size:200%;
}

.event-main {
  display:none;
  position:absolute;
  top:0px;
  left:125px;
  width:675px;
  padding:6px;
  padding-right:300px;
  overflow:hidden;
  text-overflow:ellipsis;
  bottom:0px;
  background:white;
}
.event.selected .event-main {
  display:block;
}
#search-input {
  width: 200px;
  margin-top: 2px;
}
#toc {
  font-size: 90%;
  position: absolute;
  left: 806px;
  width: 194px;
  background: #ccc;
  padding: 6px;
}
h2 {
  margin: 8px 0 4px 0;
}