MediaWiki:Myskin.css: Porovnání verzí

z deskovehry.cz - od hráčů pro hráče
Skočit na navigaci Skočit na vyhledávání
m
m
Řádek 6: Řádek 6:


#bodyContent div.section > h1 {
#bodyContent div.section > h1 {
   background-color: #303030;
   background-color : #808080 ! important;
  color: black;
  font-weight:bold;
 
   margin: -7px;
   margin: -7px;
   padding: 7px;
   padding: 7px;
   padding-bottom: 10px;  
   padding-bottom: 10px;  
   margin-bottom: -7px;
   margin-bottom: -7px;
  color:#ffbbbb;
  font-weight:bold;
}
}



Verze z 3. 9. 2006, 00:27

@media print {
  div#p-cactions {display:none}
}

.unpatrolled {display: none;}

#bodyContent div.section > h1 {
  background-color : #808080 ! important;
  color: black;
  font-weight:bold;

  margin: -7px;
  padding: 7px;
  padding-bottom: 10px; 
  margin-bottom: -7px;
}

#bodyContent div.section > h1 + * {
  margin-top: 17px ! important;
}