MediaWiki:Vector.css: различия между версиями

Материал из Old-Games.RU Wiki
Перейти к навигации Перейти к поиску
м
м
Строка 41: Строка 41:
 
background: -webkit-gradient(linear, left top, left bottom, from(#A3BCD4), to(#CEDBE7));
 
background: -webkit-gradient(linear, left top, left bottom, from(#A3BCD4), to(#CEDBE7));
 
background: -moz-linear-gradient(top,  #A3BCD4,  #CEDBE7);
 
background: -moz-linear-gradient(top,  #A3BCD4,  #CEDBE7);
 +
}
 +
 +
#bodyContent a.external[href^="http://www.old-games.ru/wiki"]{
 +
background: none;
 +
padding-right: 0;
 
}
 
}

Версия 13:51, 4 июня 2012

/* Размещённый здесь CSS будет применяться к векторной теме оформления  */

.gradient-box {
	border: 1px solid #AAA;
	padding: 8px;
	text-align: center;
	margin: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #A3BCD4;
	background: -o-linear-gradient(top, #A3BCD4, #CEDBE7);
	background: -webkit-gradient(linear, left top, left bottom, from(#A3BCD4), to(#CEDBE7));
	background: -moz-linear-gradient(top, #A3BCD4, #CEDBE7);
}

.gradient-block {
	text-align: center;
	border: 1px solid #AAA;
	padding: 3px;
	background: #A3BCD4;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0
	background: -o-linear-gradient(top, #A3BCD4, #CEDBE7);
	background: -webkit-gradient(linear, left top, left bottom, from(#A3BCD4), to(#CEDBE7));
	background: -moz-linear-gradient(top, #A3BCD4, #CEDBE7);

}

.gradient-table-block {
	width: 100%;
	text-align: center;
	border: 1px solid #AAA;
	background: #A3BCD4;
	padding: 0px 4px 0px 4px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background: -o-linear-gradient(top, #A3BCD4, #CEDBE7);
	background: -webkit-gradient(linear, left top, left bottom, from(#A3BCD4), to(#CEDBE7));
	background: -moz-linear-gradient(top,  #A3BCD4,  #CEDBE7);
}

#bodyContent a.external[href^="http://www.old-games.ru/wiki"]{
 background: none;
 padding-right: 0;
}