Commit 724c8e0e6c0f85f832002d5d210a55b9e82004ec

Authored by AntonioTerceiro
1 parent 630a59db

ActionItem0: organizing design stuff



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@349 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/default/blocks.css 0 → 100644
... ... @@ -0,0 +1,76 @@
  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 + margin-left: 15px;
  13 +}
  14 +
  15 +div.block h3
  16 +{
  17 + color: #FFFFFF;
  18 + background: #545454;
  19 + font-family: Sans-serif;
  20 + font-size: 13px;
  21 + font-weight: normal;
  22 + border-bottom: 1px solid black;
  23 + height: 27px;
  24 + margin: 0px;
  25 + line-height: 27px;
  26 + padding-left: 10px;
  27 +}
  28 +
  29 +div.block span {
  30 +display: none;
  31 +}
  32 +
  33 +div.block a:hover span {
  34 +display: inline;
  35 +position: absolute;
  36 +color: #dfdfdf;
  37 +background: #000000;
  38 +font-family: Sans-serif;
  39 +font-size: 13px;
  40 +font-weight: normal;
  41 +margin: 10px;
  42 +padding-left: 5px;
  43 +padding-right: 5px;
  44 +}
  45 +
  46 +div.block a {
  47 +display: block;
  48 +width: 10px;
  49 +height: 10px;
  50 +margin-top: 10px;
  51 +margin-right: 5px;
  52 +float: right;
  53 +}
  54 +
  55 +div.block a.button_block_hide {
  56 +border-bottom: 2px solid #dfdfdf;
  57 +}
  58 +
  59 +div.block a:hover.button_block_hide {
  60 +border-bottom: 2px solid #000000;
  61 +}
  62 +
  63 +div.block a.button_block_remove {
  64 +background: #dfdfdf;
  65 +}
  66 +
  67 +div.block a:hover.button_block_remove {
  68 +background: #000000;
  69 +}
  70 +
  71 +div.block_content
  72 +{
  73 + padding: 5px;
  74 +}
  75 +
  76 +
... ...
public/designs/themes/default/default.css
  1 +@import "blocks.css";
  2 +
1 3 #frame {
2 4 background-color: white;
3 5 }
... ... @@ -8,3 +10,15 @@ a img {
8 10 a:hover img {
9 11 border: 2px solid #aa0;
10 12 }
  13 +
  14 +table {
  15 + border-collapse: collapse;
  16 +}
  17 +
  18 +td, th {
  19 + border: 1px solid gray;
  20 +}
  21 +
  22 +th {
  23 + background: gray;
  24 +}
... ...
public/designs/themes/green/pink.css 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +
  2 +#frame {
  3 + background-color: pink;
  4 +}
... ...
public/designs/themes/green/pink.yml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +title: "Pink"
  2 +description: "A theme with weird taste for colors"
... ...
public/designs/themes/green/thumbnail.png 0 → 100644

1.56 KB

public/designs/themes/pink/pink.css
... ... @@ -1,4 +0,0 @@
1   -
2   -#frame {
3   - background-color: pink;
4   -}
public/designs/themes/pink/pink.yml
... ... @@ -1,2 +0,0 @@
1   -title: "Pink"
2   -description: "A theme with weird taste for colors"
public/designs/themes/pink/thumbnail.png

1.56 KB