From 4a94a81ac748e208680f88ef071da10ebacdd46b Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Wed, 19 Dec 2007 20:05:43 +0000 Subject: [PATCH] ActionItem138: delete old themes blocks --- public/designs/themes/gray/default.yml | 2 -- public/designs/themes/gray/style.css | 102 ------------------------------------------------------------------------------------------------------ public/designs/themes/gray/thumbnail.jpg | Bin 3592 -> 0 bytes public/designs/themes/green/green.yml | 2 -- public/designs/themes/green/style.css | 102 ------------------------------------------------------------------------------------------------------ public/designs/themes/green/thumbnail.jpg | Bin 5443 -> 0 bytes public/designs/themes/macstyle/images/bottom.png | Bin 5536 -> 0 bytes public/designs/themes/macstyle/images/button.png | Bin 1833 -> 0 bytes public/designs/themes/macstyle/images/h3bg.png | Bin 3977 -> 0 bytes public/designs/themes/macstyle/macstyle.yml | 2 -- public/designs/themes/macstyle/style.css | 96 ------------------------------------------------------------------------------------------------ public/designs/themes/macstyle/thumbnail.jpg | Bin 3738 -> 0 bytes 12 files changed, 0 insertions(+), 306 deletions(-) delete mode 100644 public/designs/themes/gray/default.yml delete mode 100644 public/designs/themes/gray/style.css delete mode 100644 public/designs/themes/gray/thumbnail.jpg delete mode 100644 public/designs/themes/green/green.yml delete mode 100644 public/designs/themes/green/style.css delete mode 100644 public/designs/themes/green/thumbnail.jpg delete mode 100644 public/designs/themes/macstyle/images/bottom.png delete mode 100644 public/designs/themes/macstyle/images/button.png delete mode 100644 public/designs/themes/macstyle/images/h3bg.png delete mode 100644 public/designs/themes/macstyle/macstyle.yml delete mode 100644 public/designs/themes/macstyle/style.css delete mode 100644 public/designs/themes/macstyle/thumbnail.jpg 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 7a6fbaa..0000000 --- a/public/designs/themes/gray/style.css +++ /dev/null @@ -1,102 +0,0 @@ -/* Default Plain Theme for Blocks */ - -.design_block -{ - background: #FFFFFF; - border: 3px solid #000000; - margin-bottom: 10px; -} - -.design_block ul -{ - list-style: none; - margin-left: 15px; -} - - -.design_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; -} - -a.design_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; -} - -.design_block a.desing_button_block: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; -} - -.design_block a.design_button_block { - display: block !important; - width: 20px !important; - height: 20px !important; - margin-top: 3px !important; - margin-right: 5px !important; - float: right !important; -} - -.design_block a.button_block_hide { -border-bottom: 2px solid #dfdfdf; -} - -.design_block a:hover.button_block_hide { -border-bottom: 2px solid #000000; -} - -.design_block a.button_block_remove, -.design_block a.button_block_item_options, -.design_block a.button_block_options { - background: #dfdfdf; -} - -.design_block a:hover.button_block_remove, -.design_block a.hover.button_block_item_options, -.design_block a.hover.button_block_options { - background: #000000; -} - -.design_block_content -{ - padding: 5px; -} - -.design_block ul { - padding-left: 0px; - margin: 0px; -} - -.design_block ul li a:link, -.design_block ul li a:hover { - display: block; - color: #000; -} -.design_block ul li a:hover { - background: #ddd; -} - 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 a01f902..0000000 --- a/public/designs/themes/green/style.css +++ /dev/null @@ -1,102 +0,0 @@ -/* Green Theme for Blocks */ - -.design_block -{ - background: #FFFFFF; - border: 3px solid #060; - margin-bottom: 10px; -} - -.design_block ul -{ - list-style: none; - margin-left: 15px; -} - -.design_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; -} - -a.design_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; -} - -.design_block a.design_button_block: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; -} - -.design_block a.design_button_block { - display: block !important; - width: 20px !important; - height: 20px !important; - margin-top: 3px !important; - margin-right: 5px !important; - float: right !important; -} - - -.design_block a.button_block_hide { -border-bottom: 2px solid #dfdfdf; -} - -.design_block a:hover.button_block_hide { -border-bottom: 2px solid #000000; -} - -.design_block a.button_block_remove, -.design_block a.button_block_item_options, -.design_block a.button_block_options { - background: #dfdfdf; -} - -.design_block a:hover.button_block_remove, -.design_block a.hover.button_block_item_options, -.design_block a.hover.button_block_options { - background: #000000; -} - -.design_block_content -{ - padding: 5px; -} - -.design_block ul { - padding-left: 0px; - margin: 0px; -} - -.design_block ul li a:link, -.design_block ul li a:hover { - display: block; - color: #000; -} -.design_block ul li a:hover { - background: #ddd; -} - 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 diff --git a/public/designs/themes/macstyle/images/bottom.png b/public/designs/themes/macstyle/images/bottom.png deleted file mode 100644 index 1a32718..0000000 Binary files a/public/designs/themes/macstyle/images/bottom.png and /dev/null differ diff --git a/public/designs/themes/macstyle/images/button.png b/public/designs/themes/macstyle/images/button.png deleted file mode 100644 index f723229..0000000 Binary files a/public/designs/themes/macstyle/images/button.png and /dev/null differ diff --git a/public/designs/themes/macstyle/images/h3bg.png b/public/designs/themes/macstyle/images/h3bg.png deleted file mode 100644 index c3c5426..0000000 Binary files a/public/designs/themes/macstyle/images/h3bg.png and /dev/null differ diff --git a/public/designs/themes/macstyle/macstyle.yml b/public/designs/themes/macstyle/macstyle.yml deleted file mode 100644 index 4ca77f2..0000000 --- a/public/designs/themes/macstyle/macstyle.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "i3theme Mac" -description: "A theme with Mac Os style" diff --git a/public/designs/themes/macstyle/style.css b/public/designs/themes/macstyle/style.css deleted file mode 100644 index b18d494..0000000 --- a/public/designs/themes/macstyle/style.css +++ /dev/null @@ -1,96 +0,0 @@ -/* MacStyle Theme for Blocks */ - -.design_block -{ - background: #FFFFFF; - border: 0px; -} - -/* FIXME: esta usando para flutuar */ - -ul.design_block_control_list -{ - list-style: none; - margin: 0px; - padding: 0px; -} - -#design_editor h3.design_block_header { -cursor:move; -} - -.design_block h3 -{ - position: relative; - background: url('images/h3bg.png') repeat-x; - font-family: Sans-serif; - font-size: 15px; - margin: 0px; - padding: 0px; - overflow: hidden; - color: #545454; - padding-left: 10px; - height: 25px; - vertical-align: top; -} - -a.design_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.design_button_block:hover span { -display: block; -position: absolute; -margin-top: -20px; -z-index: 100; -float: left; -} - -.design_block a.design_button_block { - display: block !important; - width: 20px !important; - height: 20px !important; - margin-top: 5px !important; - margin-right: 5px !important; - float: right !important; -} - -.design_block a.button_block_hide { -background:url('images/button.png') no-repeat; -background-position: 0px 0px; -} - -.design_block a:hover.button_block_hide { -background: url('images/button.png') no-repeat; -background-position: 0px -20px; -} - -.design_block a.button_block_remove, -.design_block a.button_block_item_options, -.design_block a.button_block_options { -background: url('images/button.png') no-repeat; -background-position:-20px 0; -} - -.design_block a:hover.button_block_remove, -.design_block a.hover.button_block_item_options, -.design_block a.hover.button_block_options { -background: url('images/button.png') no-repeat; -background-position:-20px -20px; -} - -.design_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/macstyle/thumbnail.jpg b/public/designs/themes/macstyle/thumbnail.jpg deleted file mode 100644 index 2c54e0d..0000000 Binary files a/public/designs/themes/macstyle/thumbnail.jpg and /dev/null differ -- libgit2 0.21.2