Commit 21b31f9aec43c4435712e7dbed4924f93a0aa984

Authored by ValessioBrito
1 parent a731fdfb

ActionItem0: laalalal


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@335 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/artwork/tmp/boxs.html
... ... @@ -43,6 +43,29 @@
43 43 </div>
44 44 </div>
45 45  
  46 +<div class="block listBOX" id="about1">
  47 +<a href="#" onclick="Effect.toggle('BOXabout1','slide',{duration:1}); return false;" class="buttonBOX hide"><span>Esconder</span></a>
  48 +<h3>Sobre mim...</h3>
  49 + <div id="BOXabout1"><div class="block_content">
  50 + <p>...</p>
  51 + <br />
  52 + </div>
  53 + </div>
  54 +</div>
  55 +
  56 +<div class="block listBOX" id="about2">
  57 +<a href="#" onclick="Effect.toggle('BOXabout2','slide',{duration:1}); return false;" class="buttonBOX hide"><span>Esconder</span></a>
  58 +<h3>Sobre mim...</h3>
  59 + <div id="BOXabout2"><div class="block_content">
  60 + <p>...</p>
  61 + <br />
  62 + </div>
  63 + </div>
  64 +</div>
  65 +
  66 +
  67 +
  68 +
46 69 </div>
47 70  
48 71 <div id="centercontent">
... ...
public/artwork/tmp/css/box.css
1   -#leftcontent div.block span
2   -{
3   -display: none;
4   -}
  1 +/* Default Plain Theme for Blocks */
5 2  
6   -#leftcontent div.block
  3 +div.block
7 4 {
8   - background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left;
9   - padding-bottom: 10px;
  5 + background: #FFFFFF;
  6 + border: 3px solid #000000;
10 7 margin-bottom: 10px;
11 8 }
12 9  
13 10 div.block ul
14 11 {
15   - margin-left: 25px;
  12 + margin-left: 15px;
16 13 }
17 14  
18   -#leftcontent div.block h3
  15 +div.block h3
19 16 {
20 17 color: #FFFFFF;
21   - font-size: 12px;
  18 + background: #545454;
  19 + font-family: Sans-serif;
  20 + font-size: 13px;
22 21 font-weight: normal;
23   - background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat;
  22 + border-bottom: 1px solid black;
24 23 height: 27px;
  24 + margin: 0px;
25 25 line-height: 27px;
26 26 padding-left: 10px;
27 27 }
28 28  
29   -
30   -#rightcontent div.block span
31   -{
  29 +div.block span {
32 30 display: none;
33 31 }
34 32  
35   -#rightcontent div.block
36   -{
37   - background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left;
38   - padding-bottom: 10px;
39   - margin-bottom: 20px;
  33 +div.block a:hover span {
  34 +display: inline;
  35 +position: absolute;
  36 +color: #dfdfdf;
  37 +background: #000000;
  38 +font-family: Sans-serif;
  39 +font-size: 13px;
  40 +font-weight: normal;
  41 +margin: 10px;
  42 +padding-left: 5px;
  43 +padding-right: 5px;
40 44 }
41 45  
42   -#rightcontent div.block h3
43   -{
44   - color: #FFFFFF;
45   - font-size: 12px;
46   - font-weight: normal;
47   - background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat;
48   - height: 27px;
49   - line-height: 27px;
50   - padding-left: 10px;
51   - margin: 0px;
  46 +div.block a {
  47 +display: block;
  48 +width: 10px;
  49 +height: 10px;
  50 +margin-top: 10px;
  51 +margin-right: 5px;
  52 +float: right;
52 53 }
53 54  
54   -
  55 +div.block a.hide {
  56 +border-bottom: 2px solid #dfdfdf;
  57 +}
55 58  
56   -div.block .block_content
57   -{
58   - background-image: url("../img/box_content_v1.png");
59   - background-repeat: repeat-x;
60   - background-position: 0 1px;
61   - padding: 5px;
  59 +div.block a:hover.hide {
  60 +border-bottom: 2px solid #000000;
  61 +}
  62 +
  63 +div.block a.remove {
  64 +background: #dfdfdf;
62 65 }
63 66  
  67 +div.block a:hover.remove {
  68 +background: #000000;
  69 +}
64 70  
  71 +div.block_content
  72 +{
  73 + padding: 5px;
  74 +}
65 75  
66   -/* Inicio personalizacao individual */
67 76  
68 77 div#links {
69 78 background: blue;
... ... @@ -74,5 +83,5 @@ background: green;
74 83 }
75 84  
76 85 div#about {
77   -background: red;
  86 +background: yellow;
78 87 }
... ...