diff --git a/public/designs/templates/default/stylesheets/blocks.css b/public/designs/templates/default/stylesheets/blocks.css deleted file mode 100644 index 3a78ecb..0000000 --- a/public/designs/templates/default/stylesheets/blocks.css +++ /dev/null @@ -1,76 +0,0 @@ -/* Default Plain Theme for Blocks */ - -div.block -{ - background: #FFFFFF; - border: 3px solid #000000; - margin-bottom: 10px; -} - -div.block ul -{ - 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: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 { -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/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 71a77af..b084e7a 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -1,5 +1,3 @@ -@import "blocks.css"; - body, td, tr, li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; @@ -42,7 +40,7 @@ blockquote p { } #content { - padding: 1em; + padding: 0px; } #footer { @@ -60,47 +58,67 @@ blockquote p { } #boxes { -position: relative; -border: 1px solid red; + position: relative; + padding: 1em; +/* border: 1px solid red; */ } -#boxes ul, #boxes li { -list-style: none; +ul.block_list { margin: 0; padding: 0; } +ul.block_list li { +list-style: none; +} + /* Box 1 is the main area */ #box_1 { margin-right: 220px; margin-left: 220px; - border: 1px solid yellow; + /* border: 1px solid yellow; */ } /* Box 2 on the left side */ #box_2 { float: left; - border: 1px solid blue; + /* border: 1px solid blue; */ width: 200px; padding: 0px; } /* Box 3 on the right side */ #box_3 { - border: 1px solid green; + /* border: 1px solid green; */ width: 200px; float: right; padding: 0px; } -table { - border-collapse: collapse; +#design_editor_toolbar { + padding: 0.5em; } -td, th { - border: 1px solid gray; +#design_editor_toolbar h3 { + margin-top: 0px; + margin-bottom: 0.5em; } -th { - background: gray; +#design_editor .box { + border: 2px dashed gray; + padding: 2px; +} + +#design_editor .hover { + background: #ff6; + border: 2px solid black; +} + +#design_editor_toolbar { + border: 1px solid black; + margin-bottom: 0.5em; +} + +.design_editor_box_toolbar { + padding: 0.5em; } diff --git a/public/designs/themes/green/green.css b/public/designs/themes/green/green.css index e3d163e..40a8c17 100644 --- a/public/designs/themes/green/green.css +++ b/public/designs/themes/green/green.css @@ -1,4 +1 @@ - -#frame { - background-color: pink; -} +/* empty */ diff --git a/public/designs/themes/green/green.yml b/public/designs/themes/green/green.yml index 56592b3..a609474 100644 --- a/public/designs/themes/green/green.yml +++ b/public/designs/themes/green/green.yml @@ -1,2 +1,2 @@ -title: "Pink" -description: "A theme with weird taste for colors" +title: "Green" +description: "A theme with green stuff" -- libgit2 0.21.2