liquid_feedback_frontend

diff static/style.css @ 317:9c639a2f3262

More color changes and some shadows added
author bsw
date Tue Feb 28 15:43:22 2012 +0100 (2012-02-28)
parents ec2699978a1f
children 8ed77fae6d77
line diff
     1.1 --- a/static/style.css	Tue Feb 28 15:11:34 2012 +0100
     1.2 +++ b/static/style.css	Tue Feb 28 15:43:22 2012 +0100
     1.3 @@ -202,11 +202,29 @@
     1.4  .title,
     1.5  .title2,
     1.6  .actions {
     1.7 -  background-color: #eee;
     1.8 +  background-color: #f2f2f2;
     1.9    margin-left: 10px;
    1.10    margin-right: 10px;
    1.11  }
    1.12  
    1.13 +.actions,
    1.14 +.issues .issue,
    1.15 +.initiatives_list,
    1.16 +.ui_tabs_links a,
    1.17 +.draft_content,
    1.18 +.help,
    1.19 +.use_terms {
    1.20 +  box-shadow: #777 0px 5px 5px -5px;
    1.21 +}
    1.22 +
    1.23 +.issues .issue {
    1.24 +  border: 1px solid #eee;
    1.25 +}
    1.26 +
    1.27 +.initiative_head .actions {
    1.28 +  box-shadow: none;
    1.29 +}
    1.30 +
    1.31  .actions {
    1.32    border-radius: 0 0 8px 8px;
    1.33  }
    1.34 @@ -220,7 +238,7 @@
    1.35    margin-top: 1ex;
    1.36    margin-left: 10px;
    1.37    margin-right: 10px;
    1.38 -  background-color: #eee;
    1.39 +  background-color: #f2f2f2;
    1.40    border-radius: 8px;
    1.41  }
    1.42  
    1.43 @@ -296,7 +314,7 @@
    1.44  }
    1.45  
    1.46  .slot_initiative_head  {
    1.47 -  padding-left: 1em;
    1.48 +  padding-left: 10px;
    1.49    padding-top: 2ex;
    1.50  }
    1.51  
    1.52 @@ -364,7 +382,7 @@
    1.53  .actions .supporter,
    1.54  .actions .potential_supporter {
    1.55    border-radius: 5px;
    1.56 -  border: 1px solid #fff;
    1.57 +  border: 1px solid #5f6675;
    1.58  }
    1.59  
    1.60  .delegation .head_active,
    1.61 @@ -381,7 +399,7 @@
    1.62  }
    1.63  
    1.64  .slot_support .head_initiator {
    1.65 -  background-color: #eee;
    1.66 +  background-color: #f2f2f2;
    1.67    border-radius: 5px;
    1.68  }
    1.69  
    1.70 @@ -495,7 +513,7 @@
    1.71  .ui_tabs_links a {
    1.72    padding: 1ex;
    1.73    line-height: 300%;
    1.74 -  background-color: #eee;
    1.75 +  background-color: #f2f2f2;
    1.76    white-space: nowrap;
    1.77    border-radius: 5px;
    1.78    margin-right: 5px;
    1.79 @@ -747,7 +765,7 @@
    1.80  }
    1.81  
    1.82  tr:hover td {
    1.83 -  background-color: #eee;
    1.84 +  background-color: #f2f2f2;
    1.85  }
    1.86  
    1.87  .nohover tr:hover td {
    1.88 @@ -755,11 +773,11 @@
    1.89  }
    1.90  
    1.91  .initiatives_list .nohover tr:hover td {
    1.92 -  background-color: #eee;
    1.93 +  background-color: #f2f2f2;
    1.94  }
    1.95  
    1.96  .nohover table tr:hover td {
    1.97 -  background-color: #eee;
    1.98 +  background-color: #f2f2f2;
    1.99  }
   1.100  
   1.101  
   1.102 @@ -824,7 +842,7 @@
   1.103  }
   1.104  
   1.105  .issues .issue .issue_info {
   1.106 -  padding: 1ex;
   1.107 +  padding: 1ex 1em;
   1.108    line-height: 140%;
   1.109    background: -webkit-gradient(linear, left top, left bottom,
   1.110      color-stop(0%,#e7e7e7), color-stop(66%,#fff));
   1.111 @@ -840,7 +858,7 @@
   1.112    font-size: 125%;
   1.113  }
   1.114  
   1.115 -.issues .issue .issue_policy_info {
   1.116 +.issue_policy_info {
   1.117    font-style: italic;
   1.118  }
   1.119  
   1.120 @@ -917,7 +935,7 @@
   1.121    height: 48px;
   1.122    display: block;
   1.123    float: left;
   1.124 -  background-color: #eee;
   1.125 +  background-color: #f2f2f2;
   1.126    overflow: hidden;
   1.127    position: relative;
   1.128    border-radius: 7px;
   1.129 @@ -997,7 +1015,7 @@
   1.130  .member_statement,
   1.131  .draft_content,
   1.132  .suggestion_content {
   1.133 -  background-color: #eee;
   1.134 +  background-color: #f2f2f2;
   1.135    padding: 1ex;
   1.136    border-radius: 8px;
   1.137  }
   1.138 @@ -1011,7 +1029,7 @@
   1.139  }
   1.140  
   1.141  .diff {
   1.142 -  background-color: #eee;
   1.143 +  background-color: #f2f2f2;
   1.144    border: 1px solid #ccc;
   1.145    padding: 1ex;
   1.146  }
   1.147 @@ -1027,7 +1045,7 @@
   1.148  }
   1.149  
   1.150  .slot_issue_info {
   1.151 -  background-color: #eee;
   1.152 +  background-color: #f2f2f2;
   1.153    border: 1px solid #ccc;
   1.154    float: right;
   1.155    padding: 0.5ex;
   1.156 @@ -1086,7 +1104,7 @@
   1.157  .help,
   1.158  .use_terms {
   1.159    border-radius: 8px;
   1.160 -  background-color: #cdf;
   1.161 +  background-color: #fffbce;
   1.162    color: #000;
   1.163    padding: 1ex;
   1.164  }
   1.165 @@ -1212,7 +1230,7 @@
   1.166    background-color: #ccc;
   1.167  }
   1.168  #voting .abstention .movable {
   1.169 -  background-color: #eee;
   1.170 +  background-color: #f2f2f2;
   1.171  }
   1.172  #voting .disapproval {
   1.173    background-color: #f88;

Impressum / About Us