From 4c6167c5a63496dc5ee1c5701f998bf3aa4edcf7 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Fri, 19 Oct 2007 22:47:25 +0000 Subject: [PATCH] ActionItem110: Thumbnails themes --- public/designs/templates/default/stylesheets/cms.css | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/templates/default/stylesheets/style.css | 71 ++++++++--------------------------------------------------------------- public/designs/templates/leftbar/thumbnail.jpg | Bin 0 -> 5709 bytes public/designs/templates/leftbar/thumbnail.png | Bin 2617 -> 0 bytes public/designs/templates/onecolumn/thumbnail.jpg | Bin 0 -> 5199 bytes public/designs/templates/onecolumn/thumbnail.png | Bin 3901 -> 0 bytes public/designs/templates/raw/thumbnail.jpg | Bin 0 -> 4625 bytes public/designs/templates/threecolumn/default.yml | 3 --- public/designs/templates/threecolumn/threecolumn.yml | 3 +++ public/designs/templates/threecolumn/thumbnail.jpg | Bin 0 -> 6210 bytes public/designs/templates/threecolumn/thumbnail.png | Bin 6385 -> 0 bytes public/designs/themes/default/thumbnail.jpg | Bin 0 -> 3592 bytes public/designs/themes/default/thumbnail.png | Bin 2864 -> 0 bytes public/designs/themes/green/thumbnail.jpg | Bin 0 -> 5443 bytes public/designs/themes/green/thumbnail.png | Bin 3044 -> 0 bytes public/designs/themes/macstyle/thumbnail.jpg | Bin 0 -> 3738 bytes public/designs/themes/macstyle/thumbnail.png | Bin 3217 -> 0 bytes 17 files changed, 139 insertions(+), 66 deletions(-) create mode 100644 public/designs/templates/default/stylesheets/cms.css create mode 100644 public/designs/templates/leftbar/thumbnail.jpg delete mode 100644 public/designs/templates/leftbar/thumbnail.png create mode 100644 public/designs/templates/onecolumn/thumbnail.jpg delete mode 100644 public/designs/templates/onecolumn/thumbnail.png create mode 100644 public/designs/templates/raw/thumbnail.jpg delete mode 100644 public/designs/templates/threecolumn/default.yml create mode 100644 public/designs/templates/threecolumn/threecolumn.yml create mode 100644 public/designs/templates/threecolumn/thumbnail.jpg delete mode 100644 public/designs/templates/threecolumn/thumbnail.png create mode 100644 public/designs/themes/default/thumbnail.jpg delete mode 100644 public/designs/themes/default/thumbnail.png create mode 100644 public/designs/themes/green/thumbnail.jpg delete mode 100644 public/designs/themes/green/thumbnail.png create mode 100644 public/designs/themes/macstyle/thumbnail.jpg delete mode 100644 public/designs/themes/macstyle/thumbnail.png diff --git a/public/designs/templates/default/stylesheets/cms.css b/public/designs/templates/default/stylesheets/cms.css new file mode 100644 index 0000000..abb8b70 --- /dev/null +++ b/public/designs/templates/default/stylesheets/cms.css @@ -0,0 +1,128 @@ + +/************************************ + * listing stuff + ************************************/ +#content .handle, #content .do-reorder UL LI .handle { + display: none; +} +#content .do-reorder LI .handle { + display: inline; + background: gray; + color: white; + padding: 1px 3px; + cursor: move; +} + +ul.page-list li { + list-style: none; +} + +ul.page-list li table, +ul.page-list li td { + border: none; + padding: 3px; +} + +ul.page-list a.page { + font-weight: bold; +} + +ul.page-list a:visited, ul.page-list a:link { + color: #000; +} + +ul.page-list a:hover { + background: #aa9; +} + +#content .page-list .hover { + background: #F1F0DB; +} + +#content .page-list .commands A.delete-page:hover { + color: white; + background: black; +} +#content .page-list .hover-delete { + background: red; + color: #FF8E90; +} +#content .page-list .hover-delete A, +#content .page-list .hover-delete .commands A { + color: #FF8E90; +} +#content .page-list .hover-delete A.page { + color: white; + border-bottom: 0px; +} +#content .page-list .hover-delete UL LI A.page { + color: red; + border-bottom: 0px; +} + +/*********************************** + * from stuff + ***********************************/ +div.comatose_field { +} +div.comatose_field label { + display: block; + font-weight: bold; +} + +div.comatose_field textarea { + width: 90%; +} +div.comatose_field textarea, +div.comatose_field input, +div.comatose_field select { + border: 1px solid gray; +} + +/**************************************** + * revisions page stuff + ****************************************/ + +.older-content { + float: right; +} +.current-content { + float: left; +} + +.revisions { + width: 47%; + border: 1px solid gray; + padding: 0.25em; +} + +.revisions .header { + font-weight: bold; + border-bottom: 1px solid black; + margin-bottom: 10px; + height: 40px; +} + +.revisions .meta { + border-bottom: 1px solid black; + margin-bottom: 10px; +} + +.revisions .footer { + border-top: 1px solid black; + margin-top: 10px; + padding: 0.25em; +} + +.revisions .meta label span { + font-weight: bold; +} + +.revisions .meta label { + font-weight: normal; + display: block; +} + +.collapsed { + display: none; +} diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index a40ceb7..ae86d22 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -1,3 +1,6 @@ +@import url("editor.css"); + + body { font-family: Verdana, Sans-Serif; font-size: 14px; @@ -25,10 +28,8 @@ body { #wrap.category4 { background-attachment: fixed; - background: url("../images/bgred.jpg") top left no-repeat; - } - - + background: url("../images/bgred.jpg") top left no-repeat; +} #header { height: 135px; @@ -36,9 +37,8 @@ height: 135px; #boxes { position: relative; - width: 760px; - left: 50%; - margin-left: -380px; + margin-left: 10px; + margin-right: 10px; padding: 0em; } @@ -78,62 +78,7 @@ clear: both; padding: 5px; } - -/* Edition Mode */ - -#design_editor .block_list { - list-style: none; - margin: 0px; - padding: 3px; -} - -#design_editor .box { - border: 2px solid transparent; -} - -#design_editor .hover { - border: 2px dotted red; - background: #ff6; -} - -#design_editor_toolbar { - padding: 5px; -} - -#design_editor_toolbar h3 { - font-size: 10px; - background: #dfdfdf; - margin: 0px; - padding: 1px; - text-align: right; - color: #545454; -} - -#design_editor_toolbar a { - font-size: 10px; - padding: 5px; - background: #dfdfdf; - color: black; -} - -.design_editor_box_toolbar { - text-align: center; - margin: 5px; - background: #dfdfdf; -} - -.design_editor_box_toolbar a { - display: inline; - width: 30px; - font-size: 10px; - padding: 2px; - background: #dfdfdf; -} - -#design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover { - background: #545454; - color: #ffffff; -} +/* Notice */ div#notice { z-index: 10000; diff --git a/public/designs/templates/leftbar/thumbnail.jpg b/public/designs/templates/leftbar/thumbnail.jpg new file mode 100644 index 0000000..c11845a Binary files /dev/null and b/public/designs/templates/leftbar/thumbnail.jpg differ diff --git a/public/designs/templates/leftbar/thumbnail.png b/public/designs/templates/leftbar/thumbnail.png deleted file mode 100644 index 694e4a0..0000000 Binary files a/public/designs/templates/leftbar/thumbnail.png and /dev/null differ diff --git a/public/designs/templates/onecolumn/thumbnail.jpg b/public/designs/templates/onecolumn/thumbnail.jpg new file mode 100644 index 0000000..2e98c98 Binary files /dev/null and b/public/designs/templates/onecolumn/thumbnail.jpg differ diff --git a/public/designs/templates/onecolumn/thumbnail.png b/public/designs/templates/onecolumn/thumbnail.png deleted file mode 100644 index 3509dab..0000000 Binary files a/public/designs/templates/onecolumn/thumbnail.png and /dev/null differ diff --git a/public/designs/templates/raw/thumbnail.jpg b/public/designs/templates/raw/thumbnail.jpg new file mode 100644 index 0000000..80d2755 Binary files /dev/null and b/public/designs/templates/raw/thumbnail.jpg differ diff --git a/public/designs/templates/threecolumn/default.yml b/public/designs/templates/threecolumn/default.yml deleted file mode 100644 index 70dfdc8..0000000 --- a/public/designs/templates/threecolumn/default.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: "Blue Style 3 columns" -description: "A theme blue with 3 columns" -number_of_boxes: 3 diff --git a/public/designs/templates/threecolumn/threecolumn.yml b/public/designs/templates/threecolumn/threecolumn.yml new file mode 100644 index 0000000..70dfdc8 --- /dev/null +++ b/public/designs/templates/threecolumn/threecolumn.yml @@ -0,0 +1,3 @@ +title: "Blue Style 3 columns" +description: "A theme blue with 3 columns" +number_of_boxes: 3 diff --git a/public/designs/templates/threecolumn/thumbnail.jpg b/public/designs/templates/threecolumn/thumbnail.jpg new file mode 100644 index 0000000..678e4ca Binary files /dev/null and b/public/designs/templates/threecolumn/thumbnail.jpg differ diff --git a/public/designs/templates/threecolumn/thumbnail.png b/public/designs/templates/threecolumn/thumbnail.png deleted file mode 100644 index ca05429..0000000 Binary files a/public/designs/templates/threecolumn/thumbnail.png and /dev/null differ diff --git a/public/designs/themes/default/thumbnail.jpg b/public/designs/themes/default/thumbnail.jpg new file mode 100644 index 0000000..034fb9f Binary files /dev/null and b/public/designs/themes/default/thumbnail.jpg differ diff --git a/public/designs/themes/default/thumbnail.png b/public/designs/themes/default/thumbnail.png deleted file mode 100644 index b55e9f4..0000000 Binary files a/public/designs/themes/default/thumbnail.png and /dev/null differ diff --git a/public/designs/themes/green/thumbnail.jpg b/public/designs/themes/green/thumbnail.jpg new file mode 100644 index 0000000..7fa868e Binary files /dev/null and b/public/designs/themes/green/thumbnail.jpg differ diff --git a/public/designs/themes/green/thumbnail.png b/public/designs/themes/green/thumbnail.png deleted file mode 100644 index 35ab66a..0000000 Binary files a/public/designs/themes/green/thumbnail.png and /dev/null differ diff --git a/public/designs/themes/macstyle/thumbnail.jpg b/public/designs/themes/macstyle/thumbnail.jpg new file mode 100644 index 0000000..2c54e0d Binary files /dev/null and b/public/designs/themes/macstyle/thumbnail.jpg differ diff --git a/public/designs/themes/macstyle/thumbnail.png b/public/designs/themes/macstyle/thumbnail.png deleted file mode 100644 index cdf1625..0000000 Binary files a/public/designs/themes/macstyle/thumbnail.png and /dev/null differ -- libgit2 0.21.2