Blogme theme improves
This commit is contained in:
parent
1807308080
commit
778e91166c
|
@ -8,6 +8,10 @@
|
|||
min-width: 12em !important;
|
||||
}
|
||||
|
||||
article.post {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
article.post div.title h1 {
|
||||
font-weight: normal;
|
||||
margin: 0 !important;
|
||||
|
@ -32,8 +36,8 @@ div.cover-image {
|
|||
width: calc(100% + 6em);
|
||||
}
|
||||
|
||||
h1.blog-title {
|
||||
font-size: 2.4em;
|
||||
h2.blog-title {
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -528,7 +528,7 @@
|
|||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
@media screen and (max-width: 1010px) {
|
||||
|
||||
.row > * {
|
||||
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 {
|
||||
font-size: 12pt;
|
||||
|
@ -2271,7 +2271,7 @@
|
|||
content: '\f053';
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
@media screen and (max-width: 1010px) {
|
||||
|
||||
ul.actions.pagination {
|
||||
text-align: center;
|
||||
|
@ -2528,7 +2528,7 @@
|
|||
margin: 0 0 2em 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
@media screen and (max-width: 1010px) {
|
||||
|
||||
.mini-posts {
|
||||
display: -moz-flex;
|
||||
|
@ -3178,7 +3178,7 @@
|
|||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
@media screen and (max-width: 1010px) {
|
||||
|
||||
#wrapper {
|
||||
display: block;
|
||||
|
@ -3225,7 +3225,7 @@
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
@media screen and (max-width: 1010px) {
|
||||
|
||||
#sidebar {
|
||||
border-top: solid 1px rgba(160, 160, 160, 0.3);
|
||||
|
@ -3277,7 +3277,7 @@
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
@media screen and (max-width: 1010px) {
|
||||
|
||||
#intro {
|
||||
margin: 0 0 3em 0;
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
(function($) {
|
||||
|
||||
skel.breakpoints({
|
||||
xlarge: '(max-width: 1100px)',
|
||||
large: '(max-width: 1000px)',
|
||||
medium: '(max-width: 980px)',
|
||||
small: '(max-width: 736px)',
|
||||
xlarge: '(max-width: 1200px)',
|
||||
large: '(max-width: 1010px)',
|
||||
medium: '(max-width: 1200px)',
|
||||
small: '(max-width: 1100px)',
|
||||
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]-->
|
||||
<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
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue