MediaWiki:Common.css: Różnice pomiędzy wersjami
Strona MediaWiki
Inne akcje
mainpage button (test?) |
m test |
||
| Linia 1: | Linia 1: | ||
.btn { | .btn { | ||
background-color: # | background-color: #ddd; | ||
border: | border: 1px solid #000; | ||
text-align: center; | text-align: center; | ||
display: inline-block; | display: inline-block; | ||
cursor: pointer; | cursor: pointer; | ||
width: 100%; | |||
max-height: 50px; | |||
} | } | ||
.btn:hover { | .btn:hover { | ||
background-color: # | background-color: #999; | ||
} | } | ||