Single v1

-commentaires cachés
-settings
-3 lightbox
-enqueue js et css
This commit is contained in:
2017-01-16 06:32:13 +01:00
parent 1fa1f61d0e
commit 6df0f90b09
68 changed files with 3312 additions and 402 deletions

220
style.css
View File

@@ -6,7 +6,9 @@ Template: CreatorThemeRes
Version: 2.0.1
Author: Dessign Themes
Author URI: http://dessign.net
Tags: 3 column theme, clean, portfolio
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio
Text Domain: CreatorThemeRes-child
*/
@@ -14,6 +16,15 @@ Text Domain: CreatorThemeRes-child
@import url("../CreatorThemeRes/style.css");
*/
/*
.head-socials img {
margin-right: 3px;
margin-left: 3px;
}
*/
.sticky {
}
.retour-blog {
color: #333333;
display: block;
@@ -26,7 +37,6 @@ Text Domain: CreatorThemeRes-child
/*border: thin solid #ff6231;*/
}
/* livre d'or */
#randomImg {
@@ -69,7 +79,6 @@ Text Domain: CreatorThemeRes-child
line-height: 200px;*/
width: 200px;
height: 200px;
/**/
border: 1px solid #ccc;
background-color: #fff;
@@ -84,10 +93,6 @@ Text Domain: CreatorThemeRes-child
vertical-align: middle;
}
.pagination {
margin-top: 4em;
margin-bottom: 2em;
}
.albumdesc a, .pagination a {
color: #333;
@@ -119,36 +124,184 @@ Text Domain: CreatorThemeRes-child
padding: 0px 11px 20px;
}
/*found on http://www.brunildo.org/test/img_center.html*/
.wraptocenter {
display: table-cell!important;
text-align: center!important;
vertical-align: middle!important;
width: 200px;
height: 200px;
.holder
{
display:table-cell;
vertical-align:middle;
text-align:center;
height:200px;
width:200px;
background-color: #fff;
border: 1px solid #ccc;
}
.wraptocenter * {
vertical-align: middle!important;
#archive {
margin: 0 0 80px;
}
/*\*//*/
.wraptocenter {
display: block;
/* Single */
.post_tags {
margin-top: 40px;
margin-bottom: 20px;
}
.wraptocenter span {
display: inline-block;
height: 100%;
width: 1px;
.edit-link a {
color: #666;
}
/**/
</style>
<!--[if IE]><style>
.wraptocenter span {
display: inline-block;
height: 100%;
.edit-link a:hover {
color: #000;
}
</style><![endif]-->
.comments_cont {
display: none;
}
.entry-meta {
clear: both;
font-size: 14px;
}
.entry-meta a {
color: #bc360a;
}
.entry-meta a:hover {
color: #bc360a;
}
.entry-meta > span {
margin-right: 20px;
}
.entry-meta > span:last-child {
margin-right: 0;
}
.entry-meta .date a:before {
content: "\f303";
}
.entry-meta .author a:before {
content: "\f304";
position: relative;
top: -1px;
}
/**
* 5.7 Post/Paging Navigation
* ----------------------------------------------------------------------------
*/
.navigation .nav-previous {
float: left;
}
.navigation .nav-next {
float: right;
}
.navigation a {
color: #000;
}
.navigation a:hover {
color: #333;
text-decoration: none;
}
.paging-navigation {
background-color: #e8e5ce;
padding: 40px 0;
}
.paging-navigation .nav-links {
margin: 0 auto;
max-width: 604px;
width: 100%;
}
.sidebar .paging-navigation .nav-links {
max-width: 1040px;
padding: 0 376px 0 60px;
}
.paging-navigation .nav-next {
padding: 13px 0;
}
.paging-navigation a {
font-size: 22px;
font-style: italic;
font-weight: 300;
}
.paging-navigation .meta-nav {
background-color: #e63f2a;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 26px;
padding: 3px 0 8px;
text-align: center;
width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
margin-right: 10px;
padding: 17px 0 23px;
width: 80px;
}
.paging-navigation .nav-next .meta-nav {
margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
background-color: #ea9629;
text-decoration: none;
}
.post-navigation {
background-color: #fff;
/*
color: #ca3c08;
font-style: italic;
font-weight: 300;
*/
font-size: 16px;
padding: 20px 0;
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #333;
line-height: 140%;
letter-spacing: 1.5px;
}
.post-navigation .nav-links {
margin: 0 auto;
max-width: 1040px;
}
.sidebar .post-navigation .nav-links {
padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
float: right;
text-align: right;
}
/*
/* Title : Ajax Pagination with jQuery & PHP
Example URL : http://www.sanwebe.com/2013/03/ajax-pagination-with-jquery-php
*/
.contents{
margin: 20px;
padding: 20px;
@@ -160,7 +313,6 @@ Text Domain: CreatorThemeRes-child
.contents li{
margin-bottom: 10px;
}
*/
.loading-div{
position: absolute;
top: 0;
@@ -177,7 +329,7 @@ Text Domain: CreatorThemeRes-child
}
/* Pagination style */
.pagination{margin:0;padding:0;}
.pagination{margin: 2em 0 3em;padding:0;}
.pagination li{
display: inline;
padding: 6px 10px 6px 10px;
@@ -204,7 +356,3 @@ Text Domain: CreatorThemeRes-child
background: #F0F0F0;
color: #333;
}
.pagine {
clear: both;
margin-bottom: 40px;
}