| Current Path : /home/smartconb/www/armencom33/templates/ja_simpli/css/ |
| Current File : /home/smartconb/www/armencom33/templates/ja_simpli/css/offline.css |
/**
*------------------------------------------------------------------------------
* @package SIMPLI - Free Template for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2016 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @authors JoomlArt
*------------------------------------------------------------------------------
**/
body {
background-color: #f6f6f6;
font-size: 16px;
font-family: "PT Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}
.outline {
background-color: #fff;
border: 1px solid #666;
box-shadow: 5px 5px 0 rgba(0,0,0,0.05);
margin: 150px auto 0;
padding: 40px;
width: 400px;
}
.outline h1 {
line-height: 1;
margin: 0;
}
.offline-message {
background-color: #d9edf7;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
color: #069;
padding: 10px;
}
fieldset {
border: 0;
padding: 0;
}
#form-login-username,
#form-login-password {
box-sizing: border-box;
display: inline-block;
margin: 0;
overflow: hidden;
width: 49%;
}
#form-login-username {
padding-right: 10px;
}
#form-login-password {
padding-left: 10px;
}
#form-login-username label,
#form-login-password label {
color: #666;
display: block;
font-weight: 600;
margin-bottom: 5px;
}
#form-login-username .inputbox,
#form-login-password .inputbox {
border: 1px solid #ddd;
box-sizing: border-box;
line-height: 36px;
padding: 0 10px;
width: 100%;
}
#form-login-username .inputbox:focus,
#form-login-password .inputbox:focus {
border-color: #666;
}
/* Submit button */
#submit-buton {
margin: 20px 0 0;
text-align: right;
}
#submit-buton .button {
background-color: #333;
border: 0;
color: #fff;
display: inline-block;
font-weight: 600;
font-family: "PT Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 36px;
letter-spacing: 1px;
padding: 0 20px;
transition: background-color 0.35s;
text-transform: uppercase;
}
#submit-buton .button:hover {
background-color: #069;
cursor: pointer;
}
/* Message Error */
#system-message-container {
position: relative;
z-index: 100;
}
#system-message-container + .outline {
margin-top: 100px;
}
.alert {
background: #fcf8e3;
color: #c09853;
margin: auto;
padding: 20px;
width: 450px;
}
.alert .close {
cursor: pointer;
float: right;
}
.alert h4 {
font-size: 21px;
line-height: 1;
margin-top: 0;
margin-bottom: 5px;
}
.alert p {
color: #666;
margin: 0;
}