Перейти к содержанию

Шаблон:Heading/styles.css

Материал из Викитеки — свободной библиотеки
div.heading {
	text-align: center;
    text-indent: 0;
    font-size: 100%;
    margin: 0.75rem 0 0.75rem 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-family: cambria,serif;
    line-height: normal;
    hyphens: none;
}
.text-align-center { text-align: center; }
.text-align-left { text-align: left; }
.text-align-right { text-align: right; }
.heading.text-align-jc { text-align: justify; text-align-last: center; }

.font-size58prc {	font-size: 58%; }
.font-size69prc {	font-size: 69%; }
.font-size83prc {	font-size: 83%; }
.font-size100prc {	font-size: 100%; }
.font-size120prc {	font-size: 120%; }
.font-size144prc {	font-size: 144%; }
.font-size173prc {	font-size: 173%; }
.font-size207prc {	font-size: 207%; }
.font-size249prc {	font-size: 249%; }

.font-bold  {	font-weight: bold; }
.font-sans  {	font-family: sans-serif; }
.font-caps  {	text-transform: uppercase; }
.font-smallcaps {	font-variant: small-caps; }

.heading > span {
	display: inherit;
	word-spacing: 0.3em;
}
span.h-border1 {
	border-top: none;
    border-right: none;
    border-bottom: 1px solid black;
    border-left: none;
}
span.h-border2 {
	border-top: 1px solid black;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
span.h-border3 {
	border-top: 1px solid black;
    border-right: none;
    border-bottom: 1px solid black;
    border-left: none;
}
span.h-border4 {
	border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding: 0 0.2em;
}

/* transform:scaleX({{#expr:({{{stretch|}}}+5)/10}});margin-left:{{#expr:50-500/({{{stretch|}}}+5)}}%;margin-right:{{#expr:50-500/({{{stretch|}}}+5)}}%; */
span.h-stretch1 {transform: scaleX(0.6);	margin-left: -33.333333333333%; margin-right: -33.333333333333%;}
span.h-stretch2 {transform: scaleX(0.7);	margin-left: -21.428571428571%; margin-right: -21.428571428571%;}
span.h-stretch3 {transform: scaleX(0.8);	margin-left: -12.5%;            margin-right: -12.5%;}
span.h-stretch4 {transform: scaleX(0.9);	margin-left: -5.5555555555556%; margin-right: -5.5555555555556%;}
span.h-stretch5 {transform: scaleX(1);  	margin-left: 0%;                margin-right: 0%;}
span.h-stretch6 {transform: scaleX(1.1);	margin-left: 4.5454545454545%;  margin-right: 4.5454545454545%;}
span.h-stretch7 {transform: scaleX(1.2);	margin-left: 8.3333333333333%;  margin-right: 8.3333333333333%;}
span.h-stretch8 {transform: scaleX(1.3);	margin-left: 11.538461538462%;  margin-right: 11.538461538462%;}
span.h-stretch9 {transform: scaleX(1.4);	margin-left: 14.285714285714%;  margin-right: 14.285714285714%;}

/* [[Категория:Шаблоны:Стили]] */