PHP Classes

File: WITheme/WICMS/admin/less/404_500_errors.less

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/less/404_500_errors.less   Download  
File: WITheme/WICMS/admin/less/404_500_errors.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 877 bytes
 

Contents

Class file image Download
/* Page: 404 and 500 error pages ------------------------------------ */ .error-page { width: 600px; margin: 20px auto 0 auto; @media screen and (max-width: @screen-sm) { width: 100%; } //For the error number e.g: 404 > .headline { float: left; font-size: 100px; font-weight: 300; @media screen and (max-width: @screen-sm) { float: none; text-align: center; } } //For the message > .error-content { margin-left: 190px; @media screen and (max-width: @screen-sm) { margin-left: 0; } > h3 { font-weight: 300; font-size: 25px; @media screen and (max-width: @screen-sm) { text-align: center; } } display: block; } .clearfix(); }