ce49cb24d87647c5e89cf489b5b2959b31936810
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

themes/default/style.css   1) #-------------------------------------------------------------------------------
themes/default/style.css   2) # This file belongs to the Webinterface of schokokeks.org Hosting
themes/default/style.css   3) # 
Bernd Wurst Lizenzinfos in eigenes Modu...

Bernd Wurst authored 10 years ago

themes/default/style.css   4) # Written 2008-2014 by schokokeks.org Hosting, namely
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

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

bernd authored 13 years ago

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

bernd authored 16 years ago

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

bernd authored 13 years ago

themes/default/style.css  18)         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             19)         font-size: 12px;
css/admin.css             20)         color: #000000;
bernd Neues Design, neue Startseite

bernd authored 15 years ago

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

bernd authored 16 years ago

css/admin.css             22) }
css/admin.css             23) 
css/admin.css             24) 
bernd webinterface => /webinterface

bernd authored 17 years ago

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

bernd authored 13 years ago

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

bernd authored 17 years ago

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

bernd authored 15 years ago

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

bernd authored 17 years ago

css/admin.css             30) }
css/admin.css             31) 
css/admin.css             32) 
css/admin.css             33) div.error {
css/admin.css             34)         color: #FF0000;
css/admin.css             35)         border: 2px solid #000000;
css/admin.css             36)         background-color: #FFFFFF;
css/admin.css             37)         margin: 10px;
css/admin.css             38)         padding: 10px;
css/admin.css             39) }
css/admin.css             40) 
css/admin.css             41) div.success {
css/admin.css             42)         color: #282;
css/admin.css             43)         border: 2px solid #282;
css/admin.css             44)         background-color: #FFFFFF;
css/admin.css             45)         margin: 5px;
css/admin.css             46)         padding: 5px;
css/admin.css             47)         font-weight: bold;
css/admin.css             48) }
css/admin.css             49) 
css/admin.css             50) p.warning {
css/admin.css             51)         padding: 4px;
css/admin.css             52)         color: #000000;
css/admin.css             53)         border: 1px solid #FF0000;
css/admin.css             54)         background-color: #FFFFFF;
css/admin.css             55) }
css/admin.css             56) 
bernd warnung bzgl. logfiles eing...

bernd authored 16 years ago

css/admin.css             57) span.warning {
css/admin.css             58) 	color:#FF0000;
css/admin.css             59) }
css/admin.css             60) 
bernd Viele XHTML-Fehler korrigie...

bernd authored 16 years ago

css/admin.css             61) a img {
css/admin.css             62)   border: 0px;
css/admin.css             63) }
bernd webinterface => /webinterface

bernd authored 17 years ago

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

bernd authored 15 years ago

css/admin.css             65) p.admininfo {
css/admin.css             66)   margin: 3px;
css/admin.css             67)   margin-bottom: 1.5em;
css/admin.css             68)   padding: 0.5em;
css/admin.css             69)   border: 1px solid red;
css/admin.css             70)   background-color: #fdd;
css/admin.css             71) }
bernd Usability: User sieht immer...

bernd authored 16 years ago

css/admin.css             72) 
bernd addnew() eingeführt

bernd authored 14 years ago

css/admin.css             73) p.addnew {
css/admin.css             74)   margin-top: 1.5em;
css/admin.css             75)   margin-bottom: 2em;
css/admin.css             76) }
css/admin.css             77) 
css/admin.css             78) p.addnew a {
css/admin.css             79)   color: #257f00;
css/admin.css             80)   font-size: 110%;
css/admin.css             81)   font-weight: bold;
css/admin.css             82)   padding: 5px;
css/admin.css             83)   min-height: 18px;
css/admin.css             84)   padding-left: 25px;
bernd relativer Pfad zur "addnew"...

bernd authored 13 years ago

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

bernd authored 14 years ago

css/admin.css             86)   background-position: 0 5px;
css/admin.css             87)   background-repeat: no-repeat;
css/admin.css             88) }
css/admin.css             89) 
css/admin.css             90) p.addnew a:hover {
css/admin.css             91)   text-decoration: none;
css/admin.css             92)   padding-bottom: 0;
css/admin.css             93)   border-bottom: 2px solid #257f00;
css/admin.css             94) }
css/admin.css             95) 
css/admin.css             96) 
bernd Usability: User sieht immer...

bernd authored 16 years ago

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

bernd authored 15 years ago

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

bernd authored 16 years ago

css/admin.css            100)   margin-bottom: 1.5em;
css/admin.css            101)   padding: 0.5em;
css/admin.css            102)   border: 1px solid black;
css/admin.css            103)   background-color: #b2c2cb;
bernd Hanno mag mein tolles Bildc...

bernd authored 16 years ago

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

bernd authored 16 years ago

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

bernd authored 16 years ago

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

bernd authored 16 years ago

css/admin.css            109)   min-height: 36px;
css/admin.css            110) }
css/admin.css            111) 
bernd VHosts-Modul mit neuem Layo...

bernd authored 16 years ago

css/admin.css            112) input.usageoption {
css/admin.css            113) 	margin-top: 1em;
css/admin.css            114) }
bernd Usability: User sieht immer...

bernd authored 16 years ago

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

bernd authored 16 years ago

css/admin.css            116) div.confirmation {
css/admin.css            117) }
css/admin.css            118) 
css/admin.css            119) div.confirmation div.question {
css/admin.css            120)         padding: 10px;
css/admin.css            121)         color: #000000;
css/admin.css            122)         border: 1px solid #FF0000;
css/admin.css            123)         background-color: #FFFFFF;
css/admin.css            124)         font-weight: bold;
css/admin.css            125)         margin-bottom: 1em;
css/admin.css            126) }
css/admin.css            127) 
css/admin.css            128) div.confirmation p.buttons input {
css/admin.css            129)         width: 10em;
css/admin.css            130) }
css/admin.css            131) 
css/admin.css            132) 
bernd Username-Feld beim Login fo...

bernd authored 12 years ago

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

bernd authored 17 years ago

css/admin.css            134)         display: block;
css/admin.css            135)         float: left;
css/admin.css            136)         width: 130px;
css/admin.css            137) }
css/admin.css            138) 
css/admin.css            139) input[type=text],input[type=password],textarea,select {
css/admin.css            140)         border: 1px solid black;
css/admin.css            141)         padding: 3px;
bernd Select-Boxen auch bei Firef...

bernd authored 14 years ago

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

bernd authored 17 years ago

css/admin.css            143)         }
css/admin.css            144) 
css/admin.css            145) input[type=text]:focus,input[type=password]:focus,textarea:focus {
css/admin.css            146)         border: 1px solid red;
css/admin.css            147)         background-color: #FFFFFF;
css/admin.css            148)         }
css/admin.css            149) 
css/admin.css            150) 
bernd vhost-Modul kann jetzt SVN-...

bernd authored 16 years ago

css/admin.css            151) div.vhostsidebyside {
css/admin.css            152)   max-width: 55em;
css/admin.css            153) }
css/admin.css            154) 
css/admin.css            155) div.vhostoptions {
css/admin.css            156)   margin: 0;
css/admin.css            157)   padding: 0;
css/admin.css            158)   margin-left: 1em;
css/admin.css            159)   float: right;
css/admin.css            160)   width: 30em;
css/admin.css            161)   /*margin-left: 2em; position: absolute; left: 45em; */
css/admin.css            162) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            163) 
css/admin.css            164) 
css/admin.css            165) 
css/admin.css            166) div.menu {
css/admin.css            167)         width: 190px;
css/admin.css            168)         float: left;
css/admin.css            169) 
css/admin.css            170) }
css/admin.css            171) 
bernd Neues Logo

bernd authored 16 years ago

css/admin.css            172) div.menu img {
css/admin.css            173)   margin-bottom: 1em;
css/admin.css            174) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            175) 
css/admin.css            176) a.menuitem {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

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

bernd authored 17 years ago

css/admin.css            178)         display: block;
css/admin.css            179)         padding: 4px;
css/admin.css            180)         margin: 3px;
css/admin.css            181)         text-decoration: none;
css/admin.css            182)         color: #000000;
css/admin.css            183) }
css/admin.css            184) 
bernd Ermögliche submenüs

bernd authored 16 years ago

css/admin.css            185) a.submenuitem {
css/admin.css            186)   margin-left: 2em;
css/admin.css            187) }
css/admin.css            188) 
bernd webinterface => /webinterface

bernd authored 17 years ago

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

bernd authored 15 years ago

css/admin.css            190)   text-decoration: underline;
css/admin.css            191)   font-weight: bold;
css/admin.css            192)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            193) }
css/admin.css            194) 
css/admin.css            195) a.menuitem:hover {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

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

bernd authored 17 years ago

css/admin.css            198) }
css/admin.css            199) 
css/admin.css            200) 
css/admin.css            201) div#beta {
css/admin.css            202)   clear: both;
css/admin.css            203)         padding: 4px;
css/admin.css            204)         color: #000000;
css/admin.css            205)         border: 1px solid #FF0000;
css/admin.css            206)         background-color: #FFFFFF;
css/admin.css            207)         margin-bottom: 1em;
css/admin.css            208) }
css/admin.css            209) 
css/admin.css            210) div#beta p {
css/admin.css            211)   padding: 0;
css/admin.css            212)   margin: 0;
css/admin.css            213)   margin-top: 0.3em;
css/admin.css            214) }
css/admin.css            215) 
css/admin.css            216) div#beta h3 {
css/admin.css            217)   padding: 0;
css/admin.css            218)   margin: 0;
css/admin.css            219) }
css/admin.css            220) 
bernd Neues Design für VMail-Edit...

bernd authored 16 years ago

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

bernd authored 12 years ago

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

bernd authored 16 years ago

css/admin.css            223)   border: 1px solid black;
css/admin.css            224)   padding: 0.5em;
css/admin.css            225)   margin-bottom: 0.5em;
css/admin.css            226)   display: table;
css/admin.css            227) }
css/admin.css            228) div.vmail-forward p {
css/admin.css            229)   display: block;
css/admin.css            230)   margin: 0;
css/admin.css            231)   margin-bottom: 0.5em;
css/admin.css            232)   padding: 0;
css/admin.css            233) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            234) 
bernd Eingabefeld breiter

bernd authored 16 years ago

css/admin.css            235) div.vmail-forward input {
css/admin.css            236)   width: 20em;
css/admin.css            237) }
css/admin.css            238) 
bernd webinterface => /webinterface

bernd authored 17 years ago

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

Bernd Wurst authored 9 years ago

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

bernd authored 15 years ago

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

hanno authored 14 years ago

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

bernd authored 15 years ago

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

bernd authored 12 years ago

themes/default/style.css 246) div.vmailoverview {
themes/default/style.css 247) }
themes/default/style.css 248) 
themes/default/style.css 249) .overview {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

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

bernd authored 12 years ago

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

bernd authored 15 years ago

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

bernd authored 17 years ago

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

bernd authored 12 years ago

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

bernd authored 15 years ago

css/admin.css            256)   float: left;
css/admin.css            257)   margin: 1em;
css/admin.css            258)   padding: 1em;
css/admin.css            259)   /*background-color: #b2c2cb;*/
css/admin.css            260)   width: 10em;
bernd Index-Blöcke werden jetzt v...

bernd authored 12 years ago

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

bernd authored 15 years ago

css/admin.css            262)   text-align: center;
css/admin.css            263)   background-color: #eee;
css/admin.css            264) }
css/admin.css            265) 
bernd VMail-User können ihre Eins...

bernd authored 12 years ago

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

bernd authored 15 years ago

css/admin.css            267)   display: block;
css/admin.css            268)   margin: 0 auto;
css/admin.css            269)   margin-bottom: 1em;
bernd Bildgrößen definieren

bernd authored 15 years ago

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

bernd authored 15 years ago

css/admin.css            271) }
css/admin.css            272) 
css/admin.css            273) /*
bernd VMail-User können ihre Eins...

bernd authored 12 years ago

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

bernd authored 15 years ago

css/admin.css            275)   color: #000;
css/admin.css            276) }
css/admin.css            277) */
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            278) 
css/admin.css            279) div.foot {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            280)   clear: both;
css/admin.css            281)         border-top: 1px solid #425d6c;
css/admin.css            282)   color: #425d6c;
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            283)         font-size: 90%;
css/admin.css            284) }
css/admin.css            285) 
css/admin.css            286) h3 {
bernd Neues Design, neue Startseite

bernd authored 15 years ago

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

Bernd Wurst authored 9 years ago

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

bernd authored 15 years ago

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

bernd authored 17 years ago

css/admin.css            291) }
css/admin.css            292) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 293) h3.headline {
themes/default/style.css 294)   margin-top: 0;
themes/default/style.css 295) }
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            296) 
css/admin.css            297) ul {
css/admin.css            298)         margin-bottom: 10px;
css/admin.css            299) }
css/admin.css            300) 
css/admin.css            301) table {
css/admin.css            302)         border-collapse: collapse;
css/admin.css            303) }
css/admin.css            304) 
bernd Neues Design, neue Startseite

bernd authored 15 years ago

css/admin.css            305) tr.odd td,
css/admin.css            306) tr.even td {
css/admin.css            307)   border: none;
css/admin.css            308)   padding: 0.5em 0.5em;
css/admin.css            309) }
css/admin.css            310) 
css/admin.css            311) tr.odd {
css/admin.css            312)   background: #eee;
css/admin.css            313) }
css/admin.css            314) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            315) td {
css/admin.css            316)         border: 1px solid black;
css/admin.css            317)         padding: 0.5em;
css/admin.css            318) }
css/admin.css            319) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/style.css 320) td.number {
themes/default/style.css 321)   text-align: right;
themes/default/style.css 322) }
themes/default/style.css 323) 
bernd webinterface => /webinterface

bernd authored 17 years ago

css/admin.css            324) th {
css/admin.css            325)   padding: 0px 1em;
css/admin.css            326) }
css/admin.css            327) 
bernd Info-Seite über Mail-Login-...

bernd authored 13 years ago

themes/default/style.css 328) 
themes/default/style.css 329) dt {
themes/default/style.css 330)   font-weight: bold;
themes/default/style.css 331) }
themes/default/style.css 332) 
themes/default/style.css 333) 
bernd webinterface => /webinterface

bernd authored 17 years ago

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

bernd authored 15 years ago

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

bernd authored 17 years ago

css/admin.css            338) 
css/admin.css            339) }
css/admin.css            340) 
css/admin.css            341) a:hover {
css/admin.css            342)   text-decoration: underline;
css/admin.css            343) }
bernd Zeige Freewvs-Resultate an

bernd authored 15 years ago

css/admin.css            344) 
css/admin.css            345) div.freewvs {
css/admin.css            346)   width: 80%; 
css/admin.css            347)   padding: 0.5em; 
css/admin.css            348)   margin-bottom: 0.5em; 
css/admin.css            349) }
css/admin.css            350) 
css/admin.css            351) div.freewvs-ok {
css/admin.css            352)   background-color: #bcfd8b; 
css/admin.css            353)   border: 2px solid #3c8e00;
css/admin.css            354) }
css/admin.css            355) 
css/admin.css            356) div.freewvs-vulnerable {
css/admin.css            357)   background-color: #ff7070;
css/admin.css            358)   border: 2px solid red;
css/admin.css            359) }
css/admin.css            360) 
css/admin.css            361) div.freewvs img {
css/admin.css            362)   float: right;
css/admin.css            363)   margin: 1em;
css/admin.css            364) }
css/admin.css            365) 
css/admin.css            366) div.freewvs p {
css/admin.css            367)   margin: 0;
css/admin.css            368)   padding: 0;
css/admin.css            369) }
css/admin.css            370) 
css/admin.css            371) 
Bernd Wurst Offene Rechnungen fablich h...

Bernd Wurst authored 11 years ago

themes/default/style.css 372) tr.unpaid td {
themes/default/style.css 373)   padding-top: 1em;
themes/default/style.css 374)   padding-bottom: 1em;
themes/default/style.css 375)   font-weight: bold;
themes/default/style.css 376)   background-color: #fdd;
themes/default/style.css 377) }
themes/default/style.css 378) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

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

Bernd Wurst authored 9 years ago

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

Bernd Wurst authored 9 years ago

themes/default/style.css 381)   background-color: #fff;
themes/default/style.css 382)   color: #000;
themes/default/style.css 383) }
themes/default/style.css 384) 
themes/default/style.css 385) .ui-state-active,
themes/default/style.css 386) .ui-widget-content .ui-state-active,
themes/default/style.css 387) .ui-widget-header .ui-state-active {
Bernd Wurst Redesign der Domain-Mail-Ve...

Bernd Wurst authored 9 years ago

themes/default/style.css 388)   border: 1px solid #425d6c;
themes/default/style.css 389)   background: #425d6c;