Commit 9a2a72d08d4c0ec4158fa151e50f02a866b7b995
1 parent
602ae1ff
Exists in
master
and in
29 other branches
ActionItem0: delete old_default
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@381 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
0 additions
and
126 deletions
Show diff stats
public/designs/templates/old_default/default.yml
public/designs/templates/old_default/stylesheets/style.css
... | ... | @@ -1,124 +0,0 @@ |
1 | -body, td, tr, li { | |
2 | - font-family: Verdana, Arial, Helvetica, sans-serif; | |
3 | - font-size: 12px; | |
4 | -} | |
5 | -body { | |
6 | - margin: 0px; | |
7 | -} | |
8 | -blockquote { | |
9 | - font-style: italic; | |
10 | - color: #444; | |
11 | -} | |
12 | - | |
13 | -blockquote, p, li, td, tr { | |
14 | - text-align: justify; | |
15 | -} | |
16 | -p { | |
17 | - text-indent: 2em; | |
18 | -} | |
19 | -blockquote p { | |
20 | - text-indent: 0px; | |
21 | -} | |
22 | - | |
23 | -#spinner { | |
24 | - z-index: 1000; | |
25 | - position: absolute; | |
26 | - left: 50%; | |
27 | - margin-left: -16px; | |
28 | - top: 200px; | |
29 | -} | |
30 | - | |
31 | -#header { | |
32 | - border-bottom: 1px solid black; | |
33 | - padding: 0.5em; | |
34 | -} | |
35 | - | |
36 | -#menu { | |
37 | - float: right; | |
38 | - margin-right: 1em; | |
39 | - margin-top: 1em; | |
40 | -} | |
41 | - | |
42 | -#content { | |
43 | - padding: 0px; | |
44 | -} | |
45 | - | |
46 | -#footer { | |
47 | - clear: both; | |
48 | - text-align: center; | |
49 | - border-top: 1px solid black; | |
50 | -} | |
51 | - | |
52 | -#notice, #errorExplanation { | |
53 | - border: 1px solid black; | |
54 | - margin-top: 1em; | |
55 | - margin-left: 30%; | |
56 | - margin-right: 30%; | |
57 | - padding: 0.5em; | |
58 | -} | |
59 | - | |
60 | -#boxes { | |
61 | - position: relative; | |
62 | - padding: 1em; | |
63 | -/* border: 1px solid red; */ | |
64 | -} | |
65 | - | |
66 | -ul.block_list { | |
67 | -margin: 0; | |
68 | -padding: 0; | |
69 | -} | |
70 | - | |
71 | -ul.block_list li { | |
72 | -list-style: none; | |
73 | -} | |
74 | - | |
75 | -/* Box 1 is the main area */ | |
76 | -#box_1 { | |
77 | - margin-right: 220px; | |
78 | - margin-left: 220px; | |
79 | - /* border: 1px solid yellow; */ | |
80 | -} | |
81 | - | |
82 | -/* Box 2 on the left side */ | |
83 | -#box_2 { | |
84 | - float: left; | |
85 | - /* border: 1px solid blue; */ | |
86 | - width: 200px; | |
87 | - padding: 0px; | |
88 | -} | |
89 | - | |
90 | -/* Box 3 on the right side */ | |
91 | -#box_3 { | |
92 | - /* border: 1px solid green; */ | |
93 | - width: 200px; | |
94 | - float: right; | |
95 | - padding: 0px; | |
96 | -} | |
97 | - | |
98 | -#design_editor_toolbar { | |
99 | - padding: 0.5em; | |
100 | -} | |
101 | - | |
102 | -#design_editor_toolbar h3 { | |
103 | - margin-top: 0px; | |
104 | - margin-bottom: 0.5em; | |
105 | -} | |
106 | - | |
107 | -#design_editor .box { | |
108 | - border: 2px dashed gray; | |
109 | - padding: 2px; | |
110 | -} | |
111 | - | |
112 | -#design_editor .hover { | |
113 | - background: #ff6; | |
114 | - border: 2px solid black; | |
115 | -} | |
116 | - | |
117 | -#design_editor_toolbar { | |
118 | - border: 1px solid black; | |
119 | - margin-bottom: 0.5em; | |
120 | -} | |
121 | - | |
122 | -.design_editor_box_toolbar { | |
123 | - padding: 0.5em; | |
124 | -} |
public/designs/templates/old_default/thumbnail.png
2.53 KB