diff public/stylesheets/style.css @ 15:c5bf4e02958e

add/delete credentials, new layout, alpha version ribbon, contact
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 12 Jun 2014 20:51:10 +0200
parents 2123f355ab68
children a52b5b244e51
line wrap: on
line diff
--- a/public/stylesheets/style.css	Thu Jun 12 10:36:52 2014 +0200
+++ b/public/stylesheets/style.css	Thu Jun 12 20:51:10 2014 +0200
@@ -4,7 +4,7 @@
   text-align: left;
   padding-top: 80px;
   color: silver;
-  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif!important;
+  font: 16x "Lucida Grande", Helvetica, Arial, sans-serif!important;
 }
 
 a {
@@ -16,8 +16,8 @@
 }
 
 .login {
+ font: 16x "Lucida Grande", Helvetica, Arial, sans-serif!important;
  color: black!important; 
- font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 }
 
 #gp, #tw, #fb{
@@ -30,7 +30,12 @@
  text-align: center;
 }
 
-.headline {
+.headlinebox {
+ display: inline-block;
+ position: relative;
+}
+
+.headline{
  font-size: 50px;
 }
 
@@ -59,3 +64,9 @@
 .footer a {
  color: silver!important; 
 }
+
+.ribbon {
+ position: absolute;
+ top: 6px;
+ left: -25px;
+}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)