Commit 4a94a81ac748e208680f88ef071da10ebacdd46b

Authored by ValessioBrito
1 parent 0f48036d

ActionItem138: delete old themes blocks


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1113 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/gray/default.yml
... ... @@ -1,2 +0,0 @@
1   -title: "Default"
2   -description: "A simple theme"
public/designs/themes/gray/style.css
... ... @@ -1,102 +0,0 @@
1   -/* Default Plain Theme for Blocks */
2   -
3   -.design_block
4   -{
5   - background: #FFFFFF;
6   - border: 3px solid #000000;
7   - margin-bottom: 10px;
8   -}
9   -
10   -.design_block ul
11   -{
12   - list-style: none;
13   - margin-left: 15px;
14   -}
15   -
16   -
17   -.design_block h3
18   -{
19   - color: #FFFFFF;
20   - background: #545454;
21   - font-family: Sans-serif;
22   - font-size: 13px;
23   - font-weight: normal;
24   - border-bottom: 1px solid black;
25   - height: 27px;
26   - margin: 0px;
27   - line-height: 27px;
28   - padding-left: 10px;
29   -}
30   -
31   -a.design_button_block span {
32   -display: none;
33   -padding: 1px;
34   -color: #000;
35   -background: #dfdfdf;
36   -font-family: Sans-serif;
37   -font-size: 10px;
38   -font-weight: normal;
39   -border: 1px inset #545454;
40   -}
41   -
42   -.design_block a.desing_button_block:hover span {
43   -display: inline;
44   -position: absolute;
45   -color: white;
46   -background: #009900;
47   -font-family: Sans-serif;
48   -font-size: 13px;
49   -font-weight: normal;
50   -margin: 10px;
51   -padding-left: 5px;
52   -padding-right: 5px;
53   -}
54   -
55   -.design_block a.design_button_block {
56   - display: block !important;
57   - width: 20px !important;
58   - height: 20px !important;
59   - margin-top: 3px !important;
60   - margin-right: 5px !important;
61   - float: right !important;
62   -}
63   -
64   -.design_block a.button_block_hide {
65   -border-bottom: 2px solid #dfdfdf;
66   -}
67   -
68   -.design_block a:hover.button_block_hide {
69   -border-bottom: 2px solid #000000;
70   -}
71   -
72   -.design_block a.button_block_remove,
73   -.design_block a.button_block_item_options,
74   -.design_block a.button_block_options {
75   - background: #dfdfdf;
76   -}
77   -
78   -.design_block a:hover.button_block_remove,
79   -.design_block a.hover.button_block_item_options,
80   -.design_block a.hover.button_block_options {
81   - background: #000000;
82   -}
83   -
84   -.design_block_content
85   -{
86   - padding: 5px;
87   -}
88   -
89   -.design_block ul {
90   - padding-left: 0px;
91   - margin: 0px;
92   -}
93   -
94   -.design_block ul li a:link,
95   -.design_block ul li a:hover {
96   - display: block;
97   - color: #000;
98   -}
99   -.design_block ul li a:hover {
100   - background: #ddd;
101   -}
102   -
public/designs/themes/gray/thumbnail.jpg

3.51 KB

public/designs/themes/green/green.yml
... ... @@ -1,2 +0,0 @@
1   -title: "Green"
2   -description: "A theme with green stuff"
public/designs/themes/green/style.css
... ... @@ -1,102 +0,0 @@
1   -/* Green Theme for Blocks */
2   -
3   -.design_block
4   -{
5   - background: #FFFFFF;
6   - border: 3px solid #060;
7   - margin-bottom: 10px;
8   -}
9   -
10   -.design_block ul
11   -{
12   - list-style: none;
13   - margin-left: 15px;
14   -}
15   -
16   -.design_block h3
17   -{
18   - color: #afa;
19   - background: green;
20   - font-family: Sans-serif;
21   - font-size: 13px;
22   - font-weight: normal;
23   - border-bottom: 1px solid black;
24   - height: 27px;
25   - margin: 0px;
26   - line-height: 27px;
27   - padding-left: 10px;
28   -}
29   -
30   -a.design_button_block span {
31   -display: none;
32   -padding: 1px;
33   -color: #000;
34   -background: #dfdfdf;
35   -font-family: Sans-serif;
36   -font-size: 10px;
37   -font-weight: normal;
38   -border: 1px inset #545454;
39   -}
40   -
41   -.design_block a.design_button_block:hover span {
42   -display: inline;
43   -position: absolute;
44   -color: white;
45   -background: #009900;
46   -font-family: Sans-serif;
47   -font-size: 13px;
48   -font-weight: normal;
49   -margin: 10px;
50   -padding-left: 5px;
51   -padding-right: 5px;
52   -}
53   -
54   -.design_block a.design_button_block {
55   - display: block !important;
56   - width: 20px !important;
57   - height: 20px !important;
58   - margin-top: 3px !important;
59   - margin-right: 5px !important;
60   - float: right !important;
61   -}
62   -
63   -
64   -.design_block a.button_block_hide {
65   -border-bottom: 2px solid #dfdfdf;
66   -}
67   -
68   -.design_block a:hover.button_block_hide {
69   -border-bottom: 2px solid #000000;
70   -}
71   -
72   -.design_block a.button_block_remove,
73   -.design_block a.button_block_item_options,
74   -.design_block a.button_block_options {
75   - background: #dfdfdf;
76   -}
77   -
78   -.design_block a:hover.button_block_remove,
79   -.design_block a.hover.button_block_item_options,
80   -.design_block a.hover.button_block_options {
81   - background: #000000;
82   -}
83   -
84   -.design_block_content
85   -{
86   - padding: 5px;
87   -}
88   -
89   -.design_block ul {
90   - padding-left: 0px;
91   - margin: 0px;
92   -}
93   -
94   -.design_block ul li a:link,
95   -.design_block ul li a:hover {
96   - display: block;
97   - color: #000;
98   -}
99   -.design_block ul li a:hover {
100   - background: #ddd;
101   -}
102   -
public/designs/themes/green/thumbnail.jpg

5.32 KB

public/designs/themes/macstyle/images/bottom.png

5.41 KB

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

1.79 KB

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

3.88 KB

public/designs/themes/macstyle/macstyle.yml
... ... @@ -1,2 +0,0 @@
1   -title: "i3theme Mac"
2   -description: "A theme with Mac Os style"
public/designs/themes/macstyle/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/macstyle/thumbnail.jpg

3.65 KB