code CSS

balance

Membre actif
22 Juillet 2006
131
2
Geneve
Bonjour

J'ai du code CSS mais je ne sais plus a quoi il sert

Est ce que vous savez quel modification fait ce code ?

Je cherche à réduire la hauteur des boxes articles sur le blog

Merci d'avance



#main-header {
z-index: 1000 !important;
-webkit-box-shadow: 0 0px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0px 0 rgba(0,0,0,.1);
box-shadow: 0 0px 0 rgba(0,0,0,.1);
}
.et_pb_post_slider.et_pb_bg_layout_dark {
background: #822339 !important;
}
.et_pb_post img {
max-width: 300px;
float: left;
margin-right: 20px;
margin-top: -30px;
margin-bottom: 20px;
}
.et_pb_post .post-meta {
margin-bottom: 26px;
font-size: 14px;
font-weight: bold;
}
.et_pb_blog_grid .et_pb_image_container img {
min-width: 100%;
max-width: 100%;
max-height: 190px !important;
}
.et_pb_blog_grid .et_pb_post {
height: 400px !important;
}
.post-content {
bottom:15px;
}
input {
-webkit-appearance: none;
height: 30px;
border-radius: 10px;
}
.footer-widget {
line-height: 26px;
}
.page-id-11405 .et_pb_blog_grid .et_pb_post {
height: 780px !important;
}
.et_pb_blog_1 .et_pb_blog_grid .et_pb_post {
height: 500px !important;
text-align: left;
}
.et_pb_blog_0 .et_pb_blog_grid .et_pb_post {
max-width: 300px;
height: 450px !important;
margin-left: 20% !important;
}
.et_pb_slides .et_pb_container {
margin-top: -90px !important;
}
.form-submit .et_pb_button {
display: inline-block;
cursor: pointer;
border: solid 3px #822339;
height: 60px;
color: #822339;
}
#cookie-law-info-bar {
padding-top: 5px !important;
padding-bottom: 5px;
}
#cookie-law-info-bar span {
vertical-align: middle;
line-height: 10px;
font-size: 90%;
}
#cookie-law-info-again {
font-size: 8pt;
padding: 2px 5px;
}
.confidentialite {
font-size: 70%;
line-height: 12px;
margin-top: -25px;
width: 230px;
}
/* To add a "close" icon to the open toggles */
.et_pb_toggle_open .et_pb_toggle_title:before {
display: block !important;
content: "\e04f";
}