Dovrei postare 800 righe + vari fogli satelliti, non mi sembra il caso...
Queste sono le regole principali:
codice:
.cf:after,
.cf:before {
content: "";
display: table;
}
.cf:after {
clear: both;
}
.cf {
zoom: 1;
}
.wrapper {
margin: 0 auto;
width: 940px;
position: relative;
}
body {
font-family: Arial, sans-serif;
font-size: 13px;
}
body a {
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
body p {
margin-bottom: 21px;
padding: 0 15px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
/* text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);*/
}
#main,
footer {
line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1em;
}
h1 {
font-size: 35px;
}
h2 {
font-size: 20px;
padding: 12px 15px;
border-bottom: 1px solid #d6d6d6;
}
h3 {
font-size: 18px;
padding: 15px 15px 5px 15px;
}
h4 {
font-size: 17px;
}
h5 {
font-size: 15px;
}
h6 {
font-size: 14px;
}
strong{
font-weight: bold;
}
.alignleft {
float: left;
margin: 5px 10px 5px 0;
}
.alignright {
float: right;
margin: 5px 0px 5px 10px;
}
.left{
text-align: left;
}
.right{
text-align: right;
}
.center{
text-align: center;
}
.justify{
text-align: justify;
}
.section-div {
height: 54px;
border-top: 1px solid #ccc;
}
.bordered{
padding: 1px;
background: #ffffff;
border: 1px solid #cccccc;
}
.no-margins{
margin: 0;
padding: 0;
}
.image-shaded{
text-align: center;
line-height: 0;
}
.image-shaded img{
margin: 0 auto;
max-width: 100%;
height: auto;
}
.error_message {
background-color: #ffe9e9;
border-color: #fbc4c4;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 5px;
color: #de5959;
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
padding: 15px 40px 15px 18px;
position: relative;
float: none;
width: auto;
}
Ho controllato e ricontrollato tutto, non ho altre regole con quel pseudo-elemento....