Commit 26d3807fe30b357a6fc20662527cef270b36233e

Authored by ValessioBrito
1 parent 74bdf941

ActionItem110: rename to Gray


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@751 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/default/default.yml
@@ -1,2 +0,0 @@ @@ -1,2 +0,0 @@
1 -title: "Default"  
2 -description: "A simple theme"  
public/designs/themes/default/style.css
@@ -1,90 +0,0 @@ @@ -1,90 +0,0 @@
1 -/* Default Plain Theme for Blocks */  
2 -  
3 -div.block  
4 -{  
5 - background: #FFFFFF;  
6 - border: 3px solid #000000;  
7 - margin-bottom: 10px;  
8 -}  
9 -  
10 -div.block ul  
11 -{  
12 - list-style: none;  
13 - margin-left: 15px;  
14 -}  
15 -  
16 -div.block h3  
17 -{  
18 - color: #FFFFFF;  
19 - background: #545454;  
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 -div.block span {  
31 -display: none;  
32 -}  
33 -  
34 -div.block a.button_block_hide:hover span {  
35 -display: inline;  
36 -position: absolute;  
37 -color: #dfdfdf;  
38 -background: #000000;  
39 -font-family: Sans-serif;  
40 -font-size: 13px;  
41 -font-weight: normal;  
42 -margin: 10px;  
43 -padding-left: 5px;  
44 -padding-right: 5px;  
45 -}  
46 -  
47 -div.block a.button_block {  
48 -display: block !important;  
49 -width: 10px !important;  
50 -height: 10px !important;  
51 -margin-top: 10px !important;  
52 -margin-right: 5px !important;  
53 -float: right !important;  
54 -}  
55 -  
56 -div.block a.button_block_hide {  
57 -border-bottom: 2px solid #dfdfdf;  
58 -}  
59 -  
60 -div.block a:hover.button_block_hide {  
61 -border-bottom: 2px solid #000000;  
62 -}  
63 -  
64 -div.block a.button_block_remove {  
65 -background: #dfdfdf;  
66 -}  
67 -  
68 -div.block a:hover.button_block_remove {  
69 -background: #000000;  
70 -}  
71 -  
72 -div.block_content  
73 -{  
74 - padding: 5px;  
75 -}  
76 -  
77 -div.block ul {  
78 - padding-left: 0px;  
79 - margin: 0px;  
80 -}  
81 -  
82 -div.block ul li a:link,  
83 -div.block ul li a:hover {  
84 - display: block;  
85 - color: #000;  
86 -}  
87 -div.block ul li a:hover {  
88 - background: #ddd;  
89 - color: red;  
90 -}  
public/designs/themes/default/thumbnail.jpg

3.51 KB

public/designs/themes/gray/default.yml 0 → 100644
@@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
  1 +title: "Default"
  2 +description: "A simple theme"
public/designs/themes/gray/style.css 0 → 100644
@@ -0,0 +1,90 @@ @@ -0,0 +1,90 @@
  1 +/* Default Plain Theme for Blocks */
  2 +
  3 +div.block
  4 +{
  5 + background: #FFFFFF;
  6 + border: 3px solid #000000;
  7 + margin-bottom: 10px;
  8 +}
  9 +
  10 +div.block ul
  11 +{
  12 + list-style: none;
  13 + margin-left: 15px;
  14 +}
  15 +
  16 +div.block h3
  17 +{
  18 + color: #FFFFFF;
  19 + background: #545454;
  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 +div.block span {
  31 +display: none;
  32 +}
  33 +
  34 +div.block a.button_block_hide:hover span {
  35 +display: inline;
  36 +position: absolute;
  37 +color: #dfdfdf;
  38 +background: #000000;
  39 +font-family: Sans-serif;
  40 +font-size: 13px;
  41 +font-weight: normal;
  42 +margin: 10px;
  43 +padding-left: 5px;
  44 +padding-right: 5px;
  45 +}
  46 +
  47 +div.block a.button_block {
  48 +display: block !important;
  49 +width: 10px !important;
  50 +height: 10px !important;
  51 +margin-top: 10px !important;
  52 +margin-right: 5px !important;
  53 +float: right !important;
  54 +}
  55 +
  56 +div.block a.button_block_hide {
  57 +border-bottom: 2px solid #dfdfdf;
  58 +}
  59 +
  60 +div.block a:hover.button_block_hide {
  61 +border-bottom: 2px solid #000000;
  62 +}
  63 +
  64 +div.block a.button_block_remove {
  65 +background: #dfdfdf;
  66 +}
  67 +
  68 +div.block a:hover.button_block_remove {
  69 +background: #000000;
  70 +}
  71 +
  72 +div.block_content
  73 +{
  74 + padding: 5px;
  75 +}
  76 +
  77 +div.block ul {
  78 + padding-left: 0px;
  79 + margin: 0px;
  80 +}
  81 +
  82 +div.block ul li a:link,
  83 +div.block ul li a:hover {
  84 + display: block;
  85 + color: #000;
  86 +}
  87 +div.block ul li a:hover {
  88 + background: #ddd;
  89 + color: red;
  90 +}
public/designs/themes/gray/thumbnail.jpg 0 → 100644

3.51 KB