From 7664ae88c7f3ed4944dae0c9d34445456ce904e9 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Sat, 20 Oct 2007 00:27:11 +0000 Subject: [PATCH] ActionItem110: new default template --- public/designs/templates/default/default.yml | 3 +++ public/designs/templates/default/images/add.png | Bin 0 -> 489 bytes public/designs/templates/default/images/bgblue.jpg | Bin 0 -> 11651 bytes public/designs/templates/default/images/bgblue.png | Bin 0 -> 44095 bytes public/designs/templates/default/images/bggreen.jpg | Bin 0 -> 11390 bytes public/designs/templates/default/images/bggreen.png | Bin 0 -> 43417 bytes public/designs/templates/default/images/bgorange.jpg | Bin 0 -> 11636 bytes public/designs/templates/default/images/bgorange.png | Bin 0 -> 43014 bytes public/designs/templates/default/images/bgpurple.jpg | Bin 0 -> 11418 bytes public/designs/templates/default/images/bgpurple.png | Bin 0 -> 44091 bytes public/designs/templates/default/images/bgred.jpg | Bin 0 -> 12073 bytes public/designs/templates/default/images/bgred.png | Bin 0 -> 42306 bytes public/designs/templates/default/images/foto.png | Bin 0 -> 4459 bytes public/designs/templates/default/stylesheets/cms.css | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/templates/default/stylesheets/contentblocks.css | 34 ++++++++++++++++++++++++++++++++++ public/designs/templates/default/stylesheets/editor.css | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/templates/default/stylesheets/style.css | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/templates/default/thumbnail.jpg | Bin 0 -> 4937 bytes 18 files changed, 368 insertions(+), 0 deletions(-) create mode 100644 public/designs/templates/default/default.yml create mode 100644 public/designs/templates/default/images/add.png create mode 100644 public/designs/templates/default/images/bgblue.jpg create mode 100644 public/designs/templates/default/images/bgblue.png create mode 100644 public/designs/templates/default/images/bggreen.jpg create mode 100644 public/designs/templates/default/images/bggreen.png create mode 100644 public/designs/templates/default/images/bgorange.jpg create mode 100644 public/designs/templates/default/images/bgorange.png create mode 100644 public/designs/templates/default/images/bgpurple.jpg create mode 100644 public/designs/templates/default/images/bgpurple.png create mode 100644 public/designs/templates/default/images/bgred.jpg create mode 100644 public/designs/templates/default/images/bgred.png create mode 100644 public/designs/templates/default/images/foto.png create mode 100644 public/designs/templates/default/stylesheets/cms.css create mode 100644 public/designs/templates/default/stylesheets/contentblocks.css create mode 100644 public/designs/templates/default/stylesheets/editor.css create mode 100644 public/designs/templates/default/stylesheets/style.css create mode 100644 public/designs/templates/default/thumbnail.jpg diff --git a/public/designs/templates/default/default.yml b/public/designs/templates/default/default.yml new file mode 100644 index 0000000..3ad2eaf --- /dev/null +++ b/public/designs/templates/default/default.yml @@ -0,0 +1,3 @@ +title: "Default Style 3 columns" +description: "A theme default with 3 columns" +number_of_boxes: 3 diff --git a/public/designs/templates/default/images/add.png b/public/designs/templates/default/images/add.png new file mode 100644 index 0000000..62a929a Binary files /dev/null and b/public/designs/templates/default/images/add.png differ diff --git a/public/designs/templates/default/images/bgblue.jpg b/public/designs/templates/default/images/bgblue.jpg new file mode 100644 index 0000000..d37b70a Binary files /dev/null and b/public/designs/templates/default/images/bgblue.jpg differ diff --git a/public/designs/templates/default/images/bgblue.png b/public/designs/templates/default/images/bgblue.png new file mode 100644 index 0000000..8e2f803 Binary files /dev/null and b/public/designs/templates/default/images/bgblue.png differ diff --git a/public/designs/templates/default/images/bggreen.jpg b/public/designs/templates/default/images/bggreen.jpg new file mode 100644 index 0000000..7441922 Binary files /dev/null and b/public/designs/templates/default/images/bggreen.jpg differ diff --git a/public/designs/templates/default/images/bggreen.png b/public/designs/templates/default/images/bggreen.png new file mode 100644 index 0000000..bf8bc78 Binary files /dev/null and b/public/designs/templates/default/images/bggreen.png differ diff --git a/public/designs/templates/default/images/bgorange.jpg b/public/designs/templates/default/images/bgorange.jpg new file mode 100644 index 0000000..ac21eb7 Binary files /dev/null and b/public/designs/templates/default/images/bgorange.jpg differ diff --git a/public/designs/templates/default/images/bgorange.png b/public/designs/templates/default/images/bgorange.png new file mode 100644 index 0000000..df393bc Binary files /dev/null and b/public/designs/templates/default/images/bgorange.png differ diff --git a/public/designs/templates/default/images/bgpurple.jpg b/public/designs/templates/default/images/bgpurple.jpg new file mode 100644 index 0000000..bb901e0 Binary files /dev/null and b/public/designs/templates/default/images/bgpurple.jpg differ diff --git a/public/designs/templates/default/images/bgpurple.png b/public/designs/templates/default/images/bgpurple.png new file mode 100644 index 0000000..3745b84 Binary files /dev/null and b/public/designs/templates/default/images/bgpurple.png differ diff --git a/public/designs/templates/default/images/bgred.jpg b/public/designs/templates/default/images/bgred.jpg new file mode 100644 index 0000000..ad9339d Binary files /dev/null and b/public/designs/templates/default/images/bgred.jpg differ diff --git a/public/designs/templates/default/images/bgred.png b/public/designs/templates/default/images/bgred.png new file mode 100644 index 0000000..50c8493 Binary files /dev/null and b/public/designs/templates/default/images/bgred.png differ diff --git a/public/designs/templates/default/images/foto.png b/public/designs/templates/default/images/foto.png new file mode 100644 index 0000000..ee1a089 Binary files /dev/null and b/public/designs/templates/default/images/foto.png differ 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/contentblocks.css b/public/designs/templates/default/stylesheets/contentblocks.css new file mode 100644 index 0000000..bf52eee --- /dev/null +++ b/public/designs/templates/default/stylesheets/contentblocks.css @@ -0,0 +1,34 @@ +div.listblock div.block_content ul { +margin: 0px; +padding: 0px; +} + +div.listblock div.block_content li { +display: block; +float: left; +height: 95px; +width: 80px; +border: 1px solid #dfdfdf; +background: #ffffff url("../images/foto.png") no-repeat; +margin: 2px; +overflow: hidden; +font-size: 10px; +color: #545454; +font-weight: bold; +} + +div.listblock div.block_content li span { +display: none; +} + +div.listblock div.block_content li:hover span { +display: block; +line-height: 95px; +text-align: center; +background: #ffffff; +vertical-align: middle; +} + +div.listblock div.block_footer { +clear: both; +} diff --git a/public/designs/templates/default/stylesheets/editor.css b/public/designs/templates/default/stylesheets/editor.css new file mode 100644 index 0000000..02e2f9f --- /dev/null +++ b/public/designs/templates/default/stylesheets/editor.css @@ -0,0 +1,90 @@ +#design_editor_blocksbar { + list-style: none; + position: relative; + width: 760px; + left: 50%; + margin-left: -380px; + padding: 0em; + height: 30px; +} + +#design_editor_blocksbar li { +float: left; +margin: 4px; +} + +#design_editor_blocksbar a { +background: url("../images/add.png") no-repeat; +background-position: 0px 3px; +display: block; +padding: 5px; +padding-left: 28px; +border: 1px outset #545454; +text-decoration: none; +color: black; +font-weight: bold; +} + +#design_editor_blocksbar a:hover { +border: 1px inset #545454; +} + +#design_editor ul.block_list { + list-style: none; + margin: 0px; + padding: 3px; + border: 2px dotted #dfdfdf; +} + +#design_editor ul:hover.block_list { + border: 2px dotted #545454; +} + +#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; +} + diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css new file mode 100644 index 0000000..fa2ad3c --- /dev/null +++ b/public/designs/templates/default/stylesheets/style.css @@ -0,0 +1,113 @@ +@import url("editor.css"); + +@import url("contentblocks.css"); + +body { + font-family: Verdana, Sans-Serif; + font-size: 14px; +} + +#wrap.category { + background-attachment: fixed; + background: url("../images/bgblue.png") top left no-repeat; +} + +#wrap.category1 { + background-attachment: fixed; + background: url("../images/bgorange.png") top left no-repeat; + } + +#wrap.category2 { + background-attachment: fixed; + background: url("../images/bggreen.png") top left no-repeat; + } + +#wrap.category3 { + background-attachment: fixed; + background: url("../images/bgpurple.png") top left no-repeat; + } + +#wrap.category4 { + background-attachment: fixed; + background: url("../images/bgred.png") top left no-repeat; +} + +#header { +height: 145px; +} + +#boxes { + position: relative; + margin-left: 10px; + margin-right: 10px; + padding: 0em; +} + +#box_3 { + width: 210px; + float: right; +} + +#box_2 { + float: left; + width: 210px; +} + +#box_1 { + margin-left: 215px; + margin-right: 215px; +} + +#spinner { + z-index: 1000; + position: absolute; + left: 50%; + margin-left: -16px; + top: 200px; +} + +#footer_content { +clear: both; +} + +#footer { + clear: both; + text-align: center; + font-size: smaller; + color: #333; + margin: 0px; + padding: 5px; +} + +/* Notice */ + +div#notice { + z-index: 10000; + position: absolute; + top: 100px; + left: 50%; + margin-left: -200px; + width: 400px; + border: 1px solid black; + background: #efefef; + padding: 0.5em; +} + +div#notice .button { + text-align: center; + margin-top: 1em; + margin-bottom: 0.25em; +} + +div#notice .button a { + border: 1px solid gray; + background: #ddd; + color: black; + padding: 4px; + padding-left: 28px; + background-position: top left; + background-repeat: no-repeat; +} +div#notice .button a:hover { + background-color: #ffd; +} diff --git a/public/designs/templates/default/thumbnail.jpg b/public/designs/templates/default/thumbnail.jpg new file mode 100644 index 0000000..252f8ba Binary files /dev/null and b/public/designs/templates/default/thumbnail.jpg differ -- libgit2 0.21.2