6373
правки
Rain (обсуждение | вклад) м |
Rain (обсуждение | вклад) м |
||
Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться к теме оформления Monobook */ | /* Размещённый здесь CSS будет применяться к теме оформления Monobook */ | ||
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ | /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ | ||
# p-cactions ul li, | # p-cactions ul li, p-cactions ul li a { moz-border-radius:5%; border-radius:5%; webkit-border-radius:5%; } | ||
p-cactions ul li a { moz-border-radius:5%; border-radius:5%; webkit-border-radius:5%; } | |||
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; } | #content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; } | ||
div.pBody { moz-border-radius:5%; border-radius:5%; webkit-border-radius:5%; } | div.pBody { moz-border-radius:5%; border-radius:5%; webkit-border-radius:5%; } |