homepage/stylesheets/screen.css
Gaspard Jankowiak df58a996ee css clean up
2014-01-27 21:52:30 +01:00

294 lines
6.1 KiB
CSS

/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}
@font-face {
font-family: "OpenSans";
src: url('/stylesheets/fonts/OpenSans.woff') format('woff');
}
@font-face {
font-family: "OpenSansLight";
src: url('/stylesheets/fonts/OpenSans-Light.woff') format('woff');
}
@font-face {
font-family: "OpenSansItalic";
src: url('/stylesheets/fonts/OpenSans-Italic.woff') format('woff');
}
/* line 22, ../_sass/screen.scss */
html, body {
height: 100%;
text-align: justify;
background-color: #eeeeee;
color: #444444;
font-family: "OpenSans", sans;
line-height: 1.4em;
}
/* line 27, ../_sass/screen.scss */
a {
text-decoration: none;
color: #5555ff;
}
/* line 28, ../_sass/screen.scss */
a:hover {
text-decoration: underline;
}
/* line 30, ../_sass/screen.scss */
hr {
height: 1px;
border: none;
background-color: #999999;
margin-top: 1em;
}
/* line 32, ../_sass/screen.scss */
section h1 {
font-size: 150%;
border-left: 0.25em solid #5555ff;
border-radius: 3px;
padding-left: 0.3em;
margin-left: -0.8em;
}
/* line 35, ../_sass/screen.scss */
section h2 {
font-size: 120%;
font-weight: bold;
}
/* line 37, ../_sass/screen.scss */
h1, h2, h3, h4, h5 {
margin: 0.7em 0 0.5em 0;
}
/* line 39, ../_sass/screen.scss */
header {
text-align: center;
font-family: "OpenSansLight", sans;
line-height: 1.3em;
font-weight: 400;
font-size: 1.2em;
padding-top: 0.5em;
}
/* line 43, ../_sass/screen.scss */
header h1 {
font-size: 1.5em;
margin: 0 0 0.3em 0;
}
/* line 45, ../_sass/screen.scss */
header a {
color: #444444;
}
/* line 47, ../_sass/screen.scss */
nav {
text-align: center;
font-size: 120%;
margin: 1em 0;
}
/* line 48, ../_sass/screen.scss */
nav ul li {
display: inline;
margin: 0;
clear: both;
}
/* line 50, ../_sass/screen.scss */
footer {
font-size: 75%;
padding-bottom: 175px;
}
/* line 52, ../_sass/screen.scss */
em {
font-family: OpenSansItalic;
}
/* line 54, ../_sass/screen.scss */
table {
width: 100%;
}
/* line 55, ../_sass/screen.scss */
thead {
color: #999999;
}
/* line 56, ../_sass/screen.scss */
th, td {
padding: 0.3em;
}
/* line 57, ../_sass/screen.scss */
tr {
border-bottom: 1px solid #999999;
}
/* line 58, ../_sass/screen.scss */
tbody tr:hover {
border-bottom: 1px solid #111111;
color: #111111;
}
/* line 60, ../_sass/screen.scss */
ul {
list-style-image: url("../images/bullet_dark.png");
}
/* line 61, ../_sass/screen.scss */
li {
margin-left: 1em;
}
/* line 63, ../_sass/screen.scss */
.float-left {
float: left;
}
/* line 64, ../_sass/screen.scss */
.right, .float-right {
float: right;
}
/* line 65, ../_sass/screen.scss */
.clear {
clear: both;
}
/* line 67, ../_sass/screen.scss */
.switcher {
float: left;
}
/* line 69, ../_sass/screen.scss */
.credits {
color: #999999;
}
/* line 71, ../_sass/screen.scss */
#wrapper {
max-width: 800px;
margin: auto;
}
/* line 72, ../_sass/screen.scss */
#outter-wrapper {
width: 100%;
height: auto;
min-height: 100%;
position: relative;
}
/* line 73, ../_sass/screen.scss */
#foot_image {
height: 150px;
background-image: url("../images/antennes.png");
position: absolute;
bottom: 0;
width: 100%;
}
@media (max-width: 800px) {
/* line 77, ../_sass/screen.scss */
#outter-wrapper {
width: 100%;
}
/* line 78, ../_sass/screen.scss */
header h1 {
font-size: 1.2em;
}
/* line 79, ../_sass/screen.scss */
header {
font-size: 1em;
}
/* line 80, ../_sass/screen.scss */
body {
padding: 0 1em;
}
/* line 81, ../_sass/screen.scss */
#foot_image {
display: none;
}
/* line 82, ../_sass/screen.scss */
footer {
display: none;
}
}