sharieswebsite/site/css/main.css
2011-07-09 12:38:50 +02:00

273 lines
7.4 KiB
CSS

/* line 31, ../src/main.sass */
body {
margin: 0;
font-family: Futura, Molengo;
background: #efeff4;
}
/* line 35, ../src/main.sass */
body.bp {
background: #efeff4;
}
/* line 37, ../src/main.sass */
body.bp h1, body.bp h2, body.bp h3, body.bp h4, body.bp h5, body.bp h6 {
color: #60646c;
font-weight: bold;
letter-spacing: -0.05em;
text-shadow: #41444a -1px -1px 0px, #efeff4 0px 1px 0px;
}
/* line 42, ../src/main.sass */
body.bp h1 a, body.bp h2 a, body.bp h3 a, body.bp h4 a, body.bp h5 a, body.bp h6 a {
color: #9ca1ad;
}
/* line 44, ../src/main.sass */
body.bp h1 a:visited, body.bp h2 a:visited, body.bp h3 a:visited, body.bp h4 a:visited, body.bp h5 a:visited, body.bp h6 a:visited {
color: #9ca1ad;
}
/* line 46, ../src/main.sass */
body.bp h1 a:hover, body.bp h1 a:active, body.bp h2 a:hover, body.bp h2 a:active, body.bp h3 a:hover, body.bp h3 a:active, body.bp h4 a:hover, body.bp h4 a:active, body.bp h5 a:hover, body.bp h5 a:active, body.bp h6 a:hover, body.bp h6 a:active {
color: #86adff;
}
/* line 48, ../src/main.sass */
body.bp h1 a:hover, body.bp h2 a:hover, body.bp h3 a:hover, body.bp h4 a:hover, body.bp h5 a:hover, body.bp h6 a:hover {
text-shadow: #41444a -1px -1px 0px, #efeff4 0px 1px 0px, rgba(51, 136, 204, 0.5) 0 0 4px;
}
/* line 50, ../src/main.sass */
body.bp a {
text-decoration: none;
color: #60646c;
}
/* line 53, ../src/main.sass */
body.bp a:visited {
color: #60646c;
}
/* line 55, ../src/main.sass */
body.bp a:hover, body.bp a:active {
color: #86adff;
}
/* line 59, ../src/main.sass */
* {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
/* line 62, ../src/main.sass */
hgroup#maintitle {
margin: 0.5em 0;
font-size: 2em;
border-top: solid 1px black;
border-bottom: solid 1px white;
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px inset;
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px inset;
-o-box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px inset;
box-shadow: rgba(0, 0, 0, 0.6) 0 0 15px inset;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60646c), color-stop(100%, #51555c));
background-image: -webkit-linear-gradient(top, #60646c, #51555c);
background-image: -moz-linear-gradient(top, #60646c, #51555c);
background-image: -o-linear-gradient(top, #60646c, #51555c);
background-image: linear-gradient(top, #60646c, #51555c);
}
/* line 66, ../src/main.sass */
hgroup#maintitle h1, hgroup#maintitle h1 a, hgroup#maintitle h2, hgroup#maintitle h2 a {
color: #0f1011;
text-shadow: 0 0 2px rgba(239, 239, 244, 0.5);
}
/* line 82, ../src/main.sass */
.clickable {
cursor: pointer;
}
/* line 86, ../src/main.sass */
#container {
width: span(24);
margin: 0 auto;
}
/* line 91, ../src/main.sass */
a {
text-decoration: none;
}
/* line 94, ../src/main.sass */
h1 {
text-align: center;
}
/* line 104, ../src/main.sass */
.block {
background-color: rgba(0, 0, 0, 0.02);
-moz-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
-webkit-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
-o-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
/* line 101, ../src/main.sass */
.block > * {
padding: 20px;
}
/* line 106, ../src/main.sass */
.block:hover {
background-color: rgba(0, 0, 0, 0.05);
}
/* line 139, ../src/main.sass */
#prelinks {
width: 600px;
margin: 0.5em auto;
height: 1em;
}
/* line 145, ../src/main.sass */
#choixlang {
float: left;
font-size: 14px;
}
/* line 111, ../src/main.sass */
#choixlang a:hover {
color: #efeff4;
background-color: rgba(0, 0, 0, 0.3);
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
-o-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
}
/* line 115, ../src/main.sass */
#choixlang a {
padding: 0.2em;
-moz-border-radius: 2ex;
-webkit-border-radius: 2ex;
-o-border-radius: 2ex;
-ms-border-radius: 2ex;
-khtml-border-radius: 2ex;
border-radius: 2ex;
text-align: center;
width: 100%;
display: inline-block;
color: #b4b8c5;
}
/* line 122, ../src/main.sass */
#choixlang a:hover {
color: #efeff4;
}
/* line 149, ../src/main.sass */
#choixrss {
float: right;
font-size: 14px;
}
/* line 111, ../src/main.sass */
#choixrss a:hover {
color: #efeff4;
background-color: rgba(0, 0, 0, 0.3);
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
-o-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
}
/* line 115, ../src/main.sass */
#choixrss a {
padding: 0.2em;
-moz-border-radius: 2ex;
-webkit-border-radius: 2ex;
-o-border-radius: 2ex;
-ms-border-radius: 2ex;
-khtml-border-radius: 2ex;
border-radius: 2ex;
text-align: center;
width: 100%;
display: inline-block;
color: #b4b8c5;
}
/* line 122, ../src/main.sass */
#choixrss a:hover {
color: #efeff4;
}
/* line 153, ../src/main.sass */
#mainnav {
width: 50%;
}
/* line 155, ../src/main.sass */
#mainnav ul {
width: +span(9);
height: 2.2ex;
margin: 0 auto;
padding-left: 0;
list-style-type: none;
margin: 0 auto;
}
/* line 162, ../src/main.sass */
#mainnav ul li {
text-align: center;
font-size: 14px;
}
/* line 111, ../src/main.sass */
#mainnav ul li a:hover {
color: #efeff4;
background-color: rgba(0, 0, 0, 0.3);
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
-o-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px inset, rgba(255, 255, 255, 0.3) 0 1px 0;
}
/* line 115, ../src/main.sass */
#mainnav ul li a {
padding: 0.2em;
-moz-border-radius: 2ex;
-webkit-border-radius: 2ex;
-o-border-radius: 2ex;
-ms-border-radius: 2ex;
-khtml-border-radius: 2ex;
border-radius: 2ex;
text-align: center;
width: 100%;
display: inline-block;
color: #b4b8c5;
}
/* line 122, ../src/main.sass */
#mainnav ul li a:hover {
color: #efeff4;
}
/* line 166, ../src/main.sass */
.slideshow {
background-color: rgba(0, 0, 0, 0.02);
-moz-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
-webkit-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
-o-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px inset;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
/* line 101, ../src/main.sass */
.slideshow > * {
padding: 20px;
}
/* line 169, ../src/main.sass */
.flush {
clear: both;
}
/* line 172, ../src/main.sass */
#main {
width: 50%;
margin-left: 25%;
}