Commit 62acccafcdc3bb6b1c8168da7a3ed63c900080ac
1 parent
87628a98
Exists in
new-theme
refatorando
Showing
1 changed file
with
7 additions
and
43 deletions
Show diff stats
style.css
... | ... | @@ -23,37 +23,6 @@ body, #wrap-2{ |
23 | 23 | min-width: 800px; |
24 | 24 | } |
25 | 25 | |
26 | - | |
27 | -/*largura dos blocos lateral e principal*/ | |
28 | - | |
29 | -/*Largura dos blocos funciona somente para duas colunas*/ | |
30 | -/*e somente com a barra lateral do lado direito*/ | |
31 | -/* | |
32 | -.box-1, | |
33 | -.no-boxes { | |
34 | -margin: 0 0 0 0; | |
35 | -float: left; | |
36 | -width: 80%; | |
37 | -} | |
38 | - | |
39 | -.box-1 .blocks, | |
40 | -.no-boxes .blocks { | |
41 | - width: auto; | |
42 | - float: none; | |
43 | - padding: 0 1em; | |
44 | -} | |
45 | - | |
46 | -.box-2, .box-3 { | |
47 | - position: relative; | |
48 | - float: left; | |
49 | - width: 20%; | |
50 | -} | |
51 | - | |
52 | -.box-2 .blocks{ | |
53 | - padding: 0 1em; | |
54 | -} | |
55 | -*/ | |
56 | - | |
57 | 26 | /**Nova largura dos blocos lateral e principal**/ |
58 | 27 | |
59 | 28 | .box-1, .no-boxes { |
... | ... | @@ -77,11 +46,11 @@ width: 80%; |
77 | 46 | |
78 | 47 | |
79 | 48 | .box-2/*, .box-3 */{ |
80 | -position: relative; | |
81 | -display: block; | |
82 | -margin: 0; | |
83 | -vertical-align: top; | |
84 | -width: 20%; | |
49 | + position: relative; | |
50 | + display: block; | |
51 | + margin: 0; | |
52 | + vertical-align: top; | |
53 | + width: 20%; | |
85 | 54 | } |
86 | 55 | |
87 | 56 | .controller-home .box-2{ |
... | ... | @@ -89,18 +58,13 @@ width: 20%; |
89 | 58 | } |
90 | 59 | |
91 | 60 | .box-3{ |
92 | -min-width: 20%; | |
61 | + min-width: 20%; | |
93 | 62 | } |
94 | 63 | |
95 | 64 | .box-2 .blocks, .box-3 .blocks{ |
96 | - padding: 0 1em; | |
65 | + padding: 0 1em; | |
97 | 66 | } |
98 | 67 | |
99 | -#content .people-block ul, #content .profile-list-block ul, #content .enterprises-block ul, #content .members-block ul, #content .communities-block ul, #content .friends-block ul, #content .fans-block ul {min-width: auto;width: auto;} | |
100 | - | |
101 | -.box-2 .common-profile-list-block .vcard a.profile_link, .box-3 .common-profile-list-block .vcard a.profile_link {height: 112px;max-height: 112px;} | |
102 | - | |
103 | -.common-profile-list-block .vcard a, .comment-actions .vcard a{} | |
104 | 68 | |
105 | 69 | /*estilo dos blocos*/ |
106 | 70 | ... | ... |