Revision 0b423952 snf-astakos-app/astakos/im/static/im/css/modules.css

b/snf-astakos-app/astakos/im/static/im/css/modules.css
20 20

  
21 21

  
22 22
/*top message*/
23
.top-msg	                                    { margin:-36px -70px 36px; background:blue; padding:100px 200px; color:#fff; display:none; position:relative; font-size:1.538em;}
24
.top-msg  p.title	                            { font-size:1.3em;  }
25
.top-msg  p.title span	                        { border-bottom:2px dotted #fff; padding:0 0 10px 0;}
23
.top-msg	                                    { margin:-36px -70px 36px; background:blue; padding:100px; color:#fff; display:none; position:relative; font-size:1.538em; }
24
.top-msg p										{ text-align:center; }
25
.top-msg p.title	                            { font-size:1.3em;  }
26
.top-msg p.title span	                        { border-bottom:2px dotted #fff; padding:0 0 10px 0;}
26 27
.top-msg.active                             	{ display:block;}
27 28
.top-msg +.mainlogo                             { margin-top:-73px;}
28 29
.top-msg .close                                 { position:absolute; bottom:20px; right:20px; font-size:1.3em; font-weight:bold; border:0 none; color:#fff; text-decoration:none;}
......
115 116

  
116 117

  
117 118
/* resources*/
118
.resources .categories .clear 	                { color: #000000; position:relative; top:-1px;}
119
.resources .categories .clear 	                { color: #000000; position:relative; top:-1px; line-height:100%; display:inline-block;}
120
.resources .categories .clear:hover				{ border-bottom:1px solid #000; }
119 121
.resources  a, .resources  a:hover              { border:0 none;}
120 122
.resources .categories ul 	                    { margin:0;padding:0;}
121 123
.resources .categories ul li                    { float: left; list-style:none outside;}
122 124
.resources .categories .title                   { margin-bottom: 0.5em; }
123 125
.resources .categories ul li a                  { color: #000000;   margin-right: 22px; text-decoration: none; }
124 126
.resources .categories ul li a:hover, 
125
.resources .categories ul li a.selected         { color: #000000 }
127
.resources .categories ul li a.selected         { color: #000000;}
128
.resources .categories ul li.resource-cat-1.active a	{ border-bottom: 1px solid #F89A1C; }
129
.resources .categories ul li.resource-cat-2.active a	{ border-bottom: 1px solid #4085A5 }
126 130
.resources .categories ul li.inactive           { opacity: 0.3; }
127
.resources .categories ul li.active             { font-weight: bold; opacity: 1; }
131
.resources .categories ul li.active             { opacity: 1; }
128 132
.resources .list                                { line-height: 1em; margin-top: 60px; position: relative; margin-right:-35px; }
129 133
.resources .list .resource-wrapper.first .resource      { margin-left: 0; }
130 134
.resources .list .resource-wrapper              { float: left; height: 250px; margin-bottom: 22px; margin-right: 35px; overflow: hidden; position: relative; width: 250px; }
......
149 153
.resources .list .resource-cat-1.resource               { border-color: #4085A5  }
150 154
.resources .list .resource-cat-1.resource .title        { color: #4085A5 }
151 155
.resources .list .resource-cat-1.resource .description  { background-color: #4085A5 }
152
.resources   .resource-cat-1.filter-item a              { color: #4085A5  }
156
.resources  .resource-cat-1.filter-item a               { color: #4085A5  }
157
.resources  .filter-item a								{ display:inline-block; line-height:100%; }
158
.resources   .resource-cat-1.filter-item a:hover        { border-bottom:1px solid #F89A1C;  }
159
.resources   .resource-cat-2.filter-item a:hover        { border-bottom:1px solid #4085A5;  }
153 160
.resources .list .resource-cat-2.resource               { border-color: #FF6F00  }
154 161
.resources .list .resource-cat-2.resource .title        { color: #FF6F00  }
155 162
.resources .list .resource-cat-2.resource .description  { background-color: #FF6F00  }
156 163
.resources  .resource-cat-2.filter-item a               { color: #FF6F00  }
157 164

  
158 165
table											{ width:80%; color:#B3B3B3;}
159
table th, table td								{ padding:5px 5px 5px 0;  }
166
table th, table td								{ padding:5px 5px 5px 0;  }1234
160 167
/*table td 										{ border-top: 1px solid #DDDDDD; }*/
161 168
table th                                        { color:#222; font-weight:normal;}
162 169
table td.consumed 								{ color: #9D261D; }
......
164 171
/*.zebra-striped tbody tr:nth-child(2n+1) td, 
165 172
.zebra-striped tbody tr:nth-child(2n+1) th 		{ background-color: #F9F9F9; }*/
166 173
.zebra-striped tbody tr:hover td, 
167
.zebra-striped tbody tr:hover th 				{ background-color: #F5F5F5; }
174
.zebra-striped tbody tr:hover th 				{ color:#000; }
168 175

  
169 176
.buttons-list.fixpos 							{ position:absolute; bottom:0; right:0; }
170 177
.button.back.right 								{ right: 0; }
......
175 182
a.button:hover								 	{ background-color: #F89A1C; border:0 none; color:#fff;}*/
176 183

  
177 184
/*pagination*/
178
.pagination a                                   { border:0 none;}
179 185
.pagination .next-prev                          { float:left; }
180 186
.pagination .nums                               { text-align:right;}
181 187
.pagination .nums span                          { color:#F89A1C;}
182 188
                    
183
.two-cols .lt .clients-wrapper p				{ padding:0; }
189
.two-cols .lt .clients-wrapper p				{ padding:0; }
190

  
191

  
192
/* colors for links */
193
.container ul.options li a						{ display:inline-block; line-height:100%; }
194
.container ul.options li a:hover				{ text-decoration: none; }
195
.container ul.options li a.red					{ color:#F24E53 }
196
.container ul.options li a.red:hover			{ border-bottom:1px solid #F24E53; }
197
.container ul.options li a.grey					{ color:#aaa }
198
.container ul.options li a.grey:hover			{ border-bottom:1px solid #aaa; }
199
.container ul.options li a.blue					{ color:#00A2B1 }
200
.container ul.options li a.blue:hover			{ border-bottom:1px solid #00A2B1; }

Also available in: Unified diff