Разлика между версии на „МедияУики:Common.css“
От БГ-Фантастика
(a { text-decoration: underline; }) |
(прехвърляне на МедияУики:Monobook.css тук; без #loadIndicatorWrapper) |
||
| Ред 1: | Ред 1: | ||
| − | /** | + | a { text-decoration: underline; } |
| + | |||
| + | /* клас за текста, отбелязващ нова страница в последните промени [[МедияУики:Newpageletter]] */ | ||
| + | .newpage { color: black; background-color: yellow; } | ||
| + | |||
| + | .buttonlinks a { | ||
| + | color: black; | ||
| + | background-color: #ccddee; | ||
| + | background-image: url('http://upload.wikimedia.org/wikipedia/commons/c/c6/Blending_blue_button_background.png'); | ||
| + | background-repeat: repeat-x; | ||
| + | font-weight: bold; | ||
| + | font-size: 0.9em; | ||
| + | text-decoration: none; | ||
| + | border: thin #006699 outset; | ||
| + | padding: 0.1em; | ||
| + | } | ||
| + | .buttonlinks a:hover, .buttonlinks a:active { | ||
| + | background-color: #bbccdd; | ||
| + | border-style: inset; | ||
| + | } | ||
| − | + | #loadIndicator { | |
| + | position: absolute; | ||
| + | top: 6em; | ||
| + | left: 20%; | ||
| + | float: left; | ||
| + | color: black; | ||
| + | background-color: #CCDDEE; | ||
| + | font-size: 2em; | ||
| + | padding: 0.5em; | ||
| + | border: solid thin #006699; | ||
| + | } | ||
Текуща версия към 19:25, 28 ноември 2007
a { text-decoration: underline; }
/* клас за текста, отбелязващ нова страница в последните промени [[МедияУики:Newpageletter]] */
.newpage { color: black; background-color: yellow; }
.buttonlinks a {
color: black;
background-color: #ccddee;
background-image: url('http://upload.wikimedia.org/wikipedia/commons/c/c6/Blending_blue_button_background.png');
background-repeat: repeat-x;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border: thin #006699 outset;
padding: 0.1em;
}
.buttonlinks a:hover, .buttonlinks a:active {
background-color: #bbccdd;
border-style: inset;
}
#loadIndicator {
position: absolute;
top: 6em;
left: 20%;
float: left;
color: black;
background-color: #CCDDEE;
font-size: 2em;
padding: 0.5em;
border: solid thin #006699;
}