Commit 6f8c68e26b24e3bd7da5bd20443a179245ec3d8a

Authored by AntonioTerceiro
1 parent bf2e5817

ActionItem0: creating an simple initial stylesheet so I can work



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@297 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css 0 → 100644
@@ -0,0 +1,26 @@ @@ -0,0 +1,26 @@
  1 +* {
  2 + font-family: Verdana, Arial, Helvetica, sans-serif;
  3 +}
  4 +body {
  5 + font-size: 12px;
  6 + margin: 0px;
  7 +}
  8 +
  9 +#header {
  10 + border-bottom: 1px solid black;
  11 + padding-left: 1em;
  12 + padding-right: 1em;
  13 +}
  14 +
  15 +#menu {
  16 + float: right;
  17 +}
  18 +
  19 +#content {
  20 + padding: 1em;
  21 +}
  22 +
  23 +#footer {
  24 + text-align: center;
  25 + border-top: 1px solid black;
  26 +}