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;
font-family:sans-serif;
font-size:13px;
position:relative;
}
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;
}
.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%;
}