MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
| (не показано 6 промежуточных версий этого же участника) | |||
| Строка 19: | Строка 19: | ||
border-radius: 5px 5px 5px 5px; | border-radius: 5px 5px 5px 5px; | ||
box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15); | box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15); | ||
| − | padding: | + | left: -500px; |
| + | opacity: 0.4; | ||
| + | padding: 7px; | ||
position: absolute; | position: absolute; | ||
| − | + | top: 2px; | |
white-space: normal; | white-space: normal; | ||
| − | width: | + | width: 350px; |
| − | |||
} | } | ||
.invite-login:hover { opacity: 1; } | .invite-login:hover { opacity: 1; } | ||
| + | .invite-login h1 { font-size: 10px; } | ||
| + | .invite-login p { margin: 2px; font-size: 8px; } | ||
| + | .invite-login a.close { float: right; } | ||
| + | |||
| + | .take-part { | ||
| + | padding: 10px 20px 10px 50px; | ||
| + | background: white url('/forum/images/custom/unfinnished_icon.gif') 8px 3px no-repeat; | ||
| + | border: 1px Solid #CCC; | ||
| + | -moz-box-shadow: 1px 1px 7px #cccccc; | ||
| + | -webkit-box-shadow: 1px 1px 7px #cccccc; | ||
| + | box-shadow: 1px 1px 7px #cccccc; | ||
| + | -moz-border-radius: 7px; | ||
| + | -webkit-border-radius: 7px; | ||
| + | border-radius: 7px; | ||
| + | margin: 10px; | ||
| + | width: 500px; | ||
| + | } | ||
| + | .take-part p.h1 { | ||
| + | font-size: 14px; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | .take-part p {margin: 0px;} | ||
Текущая версия на 09:20, 29 октября 2014
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.page-Заглавная_страница h2 {margin-left: 20px;}
.page-Заглавная_страница h3 {margin-left: 40px;}
.page-Заглавная_страница h4 {margin-left: 60px;}
.page-Заглавная_страница h5 {margin-left: 80px;}
.page-Заглавная_страница p {margin-left: 100px;}
.page-Заглавная_страница ul {margin-left: 100px;}
.page-Заглавная_страница ul ul,
.page-Заглавная_страница ul ul ul,
.page-Заглавная_страница ul ul ul ul {margin-left: 20px;}
.invite-login {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
border: 1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15);
left: -500px;
opacity: 0.4;
padding: 7px;
position: absolute;
top: 2px;
white-space: normal;
width: 350px;
}
.invite-login:hover { opacity: 1; }
.invite-login h1 { font-size: 10px; }
.invite-login p { margin: 2px; font-size: 8px; }
.invite-login a.close { float: right; }
.take-part {
padding: 10px 20px 10px 50px;
background: white url('/forum/images/custom/unfinnished_icon.gif') 8px 3px no-repeat;
border: 1px Solid #CCC;
-moz-box-shadow: 1px 1px 7px #cccccc;
-webkit-box-shadow: 1px 1px 7px #cccccc;
box-shadow: 1px 1px 7px #cccccc;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
margin: 10px;
width: 500px;
}
.take-part p.h1 {
font-size: 14px;
font-weight: bold;
}
.take-part p {margin: 0px;}