mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-12 16:56:06 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
87e772c268 | |||
7214380abd | |||
cebd42fc51 | |||
0c94300d4a | |||
ad877308d4 | |||
16d9029acc |
@ -361,31 +361,6 @@ body > header {
|
||||
background-size: 10px;
|
||||
}
|
||||
|
||||
#ghost {
|
||||
display: block;
|
||||
height:30px;
|
||||
width:30px;
|
||||
text-indent: -9999px;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
top: 10px;
|
||||
left:10px;
|
||||
background:rgba(0,0,0,0.1) url(../img/ghost.png) 8px 8px no-repeat;
|
||||
-webkit-transition: all 0.3s;
|
||||
-moz-transition: all 0.3s;
|
||||
-ms-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
#ghost:hover {
|
||||
background-color:rgba(0,0,0,0.3);
|
||||
-webkit-transition: all 0.3s;
|
||||
-moz-transition: all 0.3s;
|
||||
-ms-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
5. Post Content
|
||||
========================================================================== */
|
||||
|
@ -10,6 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
{{#if settings.logo}}<a id="logo" href="/"><img src="{{settings.logo}}" alt="Logo"></a>{{/if}}
|
||||
<a id="title" href="/">{{settings.title}}</a>
|
||||
<p id="description">{{settings.description}}</p>
|
||||
<div class="clearfix"></div>
|
||||
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 46 KiB |
@ -11,5 +11,5 @@
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
{{paginate}}
|
||||
{{pagination}}
|
||||
</section>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<div class="wrap">
|
||||
<header>
|
||||
<h2 class="entry-title h1"><a href="/{{slug}}" rel="bookmark">{{title}}</a></h2>
|
||||
<span class="entry-meta">Published on <time class="updated" datetime="{{dateFormat published_at format='YYYY-MM-DD'}}">{{dateFormat published_at format='DD MMMM YYYY'}}</time></span>
|
||||
<span class="entry-meta">Published on <time class="updated" datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMMM YYYY'}}</time></span>
|
||||
</header>
|
||||
|
||||
<section class="entry-content">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<li class="wrap">
|
||||
<article class="post type-post status-publish format-standard hentry">
|
||||
<h2 class="entry-title"><a href="/{{slug}}" rel="bookmark">{{title}}</a></h2>
|
||||
<time class="updated" datetime="2012-05-03">{{dateFormat published_at format="MMMM DD, YYYY"}}</time>
|
||||
<time class="updated" datetime="2012-05-03">{{date published_at format="MMMM DD, YYYY"}}</time>
|
||||
</article>
|
||||
</li>
|
Reference in New Issue
Block a user