1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

category page title icons

This commit is contained in:
Matthias Kretschmann 2013-12-10 00:04:04 +01:00
parent f0a49bb4c8
commit 4dfadf4528
7 changed files with 26 additions and 27 deletions

View File

@ -5,8 +5,16 @@
margin-top: @line-height-computed/2;
margin-bottom: @line-height-computed/2;
.home {
color: @link-color;
// icons
.document &:before {
font-size: 32px;
color: lighten(@text-color-dimmed, 10%);
margin-right: .5em
}
@media @breakpoint2 {
margin-left: -108%;
.page-photos & { margin-bottom: @line-height-computed*4; }
}
}
@ -359,18 +367,4 @@ table tbody tr:nth-child(odd) th {
table tbody tr:hover td,
table tbody tr:hover th {
background-color: #f5f5f5;
}
//
// Old Article Fixes
//
// text-shadow article
// fluid examples
#post-39 .entry-content > div,
#post-39 .entry-content img {
max-width: 100%;
height: auto !important;
margin-left: 0 !important;
}

View File

@ -14,7 +14,7 @@
}
.topbar,
.hentry,
.document,
.footer {
[class*="icon-"]:before {
color: @text-color-light;
@ -50,7 +50,8 @@
.icon-rss:before {
content: "\e603";
}
.icon-user:before {
.icon-user:before,
.icon-personal:before {
content: "\e604";
}
.icon-leaf:before {
@ -59,10 +60,12 @@
.icon-link:before {
content: "\e606";
}
.icon-pictures:before {
.icon-pictures:before,
.icon-photos:before {
content: "\e607";
}
.icon-camera:before {
.icon-camera:before,
.icon-photography:before {
content: "\e608";
}
.icon-arrow-down-circle:before,
@ -97,7 +100,8 @@
.icon-list:before {
content: "\e610";
}
.icon-tools:before {
.icon-tools:before,
.icon-design:before {
content: "\e611";
}
.icon-arrow-down:before {
@ -109,6 +113,7 @@
.icon-arrow-left:before {
content: "\e615";
}
.icon-gift:before {
.icon-gift:before,
.icon-goodies:before {
content: "\e613";
}

View File

@ -7,7 +7,7 @@ category: design
<section role="main" id="main" class="row">
<h1 class="page-title"><a class="home" href="/" title="Back to Home">/</a>{{ page.category }}</h1>
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
{% for post in paginator.posts %}

View File

@ -7,7 +7,7 @@ category: goodies
<section role="main" id="main" class="row">
<h1 class="page-title"><a class="home" href="/" title="Back to Home">/</a>{{ page.category }}</h1>
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
{% for post in paginator.posts %}

View File

@ -6,7 +6,7 @@ category: personal
<section role="main" id="main" class="row">
<h1 class="page-title"><a class="home" href="/" title="Back to Home">/</a>{{ page.category }}</h1>
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
{% for post in paginator.posts %}

View File

@ -6,7 +6,7 @@ category: photography
<section role="main" id="main" class="row">
<h1 class="page-title"><a class="home" href="/" title="Back to Home">/</a>{{ page.category }}</h1>
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
{% for post in paginator.posts %}

View File

@ -7,7 +7,7 @@ category: photos
<section role="main" id="main" class="row">
<h1 class="page-title"><a class="home" href="/" title="Back to Home">/</a>{{ page.category }}</h1>
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
<div class="masonry">
<div class="grid-sizer"></div>