Blogme theme improves
This commit is contained in:
parent
1807308080
commit
778e91166c
|
@ -8,6 +8,10 @@
|
||||||
min-width: 12em !important;
|
min-width: 12em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article.post {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
article.post div.title h1 {
|
article.post div.title h1 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
@ -32,8 +36,8 @@ div.cover-image {
|
||||||
width: calc(100% + 6em);
|
width: calc(100% + 6em);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.blog-title {
|
h2.blog-title {
|
||||||
font-size: 2.4em;
|
font-size: 2em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -528,7 +528,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1010px) {
|
||||||
|
|
||||||
.row > * {
|
.row > * {
|
||||||
padding: 0 0 0 1em;
|
padding: 0 0 0 1em;
|
||||||
|
@ -1439,7 +1439,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1010px) {
|
||||||
|
|
||||||
body, input, select, textarea {
|
body, input, select, textarea {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
|
@ -2271,7 +2271,7 @@
|
||||||
content: '\f053';
|
content: '\f053';
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1010px) {
|
||||||
|
|
||||||
ul.actions.pagination {
|
ul.actions.pagination {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -2528,7 +2528,7 @@
|
||||||
margin: 0 0 2em 0;
|
margin: 0 0 2em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1010px) {
|
||||||
|
|
||||||
.mini-posts {
|
.mini-posts {
|
||||||
display: -moz-flex;
|
display: -moz-flex;
|
||||||
|
@ -3178,7 +3178,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1010px) {
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -3225,7 +3225,7 @@
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1010px) {
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
border-top: solid 1px rgba(160, 160, 160, 0.3);
|
border-top: solid 1px rgba(160, 160, 160, 0.3);
|
||||||
|
@ -3277,7 +3277,7 @@
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1010px) {
|
||||||
|
|
||||||
#intro {
|
#intro {
|
||||||
margin: 0 0 3em 0;
|
margin: 0 0 3em 0;
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
(function($) {
|
(function($) {
|
||||||
|
|
||||||
skel.breakpoints({
|
skel.breakpoints({
|
||||||
xlarge: '(max-width: 1100px)',
|
xlarge: '(max-width: 1200px)',
|
||||||
large: '(max-width: 1000px)',
|
large: '(max-width: 1010px)',
|
||||||
medium: '(max-width: 980px)',
|
medium: '(max-width: 1200px)',
|
||||||
small: '(max-width: 736px)',
|
small: '(max-width: 1100px)',
|
||||||
xsmall: '(max-width: 480px)'
|
xsmall: '(max-width: 480px)'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<!--[if lte IE 8]><link rel="stylesheet" href="<?php echo HTML_PATH_THEME ?>assets/css/ie8.css" /><![endif]-->
|
<!--[if lte IE 8]><link rel="stylesheet" href="<?php echo HTML_PATH_THEME ?>assets/css/ie8.css" /><![endif]-->
|
||||||
<link rel="stylesheet" href="<?php echo HTML_PATH_THEME ?>assets/css/bludit.css">
|
<link rel="stylesheet" href="<?php echo HTML_PATH_THEME ?>assets/css/bludit.css">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="<?php echo HTML_PATH_THEME ?>img/favicon.png" type="image/x-icon">
|
<link rel="shortcut icon" href="<?php echo HTML_PATH_THEME ?>img/favicon.png" type="image/png">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<a href="<?php echo $Site->url() ?>"><h1 class="blog-title"><?php echo $Site->title() ?></h1></a>
|
<a href="<?php echo $Site->url() ?>"><h2 class="blog-title"><?php echo $Site->title() ?></h2></a>
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<a href="<?php echo $Site->url() ?>"><h1 class="blog-title"><?php echo $Site->title() ?></h1></a>
|
<a href="<?php echo $Site->url() ?>"><h2 class="blog-title"><?php echo $Site->title() ?></h2></a>
|
||||||
|
|
||||||
<article class="post">
|
<article class="post">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue