|
- /* 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 5, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/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, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- html {
- line-height: 1;
- }
-
- /* line 24, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- ol, ul {
- list-style: none;
- }
-
- /* line 26, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
-
- /* line 28, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- caption, th, td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
- }
-
- /* line 30, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- q, blockquote {
- quotes: none;
- }
- /* line 103, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- q:before, q:after, blockquote:before, blockquote:after {
- content: "";
- content: none;
- }
-
- /* line 32, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- a img {
- border: none;
- }
-
- /* line 116, ../../../../../lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block;
- }
-
- /* line 3, ../sass/_home.scss */
- #home header .logo-aac {
- width: 80%;
- }
- /* line 7, ../sass/_home.scss */
- #home header .personnages-acc {
- width: 26%;
- position: absolute;
- bottom: 0;
- }
- /* line 13, ../sass/_home.scss */
- #home header h1 {
- color: #aab769;
- font-size: 32px;
- font-family: dinbold;
- position: absolute;
- bottom: 46px;
- width: 100%;
- }
- /* line 21, ../sass/_home.scss */
- #home header h1 .main-title {
- margin-left: 26%;
- display: inline-block;
- width: 70%;
- }
- /* line 27, ../sass/_home.scss */
- #home header h1 .aac {
- color: #dc5b2f;
- }
- /* line 33, ../sass/_home.scss */
- #home h2 {
- color: #568a73;
- font-size: 30px;
- margin-top: 80px;
- margin-bottom: 30px;
- font-family: dinbold;
- }
- /* line 42, ../sass/_home.scss */
- #home ul li {
- margin-top: 25px;
- }
- /* line 45, ../sass/_home.scss */
- #home ul li button {
- width: 70%;
- font-size: 18px;
- font-family: dinbold;
- -moz-border-radius: 15px / 15px;
- -webkit-border-radius: 15px 15px;
- border-radius: 15px / 15px;
- }
- /* line 51, ../sass/_home.scss */
- #home ul li button a {
- color: #FFF;
- }
- /* line 56, ../sass/_home.scss */
- #home ul li .yellow {
- background-color: #ffe680;
- }
- /* line 60, ../sass/_home.scss */
- #home ul li .green {
- background-color: #aab769;
- }
- /* line 64, ../sass/_home.scss */
- #home ul li .orange {
- background-color: #dc5b2f;
- }
- /* line 70, ../sass/_home.scss */
- #home .logo-coop {
- width: 60%;
- margin-top: 50px;
- }
-
- @font-face {
- font-family: 'dinregular';
- src: url("../fonts/din_regular-webfont.eot");
- src: url("../fonts/din_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din_regular-webfont.woff2") format("woff2"), url("../fonts/din_regular-webfont.woff") format("woff"), url("../fonts/din_regular-webfont.ttf") format("truetype"), url("../fonts/din_regular-webfont.svg#dinregular") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'dinbold';
- src: url("../fonts/din_bold-webfont.eot");
- src: url("../fonts/din_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din_bold-webfont.woff2") format("woff2"), url("../fonts/din_bold-webfont.woff") format("woff"), url("../fonts/din_bold-webfont.ttf") format("truetype"), url("../fonts/din_bold-webfont.svg#dinregular") format("svg");
- font-weight: normal;
- font-style: normal;
- }
|