mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-22 21:02:08 +08:00
Split out the yui css into a separate file. Removed widget css from the green theme that is no longer used.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044999
This commit is contained in:
File diff suppressed because one or more lines are too long
7
src/Orchard.Web/Themes/Green/Styles/yui.css
Normal file
7
src/Orchard.Web/Themes/Green/Styles/yui.css
Normal file
File diff suppressed because one or more lines are too long
@@ -2,7 +2,10 @@
|
||||
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
|
||||
<%Html.RegisterStyle("site.css");%>
|
||||
<%
|
||||
Html.RegisterStyle("yui.css");
|
||||
Html.RegisterStyle("site.css");
|
||||
%>
|
||||
|
||||
<div id="doc4" class="yui-t6">
|
||||
|
||||
|
||||
@@ -30,12 +30,12 @@ body {
|
||||
|
||||
h1,h2,h3,h4,h5,h6,legend {font-weight:normal; font-style: normal; margin:0 0 12px 0; color:#670404;}
|
||||
|
||||
h1 {font-size: 200%;}
|
||||
h2 {font-size: 170%;}
|
||||
h1 {font-size: 190%;}
|
||||
h2 {font-size: 160%;}
|
||||
h3 {font-size: 150%;}
|
||||
h4 {font-size: 130%;}
|
||||
h5 {font-size: 120%;}
|
||||
h6 {font-size: 110%;}
|
||||
h6 {font-size: 105%;}
|
||||
|
||||
p {line-height:24px; margin:12px 0 0 0;}
|
||||
p.small {line-height:22px; font-size:85%;}
|
||||
@@ -96,7 +96,7 @@ legend {
|
||||
|
||||
#header h1{
|
||||
float:left;
|
||||
font-size:290%;
|
||||
font-size:240%;
|
||||
color:#000;
|
||||
padding:18px 0 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user