MediaWiki:Monobook.css: различия между версиями
>Sikon Нет описания правки |
>Edward Chernenko Делаем так, чтобы ссылки «править» для разделов не плыли рядом с картинками |
||
| Строка 1: | Строка 1: | ||
/* | /* <pre> */ | ||
<pre> | |||
*/ | |||
body | |||
{ | { | ||
background-image: url(/skins/monobook/headbg.jpg); | background-image: url(/skins/monobook/headbg.jpg); | ||
| Строка 9: | Строка 7: | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
} | } | ||
code, pre { font-size: 10pt; } | code, pre { font-size: 10pt; } | ||
a { text-decoration: none } | a { text-decoration: none } | ||
| Строка 21: | Строка 17: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* #fundraising { | /* #fundraising { | ||
text-align: center; | text-align: center; | ||
| Строка 165: | Строка 160: | ||
-moz-border-radius-topleft: 0.5em; | -moz-border-radius-topleft: 0.5em; | ||
} | } | ||
/* для {{sysdep}} */ | /* для {{sysdep}} */ | ||
| Строка 196: | Строка 188: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* | |||
</pre> | /* Делаем так, чтобы ссылки «править» для разделов не плыли рядом с картинками */ | ||
*/ | h1,h2,h3,h4,h5,h6{background:none;font-weight:normal;margin:0;padding-top: .5em;padding-bottom: .17em;border-bottom:1px solid #aaa;overflow:hidden}h1{font-size:188%}h1 | ||
.editsection{font-size:53%}h2{font-size:150%}h2 | |||
.editsection{font-size:67%}h3,h4,h5,h6{border-bottom:none;font-weight:bold}h3{font-size:132%}h3 | |||
.editsection{font-size:76%;font-weight:normal}h4{font-size:116%}h4 | |||
.editsection{font-size:86%;font-weight:normal}h5{font-size:100%}h5 | |||
.editsection{font-weight:normal}h6{font-size:80%}h6 | |||
.editsection{font-size:125%;font-weight:normal} | |||
/* </pre> */ | |||