liquid_feedback_frontend

diff static/style.css @ 649:cb1c8149316d

merge
author jbe
date Mon Jun 25 23:21:26 2012 +0200 (2012-06-25)
parents 285d1ca156ba
children 68c2c4a4ddf7
line diff
     1.1 --- a/static/style.css	Mon Jun 25 23:21:01 2012 +0200
     1.2 +++ b/static/style.css	Mon Jun 25 23:21:26 2012 +0200
     1.3 @@ -48,7 +48,7 @@
     1.4   */
     1.5  
     1.6  body {
     1.7 -  background: #fff;
     1.8 +  background: #fafafa;
     1.9    line-height: 120%:
    1.10  }
    1.11  
    1.12 @@ -307,18 +307,49 @@
    1.13    border-radius: 0 0 8px 8px;
    1.14  }
    1.15  
    1.16 -.slot_head div:last-child {
    1.17 +
    1.18 +.member_statement,
    1.19 +.draft_content,
    1.20 +.suggestion_content,
    1.21 +.slot_head,
    1.22 +.area_list,
    1.23 +.initiative_head,
    1.24 +.issues .issue,
    1.25 +.ui_tabs_links a,
    1.26 +.ui_filter a,
    1.27 +.draft_content,
    1.28 +.help,
    1.29 +.use_terms,
    1.30 +.motd,
    1.31 +.vote_info .content,
    1.32 +.box,
    1.33 +div.notifications {
    1.34 +  background-color: #fff;
    1.35 +  box-shadow: #777 0px 5px 5px -5px;
    1.36 +  -mox-box-shadow: #777 0px 5px 5px -5px;
    1.37 +  -webkit-box-shadow: #ddd 3px 3px 3px -1px;
    1.38 +  clear: both;
    1.39 +}
    1.40 +
    1.41 +.slot_head > div:last-child {
    1.42    border-radius: 0 0 8px 8px;
    1.43  }
    1.44  
    1.45  .page_head .title,
    1.46  .issue .context,
    1.47 -.issue .title,
    1.48  .initiative_head .title,
    1.49  .area_list .title {
    1.50    padding: 8px 10px 2px 10px;
    1.51  }
    1.52  
    1.53 +.issue .title {
    1.54 +  padding: 5px 10px 0px 10px;
    1.55 +}
    1.56 +
    1.57 +.events .issue .title {
    1.58 +  padding: 5px 10px 10px 10px;
    1.59 +}
    1.60 +
    1.61  .page_head .actions,
    1.62  .page_head .unit_head .content,
    1.63  .page_head .area_head .content,
    1.64 @@ -384,6 +415,7 @@
    1.65  .unit_head {
    1.66    background-color: #44a;
    1.67    background-image: -webkit-linear-gradient(top, #67d, #23a);
    1.68 +  color: #fff;
    1.69  }
    1.70  
    1.71  .unit_head:last-child {
    1.72 @@ -484,18 +516,18 @@
    1.73  /*************************************************************************
    1.74   * ui.tab
    1.75   */
    1.76 -.ui_tabs {
    1.77 -  margin: 20px 0px;
    1.78 +.ui_tabs_links {
    1.79 +  margin: 20px 0px 10px 0px;
    1.80  }
    1.81  
    1.82  .ui_tabs_links a {
    1.83    padding: 1ex 1em;
    1.84    line-height: 300%;
    1.85    background-color: #444;
    1.86 -  background-image: -webkit-linear-gradient(top, #000 0%, #444 70%, #777 90%, #888 100%);
    1.87 +  background-image: -webkit-linear-gradient(top, #000, #666);
    1.88    color: #fff;
    1.89    white-space: nowrap;
    1.90 -  border-radius: 10px;
    1.91 +  border-radius: 8px;
    1.92    font-weight: bold;
    1.93    margin: 3px;
    1.94  }
    1.95 @@ -532,15 +564,18 @@
    1.96  .ui_filter a {
    1.97    font-weight: bold;
    1.98    margin-right: 0.5em;
    1.99 +  background-color: #fff;
   1.100 +  padding: 0.5ex 0.5em;
   1.101 +  border-radius: 6px;
   1.102 +  border: 1px solid #bbb;
   1.103  }
   1.104  
   1.105  
   1.106  .ui_filter_head a.active {
   1.107 +  border: 1px solid #000;
   1.108    text-decoration: none;
   1.109    background-color: #555;
   1.110    color: #fff;
   1.111 -  padding: 0.5ex 0.5em;
   1.112 -  border-radius: 4px;
   1.113  }
   1.114  
   1.115  /*************************************************************************
   1.116 @@ -1063,13 +1098,6 @@
   1.117    border: 2px solid #f90;
   1.118  }
   1.119  
   1.120 -.member_statement,
   1.121 -.draft_content,
   1.122 -.suggestion_content {
   1.123 -  background-color: #f2f2f2;
   1.124 -  padding: 1ex;
   1.125 -  border-radius: 8px;
   1.126 -}
   1.127  
   1.128  .member_statement {
   1.129    margin-right: 250px;
   1.130 @@ -1117,16 +1145,17 @@
   1.131  }
   1.132  
   1.133  .admitted_info {
   1.134 -  background-color: #dfd;
   1.135 +  background-color: #afc;
   1.136    padding: 1ex;
   1.137 -  border-radius: 8px;
   1.138 +  border-radius: 0 0 8px 8px;
   1.139  }
   1.140  
   1.141  .not_admitted_info,
   1.142  .revoked_info {
   1.143 -  background-color: #fdd;
   1.144 +  background-color: #fbb;
   1.145    padding: 1ex;
   1.146    border-radius: 8px;
   1.147 +  border-radius: 0 0 8px 8px;
   1.148  }
   1.149  
   1.150  .draft_updated_info,
   1.151 @@ -1134,12 +1163,12 @@
   1.152  .initiator_invite_info,
   1.153  .motd,
   1.154  .public_access_issue_head {
   1.155 -  background-color: #fffbce;
   1.156 +  background-color: #fda;
   1.157    padding: 1ex;
   1.158    margin-top: 1ex;
   1.159    margin-bottom: 2ex;
   1.160 -  border-top: 1px solid #ffe900;
   1.161 -  border-bottom: 1px solid #ffe900;
   1.162 +  border: 1px solid #fa0;
   1.163 +  border-radius: 10px;
   1.164  }
   1.165  
   1.166  .suggestion_fulfilled {
   1.167 @@ -1371,39 +1400,30 @@
   1.168  
   1.169  /* shadows */
   1.170  
   1.171 +.member_statement,
   1.172 +.draft_content,
   1.173 +.suggestion_content,
   1.174  .initiative_head,
   1.175  .box,
   1.176  div.notifications {
   1.177    border-radius: 8px;
   1.178  }
   1.179  
   1.180 +.member_statement,
   1.181 +.draft_content,
   1.182 +.suggestion_content,
   1.183  .initiative_head,
   1.184  .box {
   1.185    border: 1px solid #aaa;
   1.186  }
   1.187  
   1.188 +.member_statement,
   1.189 +.draft_content,
   1.190 +.suggestion_content,
   1.191  .box {
   1.192    padding: 1ex;
   1.193  }
   1.194  
   1.195 -.slot_head,
   1.196 -.area_list,
   1.197 -.initiative_head,
   1.198 -.issues .issue,
   1.199 -.ui_tabs_links a,
   1.200 -.draft_content,
   1.201 -.help,
   1.202 -.use_terms,
   1.203 -.motd,
   1.204 -.vote_info .content,
   1.205 -.box,
   1.206 -div.notifications {
   1.207 -  box-shadow: #777 0px 5px 5px -5px;
   1.208 -  -mox-box-shadow: #777 0px 5px 5px -5px;
   1.209 -  -webkit-box-shadow: #ddd 3px 3px 3px -1px;
   1.210 -  clear: both;
   1.211 -}
   1.212 -
   1.213  .slot_footer {
   1.214    margin: 0 1%;
   1.215    border-top: 1px solid #ccc;

Impressum / About Us