Updated green and times theme.txt files. Added CSS for forms to times theme.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044971
This commit is contained in:
jowall
2010-01-04 19:48:23 +00:00
parent 0d47a5a628
commit b9b55940e8
5 changed files with 39 additions and 13 deletions

View File

@@ -180,12 +180,6 @@ colgroup
.divider {border-bottom:1px solid #4E6886;}
/* Product Images */
.productImageXLarge {margin:10px; width:400px; height:400px;}
.productImageLarge {margin:10px; width:200px; height:200px;}
.productImage {margin:10px; width:100px; height:100px;}
.productImageSmall {margin:10px; width:50px; height:50px;}
/* Layout */
#doc4 {

View File

@@ -1,5 +1,5 @@
name: Super Green
author: Jon Wall
name: Green
author: Jonathan Wall
description: This is the Green theme. It uses the YUI grid system for layout.
version: 1.0
tags: green, YUI

View File

@@ -47,6 +47,38 @@ a {
ul {list-style:circle; list-style-position:inside; line-height:22px;}
/* ---------- Forms ---------- */
fieldset {
padding: 10px;
margin:8px;
}
label {
display: block;
margin: 8px 0 0 0;
}
legend {
font-size: 115%;
font-weight:700;
padding: 2px 5px 8px 5px;
background:#FFF;
}
#CommentText, input.text {
padding:2px;
margin:2px 0;
border: 1px solid #838c96;
width:80%;
}
.button {
padding:2px 14px;
margin:6px 0;
font:90% Verdana, Geneva, Tahoma, sans-serif;
}
/* ---------- Layout ---------- */
#header {
@@ -157,4 +189,4 @@ ul {list-style:circle; list-style-position:inside; line-height:22px;}
text-transform:uppercase;
float:left;
color:#fff;
}
}

View File

@@ -1,6 +1,6 @@
name: Times
name: Classical
author: Jonathan Wall
description: Theme based on times new roman.
description: Theme using times new roman.
version: 1.0
tags: orange
tags: times, classical
homepage: http://www.orchardproject.net

View File

@@ -8,7 +8,7 @@
<div id="wrapper">
<div id="header">
<h1>
Times new roman</h1>
My Orchard Site</h1>
<%-- todo:(nheskew) this will need to all go in the header zone (user widget) --%>
<% Html.Include("user"); %>
</div>