Files
toppic-child/style.css
Bruno 21 904e6ac59b Tags
-recherche des tags de l’image du mois (PDO)
-affichage des tags sous l’image, avec liens vers Zenphoto
2019-01-06 11:06:25 +01:00

167 lines
2.6 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;
}
*/
#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;
}
/*
.thumb {
width: 200px;
height: 200px;
border: 1px solid #ccc;
background-color: #fff;
}
*/
.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;
}