diff --git a/public/designs/templates/default/default.yml b/public/designs/templates/default/default.yml deleted file mode 100644 index 7c0cef5..0000000 --- a/public/designs/templates/default/default.yml +++ /dev/null @@ -1,2 +0,0 @@ -default: - number_of_boxes: 2 diff --git a/public/designs/templates/default/images/b.gif b/public/designs/templates/default/images/b.gif deleted file mode 100644 index c46f9b8..0000000 Binary files a/public/designs/templates/default/images/b.gif and /dev/null differ diff --git a/public/designs/templates/default/images/corner.gif b/public/designs/templates/default/images/corner.gif deleted file mode 100644 index a88cef3..0000000 Binary files a/public/designs/templates/default/images/corner.gif and /dev/null differ diff --git a/public/designs/templates/default/images/corner2.gif b/public/designs/templates/default/images/corner2.gif deleted file mode 100644 index b39b46c..0000000 Binary files a/public/designs/templates/default/images/corner2.gif and /dev/null differ diff --git a/public/designs/templates/default/images/loading.gif b/public/designs/templates/default/images/loading.gif deleted file mode 100644 index 5bb90fd..0000000 Binary files a/public/designs/templates/default/images/loading.gif and /dev/null differ diff --git a/public/designs/templates/default/images/www.jpg b/public/designs/templates/default/images/www.jpg deleted file mode 100644 index 7834281..0000000 Binary files a/public/designs/templates/default/images/www.jpg and /dev/null differ diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css deleted file mode 100644 index 9465f2e..0000000 --- a/public/designs/templates/default/stylesheets/style.css +++ /dev/null @@ -1,163 +0,0 @@ -/* -This stylesheet is part of the [in] business template downloaded from the oswd.org site - -The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk -*/ -html { - width: 100% -} - -body { - font-family: "Trebuchet MS", verdana, arial, "Times New Roman"; - font-size: 90%; - color: #3D3535; - background-color: #E4E5E0; - margin: 0px; - padding: 0px; - line-height: 140%; - -} - -/* Wrapper */ -#wrap { - text-align: center; - width: 100%; - background-color: #E4E5E0; -} - -/* the container */ -#frame { - background-color: #FFFFFF; - margin-left: auto; - margin-right: auto; - padding: 20px; - text-align: left; - width: 90%; -} - -/*holds the tabs at the top*/ -#menu { - background-color: #FFFFFF; - text-align: right; - border-bottom: 1px solid #FFFFFF; -} - -/*holds the logo and image*/ -#header { - background-color: #EDEEEA; - padding: 10px; - margin-top:3px; - height: 95px; - background: #EDEEEA url(../images/www.jpg) no-repeat right top; -} - -/*defines the colours for the tabs, with corner background images*/ -#menu a:link, #menu a:active, #menu a:visited { - background: #EDEEEA url(../images/corner.gif) no-repeat right top; - color: #3D3535; - text-decoration: none; - padding: 3px 7px 3px 7px; - margin: 0 0 0 4px; -} - -#menu a:hover { - background: #D6D8CF url(../images/corner2.gif) no-repeat right top; - color: #000000; - text-decoration: none; - padding: 3px 7px 3px 7px; - margin: 0 0 0 4px; -} - -/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/ -.clearfix:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} - -.clearfix { - display: inline-table; -} - -/* Hides from IE-mac \*/ -* html .clearfix { - height: 1%; -} - -.clearfix { - display: block; -} -/* End hide from IE-mac */ - -/*the main text container*/ -#box_2 { - height: 600px; -} - -#box_2 h1 { - font-size: 110%; - margin: 10px 0px 0px 0px; - padding: 0px 0px 0px 0px; - border-bottom: 2px solid #A53512; -} - -/*this is the right hand bar, news bar, links bar w/e*/ -#box_1 { - margin-top: 20px; - padding-left: 20px; - width: 245px; - float: right; - background-color: white; - -} - -#box_1 h1 { - background-color: #A53512; - color: #FFFFFF; - padding: 3px; - margin: 0px 0px 0px 0px; - font-size: 100%; - font-weight: normal; -} - -/*this just lets you have a "comment" type area in the main content*/ -.p1 { - padding: 20px; - background-color: #F7F7F4; - font-size:90%; -} - -/*sets the padding for the newsbar text, not the headings*/ -.p2 { - padding: 20px; - background-color: #FFFFFF; - font-size: 90%; - list-style-image: url(../images/b.gif); - list-style-position: 10px; -} - -.p2 ul { - margin: 0px 0px 0px 0px; - padding: 0px 0px 0px 0px; -} - -/*the footer, with copyright*/ -.footer { -clear:both; - background-color: #D6D8CF; - padding: 4px; - font-size: 80%; - text-align: center; -} - -/*sets the link colours and style*/ -a:link, a:active, a:visited { - color: #A53512; -} - -a:hover { - color: #A53512; - text-decoration: none; -} diff --git a/public/designs/templates/gray/default.yml b/public/designs/templates/gray/default.yml new file mode 100644 index 0000000..7c0cef5 --- /dev/null +++ b/public/designs/templates/gray/default.yml @@ -0,0 +1,2 @@ +default: + number_of_boxes: 2 diff --git a/public/designs/templates/gray/images/b.gif b/public/designs/templates/gray/images/b.gif new file mode 100644 index 0000000..c46f9b8 Binary files /dev/null and b/public/designs/templates/gray/images/b.gif differ diff --git a/public/designs/templates/gray/images/corner.gif b/public/designs/templates/gray/images/corner.gif new file mode 100644 index 0000000..a88cef3 Binary files /dev/null and b/public/designs/templates/gray/images/corner.gif differ diff --git a/public/designs/templates/gray/images/corner2.gif b/public/designs/templates/gray/images/corner2.gif new file mode 100644 index 0000000..b39b46c Binary files /dev/null and b/public/designs/templates/gray/images/corner2.gif differ diff --git a/public/designs/templates/gray/images/loading.gif b/public/designs/templates/gray/images/loading.gif new file mode 100644 index 0000000..5bb90fd Binary files /dev/null and b/public/designs/templates/gray/images/loading.gif differ diff --git a/public/designs/templates/gray/images/www.jpg b/public/designs/templates/gray/images/www.jpg new file mode 100644 index 0000000..7834281 Binary files /dev/null and b/public/designs/templates/gray/images/www.jpg differ diff --git a/public/designs/templates/gray/stylesheets/style.css b/public/designs/templates/gray/stylesheets/style.css new file mode 100644 index 0000000..9465f2e --- /dev/null +++ b/public/designs/templates/gray/stylesheets/style.css @@ -0,0 +1,163 @@ +/* +This stylesheet is part of the [in] business template downloaded from the oswd.org site + +The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk +*/ +html { + width: 100% +} + +body { + font-family: "Trebuchet MS", verdana, arial, "Times New Roman"; + font-size: 90%; + color: #3D3535; + background-color: #E4E5E0; + margin: 0px; + padding: 0px; + line-height: 140%; + +} + +/* Wrapper */ +#wrap { + text-align: center; + width: 100%; + background-color: #E4E5E0; +} + +/* the container */ +#frame { + background-color: #FFFFFF; + margin-left: auto; + margin-right: auto; + padding: 20px; + text-align: left; + width: 90%; +} + +/*holds the tabs at the top*/ +#menu { + background-color: #FFFFFF; + text-align: right; + border-bottom: 1px solid #FFFFFF; +} + +/*holds the logo and image*/ +#header { + background-color: #EDEEEA; + padding: 10px; + margin-top:3px; + height: 95px; + background: #EDEEEA url(../images/www.jpg) no-repeat right top; +} + +/*defines the colours for the tabs, with corner background images*/ +#menu a:link, #menu a:active, #menu a:visited { + background: #EDEEEA url(../images/corner.gif) no-repeat right top; + color: #3D3535; + text-decoration: none; + padding: 3px 7px 3px 7px; + margin: 0 0 0 4px; +} + +#menu a:hover { + background: #D6D8CF url(../images/corner2.gif) no-repeat right top; + color: #000000; + text-decoration: none; + padding: 3px 7px 3px 7px; + margin: 0 0 0 4px; +} + +/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/ +.clearfix:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.clearfix { + display: inline-table; +} + +/* Hides from IE-mac \*/ +* html .clearfix { + height: 1%; +} + +.clearfix { + display: block; +} +/* End hide from IE-mac */ + +/*the main text container*/ +#box_2 { + height: 600px; +} + +#box_2 h1 { + font-size: 110%; + margin: 10px 0px 0px 0px; + padding: 0px 0px 0px 0px; + border-bottom: 2px solid #A53512; +} + +/*this is the right hand bar, news bar, links bar w/e*/ +#box_1 { + margin-top: 20px; + padding-left: 20px; + width: 245px; + float: right; + background-color: white; + +} + +#box_1 h1 { + background-color: #A53512; + color: #FFFFFF; + padding: 3px; + margin: 0px 0px 0px 0px; + font-size: 100%; + font-weight: normal; +} + +/*this just lets you have a "comment" type area in the main content*/ +.p1 { + padding: 20px; + background-color: #F7F7F4; + font-size:90%; +} + +/*sets the padding for the newsbar text, not the headings*/ +.p2 { + padding: 20px; + background-color: #FFFFFF; + font-size: 90%; + list-style-image: url(../images/b.gif); + list-style-position: 10px; +} + +.p2 ul { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; +} + +/*the footer, with copyright*/ +.footer { +clear:both; + background-color: #D6D8CF; + padding: 4px; + font-size: 80%; + text-align: center; +} + +/*sets the link colours and style*/ +a:link, a:active, a:visited { + color: #A53512; +} + +a:hover { + color: #A53512; + text-decoration: none; +} -- libgit2 0.21.2