Updated ThemeMachine CSS, Thumbnail Image, Description and Default Styling for Search Widget for Zone Header

--HG--
branch : dev
This commit is contained in:
Michael Dorian Bach
2010-10-19 19:43:18 -07:00
parent 0a462c0942
commit 9796467508
4 changed files with 21 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
Style.Include("pagination.css");
}
@if (Model.ThereIsANextPage || Model.Page > 1) {
<ul class="blog-pagination">
<ul class="blog-pagination group">
@if(Model.ThereIsANextPage) {
<li class="older">
@Html.ActionLink(T("Older Posts").Text, "Item", new { Area = "Orchard.Blogs", blogSlug = Model.BlogSlug, page = Model.Page + 1 })

View File

@@ -229,7 +229,7 @@ nav ul
#branding
{
font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
font-size: 3.4em;
font-size: 3.8em;
padding: 0;
margin: 0;
}
@@ -274,7 +274,7 @@ nav ul
-webkit-box-shadow:inset 0 0 1px purple;
*/
}
.zone-header { padding: 30px 0 30px 12px; }
.zone-header { padding: 30px 0 30px 12px; position: relative; }
.zone-navigation { padding: 0; }
.zone-featured {}
.zone-beforemain {}
@@ -321,6 +321,11 @@ nav ul
.blog-post-title {}
.meta {}
.blog-pagination { list-style: none; padding: 0; margin: 12px 0 0 0; }
.blog-pagination li { float: left; padding: 0 12px 0 0; margin: 0; }
.blog-pagination a { font-size: 1.4em; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #434343;}
.blog-pagination a:hover { background-color: #434343; color: #fff; }
/* Comments */
#comments { margin: 24px 0 0 0; padding: 0; }
.comment-form { margin: 24px 0 0 0; padding: 0; }
@@ -451,6 +456,18 @@ nav ul
.widgets {}
/* Search */
/* Search widget shuld go into the sidebar for proper styling */
/* TODO: (mibach) Generic any zone compatible search widget */
.widget-search-form
{
position: absolute;
top: 30px;
right: 12px;
}
.search-form {}
.search-form {} h1 { font-size: 1.4em; }
.search-form input[type="text"] { float: left; }
.search-form button[type="submit"] { float: left; margin: 0; margin-left: 6px; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 122 KiB

View File

@@ -1,6 +1,6 @@
Name: The Theme Machine
Author: jowall, mibach, loudej, heskew
Description: It's a *really* good theme, yo.
Description: Orchard Theme Machine is a flexible multi-zone theme that provides a solid foundation to build your site. It features 20 collapsible widget zones and is flexible enough to cover a wide range of layouts.
Version: 0.1
Tags: Awesome
Website: http://orchardproject.net