Uživatel:Gorn/monobook.css: Porovnání verzí

z deskovehry.cz - od hráčů pro hráče
Skočit na navigaci Skočit na vyhledávání
m
m
 
(Není zobrazeno 385 mezilehlých verzí od 2 dalších uživatelů.)
Řádek 1: Řádek 1:
.portlet .pBody ul {
#footer {
  list-style:none;
   display:block;
  margin-left:0;
  margin-top:0;
}
 
/*
.portlet .pBody ul {border:1px solid red;}
.portlet .pBody ul li {border:1px solid green;}
*/
 
.portlet .pBody {
  border:none;
}
 
/* 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 {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;
}
 
 
 
/* 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;
}
}

Aktuální verze z 15. 11. 2006, 09:02

#footer {
  display:block;
}