Your IP : 216.73.216.240
/**
* PRI Blog - Free Responsive Joomla! Blog Template
* @author Devpri - http://www.devpri.com
* @copyright Copyright (c) 2013 Devpri
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
* Helix Framework Credit
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2001 - 2013 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
body{
background:#f5f5f5;
#error-page {
min-height:400px;
max-width: 650px;
padding: 19px 29px 29px;
margin: 100px auto 20px;
>div{
text-align:center;
}
h1{
&.error-code{
font-family:Impact;
font-size:180px;
line-height:180px;
color:@gray;
text-shadow:0 1px #944040;
}
}
p{
&.error-message{
font-size:24px;
line-height:24px;
text-transform:uppercase;
color:#999;
text-shadow:0 1px #fff;
margin-right:10px;
}
}
a{
text-decoration:none;
color:#44c5ef;
&:hover{
text-decoration:none;
color:#62d3f8;
}
}
}
}