Commit 1fecdd933384848f44f09e65b6a0fafa103b3846
1 parent
37ee341b
Exists in
master
and in
29 other branches
ActionItem358: deleting unuseful files
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1752 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
0 additions
and
112 deletions
Show diff stats
public/designs/themes/default/icons.png
1.28 KB
public/designs/themes/default/style.css
... | ... | @@ -1,112 +0,0 @@ |
1 | -/* Default Plain Theme for Blocks */ | |
2 | - | |
3 | -.design_block { | |
4 | - background: #FFFFFF; | |
5 | - border: 3px solid #000000; | |
6 | - margin-bottom: 10px; | |
7 | -} | |
8 | - | |
9 | -.design_editor ul, .design_box ul { | |
10 | - list-style: none; | |
11 | - margin: 0px; | |
12 | - padding: 0px; | |
13 | -} | |
14 | - | |
15 | -.design_block ul { | |
16 | - list-style: none; | |
17 | - margin-left: 15px; | |
18 | -} | |
19 | - | |
20 | -.design_block h3 { | |
21 | - color: #FFFFFF; | |
22 | - background: #545454; | |
23 | - font-family: Sans-serif; | |
24 | - font-size: 13px; | |
25 | - font-weight: normal; | |
26 | - border-bottom: 1px solid black; | |
27 | - height: 27px; | |
28 | - margin: 0px; | |
29 | - padding-left: 10px; | |
30 | - line-height: 27px; | |
31 | -} | |
32 | - | |
33 | -#design_editor h3.design_block_header { | |
34 | - padding-left: 30px; | |
35 | - cursor: move; | |
36 | -} | |
37 | - | |
38 | -a.design_button_block span { | |
39 | - display: none; | |
40 | - padding: 1px; | |
41 | - color: #000; | |
42 | - background: #dfdfdf; | |
43 | - font-family: Sans-serif; | |
44 | - font-size: 10px; | |
45 | - font-weight: normal; | |
46 | - border: 1px inset #545454; | |
47 | -} | |
48 | - | |
49 | -a.design_button_block:hover span { | |
50 | - display: block; | |
51 | - position: relative; | |
52 | - margin-top: -20px; | |
53 | - margin-left: -10px; | |
54 | - z-index: 100; | |
55 | - float: left; | |
56 | -} | |
57 | - | |
58 | -.design_block a.design_button_block { | |
59 | - display: block !important; | |
60 | - width: 20px !important; | |
61 | - height: 20px !important; | |
62 | - margin-top: 3px !important; | |
63 | - margin-right: 5px !important; | |
64 | - float: right !important; | |
65 | - opacity: 0.7; | |
66 | -} | |
67 | - | |
68 | -.design_block a.button_block_hide { | |
69 | - background: url('icons.png') no-repeat; | |
70 | - background-position: -60px 0px; | |
71 | -} | |
72 | -.design_block a.button_block_remove { | |
73 | - background: red url('icons.png') no-repeat; | |
74 | - background-position: -80px 0px; | |
75 | -} | |
76 | -.design_block a.button_block_options { | |
77 | - background: blue url('icons.png') no-repeat; | |
78 | - background-position: 0px 0px; | |
79 | -} | |
80 | -.design_block a.button_block_item_options { | |
81 | - background: url('icons.png') no-repeat; | |
82 | - background-position: -40px 0px; | |
83 | -} | |
84 | - | |
85 | -.design_block a:hover.design_button_block { | |
86 | - opacity: 1.0; | |
87 | -} | |
88 | - | |
89 | -.design_block_content { | |
90 | - padding: 5px; | |
91 | -} | |
92 | - | |
93 | -.design_block ul { | |
94 | - padding-left: 0px; | |
95 | - margin: 0px; | |
96 | -} | |
97 | - | |
98 | -.design_block ul li a:link, | |
99 | -.design_block ul li a:hover { | |
100 | - display: block; | |
101 | - color: #000; | |
102 | -} | |
103 | - | |
104 | -.button_block_options { | |
105 | - position: absolute; | |
106 | - left: 5px; | |
107 | -} | |
108 | - | |
109 | -.button_block_options:hover div#design_block_control_options_11 { | |
110 | - display: block; | |
111 | - border: 3px solid red; | |
112 | -} |