| Current Path : /home/balossw/www/temp/common/cms/media/css/_old/ |
| Current File : /home/balossw/www/temp/common/cms/media/css/_old/common - Copie.css |
/*---------------------------------------------------------------------------
File name ............ templates/css/common.css
Project .............. Owebia CMS
Author ............... Antoine Lemoine
Creation date ........ 16.01.2008
Modification date .... 22.09.2010
---------------------------------------------------------------------------*/
* {
margin: 0;
padding: 0;
}
body {
font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
font-size: 8pt;
font-size: 13pt;
color: #4d3d4d;
background: url(../images/style/body-bg.png) repeat-x 0 0 #5d4422;
}
#logo {
position: absolute;
top: 5px;
left: 5px;
border: 0;
}
table, input, button, textarea, select, option {
font-size: 1em;
font-family: inherit;
}
a {
color: #000;
}
a:hover {
color: #4F4F4F;
}
a img {
border: 0;
}
.box {
border: solid 3px #36240c;
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
background: #7b5f39;
}
button, input[type="submit"], .button {
display: inline-block;
-moz-border-radius: 15px;
-moz-box-shadow: #000 2px 2px 5px;
background-color: #36240C;
border: solid 2px #fff;
border-right-color: #c3c3c3;
border-bottom-color: #c3c3c3;
line-height: 130%;
text-decoration: none;
color: #fff;
cursor: pointer;
padding: 1px 7px 0 7px;
width:auto;
overflow:visible; /* Pour IE */
}
.button:hover, .button:focus, .button-hover {
background-color: #fff;
color: #36240C;
text-decoration: none;
}
.button:active, .button-active {
background-color: #3570c3;
border-color: #3570c3;
color: #fff;
}
.ok-button, .cancel-button {
background-repeat: no-repeat;
padding-left: 30px !important;
background-position: 7px center;
}
.ok-button {
background-image: url(../images/style/icons/tick.png);
}
.ok-button:hover, .ok-button:focus {
background-color: #caeec1;
border-color: #56c335;
color: #529214;
}
.ok-button:active{
background-color: #56c335;
border-color: #56c335;
color: #fff;
}
.cancel-button {
background-image: url(../images/style/icons/cross.png);
}
.cancel-button:hover, .cancel-button:focus {
background-color: #eec4c1;
border-color: #c33a35;
color: #d12f19;
}
.cancel-button:active{
background-color: #c33a35;
border-color: #c33a35;
color: #fff;
}