Консультации по Чили и помощь с визами/гражданством — напрямую от автора сайта с 2015 года: @chilevisa_ru
MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Новая страница: «→Размещённый здесь CSS будет применяться ко всем темам оформления: #telegram-contact { position: fixed; top: 0; width: 100%; background: #2aabee; color: white; text-align: center; padding: 6px; z-index: 9999; } body { margin-top: 40px; }» |
Нет описания правки |
||
| Строка 9: | Строка 9: | ||
padding: 6px; | padding: 6px; | ||
z-index: 9999; | z-index: 9999; | ||
} | |||
#telegram-contact a { | |||
color: white; | |||
text-decoration: underline; | |||
} | |||
#telegram-contact a:visited { | |||
color: #e6f3ff; | |||
} | |||
#telegram-contact a:hover { | |||
color: #cce7ff; | |||
} | } | ||
body { | body { | ||
margin-top: 40px; | margin-top: 40px; | ||
} | } | ||
Текущая версия от 13:03, 14 апреля 2026
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#telegram-contact {
position: fixed;
top: 0;
width: 100%;
background: #2aabee;
color: white;
text-align: center;
padding: 6px;
z-index: 9999;
}
#telegram-contact a {
color: white;
text-decoration: underline;
}
#telegram-contact a:visited {
color: #e6f3ff;
}
#telegram-contact a:hover {
color: #cce7ff;
}
body {
margin-top: 40px;
}