Commit 4012640a468868ad30f0ff29e7efd78ec5ccf546
1 parent
01f137d1
Exists in
master
and in
23 other branches
Removing some hardcoded styles from base system
Showing
5 changed files
with
13 additions
and
71 deletions
Show diff stats
public/designs/themes/base/header.rhtml
public/designs/themes/base/layout.css
| @@ -30,29 +30,6 @@ body, th, td, input { | @@ -30,29 +30,6 @@ body, th, td, input { | ||
| 30 | margin-top: 92px; | 30 | margin-top: 92px; |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | -/*************************** language chooser ************************/ | ||
| 34 | - | ||
| 35 | -#language-chooser { | ||
| 36 | - margin-top: 3em; | ||
| 37 | -} | ||
| 38 | - | ||
| 39 | -/*************************** friends *********************************/ | ||
| 40 | - | ||
| 41 | -#friends { | ||
| 42 | - padding: 6px 3px; | ||
| 43 | - font-size: 11px; | ||
| 44 | -} | ||
| 45 | - | ||
| 46 | -#friends a { | ||
| 47 | - margin-right: 30px; | ||
| 48 | - color: #777; | ||
| 49 | - text-decoration: none; | ||
| 50 | -} | ||
| 51 | -#friends a:hover { | ||
| 52 | - color: #333; | ||
| 53 | - text-decoration: underline; | ||
| 54 | -} | ||
| 55 | - | ||
| 56 | /*************************** user bar ********************************/ | 33 | /*************************** user bar ********************************/ |
| 57 | 34 | ||
| 58 | #user { | 35 | #user { |
| @@ -267,8 +244,19 @@ body, th, td, input { | @@ -267,8 +244,19 @@ body, th, td, input { | ||
| 267 | border-bottom: 2px solid #2e3436; | 244 | border-bottom: 2px solid #2e3436; |
| 268 | } | 245 | } |
| 269 | 246 | ||
| 247 | +/***************************** header ********************************/ | ||
| 248 | +#theme-header { | ||
| 249 | + height: 20px; | ||
| 250 | +} | ||
| 251 | + | ||
| 270 | /***************************** footer ********************************/ | 252 | /***************************** footer ********************************/ |
| 271 | 253 | ||
| 254 | +#theme-footer #language-chooser { | ||
| 255 | + margin-top: 3em; | ||
| 256 | + text-align: center; | ||
| 257 | +} | ||
| 258 | + | ||
| 259 | + | ||
| 272 | #theme-footer { | 260 | #theme-footer { |
| 273 | padding: 0px; | 261 | padding: 0px; |
| 274 | font-size: 11px; | 262 | font-size: 11px; |
| @@ -297,29 +285,8 @@ body, th, td, input { | @@ -297,29 +285,8 @@ body, th, td, input { | ||
| 297 | margin-right: 8px; | 285 | margin-right: 8px; |
| 298 | } | 286 | } |
| 299 | 287 | ||
| 300 | -#footer-links a#slbr { | ||
| 301 | - display: block; | ||
| 302 | - float: left; | ||
| 303 | - background: url(imgs/lettering-slbr.png) 0% 50% no-repeat; | ||
| 304 | - max-width: 202px; | ||
| 305 | - width: 224px; | ||
| 306 | - height: 34px; | ||
| 307 | - padding-right: 20px; | ||
| 308 | - margin-right: 15px; | ||
| 309 | - border-right: 1px solid #F0F0F0; | ||
| 310 | - overflow: hidden; | ||
| 311 | - position: relative; | ||
| 312 | - top: -10px | ||
| 313 | -} | ||
| 314 | - | ||
| 315 | -#slbr span { | ||
| 316 | - position: absolute; | ||
| 317 | - top: -100px; | ||
| 318 | -} | ||
| 319 | - | ||
| 320 | #copyright { | 288 | #copyright { |
| 321 | text-align: right; | 289 | text-align: right; |
| 322 | - /* background: url(imgs/colivre-nascente-cinza.gif) 100% 100% no-repeat; */ | ||
| 323 | } | 290 | } |
| 324 | 291 | ||
| 325 | #noosfero-license { | 292 | #noosfero-license { |
public/designs/themes/noosfero/header.rhtml
public/stylesheets/common.css
public/stylesheets/menu.css
| @@ -300,16 +300,3 @@ | @@ -300,16 +300,3 @@ | ||
| 300 | overflow: hidden; | 300 | overflow: hidden; |
| 301 | } | 301 | } |
| 302 | 302 | ||
| 303 | -/* * * Language Selector * * * * * * * * * */ | ||
| 304 | - | ||
| 305 | -#language-selector { | ||
| 306 | - position: absolute; | ||
| 307 | - left: 90px; | ||
| 308 | - top: 5px; | ||
| 309 | - z-index: 100; | ||
| 310 | - font-size: 10px; | ||
| 311 | - opacity: 0.7; | ||
| 312 | - filter: alpha(opacity=70); | ||
| 313 | - display: none; | ||
| 314 | -} | ||
| 315 | - |