From 12734da8826299ffd24c0a15f6dbf205892d7221 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Apr 2014 08:35:13 +0200 Subject: Pushed to v3 --- www/static/hyperstyle.css | 214 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 www/static/hyperstyle.css (limited to 'www/static/hyperstyle.css') diff --git a/www/static/hyperstyle.css b/www/static/hyperstyle.css new file mode 100644 index 0000000..74176fc --- /dev/null +++ b/www/static/hyperstyle.css @@ -0,0 +1,214 @@ +/* +This is a random mess. I'm studying Computer Science, not Art & Design. +*/ + +@import "/config/fonts/Muli.css"; +@import "/config/fonts/Ubuntu.css"; + + +* { +margin:0; +padding:0; +} + +.noscript{ +display: none; +} + +.katze { +font-family: 'Muli'; +font-size: 120%; +color: black; +} + +.hundertfuenfzig { +font-family: 'Muli'; +font-size: 150%; +color: black; +} + +.ueberschrift { +font-family: 'Muli'; +font-size: 350%; +color: black; +text-align: center; +} + +.kleineschrift { +font-family: 'Ubuntu'; +font-size:75%; +color: black; +} + +.mittlereschrift { +font-family: 'Ubuntu'; +font-size: 100%; +color: black; +} + + +/* +#footer { + position:fixed; + bottom:0px; +} +*/ +#content_container{ +/* padding-top:3.00em;*/ + padding-bottom:3em; + padding-left:0; +} +/* +#content_container { + height:95%; + overflow:auto; + } +*/ +#header { + position:; + top:0px; left:0px; right:0px; + background:; + text-align:center; + padding:10px; +/* color: #f0ecde;*/ + width: 700px; + height: 20px; + margin: 0px auto; +} + +html, body { +height: 100%; +width: 100%; +background: #ecece1; +} + +#distance { +width: 10px; +height: 45%; +margin-bottom: -250px; +float: left; +/*background-color: #f00; nur zu Demozwecken*/ +} + +#container { +margin: 0 auto; +position: relative; +height: 500px; +width: 700px; +clear: left; +/*background-color: #ADFF2F;*/ +} + +#behaelter { +margin: 0 auto; +position: relative; +/*height: 500px; +width: 700px;*/ +clear: left; +/*background-color: #ADFF2F;*/ +} + +#balken { +position: relative; +height: 10 px; +width: 450px; +background-color: grey; +} + +#bgcolor { +background-color: #f0ecde; +} + +/*body { +}*/ + +a:link, a:visited { + /*font-family:Arial,Helvetica,sans-serif; + font-size: 12px;*/ + text-decoration: none; +/* color: #009F00;*/ + } + +h1 { +font-family: 'Muli:400'; +/*font-family: Calibri;*/ +font-size: 260%; +color: black; +text-align: center; +} + +h2 { +font-family: 'Muli:400'; +/*font-family: Calibri;*/ +font-size: 130%; +color: black; +text-align: center; +} + + +p2 { +font-family: 'Ubuntu'; +/*font-family: Calibri;*/ +font-size: 100%; +color: grey; +text-align: center; +} + +p3 { +font-family: 'Ubuntu'; +/*font-family: Calibri;*/ +/*font-size: 250%;*/ +color: black; +text-align: center; +} + +p4 { +font-family: 'Ubuntu'; +/*font-family: Calibri;*/ +font-size: 350%; +color: black; +text-align: center; +} + +p5 { +font-family: 'Muli'; +/*font-family: Calibri;*/ +font-size: 270%; +color: black; +text-align: center; +} + + +a2 { +font-family: 'Ubuntu'; +/*font-family: 'Nobile';*/ +/*font-family: Calibri;*/ +font-size: 125%; +color: black; +text-align: grey; +} + +a3 { +font-family: 'Ubuntu'; +/*font-family: Calibri;*/ +font-size: 130%; +color: black; +text-align: grey; +} + +a4 { +font-family: 'Ubuntu'; +/*font-family: Calibri;*/ +font-size: 100%; +color: black; +} + +a5 { +font-family: 'Ubuntu'; +font-size:75%; +/*font-family: Calibri;*/ +color: black; +} + + +.unterstrich {text-decoration: underline;} -- cgit v1.2.3