Files
toppic-child/style.css
Bruno 21 b4af1c2afd Post navigation
article suivant / articje précédent
2019-01-10 11:05:40 +01:00

258 lines
4.0 KiB
CSS
Executable File

/*
Theme Name: TopPic Child
Theme URI: http://themes.easysite.by/toppic-overview/
Author: kotofey
Author URI: http://www.themeforest.net/user/kotofey
Description: A child theme of TopPic Theme
Template: toppic
Version: 1.5
*/
/*-----------------------------------------------------------------------------------*/
/* WRITE YOUR OWN STYLES BELOW
/*-----------------------------------------------------------------------------------*/
#randomImg img {
padding: 10px;
background-color: #fff;
border: 1px solid #818181;
margin-right: auto;
margin-left: auto;
display: block;
width: 800px;
}
.inner-content ul li {
margin-top: 32px;
list-style-type: none;
}
.inner-content ul li h3 {
margin-bottom: 10px;
}
.inner-content ul li ul li{
margin-top: 2px;
margin-bottom: 2px;
list-style-type: none;
}
.form_newsletter {
padding-left: 30px;
}
/*
.tnp-subscription input[type="email"] {
background-color: transparent!important;
border-color: #444!important;
color: 000!important;
}
.tnp-subscription input.tnp-submit {
background-color: #fff!important;
color: #d37657;
width: auto!important;
}
ul li input.input-email
input.tnp-email
*/
/*
div.modele {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
*/
/* Ce-mois-ci */
#archive {
margin: 0 0 80px;
}
.cadre {
text-align: center;
margin-top: 1em;
}
.cadre img {
padding: 50px;
background-color: #fff;
border: 1px solid #ccc;
}
.exifs, .tags {
text-align: center;
color: #909090;
font-size: smaller;
margin-top: 1em;
}
.tags a {
color: #727172;
}
.tags a:hover {
color: #dba425;
}
.albumdesc {
float: right;
text-align:center;
width: 220px;
padding: 6px 0 0 0;
text-align:center;
vertical-align: middle;
}
/*
.albumdesc a, .pagination a {
color: #333;
}
*/
.gras {
font-weight: bold;
}
input.search-field {
width: 200px;
height: 24px;
border: 1px dashed #eee;
margin: 0 5px 0 0;
}
.albumdesc:hover {
/*
background: #ddd;
color: #333 !important;
border-radius: 0;
*/
font-weight: bold;
}
.album {
/* Hack pour themes/toppic/css/reset.css */
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* */
float: left;
width: 220px;
height: 220px;
text-align:center;
margin-top: 0;
margin-right: auto;
/* entre 2 rangées d'albums */
margin-bottom: 25px;
margin-left: auto;
padding: 0px 11px 20px;
}
.holder {
display:table-cell;
vertical-align:middle;
text-align:center;
height:220px;
width:220px;
background-color: #fff;
border: 1px solid #ccc;
}
. titrePhoto {
}
.legendePhoto {
}
/* Pagination (Ce. mois. ci) */
.blog-pagination {
text-align: center;
margin-top: 2em;
}
ul.paginate {
display: inline-block;
padding: 0;
margin: 0;
text-align: center;
}
ul.paginate li {display: inline;}
ul.paginate li a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
border-radius: 5px;
}
ul.paginate li a.active {
background-color: #dba425;
color: white;
border-radius: 5px;
}
ul.paginate li a:hover:not(.active) {background-color: #ffbf00;}
/* Post Navigation */
.post-navigation .nav-links a {
color: #999999;
display: inline-block;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
margin: 0 6px 6px 0;
padding: 2px 9px;
}
.post-navigation .nav-links a:hover {
color: #dba425;
}
.post-navigation {
margin: 0;
padding: 0;
color: #353535;
}
.post-navigation .nav-links .nav-previous {
float: left;
box-sizing: border-box;
padding-right: 0.5em;
max-width: 50%;
}
.post-navigation .nav-links .nav-next {
float: right;
box-sizing: border-box;
padding-left: 0.5em;
max-width: 50%;
}
.post-navigation .nav-links .nav-link-text {
display: block;
}
.post-navigation .nav-links .nav-previous .nav-link-text:before {
margin-right: 3px;
content: "\00AB";
}
.post-navigation .nav-links .nav-next .nav-link-text:after {
margin-left: 4px;
content: "\00BB";
}
.post-navigation .nav-links .entry-title {
margin-bottom: 5px;
}