|
@@ -318,6 +318,7 @@ h5.how {
|
|
}
|
|
}
|
|
#header .header-ui .brand--nav h1 {
|
|
#header .header-ui .brand--nav h1 {
|
|
font-size: 27px;
|
|
font-size: 27px;
|
|
|
|
+ margin-left: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
@media (min-width: 576px) {
|
|
@@ -1378,34 +1379,66 @@ blockquote:before {
|
|
url('_font/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
|
|
url('_font/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'fontello';
|
|
font-family: 'fontello';
|
|
- src: url('_font/fontello.eot?84652176');
|
|
|
|
- src: url('_font/fontello.eot?84652176#iefix') format('embedded-opentype'),
|
|
|
|
- url('_font/fontello.woff?84652176') format('woff'),
|
|
|
|
- url('_font/fontello.ttf?84652176') format('truetype'),
|
|
|
|
- url('_font/fontello.svg?84652176#fontello') format('svg');
|
|
|
|
|
|
+ src: url('_font/fontello.eot?25243633');
|
|
|
|
+ src: url('_font/fontello.eot?25243633#iefix') format('embedded-opentype'),
|
|
|
|
+ url('_font/fontello.woff2?25243633') format('woff2'),
|
|
|
|
+ url('_font/fontello.woff?25243633') format('woff'),
|
|
|
|
+ url('_font/fontello.ttf?25243633') format('truetype'),
|
|
|
|
+ url('_font/fontello.svg?25243633#fontello') format('svg');
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
-.demo-icon {
|
|
|
|
|
|
+/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
|
|
+/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
|
|
+/*
|
|
|
|
+@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
+ @font-face {
|
|
|
|
+ font-family: 'fontello';
|
|
|
|
+ src: url('../font/fontello.svg?25243633#fontello') format('svg');
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+*/
|
|
|
|
+
|
|
|
|
+ [class^="icon-"]:before, [class*=" icon-"]:before {
|
|
font-family: "fontello";
|
|
font-family: "fontello";
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
speak: none;
|
|
speak: none;
|
|
|
|
+
|
|
display: inline-block;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ /* opacity: .8; */
|
|
|
|
+
|
|
|
|
+ /* For safety - reset parent styles, that can break glyph codes*/
|
|
font-variant: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
text-transform: none;
|
|
|
|
+
|
|
|
|
+ /* fix buttons height, for twitter bootstrap */
|
|
line-height: 1em;
|
|
line-height: 1em;
|
|
|
|
+
|
|
|
|
+ /* Animation center compensation - margins should be symmetric */
|
|
|
|
+ /* remove if not needed */
|
|
margin-left: .2em;
|
|
margin-left: .2em;
|
|
|
|
+
|
|
|
|
+ /* you can be more comfortable with increased icons size */
|
|
|
|
+ /* font-size: 120%; */
|
|
|
|
+
|
|
|
|
+ /* Font smoothing. That was taken from TWBS */
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
- /* opacity: .8; */
|
|
|
|
|
|
+
|
|
|
|
+ /* Uncomment for 3D effect */
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.icon-pencil:before { content: '\e800'; } /* '' */
|
|
|
|
+.icon-twitter:before { content: '\f099'; } /* '' */
|
|
|
|
+.icon-facebook:before { content: '\f09a'; } /* '' */
|
|
|
|
+.icon-docs:before { content: '\f0c5'; } /* '' */
|
|
|
|
+.icon-github:before { content: '\f113'; } /* '' */
|
|
|
|
+.icon-wikipedia-w:before { content: '\f266'; } /* '' */
|