liquid_feedback_frontend
diff static/style.css @ 623:8478b5027817
Optical enhancements, going to blue
| author | bsw |
|---|---|
| date | Mon Jun 25 16:26:53 2012 +0200 (2012-06-25) |
| parents | cc542ac26edc |
| children | 0c756a7fb8e7 |
line diff
1.1 --- a/static/style.css Mon Jun 25 15:27:23 2012 +0200 1.2 +++ b/static/style.css Mon Jun 25 16:26:53 2012 +0200 1.3 @@ -362,7 +362,6 @@ 1.4 font-size: 75%; 1.5 } 1.6 1.7 -.page_head .unit_head .content, 1.8 .page_head .area_head .content, 1.9 .page_head .area_head .content a, 1.10 .page_head .issue .content.actions, 1.11 @@ -374,35 +373,35 @@ 1.12 color: #000; 1.13 } 1.14 1.15 -x.page_head .unit_head .title, 1.16 -x.page_head .area_head .title, 1.17 -x.issue .title { 1.18 - background-color: #eee; 1.19 - background-image: linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.20 - background-image: -o-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.21 - background-image: -moz-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.22 - background-image: -webkit-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.23 - background-image: -ms-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.24 + 1.25 +.unit_head { 1.26 + background-color: #44a; 1.27 + background-image: -webkit-linear-gradient(top, #67d, #23a); 1.28 } 1.29 -/* 1.30 -.unit_head { 1.31 - background-color: #cdf; 1.32 - background-image: -webkit-linear-gradient(top, #abf 0%, #cdf 20%, #f0f7ff 100%); 1.33 + 1.34 +.unit_head:last-child { 1.35 + border-radius: 0 0 8px 8px; 1.36 +} 1.37 + 1.38 +.area_head:last-child { 1.39 + border-radius: 0 0 8px 8px; 1.40 } 1.41 1.42 -.area_head { 1.43 - background-color: #def; 1.44 - background-image: -webkit-linear-gradient(top, #bef 0%, #def 20%, #f7faff 100%); 1.45 +.unit_head .content, .unit_head a { 1.46 + color: #fff; 1.47 +} 1.48 +.area_head, 1.49 +.area_list .area_head { 1.50 + background-color: #abf; 1.51 + background-image: -webkit-linear-gradient(top, #cdf, #bcf); 1.52 } 1.53 1.54 +.area_list .area > .content, 1.55 .issue { 1.56 - background-color: #f0f7ff; 1.57 - background-image: -webkit-linear-gradient(top, #f0faff 0%, #f0f7ff 20%, #fff 100%); 1.58 + background-color: #e0e9ff; 1.59 + background-image: -webkit-linear-gradient(top, #f7faff, #e0e9ff); 1.60 } 1.61 -*/ 1.62 -.issue .initiative_list { 1.63 - background: #fff; 1.64 -} 1.65 + 1.66 1.67 x { 1.68 background-image: linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.69 @@ -412,11 +411,6 @@ 1.70 background-image: -ms-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.71 } 1.72 1.73 -.page_head .area_head .title, 1.74 -.page_head .issue .title { 1.75 - border-top: 1px solid #ddd; 1.76 -} 1.77 - 1.78 1.79 .delegation_info { 1.80 float: right; 1.81 @@ -443,7 +437,7 @@ 1.82 } 1.83 1.84 .delegation_info .micro_avatar.highlighted { 1.85 - border: 2px solid #fa0; 1.86 + border: 2px solid #fc0; 1.87 } 1.88 1.89 1.90 @@ -497,13 +491,12 @@ 1.91 font-weight: bold; 1.92 } 1.93 1.94 -.ui_tabs_links a:hover { 1.95 - box-shadow: 0px 0px 5px 0px #fc0; 1.96 - text-decoration: none; 1.97 +.ui_tabs_links a:hover, 1.98 +.ui_tabs_links a.selected { 1.99 + box-shadow: 0px 0px 5px 3px #fc0; 1.100 } 1.101 1.102 .ui_tabs_links a.selected { 1.103 - box-shadow: 0px 0px 3px 3px #fc0; 1.104 text-decoration: none; 1.105 } 1.106 1.107 @@ -777,25 +770,32 @@ 1.108 * Area list 1.109 */ 1.110 .area_list { 1.111 - border: 1px solid #aaa; 1.112 - border-radius: 8px; 1.113 + border: 1px solid #54c; 1.114 + border-radius: 10px; 1.115 margin-top: 2ex; 1.116 } 1.117 1.118 -.area_list .unit_head, 1.119 .area_list .area { 1.120 - border-bottom: 1px solid #aaa; 1.121 + border-top: 1px solid #44a; 1.122 +} 1.123 + 1.124 +.area_list .area:first-child { 1.125 + border-top: none; 1.126 } 1.127 1.128 .area_list .unit_head { 1.129 border-radius: 8px 8px 0 0; 1.130 } 1.131 1.132 -.area_list .area:last-child { 1.133 +.area_list .unit_head:last-child { 1.134 + border-radius: 8px; 1.135 +} 1.136 + 1.137 +.area_list .area:last-child .content:last-child{ 1.138 border-radius: 0 0 8px 8px; 1.139 } 1.140 1.141 -.area_list .area:first-child { 1.142 +.area_list .area:first-child .area_head { 1.143 border-radius: 8px 8px 0 0; 1.144 } 1.145 1.146 @@ -1049,7 +1049,7 @@ 1.147 } 1.148 1.149 .member_thumb.in_delegation_chain { 1.150 - border: 2px solid #fa0; 1.151 + border: 2px solid #fc0; 1.152 } 1.153 1.154 .member_statement,