liquid_feedback_frontend

diff static/lf2.css @ 218:7ea52c710503

Some little changes for next generation frontend
author bsw
date Sun Mar 13 16:53:33 2011 +0100 (2011-03-13)
parents 73dbc9e2bfd4
children
line diff
     1.1 --- a/static/lf2.css	Sat Mar 12 19:22:50 2011 +0100
     1.2 +++ b/static/lf2.css	Sun Mar 13 16:53:33 2011 +0100
     1.3 @@ -90,24 +90,29 @@
     1.4   * Margins und paddings 
     1.5   */
     1.6  
     1.7 +.topbox { margin: 0 1% 0 1%; }
     1.8 +
     1.9 +.topbox
    1.10 +        { margin-bottom: 1ex; }
    1.11 +
    1.12  .topbox a
    1.13 -        { margin: 0 0 0 0.5em; padding: 0.7ex 0.5em 0.3ex 0.5em; }
    1.14 +        { margin: 0 0.5em 0 0; padding: 0.3ex 0.5em 0.3ex 0.5em; }
    1.15  
    1.16  .topbox select
    1.17          { margin: 0.5ex 0 0.5ex 0; padding: 0.3ex 0.2em 0.2ex 0.2em;}
    1.18  
    1.19  .topbox .right a,
    1.20  .topbox .right span
    1.21 -        { margin: 0 0.5em 0 0; padding: 0.7ex 0.5em 0.3ex 0.3em; }
    1.22 +        { margin: 0 0 0 0.5em; padding: 0.3ex 0.5em 0.3ex 0.3em; }
    1.23  
    1.24  .slot_default
    1.25 -        { margin: 2ex 1% 2ex 32%; }
    1.26 +        { margin: 0 1% 2ex 32%; }
    1.27  
    1.28  .sidebar_right .slot_default
    1.29 -        { margin: 2ex 32% 2ex 1%; }
    1.30 +        { margin: 0 32% 2ex 1%; }
    1.31  
    1.32  .slot_sidebar
    1.33 -        { margin: 2ex 1% 2ex 1%; }
    1.34 +        { margin: 0 1% 2ex 1%; }
    1.35  
    1.36  .sidebar_right .slot_sidebar
    1.37          { margin: 0 1% 2ex 1%; }
    1.38 @@ -130,16 +135,17 @@
    1.39   */
    1.40  
    1.41  body
    1.42 -        { background-color: #27C9FF; color: #000 }
    1.43 +        { background-color: #27C9FF; color: #000; }
    1.44 +
    1.45 +.topbox.line1
    1.46 +        { background-color: #444; }
    1.47  
    1.48  .topbox.line1,
    1.49 -.topbox.line1 a,
    1.50 -.topbox.line1 select
    1.51 -        { background-color: #444; color: #fff; }
    1.52 +.topbox.line1 a
    1.53 +        {  color: #fff; }
    1.54  
    1.55 -.topbox.line2,
    1.56  .topbox.line2 a
    1.57 -        { color: #000;    }
    1.58 +        { background-color: #27C9FF; color: #000;    }
    1.59  .topbox.line2 span.inactive
    1.60          { opacity: 0.2; }
    1.61  .topbox a.active
    1.62 @@ -154,10 +160,11 @@
    1.63  .box a  { color: #068; }
    1.64  
    1.65  .box .row.head,
    1.66 -.box .row.head2,
    1.67 +.box .row.head2
    1.68 +        { background-color: #e7f0ff; }
    1.69 +
    1.70  .box .row.active
    1.71 -/*        { background-color: #D7F5FF;}*/
    1.72 -        { background-color: #e7f0ff;}
    1.73 +        { background-color: #f1F2F8; }
    1.74  
    1.75  .box .row.head .col.head
    1.76          { color: #444;    }
    1.77 @@ -184,32 +191,34 @@
    1.78          
    1.79  .box.issue .row.unit_name
    1.80          { border-bottom-color: #ccc; }
    1.81 -        
    1.82 +
    1.83  
    1.84  /* 
    1.85   * Rounded corners 
    1.86   */
    1.87  
    1.88 -.box    { border-radius: 1ex; -moz-border-radius: 1ex;
    1.89 -          -webkit-box-shadow: 1px 1px 3px #11576F; -moz-box-shadow: 0 0 2px 1px #444; }
    1.90 +.box    { border-radius: 0.8ex; -moz-border-radius: 0.8ex;
    1.91 +          -webkit-box-shadow: 1px 1px 2px #11576F; -moz-box-shadow: 0 0 2px 1px #444; }
    1.92  
    1.93  .box .row:first-child.head,
    1.94  .box .row:first-child.head2
    1.95 -        { border-radius: 1ex 1ex 0   0  ; }
    1.96 +        { border-radius: 0.8ex 0.8ex 0   0  ; }
    1.97  .box .row:last-child
    1.98 -        { border-radius: 0   0   1ex 1ex; }
    1.99 +        { border-radius: 0   0   0.8ex 0.8ex; }
   1.100  
   1.101  .box .row:first-child:last-child.head,
   1.102  .box .row:first-child:last-child.head2
   1.103 -        { border-radius: 1ex 1ex 1ex 1ex; }
   1.104 +        { border-radius: 0.8ex 0.8ex 0.8ex 0.8ex; }
   1.105  
   1.106 -.topbox.line1 
   1.107 -        { -webkit-box-shadow: 0 2px 3px #444; -moz-box-shadow: 0 2px 3px #444; }
   1.108 +.topbox.line1
   1.109 +        { border-radius: 0 0 0.8ex 0.8ex;
   1.110 +          -webkit-box-shadow: 1px 1px 2px #11576F; -moz-box-shadow: 1px 1px 2px #444; }
   1.111  
   1.112 +.topbox a
   1.113 +        { border-radius: 0.8ex; }
   1.114 +        
   1.115  .topbox a.active
   1.116 -        { border-radius: 0 0 1ex 1ex;
   1.117 -          -webkit-box-shadow: 1px 1px 3px #11576F, inset 0px 7px 3px -5px #444;
   1.118 -          -moz-box-shadow: 2px 2px 3px 0px #444;
   1.119 +        { -webkit-box-shadow: 1px 1px 2px #11576F; -moz-box-shadow: 1px 1px 2px 0px #444;
   1.120          }
   1.121  
   1.122  /*

Impressum / About Us