MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Новая страница: «#footer-poweredbyico { display: none; } » |
Нет описания правки |
||
(не показано 8 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
#footer-poweredbyico { | #footer-poweredbyico { | ||
display: none; | 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; | |||
} | } |
Текущая версия от 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;
}