mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 21:32:14 +08:00
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:
@@ -180,12 +180,6 @@ colgroup
|
|||||||
|
|
||||||
.divider {border-bottom:1px solid #4E6886;}
|
.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 */
|
/* Layout */
|
||||||
|
|
||||||
#doc4 {
|
#doc4 {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Super Green
|
name: Green
|
||||||
author: Jon Wall
|
author: Jonathan Wall
|
||||||
description: This is the Green theme. It uses the YUI grid system for layout.
|
description: This is the Green theme. It uses the YUI grid system for layout.
|
||||||
version: 1.0
|
version: 1.0
|
||||||
tags: green, YUI
|
tags: green, YUI
|
||||||
|
|||||||
@@ -47,6 +47,38 @@ a {
|
|||||||
|
|
||||||
ul {list-style:circle; list-style-position:inside; line-height:22px;}
|
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 ---------- */
|
/* ---------- Layout ---------- */
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
@@ -157,4 +189,4 @@ ul {list-style:circle; list-style-position:inside; line-height:22px;}
|
|||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
float:left;
|
float:left;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: Times
|
name: Classical
|
||||||
author: Jonathan Wall
|
author: Jonathan Wall
|
||||||
description: Theme based on times new roman.
|
description: Theme using times new roman.
|
||||||
version: 1.0
|
version: 1.0
|
||||||
tags: orange
|
tags: times, classical
|
||||||
homepage: http://www.orchardproject.net
|
homepage: http://www.orchardproject.net
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1>
|
<h1>
|
||||||
Times new roman</h1>
|
My Orchard Site</h1>
|
||||||
<%-- todo:(nheskew) this will need to all go in the header zone (user widget) --%>
|
<%-- todo:(nheskew) this will need to all go in the header zone (user widget) --%>
|
||||||
<% Html.Include("user"); %>
|
<% Html.Include("user"); %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user