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

MediaWiki:Custom-skin.css

Redakcija dne 23:20, 21. december 2011 od Admin (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
html {
  overflow-y: scroll;
}

body {
  background:black;
  color:white;
}
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#canvas {
  width:1000px;
  margin:0 auto;
  font-family:sans-serif;
  font-size:13px;
}

#content-wrap {
  margin-top:6px;
  width:750px;
  display:inline-block;
  font-family:sans-serif;
  position:relative;
  vertical-align:top;
  padding-right:10px;
}

h1 {
  font-family:monospace;
  font-size:24px;
  padding-top:10px;
}
#content {
  background:white;
  color:black;
  padding:6px;
  margin-top:6px;
  width:100%;
  position:relative;
  line-height:150%;
  border-radius:3px;
}
#content ol, #content ul {
  padding-left:2em;
}
#content a {
/*  color:#666; */
  text-decoration:none;
}
#content a:hover {
  color:#666;
  text-decoration:underline;
}
#sidebar-wrap {

  width:250px;
  display:inline-block;
  position:relative;
  vertical-align:top;
  position:relative;
  margin:0;
}
#sidebar {
  width:100%;
  position:relative;
  vertical-align:top;
  position:relative;
}
#sidebar-extra > * {
  margin-top:10px;
  border-radius:3px;
  background:#333;
  color:white;
  padding:6px;
}

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;
}
.editcall {
  display:inline-block;
  text-align:center;
  text-transform:uppercase;  
  font-size:9px;
  font-weight:bold;
  line-height:100%;
  opacity:0.5;
}
.editsection {
  float:left;
  margin-left:-6em;
  margin-top:0.5em;
  padding-right:1em;
  width:6em;
  display:inline-block;
  text-align:center;
  text-transform:uppercase;  
  font-size:9px;
  font-weight:bold;
  line-height:100%;
  opacity:0.5;
}
.editcall:hover, .editsection:hover {
  opacity:1;
}

#content .editsection a, .editcall a, #content .editcall a {
  background:red;
  color:white;
  text-decoration:none;
  padding:2px 4px;
  border-radius:3px;
}
.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-tab .event-date {
 display:block;
 font-size:200%;
 margin:4px 0;
}

.event-main {
  position:absolute;
  top:0px;
  left:125px;
  width:615px;
  padding:6px;
  padding-right:250px;
  overflow:hidden;
  text-overflow:ellipsis;
  bottom:0px;
  background:white;
  opacity:0;
  z-index:0;
  -webkit-transition:opacity 1s;
  -moz-transition:opacity 1s;
}
.event.selected .event-main {
  opacity:1;
  z-index:1;
}
#searchInput {
  width: 200px;
  margin-top: 2px;
}

#toc {  font-size: 90%;  position: absolute;  left: 800px;  margin-left: 6px; width: 194px;  background: #ccc;  padding: 6px; }
#toc td { padding-bottom: 2em; }
#toc .tocnumber { display: none; }
#toc a { text-decoration: none; }
#toc ul { list-style-type: none; }

h2 {
  margin: 8px 0 4px 0;
}

a.new {
   color:#F00
}
a.external {
  color:#88f;
}

/************ TOOLS **********/
  #tools-top {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: width;
    background: #eee;
    border-right:  solid 4px #eee;
    overflow: hidden;
    color:black;
  }
  
  #tools-main {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 300px;
    background: #fff
  }
  #tools-sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 300px;
    background: #eee;
    border-right:  solid 4px #eee;
    overflow: hidden
  }
  
  .tools-tabs.dock {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    heigth: 20px;
    z-index: 1;
    border-bottom: solid 1px #999;
    padding: 0 2px;
    background: #ddd;
    white-space: nowrap
  }

  .tools-panes {
    position: absolute;
    top:20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    background: #fff;
    z-index:0;
  }
  .tools-pane {
    position: absolute;
    top:0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 2px;
    background: #eee;
    z-index:0;
  }
  .tools-pane.selected {
    z-index:1;
  }

  .tools-tab {
    width: 100px;
    height: 20px;
    white-space:  nowrap;
    overflow:  hidden;
    font-size: 11px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin: 2px 2px 0px 0px;
    background: #ddd;
    color: #666;
    border: #999 solid 1px;
    position:relative;
    top:1px;
  }
  .tools-tab.selected {
    background: #eee;
    color: black;
    border: #666 solid 1px;
    border-bottom: none
  }