МедияУики:Common.css: Разлика между версии

От Уикицитат
Изтрито е съдържание Добавено е съдържание
Borislav (беседа | приноси)
orig-quote — color: #666666
Borislav (беседа | приноси)
Template master
Ред 19: Ред 19:
background-color: inherit;
background-color: inherit;
font-style: italic;
font-style: italic;
}

/* Template master */
.tmlinks a {
color: black;
background-color: #FFDAB9;
font-weight: bold;
text-decoration: none;
border: thin #FFDAB9 outset;
padding: 0.2em 0.5em;
cursor: pointer;
}
.tmlinks a:hover {
border-style: inset;
}
}

Версия от 18:31, 20 януари 2008

.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;
}

.orig-quote {
	color: #666666;
	background-color: inherit;
	font-style: italic;
}

/* Template master */
.tmlinks a {
	color: black;
	background-color: #FFDAB9;
	font-weight: bold;
	text-decoration: none;
	border: thin #FFDAB9 outset;
	padding: 0.2em 0.5em;
	cursor: pointer;
}
.tmlinks a:hover {
	border-style: inset;
}