liquid_feedback_frontend
diff static/style.css @ 313:56dc44366c38
More color changes again...
| author | bsw |
|---|---|
| date | Mon Feb 27 18:06:11 2012 +0100 (2012-02-27) |
| parents | 5e6bdf07e3a1 |
| children | 2e404166c9a1 |
line diff
1.1 --- a/static/style.css Mon Feb 27 16:19:11 2012 +0100 1.2 +++ b/static/style.css Mon Feb 27 18:06:11 2012 +0100 1.3 @@ -121,6 +121,7 @@ 1.4 line-height: 100%; 1.5 padding-left: 10px; 1.6 overflow: hidden; 1.7 + box-shadow: #aaa 0 0 5px; 1.8 } 1.9 1.10 .topbar .logolf { 1.11 @@ -198,12 +199,36 @@ 1.12 * Title of current page including path and actions 1.13 */ 1.14 1.15 +.title, 1.16 +.title2, 1.17 +.actions { 1.18 + background-color: #eee; 1.19 + margin-left: 10px; 1.20 + margin-right: 10px; 1.21 +} 1.22 + 1.23 +.actions { 1.24 + border-radius: 0 0 8px 8px; 1.25 +} 1.26 + 1.27 +.initiative_head .actions { 1.28 + background-color: #fff; 1.29 + margin: 0px; 1.30 +} 1.31 + 1.32 +.initiatives_list { 1.33 + margin-top: 1ex; 1.34 + margin-left: 10px; 1.35 + margin-right: 10px; 1.36 + background-color: #f7f7f7; 1.37 + border-radius: 8px; 1.38 +} 1.39 + 1.40 .title { 1.41 - background-color: #ddd; 1.42 - background: -webkit-gradient(linear, left top, left bottom, 1.43 - color-stop(15%,#ddd), color-stop(50%,#fff) 1.44 - ); 1.45 - text-shadow: #fff 0px 0px 3px; 1.46 + box-shadow: inset #888 0px 5px 6px -5px; 1.47 +} 1.48 + 1.49 +.title { 1.50 color: #000; 1.51 padding: 1.5ex 1em 0 1em; 1.52 } 1.53 @@ -232,8 +257,6 @@ 1.54 } 1.55 1.56 .slot_initiatives_list { 1.57 - border-top: 1px solid #aaa; 1.58 - border-bottom: 1px solid #aaa; 1.59 padding-top: 1ex; 1.60 padding-bottom: 1ex; 1.61 } 1.62 @@ -253,8 +276,8 @@ 1.63 .actions { 1.64 font-size: 75%; 1.65 line-height: 220%; 1.66 - margin-top: 2ex; 1.67 - margin-bottom: 2ex; 1.68 + padding-top: 2ex; 1.69 + padding-bottom: 1ex; 1.70 } 1.71 1.72 .interest { 1.73 @@ -273,43 +296,14 @@ 1.74 } 1.75 1.76 .slot_initiative_head { 1.77 - background: -webkit-gradient(linear, left top, left bottom, 1.78 - color-stop(0%,#e7e7e7), color-stop(66%,#fff)); 1.79 padding-left: 1em; 1.80 - padding-top: 1ex; 1.81 - text-shadow: #fff 0px 0px 3px; 1.82 + padding-top: 2ex; 1.83 } 1.84 1.85 .initiative_name { 1.86 font-weight: bold; 1.87 font-size: 125%; 1.88 } 1.89 - 1.90 -.content_navigation { 1.91 - font-size: 75%; 1.92 - background-color: #eee; 1.93 - margin-bottom: 2ex; 1.94 - padding-left: 1em; 1.95 -} 1.96 - 1.97 -.content_navigation div, 1.98 -.content_navigation a { 1.99 - display: inline-block; 1.100 - padding: 3px 0.5em 3px 0.0em; 1.101 - margin-right: 1em; 1.102 - vertical-align: middle; 1.103 -} 1.104 - 1.105 -.content_navigation a:hover { 1.106 - background-color: #d7d7d7; 1.107 -} 1.108 - 1.109 -.content_navigation_seperator { 1.110 - height: 1.4em; 1.111 - border-left: 1px solid black; 1.112 -} 1.113 - 1.114 - 1.115 .actions a { 1.116 float: left; 1.117 } 1.118 @@ -370,6 +364,7 @@ 1.119 .actions .supporter, 1.120 .actions .potential_supporter { 1.121 border-radius: 5px; 1.122 + border: 1px solid #fff; 1.123 } 1.124 1.125 .delegation .head_active, 1.126 @@ -430,6 +425,8 @@ 1.127 border-radius: 0 5px 5px 5px; 1.128 padding: 1em; 1.129 width: 35em; 1.130 + border: 1px solid #fff; 1.131 + border-top: none; 1.132 } 1.133 1.134 .vote_info .delegation_arrow { 1.135 @@ -481,8 +478,8 @@ 1.136 */ 1.137 1.138 .main { 1.139 - margin-left: 1em; 1.140 - margin-right: 1em; 1.141 + margin-left: 10px; 1.142 + margin-right: 10px; 1.143 } 1.144 1.145 /************************************************************************* 1.146 @@ -490,7 +487,7 @@ 1.147 */ 1.148 1.149 .ui_tabs_links { 1.150 - margin-top: 2ex; 1.151 + margin-top: 3ex; 1.152 margin-bottom: 1ex; 1.153 font-size: 75%; 1.154 } 1.155 @@ -498,7 +495,7 @@ 1.156 .ui_tabs_links a { 1.157 padding: 1ex; 1.158 line-height: 300%; 1.159 - background-color: #e7e7e7; 1.160 + background-color: #eee; 1.161 white-space: nowrap; 1.162 border-radius: 5px; 1.163 margin-right: 5px; 1.164 @@ -750,15 +747,19 @@ 1.165 } 1.166 1.167 tr:hover td { 1.168 - background-color: #ddd; 1.169 + background-color: #eee; 1.170 } 1.171 1.172 .nohover tr:hover td { 1.173 background-color: #fff; 1.174 } 1.175 1.176 +.initiatives_list .nohover tr:hover td { 1.177 + background-color: #f7f7f7; 1.178 +} 1.179 + 1.180 .nohover table tr:hover td { 1.181 - background-color: #ddd; 1.182 + background-color: #eee; 1.183 } 1.184 1.185 1.186 @@ -996,8 +997,7 @@ 1.187 .member_statement, 1.188 .draft_content, 1.189 .suggestion_content { 1.190 - background-color: #eee; 1.191 - xbackground: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e5e5e5)); 1.192 + background-color: #f7f7f7; 1.193 padding: 1ex; 1.194 border-radius: 8px; 1.195 }