diff --git a/public/stylesheets/default.css b/public/stylesheets/default.css deleted file mode 100644 index 06ea101..0000000 --- a/public/stylesheets/default.css +++ /dev/null @@ -1,42 +0,0 @@ -.edit_mode .hover { - background-color: pink; - border: 2px dotted black; -} - -.edit_mode .hover ul li { - border: 2px dotted black; -} - -.edit_mode #box_1 ul, .edit_mode #box_2 ul, .edit_mode #box_3 ul { - list-style: none; - cursor: -moz-grab; - margin: 10px; - padding:0px; - -} - -.edit_mode #box_1 ul li, .edit_mode #box_2 ul li, .edit_mode #box_3 ul li { - list-style: none; - cursor: -moz-grab; - border: 1px solid black; - margin: 15px; -} - -.edit_mode #box_1, .edit_mode #box_2, .edit_mode #box_3 { - border: 3px solid green; -} - -#box_1 { - width: 200px; - float: left; -} -#box_2 { - width: 600px; - float: left; - margin: 0px 10px 0px 10px; -} -#box_3 { - width: 400px; - - float: left; -} diff --git a/public/templates/default/default.yml b/public/templates/default/default.yml new file mode 100644 index 0000000..0e29273 --- /dev/null +++ b/public/templates/default/default.yml @@ -0,0 +1,2 @@ +default: + number_of_boxes: 3 diff --git a/public/templates/default/images/loading.gif b/public/templates/default/images/loading.gif new file mode 100644 index 0000000..5bb90fd Binary files /dev/null and b/public/templates/default/images/loading.gif differ diff --git a/public/templates/default/stylesheets/default.css b/public/templates/default/stylesheets/default.css new file mode 100644 index 0000000..06ea101 --- /dev/null +++ b/public/templates/default/stylesheets/default.css @@ -0,0 +1,42 @@ +.edit_mode .hover { + background-color: pink; + border: 2px dotted black; +} + +.edit_mode .hover ul li { + border: 2px dotted black; +} + +.edit_mode #box_1 ul, .edit_mode #box_2 ul, .edit_mode #box_3 ul { + list-style: none; + cursor: -moz-grab; + margin: 10px; + padding:0px; + +} + +.edit_mode #box_1 ul li, .edit_mode #box_2 ul li, .edit_mode #box_3 ul li { + list-style: none; + cursor: -moz-grab; + border: 1px solid black; + margin: 15px; +} + +.edit_mode #box_1, .edit_mode #box_2, .edit_mode #box_3 { + border: 3px solid green; +} + +#box_1 { + width: 200px; + float: left; +} +#box_2 { + width: 600px; + float: left; + margin: 0px 10px 0px 10px; +} +#box_3 { + width: 400px; + + float: left; +} -- libgit2 0.21.2