diff --git a/public/designs/templates/leftbottom/config.yml b/public/designs/templates/leftbottom/config.yml new file mode 100644 index 0000000..f3a563d --- /dev/null +++ b/public/designs/templates/leftbottom/config.yml @@ -0,0 +1,4 @@ +name: "Left and Bottom bar" +title: "Style 2 columns and a box at bottom of content" +description: "A theme with 2 columns and a box below the content" +number_of_boxes: 3 diff --git a/public/designs/templates/leftbottom/stylesheets/style.css b/public/designs/templates/leftbottom/stylesheets/style.css new file mode 100644 index 0000000..c1e26ad --- /dev/null +++ b/public/designs/templates/leftbottom/stylesheets/style.css @@ -0,0 +1,37 @@ +#boxes { + display: table; + width: 100%; +} + +.box-1 { + margin: 0 0 0 200px; +} + +.box-1 .blocks { + width: 100%; + float: left; +} + +.box-2 { + position: relative; + float: left; + width: 190px; +} + +.box-3 { + position: relative; + display: table-footer-group; + width: 100%; +} + +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 460px; +} +#profile-activity ul.comment-replies, +#profile-network ul.comment-replies, +#profile-wall ul.comment-replies { + width: auto; +} + diff --git a/public/designs/templates/leftbottom/thumbnail.png b/public/designs/templates/leftbottom/thumbnail.png new file mode 100644 index 0000000..dfd398e Binary files /dev/null and b/public/designs/templates/leftbottom/thumbnail.png differ diff --git a/public/designs/templates/leftbottom/thumbnail.svg b/public/designs/templates/leftbottom/thumbnail.svg new file mode 100644 index 0000000..4a348cc --- /dev/null +++ b/public/designs/templates/leftbottom/thumbnail.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/public/designs/templates/leftfooter/config.yml b/public/designs/templates/leftfooter/config.yml deleted file mode 100644 index 8ce4495..0000000 --- a/public/designs/templates/leftfooter/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -name: "Left bar and Footer" -title: "Style 2 columns and Footer" -description: "A theme with 2 columns and footer" -number_of_boxes: 3 diff --git a/public/designs/templates/leftfooter/stylesheets/style.css b/public/designs/templates/leftfooter/stylesheets/style.css deleted file mode 100644 index c1e26ad..0000000 --- a/public/designs/templates/leftfooter/stylesheets/style.css +++ /dev/null @@ -1,37 +0,0 @@ -#boxes { - display: table; - width: 100%; -} - -.box-1 { - margin: 0 0 0 200px; -} - -.box-1 .blocks { - width: 100%; - float: left; -} - -.box-2 { - position: relative; - float: left; - width: 190px; -} - -.box-3 { - position: relative; - display: table-footer-group; - width: 100%; -} - -#profile-activity ul, -#profile-network ul, -#profile-wall ul { - width: 460px; -} -#profile-activity ul.comment-replies, -#profile-network ul.comment-replies, -#profile-wall ul.comment-replies { - width: auto; -} - diff --git a/public/designs/templates/leftfooter/thumbnail.png b/public/designs/templates/leftfooter/thumbnail.png deleted file mode 100644 index dfd398e..0000000 Binary files a/public/designs/templates/leftfooter/thumbnail.png and /dev/null differ diff --git a/public/designs/templates/leftfooter/thumbnail.svg b/public/designs/templates/leftfooter/thumbnail.svg deleted file mode 100644 index 4a348cc..0000000 --- a/public/designs/templates/leftfooter/thumbnail.svg +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - -- libgit2 0.21.2