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

Материал из Old-Games.RU Wiki
Перейти к навигации Перейти к поиску
м
м
Строка 43: Строка 43:
 
}
 
}
  
#bodyContent a[href^="https://"].external a[href^="http://"].external {
+
#bodyContent a[href^="http://"].external {
 
         background: none;
 
         background: none;
 
         padding-right: 0;
 
         padding-right: 0;
 
}
 
}

Версия 13:56, 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[href^="http://"].external {
        background: none;
        padding-right: 0;
}