Change background title inner_box

This commit is contained in:
Dany De Bontridder 2017-10-19 19:27:41 +02:00
parent 0b4aa5ef80
commit 80d1913828

View file

@ -33,6 +33,7 @@ input{
margin:2px;
color:#0000FF;
font-size:14px;
}
.notice {
color:#FF0000;
@ -249,7 +250,8 @@ span.even {
}
/* highlight table row */
tr.odd {
background-color: #F1F3F6;
background-color: #DCE7F5;
/*! opacity: 50%; */
}
.highlight {
font-weight: bolder;
@ -1157,6 +1159,11 @@ h1.title {
}
h2.title {
background-color:#606c88;
background: #8a8d9b;
background: -moz-linear-gradient(top, #8a8d9b 41%, #3f4c6b 100%);
background: -webkit-linear-gradient(top, #8a8d9b 41%,#3f4c6b 100%);
background: linear-gradient(to bottom, #8a8d9b 41%,#3f4c6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d9b', endColorstr='#3f4c6b',GradientType=0 );
color:#FFFFFF;
text-align:center;
/*! padding:0.14%; */
@ -1172,6 +1179,7 @@ h2.title {
padding-top: 0px;
margin-top: 0px;
padding-bottom: 2px;
}
h3.title {
color: #0000FF;
@ -1684,6 +1692,7 @@ li.highlight a,tr.highlight a{
width: 95%;
left:2%;
/*! margin-bottom: 2%; */
padding-bottom: 10px;
}
}
/*****************************************************************************