6f5cde190bd9ad81c22ff005b813b34a4b4125ec
Bernd Wurst Binde style.css von Modulen...

Bernd Wurst authored 6 years ago

themes/default/style.css   1) /*
themes/default/style.css   2)  * -------------------------------------------------------------------------------
themes/default/style.css   3)  * This file belongs to the Webinterface of schokokeks.org Hosting
themes/default/style.css   4)  * 
themes/default/style.css   5)  * Written 2008-2018 by schokokeks.org Hosting, namely
themes/default/style.css   6)  *    Bernd Wurst <bernd@schokokeks.org>
themes/default/style.css   7)  *    Hanno Böck <hanno@schokokeks.org>
themes/default/style.css   8)  *
themes/default/style.css   9)  * To the extent possible under law, the author(s) have dedicated all copyright 
themes/default/style.css  10)  * and related and neighboring rights to this software to the public domain 
themes/default/style.css  11)  * worldwide. This software is distributed without any warranty.
themes/default/style.css  12)  *
themes/default/style.css  13)  * You should have received a copy of the CC0 Public Domain Dedication along 
themes/default/style.css  14)  * with this software. If not, see 
themes/default/style.css  15)  * http://creativecommons.org/publicdomain/zero/1.0/
themes/default/style.css  16)  *
themes/default/style.css  17)  * Nevertheless, in case you use a significant part of this code, we ask (but 
themes/default/style.css  18)  * not require, see the license) that you keep the authors' names in place and 
themes/default/style.css  19)  * return your changes to the public. We would be especially happy if you tell 
themes/default/style.css  20)  * us what you're going to do with this code.
themes/default/style.css  21)  * -------------------------------------------------------------------------------
themes/default/style.css  22)  */
themes/default/style.css  23) 
bernd CSS komplett in das Theme a...

bernd authored 13 years ago

themes/default/style.css  24) @charset "utf-8";
themes/default/style.css  25)                          
bernd Sag doch jemand, dass das i...

bernd authored 16 years ago

css/admin.css             26) html {
bernd Schriftart auf DejaVu Sans...

bernd authored 13 years ago

themes/default/style.css  27)         font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
bernd Sag doch jemand, dass das i...

bernd authored 16 years ago

css/admin.css             28)         font-size: 12px;
css/admin.css             29)         color: #000000;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css             30)         background-color: #fff;
bernd Sag doch jemand, dass das i...

bernd authored 16 years ago

css/admin.css             31) }
css/admin.css             32) 
css/admin.css             33) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css             34) body {
bernd Schriftart auf DejaVu Sans...

bernd authored 13 years ago

themes/default/style.css  35)         font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css             36)         font-size: 12px;
css/admin.css             37)         color: #000000;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css             38)         background-color: #fff;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css             39) }
css/admin.css             40) 
css/admin.css             41) 
css/admin.css             42) div.error {
css/admin.css             43)         color: #FF0000;
css/admin.css             44)         border: 2px solid #000000;
css/admin.css             45)         background-color: #FFFFFF;
css/admin.css             46)         margin: 10px;
css/admin.css             47)         padding: 10px;
css/admin.css             48) }
css/admin.css             49) 
css/admin.css             50) div.success {
css/admin.css             51)         color: #282;
css/admin.css             52)         border: 2px solid #282;
css/admin.css             53)         background-color: #FFFFFF;
css/admin.css             54)         margin: 5px;
css/admin.css             55)         padding: 5px;
css/admin.css             56)         font-weight: bold;
css/admin.css             57) }
css/admin.css             58) 
css/admin.css             59) p.warning {
css/admin.css             60)         padding: 4px;
css/admin.css             61)         color: #000000;
css/admin.css             62)         border: 1px solid #FF0000;
css/admin.css             63)         background-color: #FFFFFF;
css/admin.css             64) }
css/admin.css             65) 
bernd warnung bzgl. logfiles eing...

bernd authored 16 years ago

css/admin.css             66) span.warning {
css/admin.css             67) 	color:#FF0000;
css/admin.css             68) }
css/admin.css             69) 
bernd Viele XHTML-Fehler korrigie...

bernd authored 16 years ago

css/admin.css             70) a img {
css/admin.css             71)   border: 0px;
css/admin.css             72) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css             73) 
bernd back-to-admin feature

bernd authored 15 years ago

css/admin.css             74) p.admininfo {
css/admin.css             75)   margin: 3px;
css/admin.css             76)   margin-bottom: 1.5em;
css/admin.css             77)   padding: 0.5em;
css/admin.css             78)   border: 1px solid red;
css/admin.css             79)   background-color: #fdd;
css/admin.css             80) }
bernd Usability: User sieht immer...

bernd authored 16 years ago

css/admin.css             81) 
Bernd Wurst Rudimentäre Adressauswahl/D...

Bernd Wurst authored 6 years ago

themes/default/style.css  82) p.addnew,p.delete {
bernd addnew() eingeführt

bernd authored 14 years ago

css/admin.css             83)   margin-top: 1.5em;
css/admin.css             84)   margin-bottom: 2em;
css/admin.css             85) }
css/admin.css             86) 
css/admin.css             87) p.addnew a {
css/admin.css             88)   color: #257f00;
css/admin.css             89)   font-size: 110%;
css/admin.css             90)   font-weight: bold;
css/admin.css             91)   padding: 5px;
css/admin.css             92)   min-height: 18px;
css/admin.css             93)   padding-left: 25px;
bernd relativer Pfad zur "addnew"...

bernd authored 13 years ago

themes/default/style.css  94)   background-image: url('../../images/add.png');
bernd addnew() eingeführt

bernd authored 14 years ago

css/admin.css             95)   background-position: 0 5px;
css/admin.css             96)   background-repeat: no-repeat;
css/admin.css             97) }
css/admin.css             98) 
css/admin.css             99) p.addnew a:hover {
css/admin.css            100)   text-decoration: none;
css/admin.css            101)   padding-bottom: 0;
css/admin.css            102)   border-bottom: 2px solid #257f00;
css/admin.css            103) }
css/admin.css            104) 
css/admin.css            105) 
Bernd Wurst Rudimentäre Adressauswahl/D...

Bernd Wurst authored 6 years ago

themes/default/style.css 106) p.delete a {
themes/default/style.css 107)   color: #b22;
themes/default/style.css 108)   font-size: 110%;
themes/default/style.css 109)   font-weight: bold;
themes/default/style.css 110)   padding: 5px;
themes/default/style.css 111)   min-height: 18px;
themes/default/style.css 112)   padding-left: 25px;
themes/default/style.css 113)   background-image: url('../../images/delete.png');
themes/default/style.css 114)   background-position: 0 5px;
themes/default/style.css 115)   background-repeat: no-repeat;
themes/default/style.css 116) }
themes/default/style.css 117) 
themes/default/style.css 118) p.delete a:hover {
themes/default/style.css 119)   text-decoration: none;
themes/default/style.css 120)   padding-bottom: 0;
themes/default/style.css 121)   border-bottom: 2px solid #b22;
themes/default/style.css 122) }
themes/default/style.css 123) 
themes/default/style.css 124) 
bernd Usability: User sieht immer...

bernd authored 16 years ago

css/admin.css            125) p.userinfo {
css/admin.css            126)   margin: 3px;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            127)   margin-top: 1.5em;
bernd Usability: User sieht immer...

bernd authored 16 years ago

css/admin.css            128)   margin-bottom: 1.5em;
css/admin.css            129)   padding: 0.5em;
css/admin.css            130)   border: 1px solid black;
css/admin.css            131)   background-color: #b2c2cb;
bernd Hanno mag mein tolles Bildc...

bernd authored 16 years ago

css/admin.css            132)   /*padding-left: 40px;
bernd Usability: User sieht immer...

bernd authored 16 years ago

css/admin.css            133)   background-image: url('../images/user.png');
css/admin.css            134)   background-position: left;
css/admin.css            135)   background-repeat: no-repeat;
bernd Hanno mag mein tolles Bildc...

bernd authored 16 years ago

css/admin.css            136)   background-position: 0.5em 0.5em;*/
bernd Usability: User sieht immer...

bernd authored 16 years ago

css/admin.css            137)   min-height: 36px;
css/admin.css            138) }
css/admin.css            139) 
bernd VHosts-Modul mit neuem Layo...

bernd authored 16 years ago

css/admin.css            140) input.usageoption {
css/admin.css            141) 	margin-top: 1em;
css/admin.css            142) }
bernd Usability: User sieht immer...

bernd authored 16 years ago

css/admin.css            143) 
bernd Umfangreiche Code-Aufräumar...

bernd authored 16 years ago

css/admin.css            144) div.confirmation {
css/admin.css            145) }
css/admin.css            146) 
css/admin.css            147) div.confirmation div.question {
css/admin.css            148)         padding: 10px;
css/admin.css            149)         color: #000000;
css/admin.css            150)         border: 1px solid #FF0000;
css/admin.css            151)         background-color: #FFFFFF;
css/admin.css            152)         font-weight: bold;
css/admin.css            153)         margin-bottom: 1em;
css/admin.css            154) }
css/admin.css            155) 
css/admin.css            156) div.confirmation p.buttons input {
css/admin.css            157)         width: 10em;
css/admin.css            158) }
css/admin.css            159) 
css/admin.css            160) 
bernd Username-Feld beim Login fo...

bernd authored 12 years ago

themes/default/style.css 161) .login_label {
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            162)         display: block;
css/admin.css            163)         float: left;
css/admin.css            164)         width: 130px;
css/admin.css            165) }
css/admin.css            166) 
css/admin.css            167) input[type=text],input[type=password],textarea,select {
css/admin.css            168)         border: 1px solid black;
css/admin.css            169)         padding: 3px;
bernd Select-Boxen auch bei Firef...

bernd authored 14 years ago

css/admin.css            170)         background-color: #FFFFFF;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            171)         }
css/admin.css            172) 
css/admin.css            173) input[type=text]:focus,input[type=password]:focus,textarea:focus {
css/admin.css            174)         border: 1px solid red;
css/admin.css            175)         background-color: #FFFFFF;
css/admin.css            176)         }
css/admin.css            177) 
css/admin.css            178) 
bernd vhost-Modul kann jetzt SVN-...

bernd authored 16 years ago

css/admin.css            179) div.vhostsidebyside {
css/admin.css            180)   max-width: 55em;
css/admin.css            181) }
css/admin.css            182) 
css/admin.css            183) div.vhostoptions {
css/admin.css            184)   margin: 0;
css/admin.css            185)   padding: 0;
css/admin.css            186)   margin-left: 1em;
css/admin.css            187)   float: right;
css/admin.css            188)   width: 30em;
css/admin.css            189)   /*margin-left: 2em; position: absolute; left: 45em; */
css/admin.css            190) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            191) 
css/admin.css            192) 
css/admin.css            193) 
css/admin.css            194) div.menu {
css/admin.css            195)         width: 190px;
css/admin.css            196)         float: left;
css/admin.css            197) 
css/admin.css            198) }
css/admin.css            199) 
bernd Neues Logo

bernd authored 16 years ago

css/admin.css            200) div.menu img {
css/admin.css            201)   margin-bottom: 1em;
css/admin.css            202) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            203) 
css/admin.css            204) a.menuitem {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            205)   font-weight: normal;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            206)         display: block;
css/admin.css            207)         padding: 4px;
css/admin.css            208)         margin: 3px;
css/admin.css            209)         text-decoration: none;
css/admin.css            210)         color: #000000;
css/admin.css            211) }
css/admin.css            212) 
bernd Ermögliche submenüs

bernd authored 16 years ago

css/admin.css            213) a.submenuitem {
css/admin.css            214)   margin-left: 2em;
css/admin.css            215) }
css/admin.css            216) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            217) a.active {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            218)   text-decoration: underline;
css/admin.css            219)   font-weight: bold;
css/admin.css            220)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            221) }
css/admin.css            222) 
css/admin.css            223) a.menuitem:hover {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            224)   text-decoration: underline;
css/admin.css            225)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            226) }
css/admin.css            227) 
css/admin.css            228) 
css/admin.css            229) div#beta {
css/admin.css            230)   clear: both;
css/admin.css            231)         padding: 4px;
css/admin.css            232)         color: #000000;
css/admin.css            233)         border: 1px solid #FF0000;
css/admin.css            234)         background-color: #FFFFFF;
css/admin.css            235)         margin-bottom: 1em;
css/admin.css            236) }
css/admin.css            237) 
css/admin.css            238) div#beta p {
css/admin.css            239)   padding: 0;
css/admin.css            240)   margin: 0;
css/admin.css            241)   margin-top: 0.3em;
css/admin.css            242) }
css/admin.css            243) 
css/admin.css            244) div#beta h3 {
css/admin.css            245)   padding: 0;
css/admin.css            246)   margin: 0;
css/admin.css            247) }
css/admin.css            248) 
bernd Neues Design für VMail-Edit...

bernd authored 16 years ago

css/admin.css            249) div.vmail-forward {
bernd JavaScript-Erweiterungen: U...

bernd authored 12 years ago

themes/default/style.css 250)   width: 40em;
bernd Neues Design für VMail-Edit...

bernd authored 16 years ago

css/admin.css            251)   border: 1px solid black;
css/admin.css            252)   padding: 0.5em;
css/admin.css            253)   margin-bottom: 0.5em;
css/admin.css            254)   display: table;
css/admin.css            255) }
css/admin.css            256) div.vmail-forward p {
css/admin.css            257)   display: block;
css/admin.css            258)   margin: 0;
css/admin.css            259)   margin-bottom: 0.5em;
css/admin.css            260)   padding: 0;
css/admin.css            261) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            262) 
bernd Eingabefeld breiter

bernd authored 16 years ago

css/admin.css            263) div.vmail-forward input {
css/admin.css            264)   width: 20em;
css/admin.css            265) }
css/admin.css            266) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            267) div.content {
css/admin.css            268)         margin-left: 200px;
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 269)         padding-left: 40px;
themes/default/style.css 270)         /*border-left: 1px solid #000000;*/
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            271) }
hanno overflow hidden raus, das b...

hanno authored 14 years ago

css/admin.css            272) /*        overflow: hidden; */
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            273) 
bernd VMail-User können ihre Eins...

bernd authored 12 years ago

themes/default/style.css 274) div.vmailoverview {
themes/default/style.css 275) }
themes/default/style.css 276) 
themes/default/style.css 277) .overview {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            278)   margin: 2em;
bernd VMail-User können ihre Eins...

bernd authored 12 years ago

themes/default/style.css 279)   overflow: auto;
themes/default/style.css 280)   width: 100%;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            281)   max-width: 50em;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            282) }
bernd VMail-User können ihre Eins...

bernd authored 12 years ago

themes/default/style.css 283) .overview div.block {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            284)   float: left;
css/admin.css            285)   margin: 1em;
css/admin.css            286)   padding: 1em;
css/admin.css            287)   /*background-color: #b2c2cb;*/
css/admin.css            288)   width: 10em;
bernd Index-Blöcke werden jetzt v...

bernd authored 12 years ago

themes/default/style.css 289)   min-height: 7em;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            290)   text-align: center;
css/admin.css            291)   background-color: #eee;
css/admin.css            292) }
css/admin.css            293) 
bernd VMail-User können ihre Eins...

bernd authored 12 years ago

themes/default/style.css 294) .overview div.block img {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            295)   display: block;
css/admin.css            296)   margin: 0 auto;
css/admin.css            297)   margin-bottom: 1em;
bernd Bildgrößen definieren

bernd authored 15 years ago

css/admin.css            298)   height: 16px;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            299) }
css/admin.css            300) 
css/admin.css            301) /*
bernd VMail-User können ihre Eins...

bernd authored 12 years ago

themes/default/style.css 302) .overview div.block a {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            303)   color: #000;
css/admin.css            304) }
css/admin.css            305) */
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            306) 
css/admin.css            307) div.foot {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            308)   clear: both;
css/admin.css            309)         border-top: 1px solid #425d6c;
css/admin.css            310)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            311)         font-size: 90%;
css/admin.css            312) }
css/admin.css            313) 
css/admin.css            314) h3 {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            315)   color: #425d6c;
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 316)   margin-top: 2em;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            317)   padding-bottom: 2px;
css/admin.css            318)   border-bottom: 1px solid #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            319) }
css/admin.css            320) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 321) h3.headline {
themes/default/style.css 322)   margin-top: 0;
themes/default/style.css 323) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            324) 
css/admin.css            325) ul {
css/admin.css            326)         margin-bottom: 10px;
css/admin.css            327) }
css/admin.css            328) 
css/admin.css            329) table {
css/admin.css            330)         border-collapse: collapse;
css/admin.css            331) }
css/admin.css            332) 
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            333) tr.odd td,
css/admin.css            334) tr.even td {
css/admin.css            335)   border: none;
css/admin.css            336)   padding: 0.5em 0.5em;
css/admin.css            337) }
css/admin.css            338) 
css/admin.css            339) tr.odd {
css/admin.css            340)   background: #eee;
css/admin.css            341) }
css/admin.css            342) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            343) td {
css/admin.css            344)         border: 1px solid black;
css/admin.css            345)         padding: 0.5em;
css/admin.css            346) }
css/admin.css            347) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 348) td.number {
themes/default/style.css 349)   text-align: right;
themes/default/style.css 350) }
themes/default/style.css 351) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            352) th {
css/admin.css            353)   padding: 0px 1em;
css/admin.css            354) }
css/admin.css            355) 
bernd Info-Seite über Mail-Login-...

bernd authored 13 years ago

themes/default/style.css 356) 
themes/default/style.css 357) dt {
themes/default/style.css 358)   font-weight: bold;
themes/default/style.css 359) }
themes/default/style.css 360) 
themes/default/style.css 361) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            362) a {
css/admin.css            363)   text-decoration: none;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            364)   /*font-weight: bold;*/
css/admin.css            365)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            366) 
css/admin.css            367) }
css/admin.css            368) 
css/admin.css            369) a:hover {
css/admin.css            370)   text-decoration: underline;
css/admin.css            371) }
bernd Zeige Freewvs-Resultate an

bernd authored 15 years ago

css/admin.css            372) 
css/admin.css            373) div.freewvs {
css/admin.css            374)   width: 80%; 
css/admin.css            375)   padding: 0.5em; 
css/admin.css            376)   margin-bottom: 0.5em; 
css/admin.css            377) }
css/admin.css            378) 
css/admin.css            379) div.freewvs-ok {
css/admin.css            380)   background-color: #bcfd8b; 
css/admin.css            381)   border: 2px solid #3c8e00;
css/admin.css            382) }
css/admin.css            383) 
css/admin.css            384) div.freewvs-vulnerable {
css/admin.css            385)   background-color: #ff7070;
css/admin.css            386)   border: 2px solid red;
css/admin.css            387) }
css/admin.css            388) 
css/admin.css            389) div.freewvs img {
css/admin.css            390)   float: right;
css/admin.css            391)   margin: 1em;
css/admin.css            392) }
css/admin.css            393) 
css/admin.css            394) div.freewvs p {
css/admin.css            395)   margin: 0;
css/admin.css            396)   padding: 0;
css/admin.css            397) }
css/admin.css            398) 
css/admin.css            399) 
Bernd Wurst Offene Rechnungen fablich h...

Bernd Wurst authored 11 years ago

themes/default/style.css 400) tr.unpaid td {
themes/default/style.css 401)   padding-top: 1em;
themes/default/style.css 402)   padding-bottom: 1em;
themes/default/style.css 403)   font-weight: bold;
themes/default/style.css 404)   background-color: #fdd;
themes/default/style.css 405) }
themes/default/style.css 406) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 407) .ui-button {
Bernd Wurst Redesign der Domain-Mail-Ve...

Bernd Wurst authored 9 years ago

themes/default/style.css 408)   border: 1px solid #425d6c;
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 409)   background-color: #fff;
themes/default/style.css 410)   color: #000;
themes/default/style.css 411) }
themes/default/style.css 412) 
themes/default/style.css 413) .ui-state-active,
themes/default/style.css 414) .ui-widget-content .ui-state-active,
themes/default/style.css 415) .ui-widget-header .ui-state-active {
Bernd Wurst Redesign der Domain-Mail-Ve...

Bernd Wurst authored 9 years ago

themes/default/style.css 416)   border: 1px solid #425d6c;
themes/default/style.css 417)   background: #425d6c;
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 418)   color: #fff;
themes/default/style.css 419) }