diff --git a/public/designs/templates/1024px/images/background.gif b/public/designs/templates/1024px/images/background.gif deleted file mode 100644 index 7ebcb97..0000000 Binary files a/public/designs/templates/1024px/images/background.gif and /dev/null differ diff --git a/public/designs/templates/1024px/images/loading.gif b/public/designs/templates/1024px/images/loading.gif deleted file mode 100644 index 5bb90fd..0000000 Binary files a/public/designs/templates/1024px/images/loading.gif and /dev/null differ diff --git a/public/designs/templates/1024px/simple.yml b/public/designs/templates/1024px/simple.yml deleted file mode 100644 index aac7504..0000000 --- a/public/designs/templates/1024px/simple.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "1024 px" -number_of_boxes: 2 diff --git a/public/designs/templates/1024px/stylesheets/1024px.css b/public/designs/templates/1024px/stylesheets/1024px.css deleted file mode 100644 index f115f17..0000000 --- a/public/designs/templates/1024px/stylesheets/1024px.css +++ /dev/null @@ -1,300 +0,0 @@ -/* 1024px - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer. - -Version: 2.0 (Jan 29, 2007) - -Screen layout: */ - -/*** General tags ***/ - -body { -background:url(../images/background.gif) repeat-y top center #fff; -color:#404040; -font:76% Verdana,Tahoma,Arial,sans-serif; -line-height:1.2em; -margin:0 auto; -padding:0; -} - -a { -color:#4088b8; -font-weight:700; -text-decoration:none; -} - -a:hover { -text-decoration:underline; -} - -a img { -border:0; -} - -p { -margin:0 0 18px 10px; -} - -ul,ol,dl { -font-size:0.9em; -margin:2px 0 16px 35px; -} - -ul ul,ol ol { -margin:4px 0 4px 35px; -} - -blockquote { -border:1px solid #dadada; -font-size:0.9em; -margin:20px 10px; -padding:8px; -} - -h1 { -color:#4088b8; -font-size:4.2em; -letter-spacing:-5px; -margin:0 0 30px 25px; -} - -h1 a { -color:#4088b8; -text-transform:none; -} - -h2 { -border-bottom:4px solid #dadada; -color:#4088b8; -font-size:1.4em; -letter-spacing:-1px; -margin:0 0 10px; -padding:0 2px 2px 5px; -} - -h3 { -border-bottom:1px solid #dadada; -color:#4088b8; -font-size:1.2em; -font-weight:700; -margin:10px 0 8px; -padding:1px 2px 2px 3px; -} - -/*** Main wrap and header ***/ - -#wrap { -color:#404040; -margin:10px auto; -padding:0; -width:970px; -} - -#header { -border: 1px solid blue; -padding-left: 5em; -} - -#menu { -font-size:0.9em; -padding:5px 2px 2px 3px; -text-align:right; -border: 1px solid red; -float: right; -} - -#menu a { -color:gray; -} - -#slogan { -color:gray; -font-size:1.5em; -font-weight:700; -letter-spacing:-1px; -line-height:1.2em; -margin:15px 0 20px 35px; -} - -/*** Sidebar and menu ***/ - -#box_1 { -float:left; -line-height:1.4em; -padding:1px 0 0; -width:20%; -} - -#box_1 ul { -font-size:0.9em; -list-style:none; -margin:0; -padding:0 0 15px 10px; -} - -#box_1 li { -list-style:none; -margin:0 0 4px; -padding:0; -} - -#box_1 li a { -font-size:1.2em; -font-weight:700; -padding:2px; -} - -#box_1 ul ul { -line-height:1.2em; -margin:4px 0 3px 15px; -padding:0; -} - -#box_1 ul ul li a { -font-weight:400; -} - -#box_1 h2 { -margin:3px 0 8px; -} - -/*** Box 3 ***/ - -#box_3 { -float:left; -line-height:1.4em; -padding:1px 0 0; -width:20%; -} - -#box_3 ul { -font-size:0.9em; -list-style:none; -margin:0; -padding:0 0 15px 10px; -} - -#box_3 li { -list-style:none; -margin:0 0 4px; -padding:0; -} - -#box_3 li a { -font-size:1.2em; -font-weight:700; -padding:2px; -} - -#box_3 ul ul { -line-height:1.2em; -margin:4px 0 3px 15px; -padding:0; -} - -#box_3 ul ul li a { -font-weight:400; -} - -#box_3 h2 { -margin:3px 0 8px; -} - - -/*** Main content ***/ - - -#box_2 { -float:left; -line-height:1.5em; -margin:0px 20px 0px 20px; -padding:0; -text-align:left; -width: 540px; -} - -#box_2 h3 { -margin:10px 0 8px; -} - -/*** Footer ***/ - -#footer { -border-top:4px solid #dadada; -clear:both; -color:gray; -font-size:0.9em; -line-height:1.6em; -margin:0 auto; -padding:8px 0; -text-align:right; -} - -#footer p { -margin:0; -padding:0; -} - -#footer a { -color:#808080; -} - -/*** Various classes ***/ - -.box { -background:#4088b8; -border:1px solid #c8c8c8; -color:#fff; -font-size:0.9em; -line-height:1.4em; -padding:10px 10px 10px 13px; -} - -.box a { -color:#f0f0f0; -} - -.left { -float:left; -margin:0 15px 4px 0; -} - -.right { -float:right; -margin:0 0 4px 15px; -} - -.readmore { -margin:-10px 10px 12px 0; -text-align:right; -} - -.timestamp { -font-size:1.2em; -margin:-5px 0 15px 10px; -} - -.timestamp a { -font-weight:normal; -} - -.blue { -color:#4088b8; -} - -.clear { -clear:both; -} - -.fade { -color:#c8c8c8; -} - -.gray { -color:gray; -} - -.photo { -background:#fff; -border:1px solid #bababa; -margin:6px 18px 2px 5px; -padding:2px; -} diff --git a/public/designs/templates/gray/default.yml b/public/designs/templates/gray/default.yml deleted file mode 100644 index 498749e..0000000 --- a/public/designs/templates/gray/default.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: Simple template -number_of_boxes: 2 diff --git a/public/designs/templates/gray/images/b.gif b/public/designs/templates/gray/images/b.gif deleted file mode 100644 index c46f9b8..0000000 Binary files a/public/designs/templates/gray/images/b.gif and /dev/null differ diff --git a/public/designs/templates/gray/images/corner.gif b/public/designs/templates/gray/images/corner.gif deleted file mode 100644 index a88cef3..0000000 Binary files a/public/designs/templates/gray/images/corner.gif and /dev/null differ diff --git a/public/designs/templates/gray/images/corner2.gif b/public/designs/templates/gray/images/corner2.gif deleted file mode 100644 index b39b46c..0000000 Binary files a/public/designs/templates/gray/images/corner2.gif and /dev/null differ diff --git a/public/designs/templates/gray/images/loading.gif b/public/designs/templates/gray/images/loading.gif deleted file mode 100644 index 5bb90fd..0000000 Binary files a/public/designs/templates/gray/images/loading.gif and /dev/null differ diff --git a/public/designs/templates/gray/images/www.jpg b/public/designs/templates/gray/images/www.jpg deleted file mode 100644 index 7834281..0000000 Binary files a/public/designs/templates/gray/images/www.jpg and /dev/null differ diff --git a/public/designs/templates/gray/stylesheets/style.css b/public/designs/templates/gray/stylesheets/style.css deleted file mode 100644 index 92e0647..0000000 --- a/public/designs/templates/gray/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; -} -- libgit2 0.21.2