mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Added alternate quad layout to TheThemeMachine CSS.
--HG-- branch : 1.x
This commit is contained in:
@@ -42,10 +42,6 @@ body {
|
|||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*input[disabled], input[disabled="disabled"], input.disabled {
|
|
||||||
color: #fff;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.media-largepreview
|
.media-largepreview
|
||||||
{
|
{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|||||||
@@ -417,6 +417,12 @@ nav ul
|
|||||||
.split-124 #footer-quad-fourth { width:480px; } /* If zones 1, 2, 4 are on */
|
.split-124 #footer-quad-fourth { width:480px; } /* If zones 1, 2, 4 are on */
|
||||||
.split-123 #footer-quad-third { width:480px; } /* If zones 1, 2, 3 are on */
|
.split-123 #footer-quad-third { width:480px; } /* If zones 1, 2, 3 are on */
|
||||||
|
|
||||||
|
/*3 zones on - alternate layout*/
|
||||||
|
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; }*/ /* If zones 1, 2, 3 are on */
|
||||||
|
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 2, 4 are on */
|
||||||
|
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; }*/ /* If zones 1, 3, 4 are on */
|
||||||
|
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; }*/ /* If zones 2, 3, 4 are on */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Widgets
|
/* Widgets
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
/* Global includes for the theme
|
/* Global includes for the theme
|
||||||
***************************************************************/
|
***************************************************************/
|
||||||
|
|
||||||
|
SetMeta("X-UA-Compatible", "IE=edge,chrome=1");
|
||||||
Style.Include("http://fonts.googleapis.com/css?family=Lobster&subset=latin");
|
Style.Include("http://fonts.googleapis.com/css?family=Lobster&subset=latin");
|
||||||
Style.Include("site.css");
|
Style.Include("site.css");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user