Commit 0088a8d8f2042c015b423b2f0a9175d6635a5406

Authored by ValessioBrito
1 parent ea8c1e88

ActionItem138: Add new default theme box


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1102 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/default/default.yml 0 → 100644
@@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
  1 +title: "Default"
  2 +description: "A simple theme"
public/designs/themes/default/style.css 0 → 100644
@@ -0,0 +1,102 @@ @@ -0,0 +1,102 @@
  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/default/thumbnail.jpg 0 → 100644

3.51 KB