Removed blog specific CSS from TheTemeMachine. Work Item: 16731

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-11-30 12:38:01 -08:00
parent d97b2aacb0
commit 965f2c5013
2 changed files with 20 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
@if (HasText(Model.Description)) { @if (HasText(Model.Description)) {
<div class="blog-description"> <div class="content-description blog-description">
<p>@Model.Description</p> <p>@Model.Description</p>
</div> </div>
} }

View File

@@ -321,26 +321,25 @@ nav ul
/* Main /* Main
***************************************************************/ ***************************************************************/
/* Blogs */ /* Content lists and details */
.blog-description { font-size: 1.231em; } .content-description { font-size: 1.154em; }
.blog-post .tags { margin-top: 12px; } .content-items { padding: 0; margin: 0; list-style: none; }
.blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; } .content-items li { padding: 0; margin: 0; }
.blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; } .content-items .content-item { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; }
.blog-posts { padding: 0; margin: 0; list-style: none; } .content-items .content-item header {}
.blog-posts li { padding: 0; margin: 0; } .content-items .content-item header h1 { font-size: 1.308em; color:#ff0000; }
.blog-posts .blog-post { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; } .content-items .content-item header h1 a { color: #434343; }
.blog-posts .blog-post header {} .content-items .content-item header h1 a:hover {}
.blog-posts .blog-post header h1 { font-size: 1.308em; }
.blog-posts .blog-post header h1 a { color: #434343; } /* Tags */
.blog-posts .blog-post header h1 a:hover {} .tags { margin-top: 12px; }
.blog-posts .blog-post .tags { margin-top: 12px; } .tags a { background-color: #dbdbdb; padding: 3px 6px; color: #434343; }
.blog-posts .blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; } .tags a:hover { background-color: #434343; padding: 3px; color: #fff; }
.blog-posts .blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; text-decoration: none; }
.blog-posts .blog-post .metadata { margin: 0 0 12px 0; color: #999; font-size: 0.846em; } /* Metadata */
.blog-posts .blog-post .metadata .published { display: inline; margin: 0 6px 0 0; } .metadata { margin: 0 0 12px 0; color: #999; font-size: 0.846em; }
.blog-posts .blog-post .metadata .commentcount { display: inline; } .metadata .published { display: inline; margin: 0 6px 0 0; }
.blog-post {} .metadata .commentcount { display: inline; }
.blog-post-title {}
.meta {} .meta {}
/* Comments */ /* Comments */
@@ -359,38 +358,6 @@ nav ul
.comment-disabled {} .comment-disabled {}
.comment-count { font-size: 1.231em; } .comment-count { font-size: 1.231em; }
/* Tag Search */
.tagged-posts {}
.tagged-posts { padding: 0; margin: 0; list-style: none; }
.tagged-posts li { padding: 0; margin: 0; }
.tagged-posts .blog-post { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; }
.tagged-posts .blog-post header {}
.tagged-posts .blog-post header h1 { font-size: 1.308em; }
.tagged-posts .blog-post header h1 a { color: #434343; }
.tagged-posts .blog-post header h1 a:hover {}
.tagged-posts .blog-post .tags { margin-top: 12px; }
.tagged-posts .blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; }
.tagged-posts .blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; text-decoration: none; }
.tagged-posts .blog-post .metadata { margin: 0 0 12px 0; color: #999; font-size: 1.1em; }
.tagged-posts .blog-post .metadata .published { display: inline; margin: 0 6px 0 0; }
.tagged-posts .blog-post .metadata .commentcount { display: inline; }
/* Search Results */
.search-results {}
.search-results { padding: 0; margin: 0; list-style: none; }
.search-results li { padding: 0; margin: 0; }
.search-results .blog-post { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; }
.search-results .blog-post header {}
.search-results .blog-post header h1 { font-size: 1.308em; }
.search-results .blog-post header h1 a { color: #434343; }
.search-results .blog-post header h1 a:hover {}
.search-results .blog-post .tags { margin-top: 12px; }
.search-results .blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; }
.search-results .blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; text-decoration: none; }
.search-results .blog-post .metadata { margin: 0 0 12px 0; color: #999; font-size: 0.846em; }
.search-results .blog-post .metadata .published { display: inline; margin: 0 6px 0 0; }
.search-results .blog-post .metadata .commentcount { display: inline; }
/* Confirmations */ /* Confirmations */
.message, .validation-summary-errors { margin:10px 0 4px 0; padding:4px; } .message, .validation-summary-errors { margin:10px 0 4px 0; padding:4px; }
.messages a { font-weight:bold; } .messages a { font-weight:bold; }