Uživatel:Gorn/monobook.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
m |
m |
||
Řádek 143: | Řádek 143: | ||
*/ | */ | ||
/* logo */ | |||
#p-logo { | |||
z-index: 3; | |||
position: absolute; | |||
top: 2em; | |||
left:auto; /* predefinovani defaultu v main.css */ | |||
right: 10px; | |||
height: 118px; | |||
width: 12em; | |||
overflow: hidden; | |||
} | |||
#p-logo h5 { display: none; } | |||
#p-logo a, | |||
#p-logo a:hover { | |||
display: block; | |||
height: 155px; | |||
width: 12.2em; | |||
background-repeat: no-repeat; | |||
background-position: 35% 50% !important; | |||
text-decoration: none; | |||
} | |||
/**********/ | |||
#p-logo h5 {display: none;} | #p-logo h5 {display: none;} | ||
Řádek 184: | Řádek 207: | ||
font-size: 95%; | font-size: 95%; | ||
} | } | ||
Verze z 31. 3. 2006, 21:07
/* gorn's user additions to monobook *******/ #column-content { opacity:.6 } #column-one { float:none; padding-top:110px; margin:0; } body { font-family:georgia, times, serif; padding: 0; margin: 0; } #globalWrapper { margin-top:2em; padding-top:7px; margin-bottom:500px; } #column-content { width: 100%; min-width: 700px; float: left; margin: 1em -12.2em 0 0em; } #content { margin: 0 12.2em 0 0; padding: 0em 1em 1.5em 0.2em; background: White; /* border: 1px solid #aaaaaa; border-right: none; */ line-height: 1.5em; position: relative; z-index: 2; border:none; /* prevzato ze .section */ } /* hlavni navigace */ /* #p-nav { position:absolute; width:100%; height:2.2em; top: 0px; left: 0px; background:#0066B3; visibility:visible; } #p-nav ul { margin: 0; padding: 0.5em 0; padding-left: 12px; } #p-nav h5, #p-search h5 {display:none} #p-nav li {display:inline} #p-nav *{color:#BFE4FF} #p-nav .pBody, #p-search .pBody { background:transparent; margin:0px; border:none; padding: 0; overflow: hidden; } #p-nav { border: none; /* margin: 0 0 0.5em 0em; float: none; padding: 0; overflow: hidden; } */ li#n-sitesupport, li#n-portal, li#n-currentevents {display:none} /* hledani */ /* #p-search { position:absolute; right: 0px; top:0px; padding:0.3em; padding=0.1em; color:white; width:auto; visibility:visible; } #p-search #searchInput {width:10em} #p-search #searchGoButton {display:none} */ h1.firstHeading { margin:5px; position:relative; top:0; left:0; border:1px solid gray; padding:0.6em; } #contentSub { margin:0px; } h1 {padding-left:0.5em;} .section { border:1px solid red } /* section */ .section { border:1px solid gray; margin:5px; padding:7px; } .section h3 { margin-top:0px; } /* ** Logo properties ************* */ /* logo */ #p-logo { z-index: 3; position: absolute; top: 2em; left:auto; /* predefinovani defaultu v main.css */ right: 10px; height: 118px; width: 12em; overflow: hidden; } #p-logo h5 { display: none; } #p-logo a, #p-logo a:hover { display: block; height: 155px; width: 12.2em; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; } /**********/ #p-logo h5 {display: none;} #p-logo a, #p-logo a:hover { display: block; height: 109px; width: 12.2em; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; } #p-logo a { background-image:url(/skins/common/images/dhlogo.png) !important; } #column-one { margin-top:0px; } /************************/ /* ** the page-related actions- page/talk, edit etc */ #p-cactions { position:absolute; top: 2.45em; left: 0px; margin: 0; white-space:nowrap; width: 76%; line-height: 1.1em; overflow: visible; background: none; border-collapse: collapse; padding-left: 1em; list-style: none; font-size: 95%; } /* other */ body { background:none }</pre>