diff --git a/public/designs/templates/default/default.yml b/public/designs/templates/default/default.yml deleted file mode 100644 index 3ad2eaf..0000000 --- a/public/designs/templates/default/default.yml +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 62a929a..0000000 Binary files a/public/designs/templates/default/images/add.png and /dev/null differ diff --git a/public/designs/templates/default/images/bgblue.jpg b/public/designs/templates/default/images/bgblue.jpg deleted file mode 100644 index d37b70a..0000000 Binary files a/public/designs/templates/default/images/bgblue.jpg and /dev/null differ diff --git a/public/designs/templates/default/images/bgblue.png b/public/designs/templates/default/images/bgblue.png deleted file mode 100644 index 8e2f803..0000000 Binary files a/public/designs/templates/default/images/bgblue.png and /dev/null differ diff --git a/public/designs/templates/default/images/bggreen.jpg b/public/designs/templates/default/images/bggreen.jpg deleted file mode 100644 index 7441922..0000000 Binary files a/public/designs/templates/default/images/bggreen.jpg and /dev/null differ diff --git a/public/designs/templates/default/images/bggreen.png b/public/designs/templates/default/images/bggreen.png deleted file mode 100644 index bf8bc78..0000000 Binary files a/public/designs/templates/default/images/bggreen.png and /dev/null differ diff --git a/public/designs/templates/default/images/bgorange.jpg b/public/designs/templates/default/images/bgorange.jpg deleted file mode 100644 index ac21eb7..0000000 Binary files a/public/designs/templates/default/images/bgorange.jpg and /dev/null differ diff --git a/public/designs/templates/default/images/bgorange.png b/public/designs/templates/default/images/bgorange.png deleted file mode 100644 index df393bc..0000000 Binary files a/public/designs/templates/default/images/bgorange.png and /dev/null differ diff --git a/public/designs/templates/default/images/bgpurple.jpg b/public/designs/templates/default/images/bgpurple.jpg deleted file mode 100644 index bb901e0..0000000 Binary files a/public/designs/templates/default/images/bgpurple.jpg and /dev/null differ diff --git a/public/designs/templates/default/images/bgpurple.png b/public/designs/templates/default/images/bgpurple.png deleted file mode 100644 index 3745b84..0000000 Binary files a/public/designs/templates/default/images/bgpurple.png and /dev/null differ diff --git a/public/designs/templates/default/images/bgred.jpg b/public/designs/templates/default/images/bgred.jpg deleted file mode 100644 index ad9339d..0000000 Binary files a/public/designs/templates/default/images/bgred.jpg and /dev/null differ diff --git a/public/designs/templates/default/images/bgred.png b/public/designs/templates/default/images/bgred.png deleted file mode 100644 index 50c8493..0000000 Binary files a/public/designs/templates/default/images/bgred.png and /dev/null differ diff --git a/public/designs/templates/default/images/foto.png b/public/designs/templates/default/images/foto.png deleted file mode 100644 index ee1a089..0000000 Binary files a/public/designs/templates/default/images/foto.png and /dev/null differ diff --git a/public/designs/templates/default/stylesheets/cms.css b/public/designs/templates/default/stylesheets/cms.css deleted file mode 100644 index abb8b70..0000000 --- a/public/designs/templates/default/stylesheets/cms.css +++ /dev/null @@ -1,128 +0,0 @@ - -/************************************ - * 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 deleted file mode 100644 index bf52eee..0000000 --- a/public/designs/templates/default/stylesheets/contentblocks.css +++ /dev/null @@ -1,34 +0,0 @@ -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 deleted file mode 100644 index 02e2f9f..0000000 --- a/public/designs/templates/default/stylesheets/editor.css +++ /dev/null @@ -1,90 +0,0 @@ -#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 deleted file mode 100644 index fa2ad3c..0000000 --- a/public/designs/templates/default/stylesheets/style.css +++ /dev/null @@ -1,113 +0,0 @@ -@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 deleted file mode 100644 index 252f8ba..0000000 Binary files a/public/designs/templates/default/thumbnail.jpg and /dev/null differ diff --git a/public/designs/templates/leftbar/images/bg_bgheader.png b/public/designs/templates/leftbar/images/bg_bgheader.png deleted file mode 100644 index e9e5b8e..0000000 Binary files a/public/designs/templates/leftbar/images/bg_bgheader.png and /dev/null differ diff --git a/public/designs/templates/leftbar/images/bg_content.png b/public/designs/templates/leftbar/images/bg_content.png deleted file mode 100644 index b6ec69c..0000000 Binary files a/public/designs/templates/leftbar/images/bg_content.png and /dev/null differ diff --git a/public/designs/templates/leftbar/images/bg_footer.png b/public/designs/templates/leftbar/images/bg_footer.png deleted file mode 100644 index 09093a6..0000000 Binary files a/public/designs/templates/leftbar/images/bg_footer.png and /dev/null differ diff --git a/public/designs/templates/leftbar/images/bg_header.png b/public/designs/templates/leftbar/images/bg_header.png deleted file mode 100644 index 97a89e8..0000000 Binary files a/public/designs/templates/leftbar/images/bg_header.png and /dev/null differ diff --git a/public/designs/templates/leftbar/leftbar.yml b/public/designs/templates/leftbar/leftbar.yml deleted file mode 100644 index 66ca237..0000000 --- a/public/designs/templates/leftbar/leftbar.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: "LeftBar 2 columns" -description: "A theme with 2 columns" -number_of_boxes: 2 diff --git a/public/designs/templates/leftbar/source/bluestyle.png b/public/designs/templates/leftbar/source/bluestyle.png deleted file mode 100644 index 9c188b6..0000000 Binary files a/public/designs/templates/leftbar/source/bluestyle.png and /dev/null differ diff --git a/public/designs/templates/leftbar/source/bluestyle.svg b/public/designs/templates/leftbar/source/bluestyle.svg deleted file mode 100644 index def5aee..0000000 --- a/public/designs/templates/leftbar/source/bluestyle.svg +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - Barra de Ferramentas - - - - - - - - - - Itens para Adicionar - - - diff --git a/public/designs/templates/leftbar/source/tmpimg.png b/public/designs/templates/leftbar/source/tmpimg.png deleted file mode 100644 index fdae50d..0000000 Binary files a/public/designs/templates/leftbar/source/tmpimg.png and /dev/null differ diff --git a/public/designs/templates/leftbar/stylesheets/cms.css b/public/designs/templates/leftbar/stylesheets/cms.css deleted file mode 100644 index abb8b70..0000000 --- a/public/designs/templates/leftbar/stylesheets/cms.css +++ /dev/null @@ -1,128 +0,0 @@ - -/************************************ - * 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/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css deleted file mode 100644 index 532fabb..0000000 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ /dev/null @@ -1,115 +0,0 @@ -body { -margin: 0px; -padding: 0px; -font-family: Verdana, Sans-Serif; -font-size: 14px; -} - -#wrap { -background: url("../images/bg_content.png") top center repeat-y; -} - -#frame { - background: url("../images/bg_bgheader.png") top left repeat-x; -} - -#header { -background: url("../images/bg_header.png") top center no-repeat; -height: 135px; -} - -#boxes { -position: relative; -width: 780px; -left: 50%; -margin-left: -390px; -padding-top: 1em; -} - -#box_2 { -float: left; -width: 200px; -} - -#box_1 { -margin-left: 205px; -} - -#spinner { - z-index: 1000; - position: absolute; - left: 50%; - margin-left: -16px; - top: 200px; -} - - -#footer_content { -clear: both; -} - -#footer { -margin: 0px; -padding: 5px; -text-align: center; -clear: both; -background: #c5d0df url("../images/bg_footer.png") top left repeat-x; -} - - -/* 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; -} - diff --git a/public/designs/templates/leftbar/thumbnail.jpg b/public/designs/templates/leftbar/thumbnail.jpg deleted file mode 100644 index c11845a..0000000 Binary files a/public/designs/templates/leftbar/thumbnail.jpg and /dev/null differ diff --git a/public/designs/templates/onecolumn/images/bg_bgheader.png b/public/designs/templates/onecolumn/images/bg_bgheader.png deleted file mode 100644 index 045325a..0000000 Binary files a/public/designs/templates/onecolumn/images/bg_bgheader.png and /dev/null differ diff --git a/public/designs/templates/onecolumn/images/bg_content.png b/public/designs/templates/onecolumn/images/bg_content.png deleted file mode 100644 index ae4d548..0000000 Binary files a/public/designs/templates/onecolumn/images/bg_content.png and /dev/null differ diff --git a/public/designs/templates/onecolumn/images/bg_footer.png b/public/designs/templates/onecolumn/images/bg_footer.png deleted file mode 100644 index a7ea6b1..0000000 Binary files a/public/designs/templates/onecolumn/images/bg_footer.png and /dev/null differ diff --git a/public/designs/templates/onecolumn/images/bg_header.png b/public/designs/templates/onecolumn/images/bg_header.png deleted file mode 100644 index 7218f10..0000000 Binary files a/public/designs/templates/onecolumn/images/bg_header.png and /dev/null differ diff --git a/public/designs/templates/onecolumn/images/fbes.png b/public/designs/templates/onecolumn/images/fbes.png deleted file mode 100644 index 2cc6b1c..0000000 Binary files a/public/designs/templates/onecolumn/images/fbes.png and /dev/null differ diff --git a/public/designs/templates/onecolumn/onecolumn.yml b/public/designs/templates/onecolumn/onecolumn.yml deleted file mode 100644 index 58bbd55..0000000 --- a/public/designs/templates/onecolumn/onecolumn.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "Auto Resize 1 colum" -number_of_boxes: 1 diff --git a/public/designs/templates/onecolumn/stylesheets/cms.css b/public/designs/templates/onecolumn/stylesheets/cms.css deleted file mode 100644 index abb8b70..0000000 --- a/public/designs/templates/onecolumn/stylesheets/cms.css +++ /dev/null @@ -1,128 +0,0 @@ - -/************************************ - * 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/onecolumn/stylesheets/style.css b/public/designs/templates/onecolumn/stylesheets/style.css deleted file mode 100644 index e1d9e9b..0000000 --- a/public/designs/templates/onecolumn/stylesheets/style.css +++ /dev/null @@ -1,132 +0,0 @@ -body { - font-family: Verdana, Sans-Serif; - font-size: 14px; -} - -#wrap { -} - -#frame { -background: url("../images/bg_bgheader.png") top left repeat-x; -} - -#header { -height: 55px; -} - -#boxes { - position: relative; - width: auto; - margin: 20px; - padding: 10px; -} - -#box_1 { -} - -#spinner { - z-index: 1000; - position: absolute; - left: 50%; - margin-left: -16px; - top: 200px; -} - -#footer { - clear: both; - text-align: center; - font-size: smaller; - color: #333; - margin: 0px; - padding: 5px; - background: #c5d0df url("../images/bg_footer.png") top left repeat-x; -} - - -/* 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; -} - -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-image: url(../../../icons/default/cancel.png); - background-position: top left; - background-repeat: no-repeat; -} -div#notice .button a:hover { - background-color: #ffd; -} diff --git a/public/designs/templates/onecolumn/thumbnail.jpg b/public/designs/templates/onecolumn/thumbnail.jpg deleted file mode 100644 index 2e98c98..0000000 Binary files a/public/designs/templates/onecolumn/thumbnail.jpg and /dev/null differ diff --git a/public/designs/templates/raw/raw.yml b/public/designs/templates/raw/raw.yml deleted file mode 100644 index 48962cf..0000000 --- a/public/designs/templates/raw/raw.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: "Raw Layout 1 column" -description: "Mode Raw 1 column" -number_of_boxes: 1 diff --git a/public/designs/templates/raw/stylesheets/style.css b/public/designs/templates/raw/stylesheets/style.css deleted file mode 100644 index 8ab0ebf..0000000 --- a/public/designs/templates/raw/stylesheets/style.css +++ /dev/null @@ -1,4 +0,0 @@ -#frame { -margin-top: 50px; -padding: 10px; -} diff --git a/public/designs/templates/raw/thumbnail.jpg b/public/designs/templates/raw/thumbnail.jpg deleted file mode 100644 index 80d2755..0000000 Binary files a/public/designs/templates/raw/thumbnail.jpg and /dev/null differ diff --git a/public/designs/templates/threecolumn/images/bg_bgheader.png b/public/designs/templates/threecolumn/images/bg_bgheader.png deleted file mode 100644 index 842e1f2..0000000 Binary files a/public/designs/templates/threecolumn/images/bg_bgheader.png and /dev/null differ diff --git a/public/designs/templates/threecolumn/images/bg_content.png b/public/designs/templates/threecolumn/images/bg_content.png deleted file mode 100644 index 8fa8c3b..0000000 Binary files a/public/designs/templates/threecolumn/images/bg_content.png and /dev/null differ diff --git a/public/designs/templates/threecolumn/images/bg_footer.png b/public/designs/templates/threecolumn/images/bg_footer.png deleted file mode 100644 index 230ea04..0000000 Binary files a/public/designs/templates/threecolumn/images/bg_footer.png and /dev/null differ diff --git a/public/designs/templates/threecolumn/images/bg_header.png b/public/designs/templates/threecolumn/images/bg_header.png deleted file mode 100644 index b539e40..0000000 Binary files a/public/designs/templates/threecolumn/images/bg_header.png and /dev/null differ diff --git a/public/designs/templates/threecolumn/images/fbes.png b/public/designs/templates/threecolumn/images/fbes.png deleted file mode 100644 index 2cc6b1c..0000000 Binary files a/public/designs/templates/threecolumn/images/fbes.png and /dev/null differ diff --git a/public/designs/templates/threecolumn/source/bluestyle.png b/public/designs/templates/threecolumn/source/bluestyle.png deleted file mode 100644 index 9c188b6..0000000 Binary files a/public/designs/templates/threecolumn/source/bluestyle.png and /dev/null differ diff --git a/public/designs/templates/threecolumn/source/bluestyle.svg b/public/designs/templates/threecolumn/source/bluestyle.svg deleted file mode 100644 index 2395494..0000000 --- a/public/designs/templates/threecolumn/source/bluestyle.svg +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - Barra de Ferramentas - - - - - - - - - - Itens para Adicionar - - - - diff --git a/public/designs/templates/threecolumn/source/tmpimg.png b/public/designs/templates/threecolumn/source/tmpimg.png deleted file mode 100644 index fdae50d..0000000 Binary files a/public/designs/templates/threecolumn/source/tmpimg.png and /dev/null differ diff --git a/public/designs/templates/threecolumn/stylesheets/cms.css b/public/designs/templates/threecolumn/stylesheets/cms.css deleted file mode 100644 index abb8b70..0000000 --- a/public/designs/templates/threecolumn/stylesheets/cms.css +++ /dev/null @@ -1,128 +0,0 @@ - -/************************************ - * 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/threecolumn/stylesheets/style.css b/public/designs/templates/threecolumn/stylesheets/style.css deleted file mode 100644 index 7f49faa..0000000 --- a/public/designs/templates/threecolumn/stylesheets/style.css +++ /dev/null @@ -1,151 +0,0 @@ -body { - font-family: Verdana, Sans-Serif; - font-size: 14px; -} - -#wrap { -background: url("../images/bg_content.png") top center repeat-y; -} - -#frame { -background: url("../images/bg_bgheader.png") top left repeat-x; -} - -#header { -background: url("../images/bg_header.png") top center no-repeat; -height: 135px; -} - -#boxes { - position: relative; - width: 760px; - left: 50%; - margin-left: -380px; - padding: 0em; -} - -#box_3 { - width: 200px; - float: right; -} - -#box_2 { - float: left; - width: 200px; -} - -#box_1 { - margin-left: 205px; - margin-right: 205px; -} - -#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; - background: #c5d0df url("../images/bg_footer.png") top left repeat-x; -} - - -/* 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; -} - -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-image: url(../../../icons/default/cancel.png); - background-position: top left; - background-repeat: no-repeat; -} -div#notice .button a:hover { - background-color: #ffd; -} diff --git a/public/designs/templates/threecolumn/threecolumn.yml b/public/designs/templates/threecolumn/threecolumn.yml deleted file mode 100644 index 70dfdc8..0000000 --- a/public/designs/templates/threecolumn/threecolumn.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/thumbnail.jpg b/public/designs/templates/threecolumn/thumbnail.jpg deleted file mode 100644 index 678e4ca..0000000 Binary files a/public/designs/templates/threecolumn/thumbnail.jpg and /dev/null differ diff --git a/public/designs/themes/default/images/bottom.png b/public/designs/themes/default/images/bottom.png deleted file mode 100644 index 1a32718..0000000 Binary files a/public/designs/themes/default/images/bottom.png and /dev/null differ diff --git a/public/designs/themes/default/images/button.png b/public/designs/themes/default/images/button.png deleted file mode 100644 index f723229..0000000 Binary files a/public/designs/themes/default/images/button.png and /dev/null differ diff --git a/public/designs/themes/default/images/h3bg.png b/public/designs/themes/default/images/h3bg.png deleted file mode 100644 index c3c5426..0000000 Binary files a/public/designs/themes/default/images/h3bg.png and /dev/null differ diff --git a/public/designs/themes/default/macstyle.yml b/public/designs/themes/default/macstyle.yml deleted file mode 100644 index 4ca77f2..0000000 --- a/public/designs/themes/default/macstyle.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "i3theme Mac" -description: "A theme with Mac Os style" diff --git a/public/designs/themes/default/style.css b/public/designs/themes/default/style.css deleted file mode 100644 index 0b9eb4d..0000000 --- a/public/designs/themes/default/style.css +++ /dev/null @@ -1,88 +0,0 @@ -/* MacStyle Theme for Blocks */ - -div.block -{ - background: #FFFFFF; - border: 0px; -} - -ul.block_control_list -{ - list-style: none; - margin: 0px; - padding: 0px; -} - -h3.block_header -{ - position: relative; - background: url('images/h3bg.png') repeat-x; - cursor:move; - font-family: Sans-serif; - font-size: 15px; - margin: 0px; - padding: 0px; - overflow: hidden; - color: #545454; - padding-left: 10px; - height: 25px; - vertical-align: top; -} - -a.button_block span { -display: none; -padding: 1px; -color: #000; -background: #dfdfdf; -font-family: Sans-serif; -font-size: 10px; -font-weight: normal; -border: 1px inset #545454; -} - -a.button_block:hover span { -display: inline; -position: absolute; -margin-top: -20px; -} - -a.button_block { -display: block; -float: right; -position: absolute; -width: 20px; -height: 20px; -text-decoration: none; -} - -div.block a.button_block_hide { -right: 25px; -background:url('images/button.png') no-repeat; -background-position: 0px 0px; -} - -div.block a:hover.button_block_hide { -background: url('images/button.png') no-repeat; -background-position: 0px -20px; -} - -div.block a.button_block_remove { -right: 5px; -background: url('images/button.png') no-repeat; -background-position:-20px 0; -} - -div.block a:hover.button_block_remove { -background: url('images/button.png') no-repeat; -background-position:-20px -20px; -} - -div.block_content -{ - margin: 0; - padding: 5px 10px 9px 10px; - background: url(images/bottom.png) repeat-x 0 100%; - overflow: hidden; -} - - diff --git a/public/designs/themes/default/thumbnail.jpg b/public/designs/themes/default/thumbnail.jpg deleted file mode 100644 index 2c54e0d..0000000 Binary files a/public/designs/themes/default/thumbnail.jpg and /dev/null differ diff --git a/public/designs/themes/gray/default.yml b/public/designs/themes/gray/default.yml deleted file mode 100644 index bcad135..0000000 --- a/public/designs/themes/gray/default.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "Default" -description: "A simple theme" diff --git a/public/designs/themes/gray/style.css b/public/designs/themes/gray/style.css deleted file mode 100644 index 0f68e16..0000000 --- a/public/designs/themes/gray/style.css +++ /dev/null @@ -1,90 +0,0 @@ -/* Default Plain Theme for Blocks */ - -div.block -{ - background: #FFFFFF; - border: 3px solid #000000; - margin-bottom: 10px; -} - -div.block ul -{ - list-style: none; - margin-left: 15px; -} - -div.block h3 -{ - color: #FFFFFF; - background: #545454; - font-family: Sans-serif; - font-size: 13px; - font-weight: normal; - border-bottom: 1px solid black; - height: 27px; - margin: 0px; - line-height: 27px; - padding-left: 10px; -} - -div.block span { -display: none; -} - -div.block a.button_block_hide:hover span { -display: inline; -position: absolute; -color: #dfdfdf; -background: #000000; -font-family: Sans-serif; -font-size: 13px; -font-weight: normal; -margin: 10px; -padding-left: 5px; -padding-right: 5px; -} - -div.block a.button_block { -display: block !important; -width: 10px !important; -height: 10px !important; -margin-top: 10px !important; -margin-right: 5px !important; -float: right !important; -} - -div.block a.button_block_hide { -border-bottom: 2px solid #dfdfdf; -} - -div.block a:hover.button_block_hide { -border-bottom: 2px solid #000000; -} - -div.block a.button_block_remove { -background: #dfdfdf; -} - -div.block a:hover.button_block_remove { -background: #000000; -} - -div.block_content -{ - padding: 5px; -} - -div.block ul { - padding-left: 0px; - margin: 0px; -} - -div.block ul li a:link, -div.block ul li a:hover { - display: block; - color: #000; -} -div.block ul li a:hover { - background: #ddd; - color: red; -} diff --git a/public/designs/themes/gray/thumbnail.jpg b/public/designs/themes/gray/thumbnail.jpg deleted file mode 100644 index 034fb9f..0000000 Binary files a/public/designs/themes/gray/thumbnail.jpg and /dev/null differ diff --git a/public/designs/themes/green/green.yml b/public/designs/themes/green/green.yml deleted file mode 100644 index a609474..0000000 --- a/public/designs/themes/green/green.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "Green" -description: "A theme with green stuff" diff --git a/public/designs/themes/green/style.css b/public/designs/themes/green/style.css deleted file mode 100644 index a833ce3..0000000 --- a/public/designs/themes/green/style.css +++ /dev/null @@ -1,77 +0,0 @@ -/* Green Theme for Blocks */ - -div.block -{ - background: #FFFFFF; - border: 3px solid #060; - margin-bottom: 10px; -} - -div.block ul -{ - list-style: none; - margin-left: 15px; -} - -div.block h3 -{ - color: #afa; - background: green; - font-family: Sans-serif; - font-size: 13px; - font-weight: normal; - border-bottom: 1px solid black; - height: 27px; - margin: 0px; - line-height: 27px; - padding-left: 10px; -} - -div.block span { -display: none; -} - -div.block a:hover span { -display: inline; -position: absolute; -color: white; -background: #009900; -font-family: Sans-serif; -font-size: 13px; -font-weight: normal; -margin: 10px; -padding-left: 5px; -padding-right: 5px; -} - -div.block a { -display: block; -width: 10px; -height: 10px; -margin-top: 10px; -margin-right: 5px; -float: right; -} - -div.block a.button_block_hide { -border-bottom: 2px solid #dfdfdf; -} - -div.block a:hover.button_block_hide { -border-bottom: 2px solid #000000; -} - -div.block a.button_block_remove { -background: #dfdfdf; -} - -div.block a:hover.button_block_remove { -background: #000000; -} - -div.block_content -{ - padding: 5px; -} - - diff --git a/public/designs/themes/green/thumbnail.jpg b/public/designs/themes/green/thumbnail.jpg deleted file mode 100644 index 7fa868e..0000000 Binary files a/public/designs/themes/green/thumbnail.jpg and /dev/null differ -- libgit2 0.21.2