Commit 4c6167c5a63496dc5ee1c5701f998bf3aa4edcf7

Authored by ValessioBrito
1 parent 8a20ea26

ActionItem110: Thumbnails themes



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@747 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/cms.css 0 → 100644
... ... @@ -0,0 +1,128 @@
  1 +
  2 +/************************************
  3 + * listing stuff
  4 + ************************************/
  5 +#content .handle, #content .do-reorder UL LI .handle {
  6 + display: none;
  7 +}
  8 +#content .do-reorder LI .handle {
  9 + display: inline;
  10 + background: gray;
  11 + color: white;
  12 + padding: 1px 3px;
  13 + cursor: move;
  14 +}
  15 +
  16 +ul.page-list li {
  17 + list-style: none;
  18 +}
  19 +
  20 +ul.page-list li table,
  21 +ul.page-list li td {
  22 + border: none;
  23 + padding: 3px;
  24 +}
  25 +
  26 +ul.page-list a.page {
  27 + font-weight: bold;
  28 +}
  29 +
  30 +ul.page-list a:visited, ul.page-list a:link {
  31 + color: #000;
  32 +}
  33 +
  34 +ul.page-list a:hover {
  35 + background: #aa9;
  36 +}
  37 +
  38 +#content .page-list .hover {
  39 + background: #F1F0DB;
  40 +}
  41 +
  42 +#content .page-list .commands A.delete-page:hover {
  43 + color: white;
  44 + background: black;
  45 +}
  46 +#content .page-list .hover-delete {
  47 + background: red;
  48 + color: #FF8E90;
  49 +}
  50 +#content .page-list .hover-delete A,
  51 +#content .page-list .hover-delete .commands A {
  52 + color: #FF8E90;
  53 +}
  54 +#content .page-list .hover-delete A.page {
  55 + color: white;
  56 + border-bottom: 0px;
  57 +}
  58 +#content .page-list .hover-delete UL LI A.page {
  59 + color: red;
  60 + border-bottom: 0px;
  61 +}
  62 +
  63 +/***********************************
  64 + * from stuff
  65 + ***********************************/
  66 +div.comatose_field {
  67 +}
  68 +div.comatose_field label {
  69 + display: block;
  70 + font-weight: bold;
  71 +}
  72 +
  73 +div.comatose_field textarea {
  74 + width: 90%;
  75 +}
  76 +div.comatose_field textarea,
  77 +div.comatose_field input,
  78 +div.comatose_field select {
  79 + border: 1px solid gray;
  80 +}
  81 +
  82 +/****************************************
  83 + * revisions page stuff
  84 + ****************************************/
  85 +
  86 +.older-content {
  87 + float: right;
  88 +}
  89 +.current-content {
  90 + float: left;
  91 +}
  92 +
  93 +.revisions {
  94 + width: 47%;
  95 + border: 1px solid gray;
  96 + padding: 0.25em;
  97 +}
  98 +
  99 +.revisions .header {
  100 + font-weight: bold;
  101 + border-bottom: 1px solid black;
  102 + margin-bottom: 10px;
  103 + height: 40px;
  104 +}
  105 +
  106 +.revisions .meta {
  107 + border-bottom: 1px solid black;
  108 + margin-bottom: 10px;
  109 +}
  110 +
  111 +.revisions .footer {
  112 + border-top: 1px solid black;
  113 + margin-top: 10px;
  114 + padding: 0.25em;
  115 +}
  116 +
  117 +.revisions .meta label span {
  118 + font-weight: bold;
  119 +}
  120 +
  121 +.revisions .meta label {
  122 + font-weight: normal;
  123 + display: block;
  124 +}
  125 +
  126 +.collapsed {
  127 + display: none;
  128 +}
... ...
public/designs/templates/default/stylesheets/style.css
  1 +@import url("editor.css");
  2 +
  3 +
1 4 body {
2 5 font-family: Verdana, Sans-Serif;
3 6 font-size: 14px;
... ... @@ -25,10 +28,8 @@ body {
25 28  
26 29 #wrap.category4 {
27 30 background-attachment: fixed;
28   - background: url("../images/bgred.jpg") top left no-repeat;
29   - }
30   -
31   -
  31 + background: url("../images/bgred.jpg") top left no-repeat;
  32 +}
32 33  
33 34 #header {
34 35 height: 135px;
... ... @@ -36,9 +37,8 @@ height: 135px;
36 37  
37 38 #boxes {
38 39 position: relative;
39   - width: 760px;
40   - left: 50%;
41   - margin-left: -380px;
  40 + margin-left: 10px;
  41 + margin-right: 10px;
42 42 padding: 0em;
43 43 }
44 44  
... ... @@ -78,62 +78,7 @@ clear: both;
78 78 padding: 5px;
79 79 }
80 80  
81   -
82   -/* Edition Mode */
83   -
84   -#design_editor .block_list {
85   - list-style: none;
86   - margin: 0px;
87   - padding: 3px;
88   -}
89   -
90   -#design_editor .box {
91   - border: 2px solid transparent;
92   -}
93   -
94   -#design_editor .hover {
95   - border: 2px dotted red;
96   - background: #ff6;
97   -}
98   -
99   -#design_editor_toolbar {
100   - padding: 5px;
101   -}
102   -
103   -#design_editor_toolbar h3 {
104   - font-size: 10px;
105   - background: #dfdfdf;
106   - margin: 0px;
107   - padding: 1px;
108   - text-align: right;
109   - color: #545454;
110   -}
111   -
112   -#design_editor_toolbar a {
113   - font-size: 10px;
114   - padding: 5px;
115   - background: #dfdfdf;
116   - color: black;
117   -}
118   -
119   -.design_editor_box_toolbar {
120   - text-align: center;
121   - margin: 5px;
122   - background: #dfdfdf;
123   -}
124   -
125   -.design_editor_box_toolbar a {
126   - display: inline;
127   - width: 30px;
128   - font-size: 10px;
129   - padding: 2px;
130   - background: #dfdfdf;
131   -}
132   -
133   -#design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover {
134   - background: #545454;
135   - color: #ffffff;
136   -}
  81 +/* Notice */
137 82  
138 83 div#notice {
139 84 z-index: 10000;
... ...
public/designs/templates/leftbar/thumbnail.jpg 0 → 100644

5.58 KB

public/designs/templates/leftbar/thumbnail.png

2.56 KB

public/designs/templates/onecolumn/thumbnail.jpg 0 → 100644

5.08 KB

public/designs/templates/onecolumn/thumbnail.png

3.81 KB

public/designs/templates/raw/thumbnail.jpg 0 → 100644

4.52 KB

public/designs/templates/threecolumn/default.yml
... ... @@ -1,3 +0,0 @@
1   -title: "Blue Style 3 columns"
2   -description: "A theme blue with 3 columns"
3   -number_of_boxes: 3
public/designs/templates/threecolumn/threecolumn.yml 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +title: "Blue Style 3 columns"
  2 +description: "A theme blue with 3 columns"
  3 +number_of_boxes: 3
... ...
public/designs/templates/threecolumn/thumbnail.jpg 0 → 100644

6.06 KB

public/designs/templates/threecolumn/thumbnail.png

6.24 KB

public/designs/themes/default/thumbnail.jpg 0 → 100644

3.51 KB

public/designs/themes/default/thumbnail.png

2.8 KB

public/designs/themes/green/thumbnail.jpg 0 → 100644

5.32 KB

public/designs/themes/green/thumbnail.png

2.97 KB

public/designs/themes/macstyle/thumbnail.jpg 0 → 100644

3.65 KB

public/designs/themes/macstyle/thumbnail.png

3.14 KB