Commit 8b8d90244064103a7393dae66ef5f313b70a0c6b

Authored by Joenio Costa
1 parent 708f1c56

ActionItem725: create an default theme

public/designs/themes/default
1   -ecosol/
2 1 \ No newline at end of file
  2 +noosfero
3 3 \ No newline at end of file
... ...
public/designs/themes/noosfero/footer.rhtml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +<p> <%= language_chooser %> <p/>
  2 +<%= footer %>
... ...
public/designs/themes/noosfero/images/favicon.ico 0 → 100644
No preview for this file type
public/designs/themes/noosfero/images/logo-colivre-footer.gif 0 → 100644

1.49 KB

public/designs/themes/noosfero/stylesheets/common.css 0 → 100644
... ... @@ -0,0 +1,83 @@
  1 +body.noosfero {
  2 + background-position: 50% 25px;
  3 + background-repeat: repeat-x;
  4 +}
  5 +
  6 +#wrap {
  7 + background-position: 50% 22px;
  8 + background-repeat: repeat-x;
  9 + border: 3px solid #2A5896;
  10 +}
  11 +
  12 +.box-3 {
  13 + padding-top: 35px;
  14 +}
  15 +
  16 +#path_category {
  17 + position: absolute;
  18 + top: 40px;
  19 + left: 30px;
  20 + font-weight: bold;
  21 + z-index: 10;
  22 +}
  23 +
  24 +a { color: #05B }
  25 +a:visited { color: #68C }
  26 +a:hover, a:active { color: #08F }
  27 +
  28 +hr {
  29 + border: none;
  30 + border-top: 2px dotted #2A5896;
  31 +}
  32 +
  33 +#footer {
  34 + margin: 0px;
  35 + padding: 10px;
  36 +}
  37 +
  38 +#footer a {
  39 + border-bottom: 1px dotted #777;
  40 +}
  41 +#footer a:hover {
  42 + border: 0px;
  43 +}
  44 +
  45 +#footer a#footer-esq {
  46 + padding: 5px 0px 5px 45px;
  47 + float: left;
  48 + text-align: left;
  49 + border: none;
  50 +}
  51 +
  52 +#footer a#footer-dir {
  53 + padding: 5px 35px 5px 0px;
  54 + float: right;
  55 + text-align: right;
  56 + border: none;
  57 + opacity: 0.5;
  58 +}
  59 +
  60 +#footer a#footer-esq:hover,
  61 +#footer a#footer-dir:hover {
  62 + opacity: 1;
  63 +}
  64 +
  65 +/* * * category ajax selector * * */
  66 +
  67 +#category-ajax-selector {
  68 + border: none;
  69 + background: #B8CFE7;
  70 + -moz-border-radius: 10px;
  71 +}
  72 +
  73 +#category-ajax-selector .box-title {
  74 + border: 1px solid #B8CFE7;
  75 + background: #B8CFE7;
  76 + -moz-border-radius-topleft: 8px;
  77 + -moz-border-radius-topright: 8px;
  78 +}
  79 +
  80 +#category-ajax-selector .select-subcategory-link {
  81 + border: 1px solid #729FCF;
  82 + -moz-border-radius: 6px;
  83 +}
... ...
public/designs/themes/noosfero/stylesheets/login-box.css 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +.login-box-content {
  2 + -moz-border-radius: 40px;
  3 +}
  4 +
  5 +.login-box-content .forgot-passwd {
  6 + text-align: center;
  7 +}
... ...
public/designs/themes/noosfero/stylesheets/menu.css 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +#navigation_bar {
  2 + top: 3px;
  3 + left: 3px;
  4 + right: 3px;
  5 +}
... ...
public/designs/themes/noosfero/theme.yml 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +title: "Noosfero"
  2 +description: "Noosfero default theme"
  3 +js: [ ]
... ...
public/designs/themes/noosfero/thumbnail.jpg 0 → 100644

3.51 KB