diff --git a/public/designs/templates/default/thumbnail.svg b/public/designs/templates/default/thumbnail.svg deleted file mode 100644 index 45ed8d9..0000000 --- a/public/designs/templates/default/thumbnail.svg +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/public/designs/templates/leftbar/images/bg_bgheader.png b/public/designs/templates/leftbar/images/bg_bgheader.png new file mode 100644 index 0000000..045325a Binary files /dev/null and b/public/designs/templates/leftbar/images/bg_bgheader.png differ diff --git a/public/designs/templates/leftbar/images/bg_content.png b/public/designs/templates/leftbar/images/bg_content.png new file mode 100644 index 0000000..ae4d548 Binary files /dev/null and b/public/designs/templates/leftbar/images/bg_content.png differ diff --git a/public/designs/templates/leftbar/images/bg_footer.png b/public/designs/templates/leftbar/images/bg_footer.png new file mode 100644 index 0000000..a7ea6b1 Binary files /dev/null and b/public/designs/templates/leftbar/images/bg_footer.png differ diff --git a/public/designs/templates/leftbar/images/bg_header.png b/public/designs/templates/leftbar/images/bg_header.png new file mode 100644 index 0000000..2d96afd Binary files /dev/null and b/public/designs/templates/leftbar/images/bg_header.png differ diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css new file mode 100644 index 0000000..0acc4c2 --- /dev/null +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -0,0 +1,109 @@ +body { +margin: 0px; +padding: 0px; +font-family: Verdana, Sans-Serif; +font-size: 14px; +} + +#frame { +background: #FFF url("../images/bg_content.png") top center repeat-y; +} + +#content { +background: url("../images/bg_bgheader.png") top left repeat-x; +} + +#header_content { +background: url("../images/bg_header.png") top center no-repeat; +height: 135px; +} + +#boxes { +position: relative; +width: 780px; +left: 50%; +margin-left: -390px; +} + +#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 { +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; +} + -- libgit2 0.21.2