| Server IP : 54.36.91.62 / Your IP : 216.73.217.117 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/newsite/templates/ja_social_ii/css/ |
Upload File : |
/*
* ------------------------------------------------------------------------
* JA Social II template
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com - http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ------------------------------------------------------------------------
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
box-sizing: border-box;
}
body {
background: #f1f3f5;
font-size: 14px;
line-height: 1.625;
font-family: "Montserrat",sans-serif;
}
.clearfix:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
/* BODY
---------------------*/
#frame {
margin-top: 9%;
text-align: left;
}
/* Container Offline */
.offline-container {
width: 750px;
margin: 0 auto;
}
/* Title Offline */
#offline-title {
margin: 0 0 30px 0;
}
#offline-title h1 {
color: #01579b;
font-size: 80px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
margin: 0
}
/* Description offline */
.des-offline {
color: #44494c;
margin-bottom: 50px;
text-align: center;
position: relative;
font-size: 30px;
text-transform: uppercase;
}
.des-offline br {
display: none;
}
#offline-img {
margin: 0 0 30px 0;
text-align: center;
}
#offline-img img {
max-width: 100%;
}
/* Content Offline */
#offline-content {
}
/* Form Offline */
.form-offline {
margin: 0 -10px;
}
.form-group {
margin-bottom: 20px;
padding: 0 10px;
width: 50%;
float: left;
}
.control-label {
display: block;
margin-bottom: 5px;
color: #666;
font-size: 14px;
letter-spacing: 1px;
}
.control-input {
border: 1px solid #ddd;
width: 100%;
height: 50px;
padding: 0 10px;
border-radius: 0;
background: #fff;
transition: 0.2s;
}
.control-input:hover,
.control-input:focus {
border-color: #01579b;
}
/* Remember */
#form-login-remember {
margin: 20px 0;
text-align: center;
}
#form-login-remember label {
font-size: 13px;
color: #999;
}
#form-login-remember .inputbox {
margin: 5px 3px 0 0;
vertical-align: top;
width: auto;
}
/* Button */
#submit-buton {
text-align: center;
}
.button {
background: #01579b;
border: 1px solid #01579b;
border-radius: 0;
color: #fff;
display: inline-block;
font-size: 13px;
padding: 13px 70px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
}
.button:hover,
.button:active,
.button:focus {
background: #013b68;
border-color: #013b68;
cursor: pointer;
}
/* Message Error */
#system-message .error,
#system-message .alert {
background: #f2dede;
color: #b94a48;
margin: auto;
padding: 20px;
width: 700px;
margin-bottom: 20px;
}
.error.message ul {
padding: 0;
list-style: none;
}
.alert {
position: relative;
}
.alert h4 {
font-size: 18px;
margin: 0;
}
.alert p {
margin: 5px 0 0 0;
}
.close {
right: 15px;
top: 15px;
position: absolute;
cursor: pointer;
height: 16px;
text-align: center;
width: 16px;
line-height: 16px;
font-size: 20px;
}
@media (max-width: 360px){
#frame {
padding: 0 20px;
margin-top: 25%;
}
/* Title Offline */
.offline-container {
width: 100%;
padding: 40px 20px;
}
.form-group {
width: 100%;
}
/* Message Error */
#system-message .error,
#system-message .alert {
width: 100%;
}
}