This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nav a.k-nav-current { border-bottom:0; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (min-width: 1440px) { | |
div#container { | |
max-width: 1000px; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<koken:loop> | |
<div class="item_{{ index }}"> | |
</div> | |
</koken:loop> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
These code examples are for themes published by Koken (http://koken.me) | |
Copy/paste these code samples anywhere inside the <koken:load> tag | |
in each template. | |
To see this markup in the context of a theme, download our Blueprint theme: | |
https://github.com/koken/blueprint | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
These code examples are for themes published by Koken (http://koken.me) | |
Markup that does not include <koken:load> should be inserted inside the template's | |
existing <koken:load> tag. | |
Markup that includes <koken:load> should be inserted independently outside of the | |
template's existing <koken:load> tag. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<koken:event> | |
<!-- Render if event is a new album --> | |
<koken:event_album> | |
<!-- If an album, display primary cover image and link to album.lens to view --> | |
<koken:if data="album.album_type" equals="standard"> | |
<koken:link title="View {{ album.title }}"> | |
<koken:img /> | |
</koken:link> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#k-lightbox .ibutton { | |
color:red !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a name="{{ content.id }}" id="{{ content.id }}"></a> | |
{{ location.host }}{{ location.here }}{{ content.id }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#k-lightbox .ibutton { | |
font-size:12px !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
li.content img { | |
max-height:200px; | |
width:auto; | |
} |