MediaWiki:Common.css: различия между версиями
Материал из wiki innovation station ss14
Melvilla (обсуждение | вклад) Нет описания правки Метка: отменено |
Melvilla (обсуждение | вклад) Отмена версии 21, сделанной Melvilla (обсуждение) Метка: отмена |
||
Строка 7: | Строка 7: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | |||
} | |||
тема: | |||
body { | |||
background-image: url('URL_вашего_изображения'); | |||
background-color: #cc0000; /* запасной цвет */ | |||
color: #fff; | |||
} | |||
h1, h2, h3 { | |||
font-family: 'Russo One', sans-serif; | |||
color: #ffd700; | |||
} | |||
a { | |||
color: #ffd700; | |||
} | |||
.navbar { | |||
background-color: #000; | |||
border-bottom: 2px solid #ffd700; | |||
} | |||
footer { | |||
background-color: #000; | |||
color: #fff; | |||
padding: 10px; | |||
text-align: center; | |||
} | } |
Версия от 20:14, 4 сентября 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ Фон заглав. стр.: body.page-Мain_Page { background-image: url('https://wiki-innovationstation-ss14.ru/images/c/c4/WikiFone.jpg'); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } } тема: body { background-image: url('URL_вашего_изображения'); background-color: #cc0000; /* запасной цвет */ color: #fff; } h1, h2, h3 { font-family: 'Russo One', sans-serif; color: #ffd700; } a { color: #ffd700; } .navbar { background-color: #000; border-bottom: 2px solid #ffd700; } footer { background-color: #000; color: #fff; padding: 10px; text-align: center; }