2015-06-20 15:13:40 +00:00
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
width: 100%;
|
2015-06-24 18:34:35 +00:00
|
|
|
min-width: 1200px;
|
2015-06-24 05:09:16 +00:00
|
|
|
overflow: hidden;
|
2015-06-20 15:13:40 +00:00
|
|
|
font-family: 'Titillium Web', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-selection {
|
|
|
|
background: rgba($main, .99);
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
::selection {
|
|
|
|
background: rgba($main, .99);
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
font-family: 'Titillium Web', sans-serif;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a { text-decoration: none; }
|
|
|
|
ul { list-style: none; }
|