From 4d405f5ff317d8cbdbcf420b5dffbfd4586fb7dc Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Mon, 15 Oct 2007 06:00:42 +0000 Subject: [PATCH] ActionItem110: Rename raw template --- public/designs/templates/raw/images/bg_bgheader.png | Bin 248 -> 0 bytes public/designs/templates/raw/images/bg_content.png | Bin 225 -> 0 bytes public/designs/templates/raw/images/bg_footer.png | Bin 168 -> 0 bytes public/designs/templates/raw/images/bg_header.png | Bin 8172 -> 0 bytes public/designs/templates/raw/images/fbes.png | Bin 4869 -> 0 bytes public/designs/templates/raw/onecolum.yml | 2 -- public/designs/templates/raw/stylesheets/style.css | 132 ------------------------------------------------------------------------------------------------------------------------------------ public/designs/templates/raw/thumbnail.png | Bin 5330 -> 0 bytes 8 files changed, 0 insertions(+), 134 deletions(-) delete mode 100644 public/designs/templates/raw/images/bg_bgheader.png delete mode 100644 public/designs/templates/raw/images/bg_content.png delete mode 100644 public/designs/templates/raw/images/bg_footer.png delete mode 100644 public/designs/templates/raw/images/bg_header.png delete mode 100644 public/designs/templates/raw/images/fbes.png delete mode 100644 public/designs/templates/raw/onecolum.yml delete mode 100644 public/designs/templates/raw/stylesheets/style.css delete mode 100644 public/designs/templates/raw/thumbnail.png diff --git a/public/designs/templates/raw/images/bg_bgheader.png b/public/designs/templates/raw/images/bg_bgheader.png deleted file mode 100644 index 045325a..0000000 Binary files a/public/designs/templates/raw/images/bg_bgheader.png and /dev/null differ diff --git a/public/designs/templates/raw/images/bg_content.png b/public/designs/templates/raw/images/bg_content.png deleted file mode 100644 index ae4d548..0000000 Binary files a/public/designs/templates/raw/images/bg_content.png and /dev/null differ diff --git a/public/designs/templates/raw/images/bg_footer.png b/public/designs/templates/raw/images/bg_footer.png deleted file mode 100644 index a7ea6b1..0000000 Binary files a/public/designs/templates/raw/images/bg_footer.png and /dev/null differ diff --git a/public/designs/templates/raw/images/bg_header.png b/public/designs/templates/raw/images/bg_header.png deleted file mode 100644 index 7218f10..0000000 Binary files a/public/designs/templates/raw/images/bg_header.png and /dev/null differ diff --git a/public/designs/templates/raw/images/fbes.png b/public/designs/templates/raw/images/fbes.png deleted file mode 100644 index 2cc6b1c..0000000 Binary files a/public/designs/templates/raw/images/fbes.png and /dev/null differ diff --git a/public/designs/templates/raw/onecolum.yml b/public/designs/templates/raw/onecolum.yml deleted file mode 100644 index 58bbd55..0000000 --- a/public/designs/templates/raw/onecolum.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "Auto Resize 1 colum" -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 e1d9e9b..0000000 --- a/public/designs/templates/raw/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/raw/thumbnail.png b/public/designs/templates/raw/thumbnail.png deleted file mode 100644 index a9332f5..0000000 Binary files a/public/designs/templates/raw/thumbnail.png and /dev/null differ -- libgit2 0.21.2