Commit 5d554c1f2f89ed32507e391df1a28a9d2302cedb
Exists in
master
and in
22 other branches
Merge commit '8b8d90244064103a7393dae66ef5f313b70a0c6b' into v0.11.x
Showing
9 changed files
with
101 additions
and
1 deletions
Show diff stats
public/designs/themes/default
No preview for this file type
1.49 KB
| ... | ... | @@ -0,0 +1,83 @@ |
| 1 | +body.noosfero { | |
| 2 | + background-position: 50% 25px; | |
| 3 | + background-repeat: repeat-x; | |
| 4 | +} | |
| 5 | + | |
| 6 | +#wrap { | |
| 7 | + background-position: 50% 22px; | |
| 8 | + background-repeat: repeat-x; | |
| 9 | + border: 3px solid #2A5896; | |
| 10 | +} | |
| 11 | + | |
| 12 | +.box-3 { | |
| 13 | + padding-top: 35px; | |
| 14 | +} | |
| 15 | + | |
| 16 | +#path_category { | |
| 17 | + position: absolute; | |
| 18 | + top: 40px; | |
| 19 | + left: 30px; | |
| 20 | + font-weight: bold; | |
| 21 | + z-index: 10; | |
| 22 | +} | |
| 23 | + | |
| 24 | +a { color: #05B } | |
| 25 | +a:visited { color: #68C } | |
| 26 | +a:hover, a:active { color: #08F } | |
| 27 | + | |
| 28 | +hr { | |
| 29 | + border: none; | |
| 30 | + border-top: 2px dotted #2A5896; | |
| 31 | +} | |
| 32 | + | |
| 33 | +#footer { | |
| 34 | + margin: 0px; | |
| 35 | + padding: 10px; | |
| 36 | +} | |
| 37 | + | |
| 38 | +#footer a { | |
| 39 | + border-bottom: 1px dotted #777; | |
| 40 | +} | |
| 41 | +#footer a:hover { | |
| 42 | + border: 0px; | |
| 43 | +} | |
| 44 | + | |
| 45 | +#footer a#footer-esq { | |
| 46 | + padding: 5px 0px 5px 45px; | |
| 47 | + float: left; | |
| 48 | + text-align: left; | |
| 49 | + border: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +#footer a#footer-dir { | |
| 53 | + padding: 5px 35px 5px 0px; | |
| 54 | + float: right; | |
| 55 | + text-align: right; | |
| 56 | + border: none; | |
| 57 | + opacity: 0.5; | |
| 58 | +} | |
| 59 | + | |
| 60 | +#footer a#footer-esq:hover, | |
| 61 | +#footer a#footer-dir:hover { | |
| 62 | + opacity: 1; | |
| 63 | +} | |
| 64 | + | |
| 65 | +/* * * category ajax selector * * */ | |
| 66 | + | |
| 67 | +#category-ajax-selector { | |
| 68 | + border: none; | |
| 69 | + background: #B8CFE7; | |
| 70 | + -moz-border-radius: 10px; | |
| 71 | +} | |
| 72 | + | |
| 73 | +#category-ajax-selector .box-title { | |
| 74 | + border: 1px solid #B8CFE7; | |
| 75 | + background: #B8CFE7; | |
| 76 | + -moz-border-radius-topleft: 8px; | |
| 77 | + -moz-border-radius-topright: 8px; | |
| 78 | +} | |
| 79 | + | |
| 80 | +#category-ajax-selector .select-subcategory-link { | |
| 81 | + border: 1px solid #729FCF; | |
| 82 | + -moz-border-radius: 6px; | |
| 83 | +} | ... | ... |
public/designs/themes/noosfero/stylesheets/login-box.css
0 → 100644
3.51 KB