MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Нет описания правки |
||
(не показано 7 промежуточных версий этого же участника) | |||
Строка 2: | Строка 2: | ||
display: none; | display: none; | ||
} | } | ||
. | .infoboxer { | ||
margin: 0 0 0,5em 0,5em; | margin: 0 0 0,5em 0,5em; | ||
clear: right; | clear: right; | ||
float: right; | float: right; | ||
background: #F8F9FA; | |||
border: solid black 1px; | |||
max-width: 600px; | |||
} | } | ||
.heading { | |||
. | font-weight: bold; | ||
text-align: center; | |||
background-color: #CFE3FF; | |||
font-size: 20px; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
} | |||
.subheading { | |||
font-weight: bold; | |||
text-align: center; | |||
background-color: #CFE3FF; | |||
font-size: 26; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
} | |||
.label { | |||
font-weight: bold; | |||
text-align: left; | |||
} | |||
.txt { | |||
text-align: right; | |||
} | |||
.label, .txt { | |||
float: left; | |||
width: 50%; | |||
} | |||
.txt { | |||
text-align: right; | |||
} | |||
.imge { | |||
max-width: 290px; | |||
max-height: 220px; | |||
margin: auto; | |||
} | } |
Текущая версия от 15:00, 31 января 2025
#footer-poweredbyico {
display: none;
}
.infoboxer {
margin: 0 0 0,5em 0,5em;
clear: right;
float: right;
background: #F8F9FA;
border: solid black 1px;
max-width: 600px;
}
.heading {
font-weight: bold;
text-align: center;
background-color: #CFE3FF;
font-size: 20px;
margin-left: 5px;
margin-right: 5px;
}
.subheading {
font-weight: bold;
text-align: center;
background-color: #CFE3FF;
font-size: 26;
margin-left: 5px;
margin-right: 5px;
}
.label {
font-weight: bold;
text-align: left;
}
.txt {
text-align: right;
}
.label, .txt {
float: left;
width: 50%;
}
.txt {
text-align: right;
}
.imge {
max-width: 290px;
max-height: 220px;
margin: auto;
}