Commit df2426135ae48df308e4dc1f2675f5e016a61d46
1 parent
e17bb809
Exists in
fix_javascript
and in
1 other branch
Correcting individual notice's page
Showing
2 changed files
with
25 additions
and
26 deletions
Show diff stats
pagina-artigos.css
... | ... | @@ -109,13 +109,18 @@ |
109 | 109 | color: #2C66CE; |
110 | 110 | } |
111 | 111 | |
112 | -#content .main-block #article-cat a, | |
113 | -#content .main-block #article-cat h4{ | |
112 | +#content .main-block #article-cat a{ | |
114 | 113 | float: left; |
115 | 114 | font-size: 12px !important; |
116 | 115 | margin: 10px 10px 10px 0; |
117 | 116 | text-decoration: initial; |
118 | 117 | } |
118 | +#content .main-block #article-cat h4{ | |
119 | + float: left; | |
120 | + font-size: 12px !important; | |
121 | + margin: 13px 10px 10px 0; | |
122 | + text-decoration: initial; | |
123 | +} | |
119 | 124 | |
120 | 125 | #content .main-block #article-cat a{ |
121 | 126 | border: 1px solid #D3D6DE; |
... | ... | @@ -128,6 +133,7 @@ |
128 | 133 | #article-tags{ |
129 | 134 | float: left; |
130 | 135 | margin-top: 11px; |
136 | + display: none; | |
131 | 137 | } |
132 | 138 | |
133 | 139 | .page-comment-form { | ... | ... |
style.css
... | ... | @@ -1166,18 +1166,16 @@ div#article-parent { |
1166 | 1166 | |
1167 | 1167 | #article-tags a:link { |
1168 | 1168 | clear: both; |
1169 | - display: inline-block; | |
1169 | + float: left; | |
1170 | + display: block; | |
1171 | + font-size: 12px; | |
1170 | 1172 | margin-bottom: 1.5em; |
1171 | - color: white; | |
1172 | - padding: 3px 5px; | |
1173 | -} | |
1174 | - | |
1175 | -#article-tags a:hover { | |
1176 | - background-color: #000; | |
1177 | - color: white; | |
1173 | + color: #3E67B1; | |
1174 | + background-color: #ECEDF1; | |
1175 | + border: 1px solid #D3D6DE; | |
1176 | + padding: 3px 10px; | |
1178 | 1177 | } |
1179 | 1178 | |
1180 | - | |
1181 | 1179 | /* fim Content*/ |
1182 | 1180 | |
1183 | 1181 | /*busca*/ |
... | ... | @@ -1194,11 +1192,11 @@ div#article-parent { |
1194 | 1192 | margin-bottom: 30px; |
1195 | 1193 | border-top: 0 none; |
1196 | 1194 | margin-top: 48px; |
1197 | - font-family: Arial; | |
1195 | + font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
1198 | 1196 | } |
1199 | 1197 | |
1200 | -#content .pagination a { | |
1201 | - text-decoration: none; | |
1198 | +#content .pagination a, | |
1199 | +#content .pagination em{ | |
1202 | 1200 | padding: 7px 11px 7px 11px; |
1203 | 1201 | border-radius: 4px; |
1204 | 1202 | margin-right: 4px; |
... | ... | @@ -1207,16 +1205,11 @@ div#article-parent { |
1207 | 1205 | border: 1px solid #D3D6DE; |
1208 | 1206 | color: #172738; |
1209 | 1207 | font-weight: 700; |
1208 | + text-decoration: none; | |
1210 | 1209 | } |
1211 | 1210 | |
1212 | 1211 | .pagination .current { |
1213 | 1212 | background-color: #ECEDF1; |
1214 | - padding: 7px 11px 7px 11px; | |
1215 | - border-radius: 4px; | |
1216 | - margin-right: 4px; | |
1217 | - font-weight: 700; | |
1218 | - font-size: 15px; | |
1219 | - border: 1px solid #D3D6DE; | |
1220 | 1213 | font-style: normal; |
1221 | 1214 | } |
1222 | 1215 | |
... | ... | @@ -1241,16 +1234,16 @@ div#article-parent { |
1241 | 1234 | padding: 7px 11px 7px 30px; |
1242 | 1235 | } |
1243 | 1236 | |
1244 | -#content .pagination .next_page.disabled, | |
1245 | -#content .pagination .previous_page.disabled{ | |
1246 | - opacity: 0.5; | |
1247 | -} | |
1248 | - | |
1249 | 1237 | #content .pagination .next_page{ |
1250 | 1238 | float: right; |
1251 | 1239 | padding: 7px 30px 7px 11px; |
1252 | 1240 | } |
1253 | 1241 | |
1242 | +#content .pagination .next_page.disabled, | |
1243 | +#content .pagination .previous_page.disabled{ | |
1244 | + opacity: 0.5; | |
1245 | +} | |
1246 | + | |
1254 | 1247 | #content .pagination .previous_page.disabled::before, |
1255 | 1248 | #content .pagination a.previous_page::before { |
1256 | 1249 | display: none; |
... | ... | @@ -3119,4 +3112,4 @@ li.folder-item:first-child { |
3119 | 3112 | |
3120 | 3113 | #content #article-formitem #article_slug { |
3121 | 3114 | width: 20%; |
3122 | -} | |
3123 | 3115 | \ No newline at end of file |
3116 | +} | ... | ... |