diff --git a/public/designs/templates/2leftbars/config.yml b/public/designs/templates/2leftbars/config.yml new file mode 100644 index 0000000..5cc015e --- /dev/null +++ b/public/designs/templates/2leftbars/config.yml @@ -0,0 +1,3 @@ +title: "2 sidebars at left of content" +description: "A template with 2 sidebars at left of content" +number_of_boxes: 3 diff --git a/public/designs/templates/2leftbars/stylesheets/style.css b/public/designs/templates/2leftbars/stylesheets/style.css new file mode 100644 index 0000000..876ba49 --- /dev/null +++ b/public/designs/templates/2leftbars/stylesheets/style.css @@ -0,0 +1,27 @@ +.box-1 { + margin: 0 0 0 400px; +} + +.box-1 .blocks { + width: 100%; + float: left; +} + +.box-2 { + position: relative; + float: left; + width: 190px; + padding-left: 10px; +} + +.box-3 { + position: relative; + float: left; + width: 190px; +} + +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 460px; +} diff --git a/public/designs/templates/2leftbars/thumbnail.png b/public/designs/templates/2leftbars/thumbnail.png new file mode 100644 index 0000000..e9b8a52 Binary files /dev/null and b/public/designs/templates/2leftbars/thumbnail.png differ diff --git a/public/designs/templates/2leftbars/thumbnail.svg b/public/designs/templates/2leftbars/thumbnail.svg new file mode 100644 index 0000000..b1f2a09 --- /dev/null +++ b/public/designs/templates/2leftbars/thumbnail.svg @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 127f48c..5f4f8c6 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -1,30 +1,22 @@ - -#boxes { - /* none */ -} - .box-1 { - margin: 0px 210px 0px 210px; + margin: 0 200px 0 200px; } + .box-1 .blocks { width: 100%; float: left; } .box-2 { + position: relative; float: left; - width: 200px; + width: 190px; } .box-3 { - float: right; - width: 200px; -} - -.block { position: relative; - padding: 10px 0px; - float: none; + float: right; + width: 190px; } #profile-activity ul, diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index 65bf1c2..6b65ea2 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -1,5 +1,5 @@ .box-1 { - margin: 0 30px 0 210px; + margin: 0 0 0 200px; } .box-1 .blocks { @@ -8,16 +8,11 @@ } .box-2 { + position: relative; float: left; width: 190px; } -.block { - position: relative; - padding: 10px 0; - float: none; -} - #leave_scrap_content_limit, #leave_scrap_content_left { float: none; diff --git a/public/designs/templates/rightbar/stylesheets/style.css b/public/designs/templates/rightbar/stylesheets/style.css index 28065a7..3ec2a08 100644 --- a/public/designs/templates/rightbar/stylesheets/style.css +++ b/public/designs/templates/rightbar/stylesheets/style.css @@ -1,5 +1,5 @@ .box-1 { - margin: 0 210px 0 30px; + margin: 0 200px 0 0; } .box-1 .blocks { @@ -8,14 +8,9 @@ } .box-2 { - float: right; - width: 200px; -} - -.block { position: relative; - padding: 10px 0; - float: none; + float: right; + width: 190px; } #leave_scrap_content_limit, diff --git a/public/designs/themes/base/style.css b/public/designs/themes/base/style.css index d639a82..8d23d38 100644 --- a/public/designs/themes/base/style.css +++ b/public/designs/themes/base/style.css @@ -280,23 +280,6 @@ body, th, td, input { -webkit-border-radius: 0px; } -/***************************** boxes ********************************/ - -.template-default .box-1 { /* Center */ - position: relative; - margin: 0px 200px 0px 200px; -} - -.template-default .box-2 { /* Left */ - position: relative; - width: 190px; -} - -.template-default .box-3 { /* Right */ - position: relative; - width: 190px; -} - /************************** main content *****************************/ #main-content-wrapper-1, #main-content-wrapper-2, @@ -325,6 +308,12 @@ body, th, td, input { border-bottom: 2px solid #2e3436; } +.block { + position: relative; + padding: 10px 0; + float: none; +} + /***************************** header ********************************/ #theme-header { height: 20px; -- libgit2 0.21.2