diff --git a/public/designs/templates/topleft/config.yml b/public/designs/templates/topleft/config.yml new file mode 100644 index 0000000..b4c7b3f --- /dev/null +++ b/public/designs/templates/topleft/config.yml @@ -0,0 +1,4 @@ +name: "Top and Left Bar" +title: "Style 2 columns and a box at top of content" +description: "A theme with 2 columns and a box at the top of the content" +number_of_boxes: 3 diff --git a/public/designs/templates/topleft/stylesheets/style.css b/public/designs/templates/topleft/stylesheets/style.css new file mode 100644 index 0000000..1559cbd --- /dev/null +++ b/public/designs/templates/topleft/stylesheets/style.css @@ -0,0 +1,37 @@ +#boxes { + display: table; + width: 100%; +} + +.box-1 { + margin: 0 0 0 240px; +} + +.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/topleft/thumbnail.png b/public/designs/templates/topleft/thumbnail.png new file mode 100644 index 0000000..e6ee6ac Binary files /dev/null and b/public/designs/templates/topleft/thumbnail.png differ diff --git a/public/designs/templates/topleft/thumbnail.svg b/public/designs/templates/topleft/thumbnail.svg new file mode 100644 index 0000000..4a348cc --- /dev/null +++ b/public/designs/templates/topleft/thumbnail.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + -- libgit2 0.21.2