Aan de totstandkoming van deze digitale encyclopedie wordt nog gewerkt.
MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
Regel 17: | Regel 17: | ||
border: solid 1px #74653D; | border: solid 1px #74653D; | ||
padding: 10px 0 0 10px; | padding: 10px 0 0 10px; | ||
} | |||
#jlnav { z-index: 2; | |||
position: fixed; | |||
_position:absolute; | |||
top:expression(10+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); | |||
left:expression(10+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px'); | |||
top: 10px; | |||
left: 5px; | |||
width: 1100px; | |||
border: 3px solid #cccccc; background-color: #f0f8ff; padding-top: 5px; padding-bottom: 5px; | |||
background: #E0D5B7; | |||
text-align: center; | |||
font: 11px verdana, arial, sans-serif; | |||
} | |||
#jlnav li { | |||
list-style: none; | |||
display: inline; | |||
color: blue; | |||
} | |||
#jlnav a { | |||
text-decoration: none; | |||
color: blue; | |||
} | |||
#jlnav a:hover { | |||
text-decoration: underline; | |||
} | } |
Versie van 21 feb 2013 17:47
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ .postside { font-family: Verdana; font-size:20px; overflow: hidden; margin: 20px 20px 20px 20px; } #sidebar { position: absolute; text-align: left; top: 80; left: 750px; width: 200px; height: 300px; border: solid 1px #74653D; padding: 10px 0 0 10px; } #jlnav { z-index: 2; position: fixed; _position:absolute; top:expression(10+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); left:expression(10+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px'); top: 10px; left: 5px; width: 1100px; border: 3px solid #cccccc; background-color: #f0f8ff; padding-top: 5px; padding-bottom: 5px; background: #E0D5B7; text-align: center; font: 11px verdana, arial, sans-serif; } #jlnav li { list-style: none; display: inline; color: blue; } #jlnav a { text-decoration: none; color: blue; } #jlnav a:hover { text-decoration: underline; }