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

Материал из Храмопедии
Перейти к навигации Перейти к поиску
Строка 14: Строка 14:
 
     display: list-item;
 
     display: list-item;
 
     text-align: -webkit-match-parent;
 
     text-align: -webkit-match-parent;
 +
 
}
 
}
 
Inherited from ul
 
Inherited from ul
 
titlepage.css:20
 
titlepage.css:20
#pers {
+
#pers a {
 
     background: url() 10px 50% no-repeat;
 
     background: url() 10px 50% no-repeat;
 
}
 
}
Строка 26: Строка 27:
 
margin: .3em 0 0 1.5em;
 
margin: .3em 0 0 1.5em;
 
padding: 0;
 
padding: 0;
list-style-image: url(http://wallpapersin4k.net/wp-content/uploads/2016/12/Leaves-Wallpapers-1.png);
+
list-style-image: url();
 
}
 
}

Версия 23:25, 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 a {
    background: url() 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();
}