aboutsummaryrefslogtreecommitdiff
path: root/www/hyperstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/hyperstyle.css')
-rw-r--r--www/hyperstyle.css214
1 files changed, 214 insertions, 0 deletions
diff --git a/www/hyperstyle.css b/www/hyperstyle.css
new file mode 100644
index 0000000..74176fc
--- /dev/null
+++ b/www/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;}