Užívateľ:Neuromancer/monobook.css: Rozdiel medzi revíziami

Zo stránky Wikicitáty
Smazaný obsah Přidaný obsah
Neuromancer (diskusia | príspevky)
Bez shrnutí editace
Neuromancer (diskusia | príspevky)
Bez shrnutí editace
Riadok 1: Riadok 1:
#column-one {
#column-one {
position: fixed;
position: fixed;
padding-top: 3px;
padding-top: 3px;
}
}
#p-lang .pBody ul {
#p-lang .pBody ul {
max-height: 150px;
max-height: 150px;
overflow: auto;
overflow: auto;
}
}
body {
body {
background-attachment: fixed;
background-attachment: fixed;
}
}

Verzia z 09:09, 10. január 2007

 #column-one {  
       position: fixed;
       padding-top: 3px;
 }
 #p-lang .pBody ul {  
       max-height: 150px;
       overflow: auto;
 }
 body {
       background-attachment: fixed;
 }