This commit is contained in:
Alexander Machehin 2015-02-03 14:27:09 +05:00
parent 8e32a63cec
commit 881c38bbf8
3 changed files with 68 additions and 3 deletions

View File

@ -0,0 +1,61 @@
/*404*/
article div.all
.error404
text-align: center
h1
font-size: 48px
font-weight: normal
span
color: #4496d0
h2
font-size: 18px
font-weight: normal
p
text-align: center
font-size: 14px
/*500*/
.error500
text-align: center
h1
font-size: 48px
font-weight: normal
span
color: #4496d0
h2
font-size: 18px
font-weight: normal
p
text-align: center
font-size: 14px
/*503*/
.error503
text-align: center
h1
font-size: 38px
font-weight: normal
text-align: center
span
color: #4496d0
h2
font-size: 18px
font-weight: normal
span
color: #4496d0

View File

@ -15,7 +15,7 @@
<span class='icon-bar'></span> <span class='icon-bar'></span>
<span class='icon-bar'></span> <span class='icon-bar'></span>
</button> </button>
<a class="navbar-brand" href="/"><img alt="ABF" src="/pics//logo-mini.png" /></a> <a class="navbar-brand" href="/"><img alt="ABF" src="/pics/logo-mini.png" /></a>
</div> </div>
<!-- Collect the nav links, forms, and other content for toggling --> <!-- Collect the nav links, forms, and other content for toggling -->
<div class='collapse navbar-collapse' id='top-menu-navbar-collapse'> <div class='collapse navbar-collapse' id='top-menu-navbar-collapse'>
@ -44,8 +44,10 @@
<div style='font-size: 12px; color: red; font-weight: bold;'>Включите javascript для корректной работы сайта</div> <div style='font-size: 12px; color: red; font-weight: bold;'>Включите javascript для корректной работы сайта</div>
</noscript> </noscript>
<article > <article >
<div class='row'>
<div class='col-md-6 col-md-offset-3 text-center'>
<div class="all error404"> <div class="all error404">
<img src="/pics/404.png" class='offset20 img-responsive'>
<h1>Error <span>404</span></h1> <h1>Error <span>404</span></h1>
<h2>Page not found</h2> <h2>Page not found</h2>
<p class="pages"> <p class="pages">
@ -54,9 +56,11 @@
<p class="search"> <p class="search">
Or use the search. Or use the search.
</p> </p>
<div class="both"></div> <div class="clearfix"></div>
</div> </div>
</div>
</div>
</article> </article>
<footer class='offset20'> <footer class='offset20'>

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB