From cfce8ceb55223d04b2f0248be8b31116fb7faaf8 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Fri, 1 Oct 2010 14:39:34 +0200 Subject: [PATCH] =?utf8?q?Schritt=201=20von:=20Facelifting=20Login-Screen?= =?utf8?q?=20Ich=20habe=20jetzt=20einfach=20mal=20einen=20neuen=20Login-Sc?= =?utf8?q?reen=20gemacht.=20Das=20ist=20nichts=20Endg=C3=BCltiges.=20Nur,?= =?utf8?q?=20damit=20ihr=20mal=20ein=20Gef=C3=BChl=20daf=C3=BCr=20bekommt?= =?utf8?q?=20und=20als=20Diskussionsgrundlage.=20Sp=C3=A4ter=20will=20ich?= =?utf8?q?=20die=20Tabellen=20aus=20dem=20Layout=20verbannen=20und=20den?= =?utf8?q?=20CSS-Code=20in=20eine=20Login.css=20auslagern.=20Da=20Logo=20(?= =?utf8?q?auch=20noch=20ein=20Thema)=20wird=20hier=20etwas=20kleiner=20ger?= =?utf8?q?endert=20als=20es=20ist.=20In=20Opera=20werden=20die=20runden=20?= =?utf8?q?Ecken=20nicht=20angezeigt.=20Das=20mache=20ich=20noch,=20falls?= =?utf8?q?=20nicht=20jemand=20g=C3=A4nzlich=20gegen=20runde=20Ecken=20ist.?= =?utf8?q?=20:-)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/lx-office-erp.css | 139 +++++++++++---------- templates/webpages/login/login_screen.html | 30 ++--- 2 files changed, 83 insertions(+), 86 deletions(-) diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index b64795057..1e8400296 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -29,7 +29,7 @@ td { font-weight: normal; } td.hover:hover { - color: black; + color: black; /* background-color: #FFFFCC; font-size: 8pt; text-decoration: none; @@ -52,15 +52,20 @@ th { font-family: Verdana, Arial, Helvetica; } body.login { - background: #b8d1f3; + background: #ccc; color: #A0A0A0; } -h1.login { +/* h1.login { font-size: 18pt; -} +}*/ table.login { - background-color: #efedde; padding: 20px; + border-style: solid; + border-width: 2px; + border-color: #B5B5B5; + background-color: #fff; + -moz-border-radius: 11; + -webkit-border-radius: 11; } td.login { text-align: center; @@ -83,84 +88,84 @@ body.menu { .message_ok { font-size: 12pt; - padding:5px; - background-color: lightgreen; - color: black; - font-weight: bolder; - text-align:center; - border-style:solid; - border-width:thin; + padding:5px; + background-color: lightgreen; + color: black; + font-weight: bolder; + text-align:center; + border-style:solid; + border-width:thin; } .message_error { font-size: 12pt; - padding:5px; - background-color: #FFAAAA; - color: black; - font-weight: bolder; - text-align:center; - border-style:solid; - border-width:thin; + padding:5px; + background-color: #FFAAAA; + color: black; + font-weight: bolder; + text-align:center; + border-style:solid; + border-width:thin; } /* - Überschriftsbalken + Überschriftsbalken */ .listtop { - background-color: rgb(236,233,216); - text-align:left; - padding:5px; - font-size: 10pt; - color: black; - font-weight: bolder; - border-style:dashed; - border-width:thin; + background-color: rgb(236,233,216); + text-align:left; + padding:5px; + font-size: 10pt; + color: black; + font-weight: bolder; + border-style:dashed; + border-width:thin; } .listelement { - background-image: url("../image/fade2.png"); - background-repeat:repeat-x; - border-style:dashed; - border-width:thin; + background-image: url("../image/fade2.png"); + background-repeat:repeat-x; + border-style:dashed; + border-width:thin; } .listelement2 { - background-image: url("../image/fade2.png"); - background-repeat:repeat-x; - border-style:dashed; - border-width:thin; + background-image: url("../image/fade2.png"); + background-repeat:repeat-x; + border-style:dashed; + border-width:thin; } .listheading, .listheading th { - font-size: 9pt; - padding:3px; - background-color: - rgb(236,233,216); - color: black; - font-weight: bolder; - text-align:left; - background-image: url("../image/fade.png"); - border-style:dotted; - border-width:thin; + font-size: 9pt; + padding:3px; + background-color: + rgb(236,233,216); + color: black; + font-weight: bolder; + text-align:left; + background-image: url("../image/fade.png"); + border-style:dotted; + border-width:thin; } .listheadingcontent { - font-size: 9pt; - background-color: - rgb(236,233,216); - color: black; - font-weight: bolder; - text-align:left; + font-size: 9pt; + background-color: + rgb(236,233,216); + color: black; + font-weight: bolder; + text-align:left; } .accountlistheading { - font-size: 10pt; - padding:3px; - color: white; - font-weight: bold; - text-align:left; - background-color:rgb(133,132,129); + font-size: 10pt; + padding:3px; + color: white; + font-weight: bold; + text-align:left; + background-color:rgb(133,132,129); } .subsubheading { @@ -170,20 +175,20 @@ body.menu { } .optionen { - border:dashed; -/* padding-top:10px; - padding-bottom:10px; - padding-left:10px; + border:dashed; +/* padding-top:10px; + padding-bottom:10px; + padding-left:10px; */ - border-width:1px; - background:#efedde; + border-width:1px; + background:#efedde; } .listrow1 { - background-color: rgb(208,207,201); - color: black; - vertical-align: top; + background-color: rgb(208,207,201); + color: black; + vertical-align: top; } .listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; } diff --git a/templates/webpages/login/login_screen.html b/templates/webpages/login/login_screen.html index 0b298c750..84feb7fcc 100644 --- a/templates/webpages/login/login_screen.html +++ b/templates/webpages/login/login_screen.html @@ -2,10 +2,12 @@ [% USE HTML %]
- +

 

+

 

+