Some cleanup and updates
This commit is contained in:
parent
949df2d4c5
commit
c2378bb4e0
@ -1,4 +1,4 @@
|
|||||||
#Design-Checklist
|
#Design-Checklist
|
||||||
|
|
||||||
- Responsive Design – Mobile: 320, 360, 400px
|
- Responsive Design – Mobile: 320, 400, 640px
|
||||||
- Create Favicons (ICO!) with multiple sizes (16, 32, 48, 64px)
|
- Create Favicons (ICO!) with multiple sizes (16, 32, 48, 64px)
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
|
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
|
||||||
<cross-domain-policy>
|
<cross-domain-policy>
|
||||||
|
<!-- Read this: https://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
|
||||||
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
|
|
||||||
|
|
||||||
<!-- Most restrictive policy: -->
|
<!-- Most restrictive policy: -->
|
||||||
<site-control permitted-cross-domain-policies="none"/>
|
<site-control permitted-cross-domain-policies="none"/>
|
||||||
@ -13,10 +12,4 @@
|
|||||||
<allow-access-from domain="*" to-ports="*" secure="false"/>
|
<allow-access-from domain="*" to-ports="*" secure="false"/>
|
||||||
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
|
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
|
||||||
-->
|
-->
|
||||||
<!--
|
|
||||||
If you host a crossdomain.xml file with allow-access-from domain="*"
|
|
||||||
and don’t understand all of the points described here, you probably
|
|
||||||
have a nasty security vulnerability. ~ simon willison
|
|
||||||
-->
|
|
||||||
|
|
||||||
</cross-domain-policy>
|
</cross-domain-policy>
|
||||||
|
192
css/main.css
192
css/main.css
@ -1,9 +1,8 @@
|
|||||||
/*----------------------------------------*\
|
/*----------------------------------------* Schwerkraftlabor.de | @Gehirnfussel
|
||||||
Schwerkraftlabor.de | @Gehirnfussel
|
|
||||||
\*----------------------------------------*/
|
\*----------------------------------------*/
|
||||||
/* Imports
|
/* Imports
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||||
/**
|
/**
|
||||||
* 1. Set default font family to sans-serif.
|
* 1. Set default font family to sans-serif.
|
||||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||||
@ -26,16 +25,34 @@ body {
|
|||||||
/* HTML5 display definitions
|
/* HTML5 display definitions
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/**
|
/**
|
||||||
* Correct `block` display not defined in IE 8/9.
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||||
|
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||||
|
* and Firefox.
|
||||||
|
* Correct `block` display not defined for `main` in IE 11.
|
||||||
*/
|
*/
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
|
article,
|
||||||
|
aside,
|
||||||
|
details,
|
||||||
|
figcaption,
|
||||||
|
figure,
|
||||||
|
footer,
|
||||||
|
header,
|
||||||
|
hgroup,
|
||||||
|
main,
|
||||||
|
menu,
|
||||||
|
nav,
|
||||||
|
section,
|
||||||
|
summary {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Correct `inline-block` display not defined in IE 8/9.
|
* 1. Correct `inline-block` display not defined in IE 8/9.
|
||||||
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
||||||
*/
|
*/
|
||||||
audio, canvas, progress, video {
|
audio,
|
||||||
|
canvas,
|
||||||
|
progress,
|
||||||
|
video {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
@ -50,10 +67,11 @@ audio:not([controls]) {
|
|||||||
height: 0; }
|
height: 0; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `[hidden]` styling not present in IE 8/9.
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||||
* Hide the `template` element in IE, Safari, and Firefox < 22.
|
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
||||||
*/
|
*/
|
||||||
[hidden], template {
|
[hidden],
|
||||||
|
template {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
/* Links
|
/* Links
|
||||||
@ -62,37 +80,39 @@ audio:not([controls]) {
|
|||||||
* Remove the gray background color from active links in IE 10.
|
* Remove the gray background color from active links in IE 10.
|
||||||
*/
|
*/
|
||||||
a {
|
a {
|
||||||
background: transparent; }
|
background-color: transparent; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Improve readability when focused and also mouse hovered in all browsers.
|
* Improve readability when focused and also mouse hovered in all browsers.
|
||||||
*/
|
*/
|
||||||
a:active, a:hover {
|
a:active,
|
||||||
|
a:hover {
|
||||||
outline: 0; }
|
outline: 0; }
|
||||||
|
|
||||||
/* Text-level semantics
|
/* Text-level semantics
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/**
|
/**
|
||||||
* Address styling not present in IE 8/9, Safari 5, and Chrome.
|
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
border-bottom: 1px dotted; }
|
border-bottom: 1px dotted; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
b, strong {
|
b,
|
||||||
|
strong {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address styling not present in Safari 5 and Chrome.
|
* Address styling not present in Safari and Chrome.
|
||||||
*/
|
*/
|
||||||
dfn {
|
dfn {
|
||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address variable `h1` font-size and margin within `section` and `article`
|
* Address variable `h1` font-size and margin within `section` and `article`
|
||||||
* contexts in Firefox 4+, Safari 5, and Chrome.
|
* contexts in Firefox 4+, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@ -114,7 +134,8 @@ small {
|
|||||||
/**
|
/**
|
||||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||||
*/
|
*/
|
||||||
sub, sup {
|
sub,
|
||||||
|
sup {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -129,13 +150,13 @@ sub {
|
|||||||
/* Embedded content
|
/* Embedded content
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/**
|
/**
|
||||||
* Remove border when inside `a` element in IE 8/9.
|
* Remove border when inside `a` element in IE 8/9/10.
|
||||||
*/
|
*/
|
||||||
img {
|
img {
|
||||||
border: 0; }
|
border: 0; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Correct overflow displayed oddly in IE 9.
|
* Correct overflow not hidden in IE 9/10/11.
|
||||||
*/
|
*/
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
@ -143,7 +164,7 @@ svg:not(:root) {
|
|||||||
/* Grouping content
|
/* Grouping content
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/**
|
/**
|
||||||
* Address margin not present in IE 8/9 and Safari 5.
|
* Address margin not present in IE 8/9 and Safari.
|
||||||
*/
|
*/
|
||||||
figure {
|
figure {
|
||||||
margin: 1em 40px; }
|
margin: 1em 40px; }
|
||||||
@ -152,7 +173,6 @@ figure {
|
|||||||
* Address differences between Firefox and other browsers.
|
* Address differences between Firefox and other browsers.
|
||||||
*/
|
*/
|
||||||
hr {
|
hr {
|
||||||
-webkit-box-sizing: content-box;
|
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
height: 0; }
|
height: 0; }
|
||||||
|
|
||||||
@ -165,7 +185,10 @@ pre {
|
|||||||
/**
|
/**
|
||||||
* Address odd `em`-unit font size rendering in all browsers.
|
* Address odd `em`-unit font size rendering in all browsers.
|
||||||
*/
|
*/
|
||||||
code, kbd, pre, samp {
|
code,
|
||||||
|
kbd,
|
||||||
|
pre,
|
||||||
|
samp {
|
||||||
font-family: monospace, monospace;
|
font-family: monospace, monospace;
|
||||||
font-size: 1em; }
|
font-size: 1em; }
|
||||||
|
|
||||||
@ -179,9 +202,13 @@ code, kbd, pre, samp {
|
|||||||
* 1. Correct color not being inherited.
|
* 1. Correct color not being inherited.
|
||||||
* Known issue: affects color of disabled elements.
|
* Known issue: affects color of disabled elements.
|
||||||
* 2. Correct font properties not being inherited.
|
* 2. Correct font properties not being inherited.
|
||||||
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
button, input, optgroup, select, textarea {
|
button,
|
||||||
|
input,
|
||||||
|
optgroup,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
font: inherit;
|
font: inherit;
|
||||||
@ -190,7 +217,7 @@ button, input, optgroup, select, textarea {
|
|||||||
/* 3 */ }
|
/* 3 */ }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `overflow` set to `hidden` in IE 8/9/10.
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||||
*/
|
*/
|
||||||
button {
|
button {
|
||||||
overflow: visible; }
|
overflow: visible; }
|
||||||
@ -198,10 +225,11 @@ button {
|
|||||||
/**
|
/**
|
||||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||||
* All other form control elements do not inherit `text-transform` values.
|
* All other form control elements do not inherit `text-transform` values.
|
||||||
* Correct `button` style inheritance in Firefox, IE 8+, and Opera
|
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
||||||
* Correct `select` style inheritance in Firefox.
|
* Correct `select` style inheritance in Firefox.
|
||||||
*/
|
*/
|
||||||
button, select {
|
button,
|
||||||
|
select {
|
||||||
text-transform: none; }
|
text-transform: none; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -211,7 +239,9 @@ button, select {
|
|||||||
* 3. Improve usability and consistency of cursor style between image-type
|
* 3. Improve usability and consistency of cursor style between image-type
|
||||||
* `input` and others.
|
* `input` and others.
|
||||||
*/
|
*/
|
||||||
button, html input[type="button"], input[type="reset"], input[type="submit"] {
|
button,
|
||||||
|
html input[type="button"], input[type="reset"],
|
||||||
|
input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
/* 2 */
|
/* 2 */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -220,13 +250,15 @@ button, html input[type="button"], input[type="reset"], input[type="submit"] {
|
|||||||
/**
|
/**
|
||||||
* Re-set default cursor for disabled elements.
|
* Re-set default cursor for disabled elements.
|
||||||
*/
|
*/
|
||||||
button[disabled], html input[disabled] {
|
button[disabled],
|
||||||
|
html input[disabled] {
|
||||||
cursor: default; }
|
cursor: default; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove inner padding and border in Firefox 4+.
|
* Remove inner padding and border in Firefox 4+.
|
||||||
*/
|
*/
|
||||||
button::-moz-focus-inner, input::-moz-focus-inner {
|
button::-moz-focus-inner,
|
||||||
|
input::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
|
||||||
@ -244,8 +276,8 @@ input {
|
|||||||
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||||
* 2. Remove excess padding in IE 8/9/10.
|
* 2. Remove excess padding in IE 8/9/10.
|
||||||
*/
|
*/
|
||||||
input[type="checkbox"], input[type="radio"] {
|
input[type="checkbox"],
|
||||||
-webkit-box-sizing: border-box;
|
input[type="radio"] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -256,18 +288,18 @@ input[type="checkbox"], input[type="radio"] {
|
|||||||
* `font-size` values of the `input`, it causes the cursor style of the
|
* `font-size` values of the `input`, it causes the cursor style of the
|
||||||
* decrement button to change from `default` to `text`.
|
* decrement button to change from `default` to `text`.
|
||||||
*/
|
*/
|
||||||
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
|
input[type="number"]::-webkit-inner-spin-button,
|
||||||
|
input[type="number"]::-webkit-outer-spin-button {
|
||||||
height: auto; }
|
height: auto; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
||||||
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
||||||
* (include `-moz` to future-proof).
|
* (include `-moz` to future-proof).
|
||||||
*/
|
*/
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
-webkit-box-sizing: content-box;
|
|
||||||
/* 2 */
|
/* 2 */
|
||||||
box-sizing: content-box; }
|
box-sizing: content-box; }
|
||||||
|
|
||||||
@ -276,7 +308,8 @@ input[type="search"] {
|
|||||||
* Safari (but not Chrome) clips the cancel button when the search input has
|
* Safari (but not Chrome) clips the cancel button when the search input has
|
||||||
* padding (and `textfield` appearance).
|
* padding (and `textfield` appearance).
|
||||||
*/
|
*/
|
||||||
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
|
input[type="search"]::-webkit-search-cancel-button,
|
||||||
|
input[type="search"]::-webkit-search-decoration {
|
||||||
-webkit-appearance: none; }
|
-webkit-appearance: none; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -288,7 +321,7 @@ fieldset {
|
|||||||
padding: 0.35em 0.625em 0.75em; }
|
padding: 0.35em 0.625em 0.75em; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Correct `color` not being inherited in IE 8/9.
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||||
*/
|
*/
|
||||||
legend {
|
legend {
|
||||||
@ -298,7 +331,7 @@ legend {
|
|||||||
/* 2 */ }
|
/* 2 */ }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove default vertical scrollbar in IE 8/9.
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||||
*/
|
*/
|
||||||
textarea {
|
textarea {
|
||||||
overflow: auto; }
|
overflow: auto; }
|
||||||
@ -319,7 +352,8 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0; }
|
border-spacing: 0; }
|
||||||
|
|
||||||
td, th {
|
td,
|
||||||
|
th {
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
|
||||||
/* Vars
|
/* Vars
|
||||||
@ -327,15 +361,16 @@ td, th {
|
|||||||
/* Reset
|
/* Reset
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
*, *:before, *:after {
|
*, *:before, *:after {
|
||||||
-webkit-box-sizing: inherit;
|
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
-webkit-box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-sizing: border-box; }
|
-webkit-text-size-adjust: 100%;
|
||||||
|
-ms-text-size-adjust: 100%;
|
||||||
|
text-size-adjust: 100%; }
|
||||||
|
|
||||||
/* Ideal Viewport-Fix for IE */
|
/* Ideal Viewport-Fix for IE */
|
||||||
@-ms-viewport {
|
@-ms-viewport {
|
||||||
@ -343,7 +378,8 @@ html {
|
|||||||
|
|
||||||
/* Cleafix
|
/* Cleafix
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
.clearfix::before, .clearfix::after {
|
.clearfix::before,
|
||||||
|
.clearfix::after {
|
||||||
content: " ";
|
content: " ";
|
||||||
display: table; }
|
display: table; }
|
||||||
|
|
||||||
@ -353,12 +389,48 @@ html {
|
|||||||
.clearfix {
|
.clearfix {
|
||||||
*zoom: 1; }
|
*zoom: 1; }
|
||||||
|
|
||||||
/* FLUIDITY v0.1.0
|
/*
|
||||||
@mrmrs - http://mrmrs.cc – MIT
|
FLUIDITY v0.1.0
|
||||||
--------------------------*/
|
@mrmrs - http://mrmrs.cc
|
||||||
img, canvas, iframe, video, svg {
|
MIT
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
|
||||||
|
Responsive Utilities
|
||||||
|
|
||||||
|
*/
|
||||||
|
img,
|
||||||
|
canvas,
|
||||||
|
iframe,
|
||||||
|
video,
|
||||||
|
svg,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
max-width: 100%; }
|
max-width: 100%; }
|
||||||
|
|
||||||
|
/* Wrap tables or pre elements in a div with this class */
|
||||||
|
.overflow-container {
|
||||||
|
overflow-y: scroll; }
|
||||||
|
|
||||||
|
/*
|
||||||
|
Aspect ratios for media objects i.e canvas, iframe, video, svg etc.
|
||||||
|
Defaults to 16x9
|
||||||
|
*/
|
||||||
|
.aspect-ratio {
|
||||||
|
height: 0;
|
||||||
|
padding-top: 56.25%;
|
||||||
|
position: relative; }
|
||||||
|
|
||||||
|
.aspect-ratio--object {
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 100; }
|
||||||
|
|
||||||
/* Video-Container
|
/* Video-Container
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
.video {
|
.video {
|
||||||
@ -429,7 +501,7 @@ h1, h2, h3 {
|
|||||||
margin: 0.4em 0em; }
|
margin: 0.4em 0em; }
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2.0em;
|
||||||
word-break: break-all; }
|
word-break: break-all; }
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -473,9 +545,6 @@ a.notdown:active {
|
|||||||
|
|
||||||
/* Header
|
/* Header
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
#instantclick-bar {
|
|
||||||
background: #f00; }
|
|
||||||
|
|
||||||
/* Content
|
/* Content
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
.fa {
|
.fa {
|
||||||
@ -491,24 +560,35 @@ a.notdown:active {
|
|||||||
/* Responsive Stuff
|
/* Responsive Stuff
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.column.full, .column.three-fourth, .column.two-thirds, .column.half {
|
.column.full,
|
||||||
|
.column.three-fourth,
|
||||||
|
.column.two-thirds,
|
||||||
|
.column.half {
|
||||||
float: none;
|
float: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
.column.one-third, .column.one-fourth {
|
.column.one-third,
|
||||||
|
.column.one-fourth {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 0.4em; } }
|
padding: 0.4em; } }
|
||||||
|
|
||||||
@media screen and (max-width: 568px) {
|
@media screen and (max-width: 568px) {
|
||||||
.column.one-third, .column.two-third {
|
.column.one-third,
|
||||||
|
.column.two-third {
|
||||||
float: none;
|
float: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%; } }
|
width: 100%; } }
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
.column.one-third, .column.one-fourth, .column.full, .column.three-fourth, .column.two-thirds, .column.half, .column.full {
|
.column.one-third,
|
||||||
|
.column.one-fourth,
|
||||||
|
.column.full,
|
||||||
|
.column.three-fourth,
|
||||||
|
.column.two-thirds,
|
||||||
|
.column.half,
|
||||||
|
.column.full {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%; } }
|
width: 100%; } }
|
||||||
|
2
css/main.min.css
vendored
2
css/main.min.css
vendored
@ -1 +1 @@
|
|||||||
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit;padding:0;margin:0}html{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}canvas,iframe,img,svg,video{max-width:100%}.video{position:relative;height:0;padding-bottom:56.25%}.video>*{position:absolute;top:0;left:0;height:100%;width:100%}.container{margin:0 auto}.row{overflow:hidden;max-width:960px;margin:0 auto}.fullrow{max-width:100%}.column{float:left;margin-left:5%}.column:first-child{margin-left:0}.column.full{width:100%}.column.three-fourth{width:63.75%}.column.two-thirds{width:65%}.column.half{width:47.5%}.column.one-third{width:30%}.column.one-fourth{width:21.25%}body{color:#000;font-family:Open Sans,Helvetica,Arial,sans-serif;font-size:12pt;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}h1,h2,h3{font-family:Open Sans,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.2em;margin:.4em 0}h1{font-size:2em;word-break:break-all}h2{font-size:1.5em}h3{font-size:1.25em}p{line-height:1.45em;padding:.5em 0}ul li{margin:.3em 0 .3em .5em;list-style-position:inside;list-style-type:square;font-size:1em}ul li p{padding-left:1em}a{color:#600;-webkit-transition:color .2s ease;transition:color .2s ease}a:active,a:focus,a:hover{color:#b30000}a:active{position:relative;top:1px}a.notdown:active{position:inherit}@media screen{a.external:after{content:"\00A0" "[" "\2197" "]"}}@media print{a[href]:after{content:" (" attr(href) ")"}}#instantclick-bar{background:red}.fa{margin-right:.3em;speak:none}.button{text-overflow:ellipsis}@media screen and (max-width:768px){.column.full,.column.half,.column.three-fourth,.column.two-thirds{float:none;margin:0;width:100%}.column.one-fourth,.column.one-third{float:left;margin:0;width:50%;padding:.4em}}@media screen and (max-width:568px){.column.one-third,.column.two-third{float:none;margin:0;width:100%}}@media screen and (max-width:480px){.column.full,.column.half,.column.one-fourth,.column.one-third,.column.three-fourth,.column.two-thirds{float:left;margin:0;width:100%}}
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */body,mark{color:#000}img,legend{border:0}.column.full,.video>*{width:100%}b,h1,h2,h3,optgroup,strong{font-weight:700}body,h1,h2,h3{font-family:Open Sans,Helvetica,Arial,sans-serif}html{font-family:sans-serif;height:100%;box-sizing:border-box;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-size:12pt;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#600;-webkit-transition:color .2s ease;transition:color .2s ease}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}mark{background:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*,:after,:before{box-sizing:inherit;padding:0;margin:0}.container,.row{margin:0 auto}@-ms-viewport{width:device-width}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}canvas,iframe,img,select,svg,textarea,video{max-width:100%}.overflow-container{overflow-y:scroll}.aspect-ratio{height:0;padding-top:56.25%;position:relative}.aspect-ratio--object{height:100%;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:100}.video{position:relative;height:0;padding-bottom:56.25%}.video>*{position:absolute;top:0;left:0;height:100%}.row{overflow:hidden;max-width:960px}.fullrow{max-width:100%}.column{float:left;margin-left:5%}.column:first-child{margin-left:0}.column.three-fourth{width:63.75%}.column.two-thirds{width:65%}.column.half{width:47.5%}.column.one-third{width:30%}.column.one-fourth{width:21.25%}h1,h2,h3{line-height:1.2em;margin:.4em 0}h1{font-size:2em;word-break:break-all}h2{font-size:1.5em}h3{font-size:1.25em}p{line-height:1.45em;padding:.5em 0}ul li{margin:.3em 0 .3em .5em;list-style-position:inside;list-style-type:square;font-size:1em}ul li p{padding-left:1em}a:active,a:focus,a:hover{color:#b30000}a:active{position:relative;top:1px}a.notdown:active{position:inherit}@media screen{a.external:after{content:"\00A0" "[" "\2197" "]"}}@media print{a[href]:after{content:" (" attr(href) ")"}}.fa{margin-right:.3em;speak:none}.button{text-overflow:ellipsis}@media screen and (max-width:768px){.column.full,.column.half,.column.three-fourth,.column.two-thirds{float:none;margin:0;width:100%}.column.one-fourth,.column.one-third{float:left;margin:0;width:50%;padding:.4em}}@media screen and (max-width:568px){.column.one-third,.column.two-third{float:none;margin:0;width:100%}}@media screen and (max-width:480px){.column.full,.column.half,.column.one-fourth,.column.one-third,.column.three-fourth,.column.two-thirds{float:left;margin:0;width:100%}}
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 306 KiB |
Binary file not shown.
Binary file not shown.
BIN
fonts/fontawesome-webfont.woff2
Normal file
BIN
fonts/fontawesome-webfont.woff2
Normal file
Binary file not shown.
@ -28,7 +28,7 @@ gulp.task('styles', function() {var onError = function(err) {
|
|||||||
|
|
||||||
this.emit('end');
|
this.emit('end');
|
||||||
};
|
};
|
||||||
gulp.src('./src/scss/blacktie.scss')
|
gulp.src('./src/scss/main.scss')
|
||||||
.pipe(plumber({errorHandler: onError}))
|
.pipe(plumber({errorHandler: onError}))
|
||||||
.pipe(sass({ style: 'expanded' }))
|
.pipe(sass({ style: 'expanded' }))
|
||||||
.pipe(autoprefixer('last 2 version', 'IE 9', 'safari 5', 'Firefox ESR', 'opera 12.1', 'ios 6', 'android 4', 'BlackBerry 10'))
|
.pipe(autoprefixer('last 2 version', 'IE 9', 'safari 5', 'Firefox ESR', 'opera 12.1', 'ios 6', 'android 4', 'BlackBerry 10'))
|
||||||
|
14
humans.txt
14
humans.txt
@ -1,8 +1,8 @@
|
|||||||
/* TEAM */
|
/* TEAM */
|
||||||
Design: Jan Jastrow
|
Design: Jan Jastrow
|
||||||
Site: http://schwerkraftlabor.de/blog
|
Site: http://jastrow.me
|
||||||
Twitter: @Gehirnfussel
|
Twitter: @Gehirnfussel
|
||||||
Location: Rendsburg, Schleswig-Holstein, Germany
|
Location: Flensburg, Schleswig-Holstein, Germany
|
||||||
|
|
||||||
/* THANKS */
|
/* THANKS */
|
||||||
Name: Humanstxt.org
|
Name: Humanstxt.org
|
||||||
@ -11,12 +11,4 @@
|
|||||||
|
|
||||||
/* SITE */
|
/* SITE */
|
||||||
Standards: HTML5, CSS3
|
Standards: HTML5, CSS3
|
||||||
Software: Sublime Text 3, CodeKit, Photoshop CS5
|
Software: Atom.io, Gulp, Photoshop CS5
|
||||||
|
|
||||||
|
|
||||||
_ _
|
|
||||||
| | | |
|
|
||||||
| | __ _ ___| |_ _ __ _____ __
|
|
||||||
_ | |/ _` / __| __| '__/ _ \ \ /\ / /
|
|
||||||
| |__| | (_| \__ \ |_| | | (_) \ V V /
|
|
||||||
\____/ \__,_|___/\__|_| \___/ \_/\_/
|
|
||||||
|
22
index.html
22
index.html
@ -5,17 +5,27 @@
|
|||||||
<title>Title goes here</title>
|
<title>Title goes here</title>
|
||||||
<meta name="description" content="description goes here " />
|
<meta name="description" content="description goes here " />
|
||||||
<meta name="author" content="Jan Jastrow" />
|
<meta name="author" content="Jan Jastrow" />
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="shortcut icon" href="favicon.ico" />
|
<link type="text/css" rel="stylesheet" href="css/main.min.css" />
|
||||||
<link type="text/css" rel="stylesheet" href="css/blacktie.css" />
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
|
||||||
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||||
|
<link rel="canonical" href="http://projecturl.de/" />
|
||||||
|
<meta name="robots" content="index, follow" />
|
||||||
<link type="text/plain" rel="author" href="humans.txt" />
|
<link type="text/plain" rel="author" href="humans.txt" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Exo+2:700|Titillium+Web:400,700' rel='stylesheet' type='text/css'>
|
<meta name="theme-color" content="#fab992" /> <!-- iOS9, Chrome 39+ -->
|
||||||
|
<link rel="icon" sizes="192x192" href="favicon_chrome.png" type="image/png" />
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||||
|
<!-- for development only
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
|
-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrap">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1>Headline</h1>
|
<h1>Headline</h1>
|
||||||
</header>
|
</header>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# www.robotstxt.org/
|
# www.robotstxt.org/
|
||||||
# http://code.google.com/web/controlcrawlindex/
|
|
||||||
|
# Allow crawling of all content
|
||||||
User-agent: *
|
User-agent: *
|
||||||
|
Disallow:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
--------------------------*/
|
--------------------------*/
|
||||||
|
|
||||||
$font-sans-serif: Open Sans, Helvetica, Arial, sans-serif;
|
$font-sans-serif: Open Sans, Helvetica, Arial, sans-serif;
|
||||||
$font-serif: Georgia, serif;
|
$font-serif: Droid Serif, Georgia, serif;
|
||||||
$font-mono: Courier, monospace;
|
$font-mono: Courier, monospace;
|
||||||
|
|
||||||
/* Reset
|
/* Reset
|
||||||
@ -41,11 +41,13 @@ html {
|
|||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FLUIDITY v0.1.0
|
/*
|
||||||
@mrmrs - http://mrmrs.cc – MIT
|
FLUIDITY v0.1.0
|
||||||
--------------------------*/
|
@mrmrs - http://mrmrs.cc
|
||||||
|
MIT
|
||||||
|
*/
|
||||||
|
|
||||||
img, canvas, iframe, video, svg { max-width: 100%; }
|
@import "responsive-utilities";
|
||||||
|
|
||||||
|
|
||||||
/* Video-Container
|
/* Video-Container
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
|
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
/* FONT PATH
|
/* FONT PATH
|
||||||
* -------------------------- */
|
* -------------------------- */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
|
src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
|
||||||
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
|
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
.fa {
|
.fa {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: FontAwesome;
|
font: normal normal normal 14px/1 FontAwesome;
|
||||||
font-style: normal;
|
font-size: inherit;
|
||||||
font-weight: normal;
|
text-rendering: auto;
|
||||||
line-height: 1;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
transform: translate(0, 0);
|
||||||
}
|
}
|
||||||
/* makes the font 33% larger relative to the icon container */
|
/* makes the font 33% larger relative to the icon container */
|
||||||
.fa-lg {
|
.fa-lg {
|
||||||
@ -78,36 +78,24 @@
|
|||||||
margin-left: .3em;
|
margin-left: .3em;
|
||||||
}
|
}
|
||||||
.fa-spin {
|
.fa-spin {
|
||||||
-webkit-animation: spin 2s infinite linear;
|
-webkit-animation: fa-spin 2s infinite linear;
|
||||||
-moz-animation: spin 2s infinite linear;
|
animation: fa-spin 2s infinite linear;
|
||||||
-o-animation: spin 2s infinite linear;
|
|
||||||
animation: spin 2s infinite linear;
|
|
||||||
}
|
}
|
||||||
@-moz-keyframes spin {
|
.fa-pulse {
|
||||||
0% {
|
-webkit-animation: fa-spin 1s infinite steps(8);
|
||||||
-moz-transform: rotate(0deg);
|
animation: fa-spin 1s infinite steps(8);
|
||||||
}
|
}
|
||||||
100% {
|
@-webkit-keyframes fa-spin {
|
||||||
-moz-transform: rotate(359deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@-webkit-keyframes spin {
|
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359deg);
|
-webkit-transform: rotate(359deg);
|
||||||
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-o-keyframes spin {
|
@keyframes fa-spin {
|
||||||
0% {
|
|
||||||
-o-transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-o-transform: rotate(359deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes spin {
|
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
@ -120,43 +108,40 @@
|
|||||||
.fa-rotate-90 {
|
.fa-rotate-90 {
|
||||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
||||||
-webkit-transform: rotate(90deg);
|
-webkit-transform: rotate(90deg);
|
||||||
-moz-transform: rotate(90deg);
|
|
||||||
-ms-transform: rotate(90deg);
|
-ms-transform: rotate(90deg);
|
||||||
-o-transform: rotate(90deg);
|
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
.fa-rotate-180 {
|
.fa-rotate-180 {
|
||||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
||||||
-webkit-transform: rotate(180deg);
|
-webkit-transform: rotate(180deg);
|
||||||
-moz-transform: rotate(180deg);
|
|
||||||
-ms-transform: rotate(180deg);
|
-ms-transform: rotate(180deg);
|
||||||
-o-transform: rotate(180deg);
|
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
.fa-rotate-270 {
|
.fa-rotate-270 {
|
||||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
||||||
-webkit-transform: rotate(270deg);
|
-webkit-transform: rotate(270deg);
|
||||||
-moz-transform: rotate(270deg);
|
|
||||||
-ms-transform: rotate(270deg);
|
-ms-transform: rotate(270deg);
|
||||||
-o-transform: rotate(270deg);
|
|
||||||
transform: rotate(270deg);
|
transform: rotate(270deg);
|
||||||
}
|
}
|
||||||
.fa-flip-horizontal {
|
.fa-flip-horizontal {
|
||||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
||||||
-webkit-transform: scale(-1, 1);
|
-webkit-transform: scale(-1, 1);
|
||||||
-moz-transform: scale(-1, 1);
|
|
||||||
-ms-transform: scale(-1, 1);
|
-ms-transform: scale(-1, 1);
|
||||||
-o-transform: scale(-1, 1);
|
|
||||||
transform: scale(-1, 1);
|
transform: scale(-1, 1);
|
||||||
}
|
}
|
||||||
.fa-flip-vertical {
|
.fa-flip-vertical {
|
||||||
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
||||||
-webkit-transform: scale(1, -1);
|
-webkit-transform: scale(1, -1);
|
||||||
-moz-transform: scale(1, -1);
|
|
||||||
-ms-transform: scale(1, -1);
|
-ms-transform: scale(1, -1);
|
||||||
-o-transform: scale(1, -1);
|
|
||||||
transform: scale(1, -1);
|
transform: scale(1, -1);
|
||||||
}
|
}
|
||||||
|
:root .fa-rotate-90,
|
||||||
|
:root .fa-rotate-180,
|
||||||
|
:root .fa-rotate-270,
|
||||||
|
:root .fa-flip-horizontal,
|
||||||
|
:root .fa-flip-vertical {
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
.fa-stack {
|
.fa-stack {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -222,6 +207,8 @@
|
|||||||
.fa-check:before {
|
.fa-check:before {
|
||||||
content: "\f00c";
|
content: "\f00c";
|
||||||
}
|
}
|
||||||
|
.fa-remove:before,
|
||||||
|
.fa-close:before,
|
||||||
.fa-times:before {
|
.fa-times:before {
|
||||||
content: "\f00d";
|
content: "\f00d";
|
||||||
}
|
}
|
||||||
@ -551,7 +538,8 @@
|
|||||||
.fa-arrows-h:before {
|
.fa-arrows-h:before {
|
||||||
content: "\f07e";
|
content: "\f07e";
|
||||||
}
|
}
|
||||||
.fa-bar-chart-o:before {
|
.fa-bar-chart-o:before,
|
||||||
|
.fa-bar-chart:before {
|
||||||
content: "\f080";
|
content: "\f080";
|
||||||
}
|
}
|
||||||
.fa-twitter-square:before {
|
.fa-twitter-square:before {
|
||||||
@ -627,6 +615,7 @@
|
|||||||
.fa-twitter:before {
|
.fa-twitter:before {
|
||||||
content: "\f099";
|
content: "\f099";
|
||||||
}
|
}
|
||||||
|
.fa-facebook-f:before,
|
||||||
.fa-facebook:before {
|
.fa-facebook:before {
|
||||||
content: "\f09a";
|
content: "\f09a";
|
||||||
}
|
}
|
||||||
@ -1276,7 +1265,8 @@
|
|||||||
.fa-male:before {
|
.fa-male:before {
|
||||||
content: "\f183";
|
content: "\f183";
|
||||||
}
|
}
|
||||||
.fa-gittip:before {
|
.fa-gittip:before,
|
||||||
|
.fa-gratipay:before {
|
||||||
content: "\f184";
|
content: "\f184";
|
||||||
}
|
}
|
||||||
.fa-sun-o:before {
|
.fa-sun-o:before {
|
||||||
@ -1380,7 +1370,6 @@
|
|||||||
.fa-digg:before {
|
.fa-digg:before {
|
||||||
content: "\f1a6";
|
content: "\f1a6";
|
||||||
}
|
}
|
||||||
.fa-pied-piper-square:before,
|
|
||||||
.fa-pied-piper:before {
|
.fa-pied-piper:before {
|
||||||
content: "\f1a7";
|
content: "\f1a7";
|
||||||
}
|
}
|
||||||
@ -1497,6 +1486,7 @@
|
|||||||
content: "\f1cc";
|
content: "\f1cc";
|
||||||
}
|
}
|
||||||
.fa-life-bouy:before,
|
.fa-life-bouy:before,
|
||||||
|
.fa-life-buoy:before,
|
||||||
.fa-life-saver:before,
|
.fa-life-saver:before,
|
||||||
.fa-support:before,
|
.fa-support:before,
|
||||||
.fa-life-ring:before {
|
.fa-life-ring:before {
|
||||||
@ -1543,6 +1533,7 @@
|
|||||||
.fa-history:before {
|
.fa-history:before {
|
||||||
content: "\f1da";
|
content: "\f1da";
|
||||||
}
|
}
|
||||||
|
.fa-genderless:before,
|
||||||
.fa-circle-thin:before {
|
.fa-circle-thin:before {
|
||||||
content: "\f1db";
|
content: "\f1db";
|
||||||
}
|
}
|
||||||
@ -1564,3 +1555,247 @@
|
|||||||
.fa-bomb:before {
|
.fa-bomb:before {
|
||||||
content: "\f1e2";
|
content: "\f1e2";
|
||||||
}
|
}
|
||||||
|
.fa-soccer-ball-o:before,
|
||||||
|
.fa-futbol-o:before {
|
||||||
|
content: "\f1e3";
|
||||||
|
}
|
||||||
|
.fa-tty:before {
|
||||||
|
content: "\f1e4";
|
||||||
|
}
|
||||||
|
.fa-binoculars:before {
|
||||||
|
content: "\f1e5";
|
||||||
|
}
|
||||||
|
.fa-plug:before {
|
||||||
|
content: "\f1e6";
|
||||||
|
}
|
||||||
|
.fa-slideshare:before {
|
||||||
|
content: "\f1e7";
|
||||||
|
}
|
||||||
|
.fa-twitch:before {
|
||||||
|
content: "\f1e8";
|
||||||
|
}
|
||||||
|
.fa-yelp:before {
|
||||||
|
content: "\f1e9";
|
||||||
|
}
|
||||||
|
.fa-newspaper-o:before {
|
||||||
|
content: "\f1ea";
|
||||||
|
}
|
||||||
|
.fa-wifi:before {
|
||||||
|
content: "\f1eb";
|
||||||
|
}
|
||||||
|
.fa-calculator:before {
|
||||||
|
content: "\f1ec";
|
||||||
|
}
|
||||||
|
.fa-paypal:before {
|
||||||
|
content: "\f1ed";
|
||||||
|
}
|
||||||
|
.fa-google-wallet:before {
|
||||||
|
content: "\f1ee";
|
||||||
|
}
|
||||||
|
.fa-cc-visa:before {
|
||||||
|
content: "\f1f0";
|
||||||
|
}
|
||||||
|
.fa-cc-mastercard:before {
|
||||||
|
content: "\f1f1";
|
||||||
|
}
|
||||||
|
.fa-cc-discover:before {
|
||||||
|
content: "\f1f2";
|
||||||
|
}
|
||||||
|
.fa-cc-amex:before {
|
||||||
|
content: "\f1f3";
|
||||||
|
}
|
||||||
|
.fa-cc-paypal:before {
|
||||||
|
content: "\f1f4";
|
||||||
|
}
|
||||||
|
.fa-cc-stripe:before {
|
||||||
|
content: "\f1f5";
|
||||||
|
}
|
||||||
|
.fa-bell-slash:before {
|
||||||
|
content: "\f1f6";
|
||||||
|
}
|
||||||
|
.fa-bell-slash-o:before {
|
||||||
|
content: "\f1f7";
|
||||||
|
}
|
||||||
|
.fa-trash:before {
|
||||||
|
content: "\f1f8";
|
||||||
|
}
|
||||||
|
.fa-copyright:before {
|
||||||
|
content: "\f1f9";
|
||||||
|
}
|
||||||
|
.fa-at:before {
|
||||||
|
content: "\f1fa";
|
||||||
|
}
|
||||||
|
.fa-eyedropper:before {
|
||||||
|
content: "\f1fb";
|
||||||
|
}
|
||||||
|
.fa-paint-brush:before {
|
||||||
|
content: "\f1fc";
|
||||||
|
}
|
||||||
|
.fa-birthday-cake:before {
|
||||||
|
content: "\f1fd";
|
||||||
|
}
|
||||||
|
.fa-area-chart:before {
|
||||||
|
content: "\f1fe";
|
||||||
|
}
|
||||||
|
.fa-pie-chart:before {
|
||||||
|
content: "\f200";
|
||||||
|
}
|
||||||
|
.fa-line-chart:before {
|
||||||
|
content: "\f201";
|
||||||
|
}
|
||||||
|
.fa-lastfm:before {
|
||||||
|
content: "\f202";
|
||||||
|
}
|
||||||
|
.fa-lastfm-square:before {
|
||||||
|
content: "\f203";
|
||||||
|
}
|
||||||
|
.fa-toggle-off:before {
|
||||||
|
content: "\f204";
|
||||||
|
}
|
||||||
|
.fa-toggle-on:before {
|
||||||
|
content: "\f205";
|
||||||
|
}
|
||||||
|
.fa-bicycle:before {
|
||||||
|
content: "\f206";
|
||||||
|
}
|
||||||
|
.fa-bus:before {
|
||||||
|
content: "\f207";
|
||||||
|
}
|
||||||
|
.fa-ioxhost:before {
|
||||||
|
content: "\f208";
|
||||||
|
}
|
||||||
|
.fa-angellist:before {
|
||||||
|
content: "\f209";
|
||||||
|
}
|
||||||
|
.fa-cc:before {
|
||||||
|
content: "\f20a";
|
||||||
|
}
|
||||||
|
.fa-shekel:before,
|
||||||
|
.fa-sheqel:before,
|
||||||
|
.fa-ils:before {
|
||||||
|
content: "\f20b";
|
||||||
|
}
|
||||||
|
.fa-meanpath:before {
|
||||||
|
content: "\f20c";
|
||||||
|
}
|
||||||
|
.fa-buysellads:before {
|
||||||
|
content: "\f20d";
|
||||||
|
}
|
||||||
|
.fa-connectdevelop:before {
|
||||||
|
content: "\f20e";
|
||||||
|
}
|
||||||
|
.fa-dashcube:before {
|
||||||
|
content: "\f210";
|
||||||
|
}
|
||||||
|
.fa-forumbee:before {
|
||||||
|
content: "\f211";
|
||||||
|
}
|
||||||
|
.fa-leanpub:before {
|
||||||
|
content: "\f212";
|
||||||
|
}
|
||||||
|
.fa-sellsy:before {
|
||||||
|
content: "\f213";
|
||||||
|
}
|
||||||
|
.fa-shirtsinbulk:before {
|
||||||
|
content: "\f214";
|
||||||
|
}
|
||||||
|
.fa-simplybuilt:before {
|
||||||
|
content: "\f215";
|
||||||
|
}
|
||||||
|
.fa-skyatlas:before {
|
||||||
|
content: "\f216";
|
||||||
|
}
|
||||||
|
.fa-cart-plus:before {
|
||||||
|
content: "\f217";
|
||||||
|
}
|
||||||
|
.fa-cart-arrow-down:before {
|
||||||
|
content: "\f218";
|
||||||
|
}
|
||||||
|
.fa-diamond:before {
|
||||||
|
content: "\f219";
|
||||||
|
}
|
||||||
|
.fa-ship:before {
|
||||||
|
content: "\f21a";
|
||||||
|
}
|
||||||
|
.fa-user-secret:before {
|
||||||
|
content: "\f21b";
|
||||||
|
}
|
||||||
|
.fa-motorcycle:before {
|
||||||
|
content: "\f21c";
|
||||||
|
}
|
||||||
|
.fa-street-view:before {
|
||||||
|
content: "\f21d";
|
||||||
|
}
|
||||||
|
.fa-heartbeat:before {
|
||||||
|
content: "\f21e";
|
||||||
|
}
|
||||||
|
.fa-venus:before {
|
||||||
|
content: "\f221";
|
||||||
|
}
|
||||||
|
.fa-mars:before {
|
||||||
|
content: "\f222";
|
||||||
|
}
|
||||||
|
.fa-mercury:before {
|
||||||
|
content: "\f223";
|
||||||
|
}
|
||||||
|
.fa-transgender:before {
|
||||||
|
content: "\f224";
|
||||||
|
}
|
||||||
|
.fa-transgender-alt:before {
|
||||||
|
content: "\f225";
|
||||||
|
}
|
||||||
|
.fa-venus-double:before {
|
||||||
|
content: "\f226";
|
||||||
|
}
|
||||||
|
.fa-mars-double:before {
|
||||||
|
content: "\f227";
|
||||||
|
}
|
||||||
|
.fa-venus-mars:before {
|
||||||
|
content: "\f228";
|
||||||
|
}
|
||||||
|
.fa-mars-stroke:before {
|
||||||
|
content: "\f229";
|
||||||
|
}
|
||||||
|
.fa-mars-stroke-v:before {
|
||||||
|
content: "\f22a";
|
||||||
|
}
|
||||||
|
.fa-mars-stroke-h:before {
|
||||||
|
content: "\f22b";
|
||||||
|
}
|
||||||
|
.fa-neuter:before {
|
||||||
|
content: "\f22c";
|
||||||
|
}
|
||||||
|
.fa-facebook-official:before {
|
||||||
|
content: "\f230";
|
||||||
|
}
|
||||||
|
.fa-pinterest-p:before {
|
||||||
|
content: "\f231";
|
||||||
|
}
|
||||||
|
.fa-whatsapp:before {
|
||||||
|
content: "\f232";
|
||||||
|
}
|
||||||
|
.fa-server:before {
|
||||||
|
content: "\f233";
|
||||||
|
}
|
||||||
|
.fa-user-plus:before {
|
||||||
|
content: "\f234";
|
||||||
|
}
|
||||||
|
.fa-user-times:before {
|
||||||
|
content: "\f235";
|
||||||
|
}
|
||||||
|
.fa-hotel:before,
|
||||||
|
.fa-bed:before {
|
||||||
|
content: "\f236";
|
||||||
|
}
|
||||||
|
.fa-viacoin:before {
|
||||||
|
content: "\f237";
|
||||||
|
}
|
||||||
|
.fa-train:before {
|
||||||
|
content: "\f238";
|
||||||
|
}
|
||||||
|
.fa-subway:before {
|
||||||
|
content: "\f239";
|
||||||
|
}
|
||||||
|
.fa-medium:before {
|
||||||
|
content: "\f23a";
|
||||||
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Set default font family to sans-serif.
|
* 1. Set default font family to sans-serif.
|
||||||
@ -24,7 +24,10 @@ body {
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Correct `block` display not defined in IE 8/9.
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||||
|
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||||
|
* and Firefox.
|
||||||
|
* Correct `block` display not defined for `main` in IE 11.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
article,
|
article,
|
||||||
@ -36,6 +39,7 @@ footer,
|
|||||||
header,
|
header,
|
||||||
hgroup,
|
hgroup,
|
||||||
main,
|
main,
|
||||||
|
menu,
|
||||||
nav,
|
nav,
|
||||||
section,
|
section,
|
||||||
summary {
|
summary {
|
||||||
@ -66,8 +70,8 @@ audio:not([controls]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `[hidden]` styling not present in IE 8/9.
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||||
* Hide the `template` element in IE, Safari, and Firefox < 22.
|
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[hidden],
|
[hidden],
|
||||||
@ -83,7 +87,7 @@ template {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
a {
|
a {
|
||||||
background: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -99,7 +103,7 @@ a:hover {
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address styling not present in IE 8/9, Safari 5, and Chrome.
|
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
@ -107,7 +111,7 @@ abbr[title] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
b,
|
b,
|
||||||
@ -116,7 +120,7 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address styling not present in Safari 5 and Chrome.
|
* Address styling not present in Safari and Chrome.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
dfn {
|
dfn {
|
||||||
@ -125,7 +129,7 @@ dfn {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Address variable `h1` font-size and margin within `section` and `article`
|
* Address variable `h1` font-size and margin within `section` and `article`
|
||||||
* contexts in Firefox 4+, Safari 5, and Chrome.
|
* contexts in Firefox 4+, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -174,7 +178,7 @@ sub {
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove border when inside `a` element in IE 8/9.
|
* Remove border when inside `a` element in IE 8/9/10.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@ -182,7 +186,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Correct overflow displayed oddly in IE 9.
|
* Correct overflow not hidden in IE 9/10/11.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
@ -193,7 +197,7 @@ svg:not(:root) {
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address margin not present in IE 8/9 and Safari 5.
|
* Address margin not present in IE 8/9 and Safari.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
@ -242,7 +246,7 @@ samp {
|
|||||||
* 1. Correct color not being inherited.
|
* 1. Correct color not being inherited.
|
||||||
* Known issue: affects color of disabled elements.
|
* Known issue: affects color of disabled elements.
|
||||||
* 2. Correct font properties not being inherited.
|
* 2. Correct font properties not being inherited.
|
||||||
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
button,
|
button,
|
||||||
@ -256,7 +260,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `overflow` set to `hidden` in IE 8/9/10.
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@ -266,7 +270,7 @@ button {
|
|||||||
/**
|
/**
|
||||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||||
* All other form control elements do not inherit `text-transform` values.
|
* All other form control elements do not inherit `text-transform` values.
|
||||||
* Correct `button` style inheritance in Firefox, IE 8+, and Opera
|
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
||||||
* Correct `select` style inheritance in Firefox.
|
* Correct `select` style inheritance in Firefox.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -345,8 +349,8 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
||||||
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
||||||
* (include `-moz` to future-proof).
|
* (include `-moz` to future-proof).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -379,7 +383,7 @@ fieldset {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Correct `color` not being inherited in IE 8/9.
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -389,7 +393,7 @@ legend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove default vertical scrollbar in IE 8/9.
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
43
src/scss/_responsive-utilities.scss
Normal file
43
src/scss/_responsive-utilities.scss
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
Responsive Utilities
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
img,
|
||||||
|
canvas,
|
||||||
|
iframe,
|
||||||
|
video,
|
||||||
|
svg,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Wrap tables or pre elements in a div with this class */
|
||||||
|
|
||||||
|
.overflow-container {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Aspect ratios for media objects i.e canvas, iframe, video, svg etc.
|
||||||
|
Defaults to 16x9
|
||||||
|
*/
|
||||||
|
|
||||||
|
.aspect-ratio {
|
||||||
|
height: 0;
|
||||||
|
padding-top: 56.25%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aspect-ratio--object {
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
@ -83,9 +83,7 @@ a.notdown {
|
|||||||
/* Header
|
/* Header
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
|
|
||||||
#instantclick-bar {
|
|
||||||
background: #f00;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Content
|
/* Content
|
||||||
|
Loading…
Reference in New Issue
Block a user