MediaWiki:Common.css: различия между версиями

Материал из Храмопедии
Перейти к навигации Перейти к поиску
Строка 17: Строка 17:
 
Inherited from ul
 
Inherited from ul
 
titlepage.css:20
 
titlepage.css:20
#pers a {
+
#pers {
 
     background: url(data:image/516286.png) 10px 50% no-repeat;
 
     background: url(data:image/516286.png) 10px 50% no-repeat;
 
}
 
}

Версия 23:17, 14 июля 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:center;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;
}
Inherited from ul
titlepage.css:20
#pers  {
    background: url(data:image/516286.png) 10px 50% no-repeat;
}

#ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(data:image/gif;);
}