Commit 23f3d3c3de7289a35cfa0fe7b401fd00c1cbed21
1 parent
4a72d216
Exists in
master
and in
28 other branches
ActionItem183: some css code organization.
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1539 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
7 changed files
with
7 additions
and
74 deletions
Show diff stats
public/designs/themes/default/stylesheets/blocks/communities-block.css
0 → 120000
public/designs/themes/default/stylesheets/blocks/enterprises-block.css
0 → 120000
public/designs/themes/default/stylesheets/blocks/friends-block.css
0 → 120000
public/designs/themes/default/stylesheets/blocks/members-block.css
0 → 120000
public/designs/themes/default/stylesheets/blocks/profile-list-block.css
| 1 | + | ||
| 1 | .common-profile-list-block { | 2 | .common-profile-list-block { |
| 2 | - text-align: center; | ||
| 3 | color: #B8CFE7; | 3 | color: #B8CFE7; |
| 4 | } | 4 | } |
| 5 | 5 | ||
| @@ -7,32 +7,8 @@ | @@ -7,32 +7,8 @@ | ||
| 7 | font-size: 14px; | 7 | font-size: 14px; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | -.common-profile-list-block ul { | ||
| 11 | - margin: 0px; | ||
| 12 | - padding: 0px; | ||
| 13 | -} | ||
| 14 | - | ||
| 15 | -#content .common-profile-list-block li { | ||
| 16 | - list-style: none; | ||
| 17 | - margin: 0px; | ||
| 18 | - padding: 0px; | ||
| 19 | - float: left; | ||
| 20 | -} | ||
| 21 | - | ||
| 22 | .common-profile-list-block li a { | 10 | .common-profile-list-block li a { |
| 23 | border: 2px solid #FFF; | 11 | border: 2px solid #FFF; |
| 24 | - display: block; | ||
| 25 | - height: 100px; | ||
| 26 | - padding-top: 2px; | ||
| 27 | - width: 96px; | ||
| 28 | - overflow: hidden; | ||
| 29 | - text-decoration: none; | ||
| 30 | - font-size: 9px; | ||
| 31 | -} | ||
| 32 | -.msie .common-profile-list-block li a { | ||
| 33 | - width: 100px; | ||
| 34 | - line-height: 10px; | ||
| 35 | - cursor: pointer; | ||
| 36 | } | 12 | } |
| 37 | 13 | ||
| 38 | .common-profile-list-block li a:hover { | 14 | .common-profile-list-block li a:hover { |
| @@ -41,20 +17,6 @@ | @@ -41,20 +17,6 @@ | ||
| 41 | color: #035; | 17 | color: #035; |
| 42 | } | 18 | } |
| 43 | 19 | ||
| 44 | -.common-profile-list-block li div { | ||
| 45 | - width: 96px; | ||
| 46 | - height: 64px; | ||
| 47 | -} | ||
| 48 | - | ||
| 49 | -.common-profile-list-block li span { | ||
| 50 | - display: block; | ||
| 51 | - width: 92px; | ||
| 52 | -} | ||
| 53 | - | ||
| 54 | -.common-profile-list-block li img { | ||
| 55 | - border: none; | ||
| 56 | -} | ||
| 57 | - | ||
| 58 | .enterprises-block .block-footer-content, | 20 | .enterprises-block .block-footer-content, |
| 59 | .friends-block .block-footer-content, | 21 | .friends-block .block-footer-content, |
| 60 | .communities-block .block-footer-content { | 22 | .communities-block .block-footer-content { |
public/stylesheets/blocks/profile-list-block.css
| 1 | .common-profile-list-block { | 1 | .common-profile-list-block { |
| 2 | text-align: center; | 2 | text-align: center; |
| 3 | - color: #B8CFE7; | ||
| 4 | -} | ||
| 5 | - | ||
| 6 | -#content .common-profile-list-block .block-title { | ||
| 7 | - font-size: 14px; | ||
| 8 | } | 3 | } |
| 9 | 4 | ||
| 10 | .common-profile-list-block ul { | 5 | .common-profile-list-block ul { |
| @@ -20,7 +15,6 @@ | @@ -20,7 +15,6 @@ | ||
| 20 | } | 15 | } |
| 21 | 16 | ||
| 22 | .common-profile-list-block li a { | 17 | .common-profile-list-block li a { |
| 23 | - border: 2px solid #FFF; | ||
| 24 | display: block; | 18 | display: block; |
| 25 | height: 100px; | 19 | height: 100px; |
| 26 | padding-top: 2px; | 20 | padding-top: 2px; |
| @@ -35,12 +29,6 @@ | @@ -35,12 +29,6 @@ | ||
| 35 | cursor: pointer; | 29 | cursor: pointer; |
| 36 | } | 30 | } |
| 37 | 31 | ||
| 38 | -.common-profile-list-block li a:hover { | ||
| 39 | - border: 2px solid #2A5896; | ||
| 40 | - background: #B8CFE7; | ||
| 41 | - color: #035; | ||
| 42 | -} | ||
| 43 | - | ||
| 44 | .common-profile-list-block li div { | 32 | .common-profile-list-block li div { |
| 45 | width: 96px; | 33 | width: 96px; |
| 46 | height: 64px; | 34 | height: 64px; |
| @@ -55,26 +43,3 @@ | @@ -55,26 +43,3 @@ | ||
| 55 | border: none; | 43 | border: none; |
| 56 | } | 44 | } |
| 57 | 45 | ||
| 58 | -.enterprises-block .block-footer-content, | ||
| 59 | -.friends-block .block-footer-content, | ||
| 60 | -.communities-block .block-footer-content { | ||
| 61 | - text-align: center; | ||
| 62 | - font-size: 80%; | ||
| 63 | - padding: 5px 0px 0px 0px; | ||
| 64 | -} | ||
| 65 | -.msie .enterprises-block .block-footer-content, | ||
| 66 | -.msie .friends-block .block-footer-content, | ||
| 67 | -.msie .communities-block .block-footer-content { | ||
| 68 | - padding: 0px; | ||
| 69 | - margin-top: -5px; | ||
| 70 | -} | ||
| 71 | - | ||
| 72 | -.common-profile-list-block-none { | ||
| 73 | - font-style: italic; | ||
| 74 | - margin-bottom: -10px; | ||
| 75 | -} | ||
| 76 | -.msie .common-profile-list-block-none { | ||
| 77 | - margin-bottom: 0px; | ||
| 78 | - padding-bottom: 10px; | ||
| 79 | -} | ||
| 80 | - |