sharieswebsite/site/css/main.css
2011-05-04 17:16:43 +02:00

386 lines
8.4 KiB
CSS

/* line 37, ../src/main.scss */
* {
-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 42, ../src/main.scss */
body {
background: #dddde0;
font-family: Georgia, 'Kreon', serif;
font-size: 1.2em;
}
/* line 48, ../src/main.scss */
a {
color: #7689a6;
border: none;
text-decoration: none;
}
/* line 53, ../src/main.scss */
a:hover {
color: #ee6666;
}
/* line 57, ../src/main.scss */
#metacontainer {
border-bottom: 1px solid #888;
}
/* line 60, ../src/main.scss */
body > header {
margin: 0;
color: #CCC;
background-color: #2c5490;
line-height: 50px;
font-weight: bold;
-moz-box-shadow: 0px 0px 5px #333333;
-webkit-box-shadow: 0px 0px 5px #333333;
-o-box-shadow: 0px 0px 5px #333333;
box-shadow: 0px 0px 5px #333333;
}
/* line 68, ../src/main.scss */
body > footer {
border-top: solid 1px rgba(0, 0, 0, 0.1);
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
padding: 80px;
margin: 0;
bottom: 0;
background-color: #bcd0ee;
font-size: .9em;
text-shadow: 1px 1px white;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 7px inset;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 7px inset;
-o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 7px inset;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 7px inset;
}
/* line 78, ../src/main.scss */
body > footer a {
color: #2c5490;
}
/* line 83, ../src/main.scss */
article > footer {
color: #88aadd;
margin: 48px 0;
}
/* line 86, ../src/main.scss */
article > footer ul {
list-style-type: none;
}
/* line 93, ../src/main.scss */
nav {
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
/* line 96, ../src/main.scss */
nav ul {
list-style-type: none;
}
/* line 99, ../src/main.scss */
nav ul li {
display: inline-block;
height: 50px;
margin-right: 0;
width: 8em;
text-align: center;
border-left: solid 1px rgba(255, 255, 255, 0.1);
border-right: solid 1px rgba(0, 0, 0, 0.2);
}
/* line 108, ../src/main.scss */
nav ul li * {
display: block;
margin-right: 0px;
margin-left: 0px;
padding: 0 10px;
height: 100%;
text-shadow: -1px -1px rgba(0, 0, 0, 0.2), 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 116, ../src/main.scss */
nav ul li span.active {
background-color: rgba(0, 0, 0, 0.1);
}
/* line 119, ../src/main.scss */
nav ul li a {
color: rgba(255, 255, 255, 0.8);
}
/* line 122, ../src/main.scss */
nav ul li a:hover {
color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.1);
}
/* line 127, ../src/main.scss */
header #choixrss, header #choixlang {
display: block;
margin-right: 0px;
margin-left: 0px;
height: 100%;
text-shadow: -1px -1px rgba(0, 0, 0, 0.2), 1px 1px rgba(0, 0, 0, 0.2);
float: right;
height: 50px;
text-align: center;
border-left: solid 1px rgba(255, 255, 255, 0.1);
border-right: solid 1px rgba(0, 0, 0, 0.2);
}
/* line 139, ../src/main.scss */
header #choixrss a, header #choixlang a {
color: #bcd0ee;
display: block;
height: 100%;
width: 8em;
padding: 0 10px 0 10px;
text-align: center;
}
/* line 147, ../src/main.scss */
header #choixrss a:hover, header #choixlang a:hover {
color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.1);
}
/* line 152, ../src/main.scss */
#main {
margin: 0px auto;
}
/* line 155, ../src/main.scss */
#container {
margin: 0px auto;
}
/* line 159, ../src/main.scss */
h1, h2, h3, h4, h5, h6 {
font-family: 'Expletus Sans',Futura,sans-serif;
text-shadow: 0px -1px 0px #223366, 0px 1px 0px white;
font-weight: bold;
color: #7689a6;
margin: 48px 0;
}
/* line 167, ../src/main.scss */
nav ul li a:hover, #choixlang a:hover, #choixrss a:hover {
-moz-box-shadow: #333377 0 0 8px inset;
-webkit-box-shadow: #333377 0 0 8px inset;
-o-box-shadow: #333377 0 0 8px inset;
box-shadow: #333377 0 0 8px inset;
}
/* line 172, ../src/main.scss */
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
/* line 174, ../src/main.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-shadow: 0px -1px 0px #441111, 0px 1px 0px white;
}
/* line 179, ../src/main.scss */
article article .date {
float: right;
}
/* line 180, ../src/main.scss */
article article h1, article article h2, article article h3, article article h4, article article h5, article article h6 {
text-align: left;
font-size: 25px;
line-height: 30px;
margin: 0;
}
/* line 189, ../src/main.scss */
.intro {
margin-bottom: 24px;
}
/* line 192, ../src/main.scss */
.sc {
font-variant: small-caps;
}
/* line 196, ../src/main.scss */
.block {
width: 252px;
margin-right: 24px;
}
/* line 199, ../src/main.scss */
.block.right {
width: 252px;
float: right;
}
/* line 203, ../src/main.scss */
.left {
float: left;
}
/* line 206, ../src/main.scss */
.flush {
clear: both;
}
/* line 209, ../src/main.scss */
.slideshow {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.3) 0 0 5px inset;
-webkit-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.3) 0 0 5px inset;
-o-box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.3) 0 0 5px inset;
box-shadow: white 0 0 3px, rgba(0, 0, 0, 0.3) 0 0 5px inset;
text-shadow: 0 0 3px black;
font-weight: bold;
color: #fafafa;
width: 80%;
padding: 48px;
margin: 48px 0;
background: #88aadd;
}
/* line 221, ../src/main.scss */
.corps {
margin: 48px 0;
line-height: 32px;
}
/* line 226, ../src/main.scss */
.date {
font-size: 0.8em;
border: 1px solid #7689a6;
text-align: center;
width: 4.1em;
line-height: 1.5em;
display: inline-block;
vertical-align: middle;
margin-right: 1em;
}
/* line 237, ../src/main.scss */
.date .day, .date .month, .date .year {
display: block;
}
/* line 241, ../src/main.scss */
.date .day {
float: left;
width: 1.7em;
background: #a9c5ee;
color: #2c5490;
}
/* line 248, ../src/main.scss */
.date .month {
float: right;
width: 2.3em;
color: #a9c5ee;
background: #2c5490;
border-left: 1px solid #88aadd;
}
/* line 256, ../src/main.scss */
.date .year {
line-height: 3ex;
clear: both;
background: #223366;
color: #88aadd;
border-top: 1px solid #223366;
}
/* line 264, ../src/main.scss */
.archive {
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;
padding: 2em;
}
/* line 270, ../src/main.scss */
.tag {
cursor: pointer;
}
/* line 273, ../src/main.scss */
.nicer {
font-family: "Lucida Grande", Tahoma;
}
/* line 277, ../src/main.scss */
#elementblock ul {
list-style-type: none;
}
/* line 279, ../src/main.scss */
#elementblock ul li {
display: inline-block;
width: 252px;
margin-right: 24px;
}
/* line 282, ../src/main.scss */
#elementblock ul li a {
float: left;
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;
padding: 1em;
text-align: center;
width: 80%;
}
/* line 291, ../src/main.scss */
#elementblock ul li a:hover {
background-color: rgba(0, 0, 0, 0.05);
}
/* line 297, ../src/main.scss */
.return {
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;
padding: .4em .3em .05em;
text-align: center;
}
/* line 304, ../src/main.scss */
.return:hover {
background-color: rgba(0, 0, 0, 0.05);
}