| 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);
/* MAIN STYLE
---------------------*/
* {
box-sizing: border-box;
}
body {
background: #f1f3f5;
font-family: "Montserrat",sans-serif;
font-size: 14px;
line-height: 1.625;
margin: 0;
}
/* OutLine */
#outline {
margin-top: 9%;
text-align: center;
}
/* Eror Code */
.error-code {
color: #01579b;
font-size: 200px;
font-weight: 700;
line-height: normal;
}
/* Message Error */
.error-message {
}
/* Message Error */
.error-message h2 {
color: #44494c;
font-size: 30px;
font-weight: bold;
margin: 0 0 50px;
text-transform: uppercase;
letter-spacing: 1px;
}
#errorboxbody p {
color: #999;
display: block;
margin: 0 0 30px;
}
/* Button Home */
.button-home {
background: #01579b;
border: 1px solid #01579b;
color: #fff;
display: inline-block;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 10px 70px;
letter-spacing: 1px;
}
.button-home:hover,
.button-home:focus,
.button-home:active {
background: #013b68;
border-color: #013b68;
}
@media (max-width: 360px){
/* OutLine */
#outline {
margin-top: 20%;
}
/* Eror Code */
.error-code {
font-size: 150px;
}
/* Message Error */
.error-message {
}
/* Message Error */
.error-message h2 {
font-size: 24px;
}
}