/*
* Author: Pierre-Henry Soria <ph7software@gmail.com>
* Copyright: (c) 2012-2015, Pierre-Henry Soria. All Rights Reserved.
*/
html {
margin: 0;
padding: 0;
border: 0;
}
body, td, pre {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}
#logo {
margin-top: 12px;
margin-left: 65px;
}
.center, #container {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.content {
margin: 18px 2px 18px 2px;
}
.clear {
clear: both;
height:1px;
overflow: hidden;
}
.form_container {
float: right;
margin-right: 26%;
}
header {
text-shadow: 0 .9em #ccc,0 0 8px rgba(255,255,255,.6);
margin-bottom: 40px;
}
footer {
font-size: 11px;
margin-top: 80px;
margin-bottom: 20px;
padding: 1px 10px;
clear: both;
border-top: 1px dotted #999;
}
.small {
font-size: x-small;
}
.italic {
font-style: italic;
}
.underline {
text-decoration:underline;
}
abbr {
border-bottom: 1px dotted #666;
}
.success {
color: green;
}
.warning, .error, .mandatory {
color: red;
}
.success, .bold, .warning, .error {
font-weight: bold;
}
/* Bootstrap bugfix */
.form-actions {
background-color: transparent !important;
}
.box-left {
float: left;
width: 200px;
}
.box-right {
float: right;
width: 780px;
}
.design-box {
text-align: left;
border: 1px solid #CCC;
margin-right: 20px;
margin-bottom: 15px;
padding: 5px;
border-radius: 5px;
background-image: url(../img/bg_box.png);
}
.design-box h2 {
text-align: center;
text-shadow: #666 0 -1px 0;
padding-bottom: 4px;
}
ul li {
display: block;
}
.right {
float: right;
margin-right: -6%;
}
.m_button {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
margin: 25px;
color: #000;
text-decoration: none;
text-align: center;
line-height: 20px;
border-color: #a8a8a8 #888 #888 #a8a8a8;
border-style: solid;
border-width: 1px;
background-color: #ececec;
background-image: linear-gradient(100% 100% 90deg, #e3e3e3, #ccc);
background-image: -moz-linear-gradient(100% 100% 90deg, #e3e3e3, #ccc);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#e3e3e3));
background-image: -o-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#e3e3e3));
background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#e3e3e3));
background-image: -khtml-linear-gradient(100% 100% 90deg, #e3e3e3, #ccc);
text-shadow: 0 1px 0 rgba(255,255,255,0.7);
border-radius: 3px;
padding: 1px 3px 1px 3px;
font-size: 14px;
line-height: 30px;
margin: 10px;
}
.inline {
display: inline;
}
.form_link {
display: inline;
}
.form_link input[type=submit] {
outline-style: none;
cursor: pointer;
padding: 0;
font-size: inherit;
border: none;
background: none;
text-shadow: none;
box-shadow: none;
border-radius: 0;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
-khtml-transition: none;
}
.form_link input[type=submit]:hover, .form_link input[type=submit]:active {
text-decoration:underline;
}
/* Very Small Margin */
.vs_marg{margin:5px}
/* Small Margin */
.s_marg{margin:12px}
/* Medium Margin */
.m_marg{margin:20px}
/* Small Top Margin */
.s_tMarg{margin-top:12px}
/* Small Bottom Margin */
.s_bMarg{margin-bottom:12px}
/* Small Left Margin */
.s_lMarg{margin-left:12px}
/* Small Right Margin */
.s_rMarg{margin-right:12px}
/* Very Small Padding */
.vs_padd{padding:5px}
/* Small Padding */
.s_padd{padding:12px}
|