From 12e3330a8a8beffe1adbaac6a7e96de0aac80fc9 Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Mon, 30 Sep 2013 12:27:13 -0300 Subject: [PATCH] Create a new template "Left bar and Footer" --- public/designs/templates/leftfooter/config.yml | 4 ++++ public/designs/templates/leftfooter/stylesheets/style.css | 37 +++++++++++++++++++++++++++++++++++++ public/designs/templates/leftfooter/thumbnail.png | Bin 0 -> 3078 bytes public/designs/templates/leftfooter/thumbnail.svg | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 280 insertions(+), 0 deletions(-) create mode 100644 public/designs/templates/leftfooter/config.yml create mode 100644 public/designs/templates/leftfooter/stylesheets/style.css create mode 100644 public/designs/templates/leftfooter/thumbnail.png create mode 100644 public/designs/templates/leftfooter/thumbnail.svg diff --git a/public/designs/templates/leftfooter/config.yml b/public/designs/templates/leftfooter/config.yml new file mode 100644 index 0000000..8ce4495 --- /dev/null +++ b/public/designs/templates/leftfooter/config.yml @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..c1e26ad --- /dev/null +++ b/public/designs/templates/leftfooter/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/leftfooter/thumbnail.png b/public/designs/templates/leftfooter/thumbnail.png new file mode 100644 index 0000000..dfd398e Binary files /dev/null and b/public/designs/templates/leftfooter/thumbnail.png differ diff --git a/public/designs/templates/leftfooter/thumbnail.svg b/public/designs/templates/leftfooter/thumbnail.svg new file mode 100644 index 0000000..4a348cc --- /dev/null +++ b/public/designs/templates/leftfooter/thumbnail.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + -- libgit2 0.21.2