MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Flandre (обсуждение | вклад) (Новая страница: «→Размещённый здесь CSS будет применяться ко всем темам оформления: #bottombox {width:100%;background-colo…») |
Flandre (обсуждение | вклад) |
||
| (не показано 26 промежуточных версий этого же участника) | |||
| Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
| − | #bottombox {width:100%;background-color:#fff;border: | + | #bottombox {width:100%;background-color:#fff;border:none solid #dbdbdb;margin:5px auto 5px auto;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius: 7px;} |
#bottomboxline {margin:0.5em} | #bottomboxline {margin:0.5em} | ||
#target-list li, #more li, .randomPages span, #choise li {display:inline-block} | #target-list li, #more li, .randomPages span, #choise li {display:inline-block} | ||
| − | #choise ul {display:block;text-align: | + | #choise ul {display:block;text-align:left;margin:1em 0;font-size:120%;font-weight:bold;} |
#choise li a {display:block;height:50px;padding:25px 10px 0 65px;margin-right:10px;border:1px solid #fff;text-align:left;width:auto} | #choise li a {display:block;height:50px;padding:25px 10px 0 65px;margin-right:10px;border:1px solid #fff;text-align:left;width:auto} | ||
#choise li a:hover {border:1px dashed #dbdbdb;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius: 7px;} | #choise li a:hover {border:1px dashed #dbdbdb;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius: 7px;} | ||
| Строка 14: | Строка 14: | ||
display: list-item; | display: list-item; | ||
text-align: -webkit-match-parent; | text-align: -webkit-match-parent; | ||
| + | |||
| + | } | ||
| + | |||
| + | #pers { | ||
| + | background: url(images/516286.png) 10px 50% no-repeat; | ||
| + | } | ||
| + | |||
| + | #lib { | ||
| + | background: url(images/1f3fe2.png) 10px 50% no-repeat; | ||
| + | } | ||
| + | |||
| + | #new { | ||
| + | background: url(images/cb86a1.png) 10px 50% no-repeat; | ||
| + | } | ||
| + | |||
| + | #gallary { | ||
| + | background: url(images/7514e0.png) 10px 50% no-repeat; | ||
} | } | ||
| − | + | ||
| − | + | #pon { | |
| − | # | + | background: url(images/fb76a2.png) 10px 50% no-repeat; |
| − | |||
} | } | ||
| + | |||
| + | #rules { | ||
| + | background: url(images/310f6b.png) 10px 50% no-repeat; | ||
| + | } | ||
| + | |||
| + | #test { | ||
| + | |||
| + | font-size: 100; | ||
| + | position: relative; | ||
| + | top: 5px; | ||
| + | } | ||
| + | |||
#ul { | #ul { | ||
| Строка 26: | Строка 54: | ||
margin: .3em 0 0 1.5em; | margin: .3em 0 0 1.5em; | ||
padding: 0; | padding: 0; | ||
| − | list-style-image: url( | + | list-style-image: url(); |
| + | } | ||
| + | |||
| + | |||
| + | #pers2 { | ||
| + | background: url(images/516286.png) 10px 50% no-repeat; display: none; | ||
} | } | ||
Текущая версия на 18:57, 24 июля 2017
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#bottombox {width:100%;background-color:#fff;border:none solid #dbdbdb;margin:5px auto 5px auto;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius: 7px;}
#bottomboxline {margin:0.5em}
#target-list li, #more li, .randomPages span, #choise li {display:inline-block}
#choise ul {display:block;text-align:left;margin:1em 0;font-size:120%;font-weight:bold;}
#choise li a {display:block;height:50px;padding:25px 10px 0 65px;margin-right:10px;border:1px solid #fff;text-align:left;width:auto}
#choise li a:hover {border:1px dashed #dbdbdb;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius: 7px;}
#more li {color:black;padding:0 4px}
#li {
margin-bottom: .1em;
}
user agent stylesheet
#li {
display: list-item;
text-align: -webkit-match-parent;
}
#pers {
background: url(images/516286.png) 10px 50% no-repeat;
}
#lib {
background: url(images/1f3fe2.png) 10px 50% no-repeat;
}
#new {
background: url(images/cb86a1.png) 10px 50% no-repeat;
}
#gallary {
background: url(images/7514e0.png) 10px 50% no-repeat;
}
#pon {
background: url(images/fb76a2.png) 10px 50% no-repeat;
}
#rules {
background: url(images/310f6b.png) 10px 50% no-repeat;
}
#test {
font-size: 100;
position: relative;
top: 5px;
}
#ul {
line-height: 1.5em;
list-style-type: square;
margin: .3em 0 0 1.5em;
padding: 0;
list-style-image: url();
}
#pers2 {
background: url(images/516286.png) 10px 50% no-repeat; display: none;
}