mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
[TASK] update composer
This commit is contained in:
parent
3c6936349f
commit
a685bcf91b
116 changed files with 4837 additions and 8167 deletions
|
|
@ -1,22 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no" />
|
||||
<title>Search results not found! - <?php echo blog_title() ?></title>
|
||||
<link href="<?php echo site_url() ?>themes/logs/css/style.css" rel="stylesheet" />
|
||||
<!-- Include the Open Sans font -->
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
|
||||
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no"/>
|
||||
<title>Search results not found! - <?php echo blog_title() ?></title>
|
||||
<link href="<?php echo site_url() ?>themes/logs/css/style.css" rel="stylesheet"/>
|
||||
<!-- Include the Open Sans font -->
|
||||
<link
|
||||
href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'
|
||||
rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center message">
|
||||
<h1>Search results not found!</h1>
|
||||
<div class="search-404">
|
||||
<?php echo search() ?>
|
||||
</div>
|
||||
<p>Please search again, or would you like to try our <a href="<?php echo site_url() ?>">homepage</a> instead?</p>
|
||||
</div>
|
||||
<div class="center message">
|
||||
<h1>Search results not found!</h1>
|
||||
|
||||
<div class="search-404">
|
||||
<?php echo search() ?>
|
||||
</div>
|
||||
<p>Please search again, or would you like to try our <a href="<?php echo site_url() ?>">homepage</a> instead?</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,19 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no" />
|
||||
<title>404 Not Found - <?php echo blog_title() ?></title>
|
||||
<link href="<?php echo site_url() ?>themes/logs/css/style.css" rel="stylesheet" />
|
||||
<!-- Include the Open Sans font -->
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
|
||||
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no"/>
|
||||
<title>404 Not Found - <?php echo blog_title() ?></title>
|
||||
<link href="<?php echo site_url() ?>themes/logs/css/style.css" rel="stylesheet"/>
|
||||
<!-- Include the Open Sans font -->
|
||||
<link
|
||||
href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'
|
||||
rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center message">
|
||||
<h1>This page doesn't exist!</h1>
|
||||
<p>Would you like to try our <a href="<?php echo site_url() ?>">homepage</a> instead?</p>
|
||||
</div>
|
||||
<div class="center message">
|
||||
<h1>This page doesn't exist!</h1>
|
||||
|
||||
<p>Would you like to try our <a href="<?php echo site_url() ?>">homepage</a> instead?</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -15,7 +15,7 @@ body {
|
|||
color: #444444;
|
||||
}
|
||||
|
||||
section, footer, header, aside, nav{
|
||||
section, footer, header, aside, nav {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ img {
|
|||
}
|
||||
|
||||
.hide {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
|
|
@ -35,10 +35,10 @@ img {
|
|||
--------------------------*/
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
line-height: 1.3;
|
||||
margin: 0.5em 0;
|
||||
font-weight:400;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -71,14 +71,14 @@ h6 {
|
|||
|
||||
#cover {
|
||||
padding: 0 0 20px 0;
|
||||
float:left;
|
||||
width:100%;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#header-wrapper {
|
||||
float:left;
|
||||
width:100%;
|
||||
position:relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
|
@ -88,12 +88,12 @@ h6 {
|
|||
}
|
||||
|
||||
#main-wrapper {
|
||||
float:left;
|
||||
width:100%;
|
||||
float: left;
|
||||
width: 100%;
|
||||
background: #ffffff;
|
||||
position:relative;
|
||||
border-top:1px solid #DFDFDF;
|
||||
border-bottom:1px solid #DFDFDF;
|
||||
position: relative;
|
||||
border-top: 1px solid #DFDFDF;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
@ -101,8 +101,8 @@ h6 {
|
|||
padding: 0;
|
||||
margin: 0 auto;
|
||||
background: #ffffff;
|
||||
overflow:hidden;
|
||||
padding:30px 15px;
|
||||
overflow: hidden;
|
||||
padding: 30px 15px;
|
||||
}
|
||||
|
||||
.responsive {
|
||||
|
|
@ -124,9 +124,9 @@ a:hover {
|
|||
}
|
||||
|
||||
.tab {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
margin: 1.5em 0 0 0;
|
||||
line-height:1;
|
||||
line-height: 1;
|
||||
border-bottom: 1px solid #E4E7EE;
|
||||
}
|
||||
|
||||
|
|
@ -136,11 +136,11 @@ a:hover {
|
|||
color: #555555;
|
||||
text-align: center;
|
||||
padding: 8px 14px;
|
||||
display:inline-block;
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
|
|
@ -174,7 +174,7 @@ blockquote {
|
|||
}
|
||||
|
||||
blockquote p {
|
||||
display:inline;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
@ -183,15 +183,15 @@ pre {
|
|||
background: #F1F1FF;
|
||||
color: #333333;
|
||||
display: block;
|
||||
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
||||
font-size: 14px;
|
||||
padding: 10px;
|
||||
line-height:1.3;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #333333;
|
||||
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
||||
font-size: 15px;
|
||||
padding: 3px 8px;
|
||||
background: #F1F1FF;
|
||||
|
|
@ -200,10 +200,10 @@ code {
|
|||
pre code {
|
||||
color: #333333;
|
||||
display: block;
|
||||
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
||||
font-size: 14px;
|
||||
padding:0;
|
||||
line-height:1.6;
|
||||
padding: 0;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
|
|
@ -223,7 +223,7 @@ ul, ol {
|
|||
margin: 1em 0;
|
||||
}
|
||||
|
||||
ul li, ol li{
|
||||
ul li, ol li {
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
|
||||
|
|
@ -231,12 +231,12 @@ ul li, ol li{
|
|||
Header
|
||||
--------------------------*/
|
||||
|
||||
#branding{
|
||||
#branding {
|
||||
text-align: left;
|
||||
position: relative;
|
||||
width:100%;
|
||||
float:left;
|
||||
margin:1em 0;
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin: 1em 0;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
}
|
||||
|
||||
|
|
@ -246,15 +246,15 @@ ul li, ol li{
|
|||
}
|
||||
|
||||
#branding p {
|
||||
margin:0;
|
||||
font-style:italic;
|
||||
margin-top:5px;
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#branding h1, #branding h2 {
|
||||
#branding h1, #branding h2 {
|
||||
font-size: 36px;
|
||||
font-family: Georgia,sans-serif;
|
||||
margin:0;
|
||||
font-family: Georgia, sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
|
|
@ -262,14 +262,14 @@ ul li, ol li{
|
|||
--------------------------*/
|
||||
|
||||
#menu-wrapper {
|
||||
float:left;
|
||||
width:100%;
|
||||
position:relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-size:15px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 15px;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
padding-bottom:7px;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
|
|
@ -279,27 +279,27 @@ ul li, ol li{
|
|||
|
||||
#menu ul {
|
||||
list-style: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#menu ul li {
|
||||
padding: 0 10px;
|
||||
float: left;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#menu ul li.first {
|
||||
padding-left:0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#menu ul li.last {
|
||||
padding-right:0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
text-decoration: none;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#menu a:hover {
|
||||
|
|
@ -315,7 +315,7 @@ ul li, ol li{
|
|||
--------------------------*/
|
||||
|
||||
#search-form {
|
||||
float:right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
|
|
@ -326,15 +326,15 @@ ul li, ol li{
|
|||
line-height: normal;
|
||||
height: 22px;
|
||||
padding: 0 3px;
|
||||
-moz-border-radius:2px;
|
||||
-webkit-border-radius:2px;
|
||||
border-radius:2px;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.search-input:hover {
|
||||
border:1px solid #b9b9b9;
|
||||
border-top:1px solid #a0a0a0;
|
||||
box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
|
||||
border: 1px solid #b9b9b9;
|
||||
border-top: 1px solid #a0a0a0;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
|
||||
}
|
||||
|
||||
.search-input:focus {
|
||||
|
|
@ -344,29 +344,29 @@ ul li, ol li{
|
|||
}
|
||||
|
||||
.search-button {
|
||||
background-color:#5e94ff;
|
||||
border:1px solid #5e94ff;
|
||||
-moz-border-radius:2px;
|
||||
-webkit-border-radius:2px;
|
||||
border-radius:2px;
|
||||
-moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
|
||||
-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
|
||||
box-shadow:0 1px 1px rgba(0,0,0,.2);
|
||||
color:#fff;
|
||||
display:inline-block;
|
||||
font-family:"open sans",arial,sans-serif;
|
||||
font-size:13px;
|
||||
font-weight:600;
|
||||
line-height:1.54;
|
||||
background-color: #5e94ff;
|
||||
border: 1px solid #5e94ff;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-family: "open sans", arial, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
line-height: 1.54;
|
||||
padding: 0;
|
||||
margin:0;
|
||||
text-align:center;
|
||||
text-shadow:0 -1px 0 rgba(0,0,0,.2);
|
||||
-moz-transition:all .218s ease-in;
|
||||
-webkit-transition:all .218s ease-in;
|
||||
transition:all .218s ease-in;
|
||||
cursor:pointer;
|
||||
height:23px;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
|
||||
-moz-transition: all .218s ease-in;
|
||||
-webkit-transition: all .218s ease-in;
|
||||
transition: all .218s ease-in;
|
||||
cursor: pointer;
|
||||
height: 23px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
|
|
@ -384,7 +384,7 @@ ul li, ol li{
|
|||
color: #999999;
|
||||
font-size: 15px;
|
||||
margin-bottom: 1em;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
.breadcrumb a {
|
||||
|
|
@ -407,14 +407,14 @@ ul li, ol li{
|
|||
border-bottom: 1px solid #DFDFDF;
|
||||
}
|
||||
|
||||
.post a:hover , .post-list a:hover , .pager a:hover, .postnav a:hover{
|
||||
.post a:hover, .post-list a:hover, .pager a:hover, .postnav a:hover {
|
||||
border-bottom: 1px solid #D54E21;
|
||||
}
|
||||
|
||||
.date {
|
||||
color: #999999;
|
||||
font-size: 13px;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
|
|
@ -432,23 +432,23 @@ ul li, ol li{
|
|||
}
|
||||
|
||||
#main h1 a, #main h2 a {
|
||||
border:none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.post.first .title-index {
|
||||
margin-top:0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.main {
|
||||
margin-bottom:1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.inpost .post {
|
||||
border:none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.title-post {
|
||||
margin-top:0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.border {
|
||||
|
|
@ -457,7 +457,7 @@ ul li, ol li{
|
|||
margin-top: 10px;
|
||||
padding-bottom: 15px;
|
||||
width: 100%;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.profile {
|
||||
|
|
@ -481,19 +481,19 @@ ul li, ol li{
|
|||
|
||||
.share-box {
|
||||
font-size: 14px;
|
||||
float:left;
|
||||
float: left;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.author-info {
|
||||
width: 540px;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.share {
|
||||
width:140px;
|
||||
width: 140px;
|
||||
margin-left: 1em;
|
||||
float:right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.share a {
|
||||
|
|
@ -508,17 +508,28 @@ ul li, ol li{
|
|||
-webkit-transition: all .3s;
|
||||
-ms-transition: all .3s;
|
||||
text-indent: -9999em;
|
||||
border:none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.share a.twitter { background: url(../../default/img/share-twitter.png) left top no-repeat; }
|
||||
.share a.facebook { background: url(../../default/img/share-facebook.png) left top no-repeat; }
|
||||
.share a.googleplus { background: url(../../default/img/share-googleplus.png) left top no-repeat; }
|
||||
.share a.twitter {
|
||||
background: url(../../default/img/share-twitter.png) left top no-repeat;
|
||||
}
|
||||
|
||||
.share a:hover { background-position: left -26px; border:none; }
|
||||
.share a.facebook {
|
||||
background: url(../../default/img/share-facebook.png) left top no-repeat;
|
||||
}
|
||||
|
||||
.share a.googleplus {
|
||||
background: url(../../default/img/share-googleplus.png) left top no-repeat;
|
||||
}
|
||||
|
||||
.share a:hover {
|
||||
background-position: left -26px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.related {
|
||||
font-size:15px;
|
||||
font-size: 15px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
|
@ -526,12 +537,12 @@ ul li, ol li{
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.pager .newer , .postnav .newer {
|
||||
float:left;
|
||||
.pager .newer, .postnav .newer {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pager .older , .postnav .older {
|
||||
float:right;
|
||||
.pager .older, .postnav .older {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.border .fb-comments, .border #disqus_thread {
|
||||
|
|
@ -540,7 +551,7 @@ ul li, ol li{
|
|||
|
||||
#disqus_thread {
|
||||
float: left;
|
||||
font-family: Georgia,Times,Cambria,serif;
|
||||
font-family: Georgia, Times, Cambria, serif;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -551,9 +562,9 @@ ul li, ol li{
|
|||
#sidebar {
|
||||
float: left;
|
||||
color: #5c5a54;
|
||||
height:100%;
|
||||
height: 100%;
|
||||
width: 200px;
|
||||
font-size:15px;
|
||||
font-size: 15px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
|
|
@ -566,8 +577,8 @@ ul li, ol li{
|
|||
|
||||
#sidebar ul {
|
||||
list-style: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#sidebar .archivegroup ul.month {
|
||||
|
|
@ -575,11 +586,11 @@ ul li, ol li{
|
|||
}
|
||||
|
||||
#sidebar .archivegroup ul.month li {
|
||||
margin:0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.archivegroup li.expanded, .archivegroup li.collapsed {
|
||||
margin:0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.about, .social, .archive, .comments, .tagcloud, .recent {
|
||||
|
|
@ -589,7 +600,7 @@ ul li, ol li{
|
|||
#sidebar .recent ul {
|
||||
margin: 0.25em 0 0.25em 1.3em;
|
||||
}
|
||||
|
||||
|
||||
#sidebar .recent li {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
|
@ -600,56 +611,56 @@ ul li, ol li{
|
|||
|
||||
#copyright-wrapper {
|
||||
margin: 20px 0 0 0;
|
||||
float:left;
|
||||
width:100%;
|
||||
position:relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
line-height:1.5;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
text-align: center;
|
||||
color: #909090;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
#copyright p {
|
||||
margin:0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*----------------------------
|
||||
The 404 page
|
||||
-----------------------------*/
|
||||
|
||||
.message{
|
||||
padding:50px 20px 20px 20px;
|
||||
.message {
|
||||
padding: 50px 20px 20px 20px;
|
||||
}
|
||||
|
||||
.message h1{
|
||||
font-size:36px;
|
||||
.message h1 {
|
||||
font-size: 36px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.message p{
|
||||
font-size:13px;
|
||||
.message p {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.center{
|
||||
text-align:center;
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.search-404 {
|
||||
position:relative;
|
||||
float:left;
|
||||
width:100%;
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
|
||||
.search-404 #search-form {
|
||||
float:none;
|
||||
float: none;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
|
|
@ -657,18 +668,18 @@ ul li, ol li{
|
|||
--------------------------*/
|
||||
|
||||
table {
|
||||
font-size:12px;
|
||||
font-size: 12px;
|
||||
border: none;
|
||||
width:100%;
|
||||
color:#333333;
|
||||
width: 100%;
|
||||
color: #333333;
|
||||
border: 1px solid #E3E3E3;
|
||||
margin: 1em 0;
|
||||
white-space: pre-wrap;
|
||||
word-wrap:break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
table h2.title {
|
||||
margin:5px 0;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
th, td {
|
||||
|
|
@ -677,35 +688,35 @@ th, td {
|
|||
}
|
||||
|
||||
th.title {
|
||||
margin:5px 0;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
margin: 5px 0;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
td.title {
|
||||
font-weight:normal;
|
||||
font-weight: normal;
|
||||
background-color: #f6f6f6;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #f6f6f6;
|
||||
border-bottom: 1px solid #E3E3E3;
|
||||
border-right: 1px solid #E3E3E3;
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-size:16px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
td {
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #E3E3E3;
|
||||
border-top: none;
|
||||
border-left:none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
table.post-list td a {
|
||||
margin:0 5px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
/*----------------------------
|
||||
|
|
@ -719,7 +730,7 @@ table.post-list td a {
|
|||
|
||||
#content {
|
||||
width: 73%;
|
||||
padding-right:5%;
|
||||
padding-right: 5%;
|
||||
}
|
||||
|
||||
.author-info {
|
||||
|
|
@ -744,10 +755,10 @@ table.post-list td a {
|
|||
|
||||
#content {
|
||||
width: 100%;
|
||||
padding-right:0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.author-info , .related, .share-box{
|
||||
.author-info, .related, .share-box {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -767,29 +778,29 @@ table.post-list td a {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.pager .newer , .postnav .newer {
|
||||
float:left;
|
||||
.pager .newer, .postnav .newer {
|
||||
float: left;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.pager .older , .postnav .older {
|
||||
float:left;
|
||||
.pager .older, .postnav .older {
|
||||
float: left;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#branding, #menu-wrapper {
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#menu-wrapper ul {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
float:left;
|
||||
#menu-wrapper ul {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#menu-wrapper ul li {
|
||||
float:none;
|
||||
display:inline-block;
|
||||
#menu-wrapper ul li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
|
@ -798,14 +809,14 @@ table.post-list td a {
|
|||
}
|
||||
|
||||
#search-form {
|
||||
float:left;
|
||||
width:100%;
|
||||
margin-bottom:1em;
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap:break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -827,17 +838,17 @@ table.post-list td a {
|
|||
-----------------------------*/
|
||||
|
||||
.video-wrapper {
|
||||
margin:1em 0;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
@media all and (min-width: 420px) {
|
||||
|
||||
.video-wrapper {
|
||||
padding-top:315px!important;
|
||||
position:relative;
|
||||
width:100%;
|
||||
max-width:420px!important;
|
||||
max-height:315px!important;
|
||||
padding-top: 315px !important;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 420px !important;
|
||||
max-height: 315px !important;
|
||||
}
|
||||
|
||||
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
|
||||
|
|
@ -845,9 +856,9 @@ table.post-list td a {
|
|||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
max-width:420px!important;
|
||||
max-width: 420px !important;
|
||||
width: 100%;
|
||||
max-height:315px!important;
|
||||
max-height: 315px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -876,16 +887,19 @@ table.post-list td a {
|
|||
Archive
|
||||
-----------------------------*/
|
||||
|
||||
ul.archivegroup{
|
||||
padding:0;
|
||||
margin:0;
|
||||
ul.archivegroup {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.archivegroup .expanded ul{
|
||||
display:block;
|
||||
|
||||
.archivegroup .expanded ul {
|
||||
display: block;
|
||||
}
|
||||
.archivegroup .collapsed ul{
|
||||
display:none;
|
||||
|
||||
.archivegroup .collapsed ul {
|
||||
display: none;
|
||||
}
|
||||
.archivegroup li.expanded,.archivegroup li.collapsed{
|
||||
list-style:none;
|
||||
|
||||
.archivegroup li.expanded, .archivegroup li.collapsed {
|
||||
list-style: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,78 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php echo $head_contents ?>
|
||||
<link href="<?php echo site_url() ?>themes/logs/css/style.css" rel="stylesheet" />
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
|
||||
<?php if (publisher()):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<?php echo $head_contents ?>
|
||||
<link href="<?php echo site_url() ?>themes/logs/css/style.css" rel="stylesheet"/>
|
||||
<link
|
||||
href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'
|
||||
rel='stylesheet' type='text/css'>
|
||||
<?php if (publisher()): ?>
|
||||
<link href="<?php echo publisher() ?>" rel="publisher" /><?php endif; ?>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="<?php echo $bodyclass; ?>" itemscope="itemscope" itemtype="http://schema.org/Blog">
|
||||
<div class="hide">
|
||||
<meta content="<?php echo blog_title() ?>" itemprop="name"/>
|
||||
<meta content="<?php echo blog_description() ?>" itemprop="description"/>
|
||||
<meta content="<?php echo blog_title() ?>" itemprop="name"/>
|
||||
<meta content="<?php echo blog_description() ?>" itemprop="description"/>
|
||||
</div>
|
||||
<?php if(facebook()) { echo facebook();} ?>
|
||||
<?php if(login()) { toolbar();} ?>
|
||||
<div id="cover">
|
||||
<div id="header-wrapper">
|
||||
<header id="header" class="responsive">
|
||||
<div id="branding">
|
||||
<?php if(is_index()) {?>
|
||||
<h1 class="blog-title"><a rel="home" href="<?php echo site_url() ?>"><?php echo blog_title() ?></a></h1>
|
||||
<?php } else {?>
|
||||
<h2 class="blog-title"><a rel="home" href="<?php echo site_url() ?>"><?php echo blog_title() ?></a></h2>
|
||||
<?php } ?>
|
||||
<div class="blog-tagline"><p><?php echo blog_tagline() ?></p></div>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
<div id="menu-wrapper">
|
||||
<nav id="menu" class="responsive">
|
||||
<?php echo menu() ?>
|
||||
<?php echo search() ?>
|
||||
</nav>
|
||||
</div>
|
||||
<div id="main-wrapper">
|
||||
<div id="main" class="responsive">
|
||||
<section id="content">
|
||||
<?php echo content()?>
|
||||
</section>
|
||||
<aside id="sidebar">
|
||||
<div class="about">
|
||||
<h3>About</h3>
|
||||
<p><?php echo blog_description() ?></p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>Follow</h3>
|
||||
<?php echo social() ?>
|
||||
</div>
|
||||
<div class="recent">
|
||||
<h3>Recent Posts</h3>
|
||||
<?php echo recent() ?>
|
||||
</div>
|
||||
<div class="archive">
|
||||
<?php echo archive_list()?>
|
||||
</div>
|
||||
<?php if(disqus()):?>
|
||||
<div class="comments">
|
||||
<?php echo recent_comments() ?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<div class="tagcloud">
|
||||
<?php echo tag_cloud()?>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<div id="copyright-wrapper">
|
||||
<footer id="copyright" class="responsive">
|
||||
<?php echo copyright() ?>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<?php if (analytics()):?><?php echo analytics() ?><?php endif;?>
|
||||
<?php if (facebook()) {
|
||||
echo facebook();
|
||||
} ?>
|
||||
<?php if (login()) {
|
||||
toolbar();
|
||||
} ?>
|
||||
<div id="cover">
|
||||
<div id="header-wrapper">
|
||||
<header id="header" class="responsive">
|
||||
<div id="branding">
|
||||
<?php if (is_index()) { ?>
|
||||
<h1 class="blog-title"><a rel="home" href="<?php echo site_url() ?>"><?php echo blog_title() ?></a>
|
||||
</h1>
|
||||
<?php } else { ?>
|
||||
<h2 class="blog-title"><a rel="home" href="<?php echo site_url() ?>"><?php echo blog_title() ?></a>
|
||||
</h2>
|
||||
<?php } ?>
|
||||
<div class="blog-tagline"><p><?php echo blog_tagline() ?></p></div>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
<div id="menu-wrapper">
|
||||
<nav id="menu" class="responsive">
|
||||
<?php echo menu() ?>
|
||||
<?php echo search() ?>
|
||||
</nav>
|
||||
</div>
|
||||
<div id="main-wrapper">
|
||||
<div id="main" class="responsive">
|
||||
<section id="content">
|
||||
<?php echo content() ?>
|
||||
</section>
|
||||
<aside id="sidebar">
|
||||
<div class="about">
|
||||
<h3>About</h3>
|
||||
|
||||
<p><?php echo blog_description() ?></p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>Follow</h3>
|
||||
<?php echo social() ?>
|
||||
</div>
|
||||
<div class="recent">
|
||||
<h3>Recent Posts</h3>
|
||||
<?php echo recent() ?>
|
||||
</div>
|
||||
<div class="archive">
|
||||
<?php echo archive_list() ?>
|
||||
</div>
|
||||
<?php if (disqus()): ?>
|
||||
<div class="comments">
|
||||
<?php echo recent_comments() ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div class="tagcloud">
|
||||
<?php echo tag_cloud() ?>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<div id="copyright-wrapper">
|
||||
<footer id="copyright" class="responsive">
|
||||
<?php echo copyright() ?>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,58 +1,63 @@
|
|||
<?php if (!empty($breadcrumb)):?><div class="breadcrumb"><?php echo $breadcrumb ?></div><?php endif;?>
|
||||
<?php $i = 0; $len = count($posts);?>
|
||||
<?php foreach($posts as $p):?>
|
||||
<?php
|
||||
if ($i == 0) {
|
||||
$class = 'post first';
|
||||
}
|
||||
elseif ($i == $len - 1) {
|
||||
$class = 'post last';
|
||||
}
|
||||
else {
|
||||
$class = 'post';
|
||||
}
|
||||
$i++;
|
||||
?>
|
||||
<div class="<?php echo $class ?>" itemprop="blogPost" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
|
||||
<div class="main">
|
||||
<h2 class="title-index" itemprop="name"><a href="<?php echo $p->url?>"><?php echo $p->title ?></a></h2>
|
||||
<div class="date">
|
||||
<?php if (!empty($p->feature)){?>
|
||||
<div class="featured-image">
|
||||
<a href="<?php echo $p->url?>"><img src="<?php echo $p->feature; ?>" alt="<?php echo $p->title ?>"/></a>
|
||||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb"><?php echo $breadcrumb ?></div><?php endif; ?>
|
||||
<?php $i = 0;
|
||||
$len = count($posts); ?>
|
||||
<?php foreach ($posts as $p): ?>
|
||||
<?php
|
||||
if ($i == 0) {
|
||||
$class = 'post first';
|
||||
} elseif ($i == $len - 1) {
|
||||
$class = 'post last';
|
||||
} else {
|
||||
$class = 'post';
|
||||
}
|
||||
$i++;
|
||||
?>
|
||||
<div class="<?php echo $class ?>" itemprop="blogPost" itemscope="itemscope"
|
||||
itemtype="http://schema.org/BlogPosting">
|
||||
<div class="main">
|
||||
<h2 class="title-index" itemprop="name"><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></h2>
|
||||
|
||||
<div class="date">
|
||||
<?php if (!empty($p->feature)) { ?>
|
||||
<div class="featured-image">
|
||||
<a href="<?php echo $p->url ?>"><img src="<?php echo $p->feature; ?>"
|
||||
alt="<?php echo $p->title ?>"/></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php if (!empty($p->video)) { ?>
|
||||
<div class="featured-video">
|
||||
<iframe src="https://www.youtube.com/embed/<?php echo $p->video; ?>" width="560" height="315"
|
||||
frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<span itemprop="datePublished"><?php echo date('d F Y', $p->date) ?></span> - Posted in
|
||||
<span itemprop="articleSection"><?php echo $p->tag ?></span> by
|
||||
<span itemprop="author"><a href="<?php echo $p->authorurl ?>"><?php echo $p->author ?></a></span>
|
||||
<?php
|
||||
if (disqus_count()) { ?> - <span><a href="<?php echo $p->url ?>#disqus_thread">Comments</a></span>
|
||||
<?php } elseif (facebook()) { ?> -
|
||||
<a href="<?php echo $p->url ?>#comments"><span><fb:comments-count
|
||||
href=<?php echo $p->url ?>></fb:comments-count> Comments</span></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="teaser-body" itemprop="articleBody">
|
||||
<?php echo get_thumbnail($p->body) ?>
|
||||
<?php echo get_teaser($p->body, $p->url) ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if (!empty($p->video)){?>
|
||||
<div class="featured-video">
|
||||
<iframe src="https://www.youtube.com/embed/<?php echo $p->video; ?>" width="560" height="315" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<?php }?>
|
||||
<span itemprop="datePublished"><?php echo date('d F Y', $p->date)?></span> - Posted in
|
||||
<span itemprop="articleSection"><?php echo $p->tag ?></span> by
|
||||
<span itemprop="author"><a href="<?php echo $p->authorurl ?>"><?php echo $p->author ?></a></span>
|
||||
<?php
|
||||
if (disqus_count()) {?> - <span><a href="<?php echo $p->url?>#disqus_thread">Comments</a></span>
|
||||
<?php } elseif (facebook()){ ?> -
|
||||
<a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> Comments</span></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="teaser-body" itemprop="articleBody">
|
||||
<?php echo get_thumbnail($p->body)?>
|
||||
<?php echo get_teaser($p->body, $p->url)?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])):?>
|
||||
<div class="pager">
|
||||
<?php if (!empty($pagination['prev'])):?>
|
||||
<span class="newer" >« <a href="?page=<?php echo $page-1?>" rel="prev">Newer</a></span>
|
||||
<?php endif;?>
|
||||
<?php if (!empty($pagination['next'])):?>
|
||||
<span class="older" ><a href="?page=<?php echo $page+1?>" rel="next">Older</a> »</span>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php if (disqus_count()):?>
|
||||
<?php echo disqus_count() ?>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
||||
<div class="pager">
|
||||
<?php if (!empty($pagination['prev'])): ?>
|
||||
<span class="newer">« <a href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span>
|
||||
<?php endif; ?>
|
||||
<?php if (!empty($pagination['next'])): ?>
|
||||
<span class="older"><a href="?page=<?php echo $page + 1 ?>" rel="next">Older</a> »</span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if (disqus_count()): ?>
|
||||
<?php echo disqus_count() ?>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
|
|
@ -1,58 +1,73 @@
|
|||
<?php if (!empty($breadcrumb)):?><div class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#"><?php echo $breadcrumb ?></div><?php endif;?>
|
||||
<?php if(login()) { echo tab($p);} ?>
|
||||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#"><?php echo $breadcrumb ?></div><?php endif; ?>
|
||||
<?php if (login()) {
|
||||
echo tab($p);
|
||||
} ?>
|
||||
<div class="post" itemprop="blogPost" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
|
||||
<div class="main">
|
||||
<a name="more"></a>
|
||||
<h1 class="title-post" itemprop="name"><?php echo $p->title ?></h1>
|
||||
<div class="date">
|
||||
<?php if (!empty($p->feature)){?>
|
||||
<div class="featured-image">
|
||||
<a href="<?php echo $p->url?>"><img src="<?php echo $p->feature; ?>" alt="<?php echo $p->title ?>"/></a>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if (!empty($p->video)){?>
|
||||
<div class="featured-video">
|
||||
<iframe src="https://www.youtube.com/embed/<?php echo $p->video; ?>" width="560" height="315" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<?php }?>
|
||||
<span itemprop="datePublished"><a href="<?php echo $p->archive ?>" title="Show all posts made on this day"><?php echo date('d F Y', $p->date)?></a></span> - Posted in
|
||||
<span itemprop="articleSection"><?php echo $p->tag ?></span> by
|
||||
<span itemprop="author"><a href="<?php echo $p->authorurl ?>"><?php echo $p->author ?></a></span> -
|
||||
<span><a href="<?php echo $p->url ?>" rel="permalink">Permalink</a></span>
|
||||
</div>
|
||||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="separator">→</div>
|
||||
<div class="share-box">
|
||||
<?php echo $authorinfo ?>
|
||||
<div class="share">
|
||||
<h4>Share this post</h4>
|
||||
<a class="twitter" target="_blank" href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title?>">Twitter</a>
|
||||
<a class="facebook" target="_blank" href="https://www.facebook.com/sharer.php?u=<?php echo $p->url ?>&t=<?php echo $p->title?>">Facebook</a>
|
||||
<a class="googleplus" target="_blank" href="https://plus.google.com/share?url=<?php echo $p->url ?>">Google+</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo get_related($p->tag)?>
|
||||
<div id="comments" class="comments border">
|
||||
<?php if (facebook()):?>
|
||||
<div class="fb-comments" data-href="<?php echo $p->url ?>" data-numposts="<?php echo config('fb.num') ?>" data-colorscheme="<?php echo config('fb.color') ?>"></div>
|
||||
<?php endif;?>
|
||||
<?php if (disqus()):?>
|
||||
<div id="disqus_thread"></div>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<div class="postnav">
|
||||
<?php if (!empty($next)):?>
|
||||
<span class="newer">« <a href="<?php echo ($next['url']);?>" rel="next"><?php echo ($next['title']);?></a></span>
|
||||
<?php endif;?>
|
||||
<div class="main">
|
||||
<a name="more"></a>
|
||||
|
||||
<?php if (!empty($prev)):?>
|
||||
<span class="older" ><a href="<?php echo ($prev['url']); ?>" rel="prev"><?php echo ($prev['title']); ?></a> »</span>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<?php if (disqus()):?>
|
||||
<?php echo disqus($p->title, $p->url) ?>
|
||||
<?php endif;?>
|
||||
<h1 class="title-post" itemprop="name"><?php echo $p->title ?></h1>
|
||||
|
||||
<div class="date">
|
||||
<?php if (!empty($p->feature)) { ?>
|
||||
<div class="featured-image">
|
||||
<a href="<?php echo $p->url ?>"><img src="<?php echo $p->feature; ?>"
|
||||
alt="<?php echo $p->title ?>"/></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php if (!empty($p->video)) { ?>
|
||||
<div class="featured-video">
|
||||
<iframe src="https://www.youtube.com/embed/<?php echo $p->video; ?>" width="560" height="315"
|
||||
frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<span itemprop="datePublished"><a href="<?php echo $p->archive ?>"
|
||||
title="Show all posts made on this day"><?php echo date('d F Y', $p->date) ?></a></span>
|
||||
- Posted in
|
||||
<span itemprop="articleSection"><?php echo $p->tag ?></span> by
|
||||
<span itemprop="author"><a href="<?php echo $p->authorurl ?>"><?php echo $p->author ?></a></span> -
|
||||
<span><a href="<?php echo $p->url ?>" rel="permalink">Permalink</a></span>
|
||||
</div>
|
||||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="separator">→</div>
|
||||
<div class="share-box">
|
||||
<?php echo $authorinfo ?>
|
||||
<div class="share">
|
||||
<h4>Share this post</h4>
|
||||
<a class="twitter" target="_blank"
|
||||
href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title ?>">Twitter</a>
|
||||
<a class="facebook" target="_blank"
|
||||
href="https://www.facebook.com/sharer.php?u=<?php echo $p->url ?>&t=<?php echo $p->title ?>">Facebook</a>
|
||||
<a class="googleplus" target="_blank"
|
||||
href="https://plus.google.com/share?url=<?php echo $p->url ?>">Google+</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo get_related($p->tag) ?>
|
||||
<div id="comments" class="comments border">
|
||||
<?php if (facebook()): ?>
|
||||
<div class="fb-comments" data-href="<?php echo $p->url ?>" data-numposts="<?php echo config('fb.num') ?>"
|
||||
data-colorscheme="<?php echo config('fb.color') ?>"></div>
|
||||
<?php endif; ?>
|
||||
<?php if (disqus()): ?>
|
||||
<div id="disqus_thread"></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="postnav">
|
||||
<?php if (!empty($next)): ?>
|
||||
<span class="newer">« <a href="<?php echo($next['url']); ?>"
|
||||
rel="next"><?php echo($next['title']); ?></a></span>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($prev)): ?>
|
||||
<span class="older"><a href="<?php echo($prev['url']); ?>"
|
||||
rel="prev"><?php echo($prev['title']); ?></a> »</span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php if (disqus()): ?>
|
||||
<?php echo disqus($p->title, $p->url) ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,40 +1,44 @@
|
|||
<?php if (!empty($breadcrumb)):?><div class="breadcrumb"><?php echo $breadcrumb ?></div><?php endif;?>
|
||||
<div class="profile-wrapper" itemprop="accountablePerson" itemscope="itemscope">
|
||||
<div class="profile" itemtype="http://schema.org/Person" itemscope="itemscope" itemprop="Person">
|
||||
<h1 class="title-post" itemprop="name"><?php echo $name ?></h1>
|
||||
<div class="bio" itemprop="description"><?php echo $bio ?></div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="post-index">Posts by this author</h2>
|
||||
<?php if(!empty($posts)) {?>
|
||||
<ul class="post-list">
|
||||
<?php $i = 0; $len = count($posts);?>
|
||||
<?php foreach($posts as $p):?>
|
||||
<?php
|
||||
if ($i == 0) {
|
||||
$class = 'item first';
|
||||
}
|
||||
elseif ($i == $len - 1) {
|
||||
$class = 'item last';
|
||||
}
|
||||
else {
|
||||
$class = 'item';
|
||||
}
|
||||
$i++;
|
||||
?>
|
||||
<li class="<?php echo $class;?>">
|
||||
<span><a href="<?php echo $p->url?>"><?php echo $p->title ?></a></span> on <span><?php echo date('d F Y', $p->date)?></span> - Posted in <span><?php echo $p->tag ?></span>
|
||||
</li>
|
||||
<?php endforeach;?>
|
||||
</ul>
|
||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])):?>
|
||||
<div class="pager">
|
||||
<?php if (!empty($pagination['prev'])):?>
|
||||
<span class="newer" >« <a href="?page=<?php echo $page-1?>" rel="prev">Newer</a></span>
|
||||
<?php endif;?>
|
||||
<?php if (!empty($pagination['next'])):?>
|
||||
<span class="older" ><a href="?page=<?php echo $page+1?>" rel="next">Older</a> »</span>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php } else { echo 'No posts found!'; }?>
|
||||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb"><?php echo $breadcrumb ?></div><?php endif; ?>
|
||||
<div class="profile-wrapper" itemprop="accountablePerson" itemscope="itemscope">
|
||||
<div class="profile" itemtype="http://schema.org/Person" itemscope="itemscope" itemprop="Person">
|
||||
<h1 class="title-post" itemprop="name"><?php echo $name ?></h1>
|
||||
|
||||
<div class="bio" itemprop="description"><?php echo $bio ?></div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="post-index">Posts by this author</h2>
|
||||
<?php if (!empty($posts)) { ?>
|
||||
<ul class="post-list">
|
||||
<?php $i = 0;
|
||||
$len = count($posts); ?>
|
||||
<?php foreach ($posts as $p): ?>
|
||||
<?php
|
||||
if ($i == 0) {
|
||||
$class = 'item first';
|
||||
} elseif ($i == $len - 1) {
|
||||
$class = 'item last';
|
||||
} else {
|
||||
$class = 'item';
|
||||
}
|
||||
$i++;
|
||||
?>
|
||||
<li class="<?php echo $class; ?>">
|
||||
<span><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></span> on
|
||||
<span><?php echo date('d F Y', $p->date) ?></span> - Posted in <span><?php echo $p->tag ?></span>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
||||
<div class="pager">
|
||||
<?php if (!empty($pagination['prev'])): ?>
|
||||
<span class="newer">« <a href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span>
|
||||
<?php endif; ?>
|
||||
<?php if (!empty($pagination['next'])): ?>
|
||||
<span class="older"><a href="?page=<?php echo $page + 1 ?>" rel="next">Older</a> »</span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php } else {
|
||||
echo 'No posts found!';
|
||||
} ?>
|
||||
|
|
@ -1,10 +1,14 @@
|
|||
<?php if (!empty($breadcrumb)):?><div class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#"><?php echo $breadcrumb ?></div><?php endif;?>
|
||||
<?php if(login()) { echo tab($p);} ?>
|
||||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#"><?php echo $breadcrumb ?></div><?php endif; ?>
|
||||
<?php if (login()) {
|
||||
echo tab($p);
|
||||
} ?>
|
||||
<div class="post" itemprop="blogPost" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
|
||||
<div class="main">
|
||||
<h1 class="title-post" itemprop="name"><?php echo $p->title ?></h1>
|
||||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main">
|
||||
<h1 class="title-post" itemprop="name"><?php echo $p->title ?></h1>
|
||||
|
||||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue