MediaWiki:Citizen.css: различия между версиями
Askell (обсуждение | вклад) Нет описания правки Метка: отменено |
Askell (обсуждение | вклад) Нет описания правки Метка: отменено |
||
Строка 2: | Строка 2: | ||
@import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger'); | @import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger'); | ||
.button { | |||
/* Сбрасываем дефолтные стили */ | |||
border: none; | |||
outline: none; | |||
display: inline-block; | |||
text-align: center; | |||
text-decoration: none; | |||
cursor: pointer; | |||
font-size: 16px; | |||
font-family: Roboto, Verdana, Tahoma, sans; | |||
padding: 12px 16px; | |||
border-radius: 100px; | |||
color: #fff; | |||
} | |||
.dropdown { position: relative; display: inline-block; | .dropdown { position: relative; display: inline-block; |