MediaWiki:Monobook.css: Rozdiel medzi revíziami

Zo stránky Wikicitáty
Smazaný obsah Přidaný obsah
Kandy Talbot (diskusia | príspevky)
d 1. ziadny #mytab defaultne neexistuje 2. imho to chce javascript co to naklonuje 3. nech si to nahodi ten kto to potrebuje
Neuromancer (diskusia | príspevky)
Bez shrnutí editace
Riadok 1: Riadok 1:
<!--
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */


Riadok 28: Riadok 29:
border-radius-bottomright: 9px;
border-radius-bottomright: 9px;
}
}
-->


@import "http://sk.wikiquote.org/w/index.php?title=Redaktor:Kandy_Talbot/MainMonobook.css&action=raw&ctype=text/css";
@import "http://sk.wikiquote.org/w/index.php?title=Redaktor:Kandy_Talbot/MainMonobook.css&action=raw&ctype=text/css";

Verzia z 17:33, 15. január 2007

<!--
/* edit this file to customize the monobook skin for the entire site */

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
}
#content { 
-moz-border-radius-topleft: 9px; 
-moz-border-radius-bottomleft: 9px;
}
div.pBody {
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 9px;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
border-radius-topleft: 9px;
border-radius-topright: 9px;
}
#content { 
border-radius-topleft: 9px;
border-radius-bottomleft: 9px;
}
div.pBody {
border-radius-topright: 9px;
border-radius-bottomright: 9px;
}
-->

@import "http://sk.wikiquote.org/w/index.php?title=Redaktor:Kandy_Talbot/MainMonobook.css&action=raw&ctype=text/css";