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 aa4b8c0..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.jpg") top left no-repeat; -} - -#wrap.category1 { - background-attachment: fixed; - background: url("../images/bgorange.jpg") top left no-repeat; - } - -#wrap.category2 { - background-attachment: fixed; - background: url("../images/bggreen.jpg") top left no-repeat; - } - -#wrap.category3 { - background-attachment: fixed; - background: url("../images/bgpurple.jpg") top left no-repeat; - } - -#wrap.category4 { - background-attachment: fixed; - background: url("../images/bgred.jpg") 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; -} -- libgit2 0.21.2