Uživatel:Gorn/monobook.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
m |
m |
||
Řádek 1: | Řádek 1: | ||
# | #siteSub { | ||
display: | position:absolute; | ||
width:100%; | |||
height:2.2em; | |||
height=2.2em; | |||
top: 0px; | |||
left: 0px; | |||
background:#0066B3; | |||
display:block; | |||
} | } | ||
#p-cactions {margin-left:} | |||
} | |||
/* gorn's user additions to monobook *******/ | |||
#column-one { | |||
float:right; | |||
padding-top:110px; | |||
margin:0; | |||
text-align:rigth; | |||
} | } | ||
body { | |||
font-family:georgia, times, serif; | |||
padding: 0; | |||
margin: 0; | |||
background:none | |||
} | } | ||
#globalWrapper { | |||
margin-top:2em; | |||
padding-top:7px; | |||
margin-bottom:500px; | |||
} | } | ||
#column-content { | #column-content { | ||
width: 100%; | |||
min-width: 700px; | |||
float: left; | |||
margin: 1em -12.2em 0 0em; | |||
} | } | ||
#content { | #content { | ||
margin: | margin: 0 12.2em 0 0; | ||
padding: 0 | padding: 0em 1em 1.5em 0.2em; | ||
background: White; | |||
line-height: 1. | line-height: 1.5em; | ||
position: relative; | |||
z-index: 2; | |||
border:none; | |||
} | } | ||
# | /* navigace - menu */ | ||
li#n-sitesupport, li#n-portal, | |||
li#n-currentevents {display:none} | |||
} | |||
/* portlets ******************/ | |||
/* 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, #p-search h5 {display:none} | |||
/* | |||
** the page-related actions- page/talk, edit etc | |||
*/ | |||
#p-cactions { | |||
position:absolute; | |||
top: 2.45em; | |||
left: 0px; | |||
} | } | ||
/* | |||
** Logo properties ************* | |||
*/ | |||
/* logo */ | |||
#p-logo { | |||
position: absolute; | |||
top: 2em; | |||
left:auto; /* predefinovani defaultu v main.css */ | |||
right: 0px; | |||
height: 118px; | |||
overflow: hidden; | |||
width: 11.6em; | |||
} | } | ||
p { | #p-logo a { | ||
background-image:url(/skins/common/images/dhlogo.png) !important; | |||
} | } | ||
p | #p-logo h5 { display: none; } | ||
#p-logo a, | |||
#p-logo a:hover { | |||
height: 118px; | |||
width: 145px; | |||
margin-left:0px; | |||
} | } | ||
/* p-personal */ | |||
li#pt-userpage { background: none; } | |||
#p-personal { | |||
position:relative; | position:relative; | ||
z-index:3; | |||
width: 11.6em; | |||
} | } | ||
#p-personal .pBody { | |||
width: 10.8em; | |||
width: | |||
border: none; | border: none; | ||
margin: 0 0 0.5em 0em; | |||
float: none; | float: none; | ||
overflow: hidden; | overflow: hidden; | ||
font-size: 95%; | |||
background: White; | |||
font- | |||
border-collapse: collapse; | border-collapse: collapse; | ||
padding: 0 0.8em 0.3em | padding: 0 0.8em 0.3em .5em; | ||
} | } | ||
#p- | #p-personal ul { | ||
/* line-height: 1.5em; */ | |||
font-size:95%; | |||
margin: 0; | |||
padding:0; | |||
text-align:left; | |||
text-transform: none; | |||
} | } | ||
#p-personal li { | |||
display: list-item; | |||
padding:0; | |||
margin: 0 0 0 0; | |||
/* margin-bottom: 0.1em; */ | |||
} | } | ||
#p- | #p-personal li a { | ||
text-decoration: underline; | |||
color: blue; | |||
} | } | ||
#p-personal h5 { | |||
display: inline; | |||
padding: 0em 1em 0em 0.5em; | |||
} | } | ||
/* general */ | |||
.portlet h5 { | |||
font-weight:bold; | |||
} | } | ||
.portlet .pBody ul { | |||
margin-left: 0 | list-style:none; | ||
margin-left:0; | |||
margin-top:0; | |||
} | } | ||
.portlet .pBody { | |||
border:none; | |||
border: | |||
} | } | ||
/* contents blok ********************/ | |||
h1.firstHeading { | |||
margin:5px; | |||
position:relative; | |||
top:0; | |||
left:0; | |||
border:1px solid gray; | |||
padding:0.6em; | |||
padding-left:0.5em; | |||
} | } | ||
#contentSub { | |||
margin:0px; | |||
# | |||
margin | |||
} | } | ||
/* section */ | |||
.section { | |||
border:1px solid gray; | |||
margin:5px; | |||
padding:7px; | |||
} | } | ||
.section h3 { | |||
margin-top:0px; | |||
} | } | ||
/* other */ | |||
# | tr#toctitle td { | ||
text-align:left; | |||
} | } | ||
table#toc {border:none} | |||
.section h2 { | |||
border:none; | |||
padding-top:0.2em; | |||
} | } |
Verze z 31. 3. 2006, 22:36
#siteSub { position:absolute; width:100%; height:2.2em; height=2.2em; top: 0px; left: 0px; background:#0066B3; display:block; } #p-cactions {margin-left:} /* gorn's user additions to monobook *******/ #column-one { float:right; padding-top:110px; margin:0; text-align:rigth; } body { font-family:georgia, times, serif; padding: 0; margin: 0; background:none } #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; line-height: 1.5em; position: relative; z-index: 2; border:none; } /* navigace - menu */ li#n-sitesupport, li#n-portal, li#n-currentevents {display:none} /* portlets ******************/ /* 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, #p-search h5 {display:none} /* ** the page-related actions- page/talk, edit etc */ #p-cactions { position:absolute; top: 2.45em; left: 0px; } /* ** Logo properties ************* */ /* logo */ #p-logo { position: absolute; top: 2em; left:auto; /* predefinovani defaultu v main.css */ right: 0px; height: 118px; overflow: hidden; width: 11.6em; } #p-logo a { background-image:url(/skins/common/images/dhlogo.png) !important; } #p-logo h5 { display: none; } #p-logo a, #p-logo a:hover { height: 118px; width: 145px; margin-left:0px; } /* p-personal */ li#pt-userpage { background: none; } #p-personal { position:relative; z-index:3; width: 11.6em; } #p-personal .pBody { width: 10.8em; border: none; margin: 0 0 0.5em 0em; float: none; overflow: hidden; font-size: 95%; background: White; border-collapse: collapse; padding: 0 0.8em 0.3em .5em; } #p-personal ul { /* line-height: 1.5em; */ font-size:95%; margin: 0; padding:0; text-align:left; text-transform: none; } #p-personal li { display: list-item; padding:0; margin: 0 0 0 0; /* margin-bottom: 0.1em; */ } #p-personal li a { text-decoration: underline; color: blue; } #p-personal h5 { display: inline; padding: 0em 1em 0em 0.5em; } /* general */ .portlet h5 { font-weight:bold; } .portlet .pBody ul { list-style:none; margin-left:0; margin-top:0; } .portlet .pBody { border:none; } /* contents blok ********************/ h1.firstHeading { margin:5px; position:relative; top:0; left:0; border:1px solid gray; padding:0.6em; padding-left:0.5em; } #contentSub { margin:0px; } /* section */ .section { border:1px solid gray; margin:5px; padding:7px; } .section h3 { margin-top:0px; } /* other */ tr#toctitle td { text-align:left; } table#toc {border:none} .section h2 { border:none; padding-top:0.2em; }