MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (Новая страница: «→Размещённый здесь CSS будет применяться ко всем темам оформления: .Program { background: #252525; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .Program-title { font-size: 2em; text-align: center; } .Program-logo { text-align: center; } .Program th { text-align: right; vertical-align: top; width: 120px; } .Progr...») |
Admin (обсуждение | вклад) Нет описания правки |
||
| (не показана 1 промежуточная версия этого же участника) | |||
| Строка 1: | Строка 1: | ||
.portal-header { | |||
. | text-align: center; | ||
margin: 20px 0 30px; | |||
margin: 0 | |||
} | } | ||
. | |||
font-size: 2em; | .portal-header h1 { | ||
font-size: 2.2em; | |||
margin-bottom: 5px; | |||
} | |||
.portal-header p { | |||
color: #666; | |||
} | |||
.portal-grid { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 20px; | |||
margin-bottom: 20px; | |||
} | } | ||
. | |||
.portal-card { | |||
flex: 1; | |||
min-width: 250px; | |||
background: #f8f9fa; | |||
border: 1px solid #c8ccd1; | |||
border-radius: 12px; | |||
padding: 18px; | |||
box-shadow: 0 2px 6px rgba(0,0,0,.08); | |||
transition: all .2s ease; | |||
} | } | ||
. | |||
.portal-card:hover { | |||
transform: translateY(-4px); | |||
box-shadow: 0 6px 14px rgba(0,0,0,.12); | |||
} | } | ||
. | |||
.portal-card h3 { | |||
margin-top: 0; | |||
} | } | ||
Текущая версия от 13:56, 16 июня 2026
.portal-header {
text-align: center;
margin: 20px 0 30px;
}
.portal-header h1 {
font-size: 2.2em;
margin-bottom: 5px;
}
.portal-header p {
color: #666;
}
.portal-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}
.portal-card {
flex: 1;
min-width: 250px;
background: #f8f9fa;
border: 1px solid #c8ccd1;
border-radius: 12px;
padding: 18px;
box-shadow: 0 2px 6px rgba(0,0,0,.08);
transition: all .2s ease;
}
.portal-card:hover {
transform: translateY(-4px);
box-shadow: 0 6px 14px rgba(0,0,0,.12);
}
.portal-card h3 {
margin-top: 0;
}