c3d2-web/content/static/datenspuren/style/style.css

234 lines
4.4 KiB
CSS
Raw Normal View History

2011-09-16 00:34:46 +02:00
@font-face {
font-family: LondonBetween;
src: url("LondonBetween.ttf");
}
body {
font-family: LondonBetween, sans-serif;
2011-09-16 01:12:14 +02:00
margin: 12pt auto;
2011-09-16 00:34:46 +02:00
width: 900px;
}
#cloudy {
background: url("../images/cloudy.png");
2011-09-16 01:04:06 +02:00
position: relative;
2011-09-16 00:34:46 +02:00
height: 231px;
width: 264px;
margin-right: -44.400000000000006pt;
margin-top: -60pt;
float: right;
}
2011-09-16 01:56:06 +02:00
#cloudy-sun {
background-color: #eec73e;
opacity: 0;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.5s;
2011-09-16 02:41:05 +02:00
-moz-transition-property: opacity;
-moz-transition-duration: 0.5s;
-ms-transition-property: opacity;
-ms-transition-duration: 0.5s;
-o-transition-property: opacity;
-o-transition-duration: 0.5s;
transition-property: opacity;
transition-duration: 0.5s;
2011-09-16 01:56:06 +02:00
width: 200px;
height: 200px;
margin-right: 3px;
margin-left: auto;
border-radius: 100%;
2011-09-16 02:11:18 +02:00
cursor: pointer;
2011-09-16 01:56:06 +02:00
}
#cloudy-sun:hover {
2011-09-16 02:37:50 +02:00
opacity: 0.6;
-webkit-transition-property: opacity;
-webkit-transition-duration: 2s;
2011-09-16 02:41:05 +02:00
-moz-transition-property: opacity;
-moz-transition-duration: 2s;
-ms-transition-property: opacity;
-ms-transition-duration: 2s;
-o-transition-property: opacity;
-o-transition-duration: 2s;
transition-property: opacity;
transition-duration: 2s;
}
2011-09-16 00:34:46 +02:00
#aussicht {
background: url("../images/aussicht.png");
height: 63px;
width: 191px;
display: inline-block;
}
2011-09-16 01:20:14 +02:00
#aussicht * {
display: none;
}
2011-09-16 00:34:46 +02:00
#header {
text-align: center;
}
#content {
border: 12pt solid #65b8ff;
border-radius: 24pt;
background: rgba(255,255,255,0.65);
2011-09-16 01:14:15 +02:00
min-height: 400px;
2011-09-16 00:34:46 +02:00
}
.leftSideBar {
float: left;
border-right: 12pt solid #65b8ff;
border-bottom: 12pt solid #65b8ff;
border-radius: 0 0 24pt 0;
margin: 0 24pt 24pt 0;
}
.leftSideBar > div {
2011-09-16 00:34:46 +02:00
margin: 12pt;
}
.leftSideBar > div > h2 {
2011-09-16 00:34:46 +02:00
font-size: 12pt;
margin-bottom: 0;
}
.leftSideBar > div > ul {
2011-09-16 00:34:46 +02:00
margin-top: 0;
list-style-type: none;
padding: 0;
font-size: 9.600000000000001pt;
}
a {
color: #980101;
font-weight: bold;
text-decoration: none;
}
.feedlinks {
font-size: 8pt;
font-weight: bold;
color: #888;
}
2011-09-16 00:34:46 +02:00
#bodyText {
padding: 0 24pt 24pt;
}
#bodyText > div {
2011-09-16 00:34:46 +02:00
}
2011-09-17 02:29:55 +02:00
h3.summary {
margin-top: 2em;
}
2011-09-16 00:34:46 +02:00
.date {
padding-left: 12pt;
2011-09-17 02:29:55 +02:00
font-size: x-small;
font-weight: normal;
color: #888;
2011-09-16 00:34:46 +02:00
}
.notice.feed {
font-size: 9.600000000000001pt;
}
.url {
text-decoration: underline;
}
#footer {
text-align: center;
2011-09-17 02:29:55 +02:00
margin-top: 6pt;
2011-09-17 02:52:32 +02:00
font-size: 9.600000000000001pt;
2011-09-17 02:29:55 +02:00
}
#oldds {
margin: 0;
2011-09-16 00:34:46 +02:00
}
#oldds > li {
display: inline;
2011-09-17 02:29:55 +02:00
margin: 0 0.3em;
}
2011-09-16 00:34:46 +02:00
2011-09-17 04:19:09 +02:00
dl dt {
font-weight: bold;
2011-09-17 04:26:45 +02:00
margin-top: 1em;
font-size: 110%;
2011-09-17 04:19:09 +02:00
}
dl dd {
2011-09-17 04:26:45 +02:00
margin-left: 2em;
2011-09-17 04:19:09 +02:00
}
2011-09-15 22:20:34 +02:00
#solar {
background-image: url('../images/sun.svg');
z-index: -1000;
2011-09-16 01:12:14 +02:00
overflow: hidden;
clip: auto;
2011-09-16 01:04:06 +02:00
position: absolute;
top: -3900px;
right: -3900px;
width: 8000px;
height: 8000px;
2011-09-17 21:10:59 +02:00
}
.solar-anim {
-webkit-animation: rotate 230s infinite linear;
-moz-animation: rotate 230s infinite linear;
-o-animation: rotate 230s infinite linear;
-ms-animation: rotate 230s infinite linear;
animation: rotate 230s infinite linear;
2011-09-15 22:20:34 +02:00
}
2011-09-17 21:10:59 +02:00
.anim-paused {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-ms-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
.anim-running {
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-ms-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
}
2011-09-15 22:20:34 +02:00
@-webkit-keyframes rotate {
0% {
-webkit-transform:rotate(0deg);
}
100% {
2011-09-16 01:18:34 +02:00
-webkit-transform:rotate(-360deg);
2011-09-15 22:20:34 +02:00
}
}
@-moz-keyframes rotate {
0% {
-moz-transform:rotate(0deg);
}
100% {
2011-09-16 01:18:34 +02:00
-moz-transform:rotate(-360deg);
2011-09-15 22:20:34 +02:00
}
}
@-o-keyframes rotate {
0% {
-o-transform:rotate(0deg);
}
100% {
2011-09-16 01:18:34 +02:00
-o-transform:rotate(-360deg);
2011-09-15 22:20:34 +02:00
}
}
@-ms-keyframes rotate {
0% {
-ms-transform:rotate(0deg);
}
100% {
2011-09-16 01:18:34 +02:00
-ms-transform:rotate(-360deg);
2011-09-15 22:20:34 +02:00
}
}
@keyframes rotate {
0% {
transform:rotate(0deg);
}
100% {
2011-09-16 01:18:34 +02:00
transform:rotate(-360deg);
2011-09-15 22:20:34 +02:00
}
}
2011-09-15 23:39:34 +02:00
.backgroundcloud {
position: absolute;
2011-09-15 23:39:34 +02:00
width: 72px;
height: 40px;
z-index: -7;
2011-09-15 23:39:34 +02:00
}
2011-09-15 23:55:35 +02:00
.backgroundflash {
position: absolute;
z-index: -5;
}
.backgroundraindrop {
position: absolute;
2011-09-15 23:55:35 +02:00
z-index: -8;
2011-09-17 04:46:56 +02:00
color: #65b8ff;
font-family: monospace;
font-size: 50%;
2011-09-17 04:46:56 +02:00
font-weight: bold;
2011-09-15 23:55:35 +02:00
}