forked from LiveCarta/LiveCartaWP
15
htdocs/wp-content/themes/lawcarta/404.php
Normal file
15
htdocs/wp-content/themes/lawcarta/404.php
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?php get_header();?>
|
||||||
|
|
||||||
|
<div class="content no-pb">
|
||||||
|
<div class="top-panel empty"></div>
|
||||||
|
<div class="cont back-white">
|
||||||
|
<div class="text-page">
|
||||||
|
<div class="page404">
|
||||||
|
<div class="big">404</div>
|
||||||
|
<div class="small">Page not found</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php get_footer();
|
||||||
File diff suppressed because one or more lines are too long
@@ -49,7 +49,7 @@ $lawCartaUrl = "$scheme$host$port";
|
|||||||
</head>
|
</head>
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper white new-footer">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div id="header-menu" class="cont">
|
<div id="header-menu" class="cont">
|
||||||
|
|||||||
@@ -483,6 +483,9 @@ ul.tabset-tabs li {
|
|||||||
.main-page .mp-serve .serve-col:hover .normal {
|
.main-page .mp-serve .serve-col:hover .normal {
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
|
.page404 .big {
|
||||||
|
color: #539aea; }
|
||||||
|
|
||||||
h1, .sign-page h1 {
|
h1, .sign-page h1 {
|
||||||
color: #3090f0; }
|
color: #3090f0; }
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user