Commit ea8c1e888482fdbcb3d06ef65b161fe6b6365840

Authored by ValessioBrito
1 parent e092862f

ActionItem138: rename default theme box


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1101 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/icons/default/style.css
... ... @@ -10,6 +10,6 @@
10 10 .button.person { background-image: url(user_icon.png); }
11 11 .button.product { background-image: url(gnome-other.png); }
12 12 .button.delete { background-image: url(gtk-delete.png); }
13   -.button.find { background-image: url(gtk-find.png); }
  13 +.button.find { background-image: url(noosfero-find.png); }
14 14 .button.back { background-image: url(gtk-go-back-ltr.png); }
15 15 .button.next { background-image: url(gtk-media-next-ltr.png); }
... ...
public/designs/themes/default/images/bottom.png

5.41 KB

public/designs/themes/default/images/button.png

1.79 KB

public/designs/themes/default/images/h3bg.png

3.88 KB

public/designs/themes/default/macstyle.yml
... ... @@ -1,2 +0,0 @@
1   -title: "i3theme Mac"
2   -description: "A theme with Mac Os style"
public/designs/themes/default/style.css
... ... @@ -1,96 +0,0 @@
1   -/* MacStyle Theme for Blocks */
2   -
3   -.design_block
4   -{
5   - background: #FFFFFF;
6   - border: 0px;
7   -}
8   -
9   -/* FIXME: esta usando para flutuar */
10   -
11   -ul.design_block_control_list
12   -{
13   - list-style: none;
14   - margin: 0px;
15   - padding: 0px;
16   -}
17   -
18   -#design_editor h3.design_block_header {
19   -cursor:move;
20   -}
21   -
22   -.design_block h3
23   -{
24   - position: relative;
25   - background: url('images/h3bg.png') repeat-x;
26   - font-family: Sans-serif;
27   - font-size: 15px;
28   - margin: 0px;
29   - padding: 0px;
30   - overflow: hidden;
31   - color: #545454;
32   - padding-left: 10px;
33   - height: 25px;
34   - vertical-align: top;
35   -}
36   -
37   -a.design_button_block span {
38   -display: none;
39   -padding: 1px;
40   -color: #000;
41   -background: #dfdfdf;
42   -font-family: Sans-serif;
43   -font-size: 10px;
44   -font-weight: normal;
45   -border: 1px inset #545454;
46   -}
47   -
48   -a.design_button_block:hover span {
49   -display: block;
50   -position: absolute;
51   -margin-top: -20px;
52   -z-index: 100;
53   -float: left;
54   -}
55   -
56   -.design_block a.design_button_block {
57   - display: block !important;
58   - width: 20px !important;
59   - height: 20px !important;
60   - margin-top: 5px !important;
61   - margin-right: 5px !important;
62   - float: right !important;
63   -}
64   -
65   -.design_block a.button_block_hide {
66   -background:url('images/button.png') no-repeat;
67   -background-position: 0px 0px;
68   -}
69   -
70   -.design_block a:hover.button_block_hide {
71   -background: url('images/button.png') no-repeat;
72   -background-position: 0px -20px;
73   -}
74   -
75   -.design_block a.button_block_remove,
76   -.design_block a.button_block_item_options,
77   -.design_block a.button_block_options {
78   -background: url('images/button.png') no-repeat;
79   -background-position:-20px 0;
80   -}
81   -
82   -.design_block a:hover.button_block_remove,
83   -.design_block a.hover.button_block_item_options,
84   -.design_block a.hover.button_block_options {
85   -background: url('images/button.png') no-repeat;
86   -background-position:-20px -20px;
87   -}
88   -
89   -.design_block_content
90   -{
91   - margin: 0;
92   - padding: 5px 10px 9px 10px;
93   - background: url(images/bottom.png) repeat-x 0 100%;
94   - overflow: hidden;
95   -}
96   -
public/designs/themes/default/thumbnail.jpg

3.65 KB

public/designs/themes/macstyle/images/bottom.png 0 → 100644

5.41 KB

public/designs/themes/macstyle/images/button.png 0 → 100644

1.79 KB

public/designs/themes/macstyle/images/h3bg.png 0 → 100644

3.88 KB

public/designs/themes/macstyle/macstyle.yml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +title: "i3theme Mac"
  2 +description: "A theme with Mac Os style"
... ...
public/designs/themes/macstyle/style.css 0 → 100644
... ... @@ -0,0 +1,96 @@
  1 +/* MacStyle Theme for Blocks */
  2 +
  3 +.design_block
  4 +{
  5 + background: #FFFFFF;
  6 + border: 0px;
  7 +}
  8 +
  9 +/* FIXME: esta usando para flutuar */
  10 +
  11 +ul.design_block_control_list
  12 +{
  13 + list-style: none;
  14 + margin: 0px;
  15 + padding: 0px;
  16 +}
  17 +
  18 +#design_editor h3.design_block_header {
  19 +cursor:move;
  20 +}
  21 +
  22 +.design_block h3
  23 +{
  24 + position: relative;
  25 + background: url('images/h3bg.png') repeat-x;
  26 + font-family: Sans-serif;
  27 + font-size: 15px;
  28 + margin: 0px;
  29 + padding: 0px;
  30 + overflow: hidden;
  31 + color: #545454;
  32 + padding-left: 10px;
  33 + height: 25px;
  34 + vertical-align: top;
  35 +}
  36 +
  37 +a.design_button_block span {
  38 +display: none;
  39 +padding: 1px;
  40 +color: #000;
  41 +background: #dfdfdf;
  42 +font-family: Sans-serif;
  43 +font-size: 10px;
  44 +font-weight: normal;
  45 +border: 1px inset #545454;
  46 +}
  47 +
  48 +a.design_button_block:hover span {
  49 +display: block;
  50 +position: absolute;
  51 +margin-top: -20px;
  52 +z-index: 100;
  53 +float: left;
  54 +}
  55 +
  56 +.design_block a.design_button_block {
  57 + display: block !important;
  58 + width: 20px !important;
  59 + height: 20px !important;
  60 + margin-top: 5px !important;
  61 + margin-right: 5px !important;
  62 + float: right !important;
  63 +}
  64 +
  65 +.design_block a.button_block_hide {
  66 +background:url('images/button.png') no-repeat;
  67 +background-position: 0px 0px;
  68 +}
  69 +
  70 +.design_block a:hover.button_block_hide {
  71 +background: url('images/button.png') no-repeat;
  72 +background-position: 0px -20px;
  73 +}
  74 +
  75 +.design_block a.button_block_remove,
  76 +.design_block a.button_block_item_options,
  77 +.design_block a.button_block_options {
  78 +background: url('images/button.png') no-repeat;
  79 +background-position:-20px 0;
  80 +}
  81 +
  82 +.design_block a:hover.button_block_remove,
  83 +.design_block a.hover.button_block_item_options,
  84 +.design_block a.hover.button_block_options {
  85 +background: url('images/button.png') no-repeat;
  86 +background-position:-20px -20px;
  87 +}
  88 +
  89 +.design_block_content
  90 +{
  91 + margin: 0;
  92 + padding: 5px 10px 9px 10px;
  93 + background: url(images/bottom.png) repeat-x 0 100%;
  94 + overflow: hidden;
  95 +}
  96 +
... ...
public/designs/themes/macstyle/thumbnail.jpg 0 → 100644

3.65 KB

public/stylesheets/button.css
... ... @@ -8,17 +8,14 @@
8 8 background-color: transparent;
9 9 background-repeat: no-repeat;
10 10 background-position: 0 0;
11   -
12 11 padding-left: 25px;
13 12 padding-right: 2px;
14   -
15 13 float: left;
16 14 display: block;
17 15 height: 24px;
18   -
19 16 }
20 17  
21   -.button , .button:visited {
  18 +.button, .button:visited {
22 19 color: black;
23 20 text-decoration: none;
24 21 border: 1px solid transparent;
... ... @@ -29,3 +26,14 @@
29 26 background-color: #eee;
30 27 }
31 28  
  29 +.find, .find:visited {
  30 + opacity: 0.7;
  31 +}
  32 +
  33 +.find:hover {
  34 + border: 1px solid transparent;
  35 + background-color: transparent;
  36 + opacity: 1.0;
  37 + cursor: pointer;
  38 +}
  39 +
... ...
public/stylesheets/common.css
... ... @@ -8,7 +8,6 @@ cursor: pointer;
8 8 }
9 9  
10 10 #wrap {
11   -height: 100%;
12 11 margin:0px;
13 12 }
14 13  
... ...