Commit aa74adf1 authored by George Popoff's avatar George Popoff

Немного изменил стили заголовка и меню

parent 64f7e4da
......@@ -24,7 +24,7 @@ function menu_admin($baseUrl) {
* @return string
*/
function menu_user($baseUrl) {
$data['typos'] = "<a href='".$baseUrl."index.php/users/typos'>Опечатки</a>";
//$data['typos'] = "<a href='".$baseUrl."index.php/users/typos'>Опечатки</a>";
$data['logout'] = "<a href='".$baseUrl."index.php/authorization/logout'>Выйти</a>";
return $data;
......
......@@ -16,9 +16,6 @@
<body>
<!-- Шапка -->
<div id="head">
<h3> TYPOS </h3>
</div>
<div id="page">
<div id="content">
<header id="head">
<h1> TYPOS@ETERSOFT - Сервис опечаток </h1>
</header>
<div class="left">
<div id="menu">
<span class="heading">Меню</span>
<hr>
<div class="items">
<ul>
<?php
......
body {
margin: 0;
}
#content {
padding-top: 30px;
}
......@@ -18,7 +22,27 @@
}
#menu .items {
text-align: left;
text-align: center;
font-size: 120%;
line-height: 150%;
color: #2E728A;
}
#menu .items ul {
padding: 0;
}
#menu .items a {
text-decoration: none;
}
#menu .items a:visited {
color: #2E728A;
text-decoration: none;
}
#menu .items a:hover {
color: #FF9C00;
}
.body {
......@@ -26,6 +50,18 @@
float: left;
}
#head {
padding: 8px;
margin-bottom: 15px;
background-color: #F3F3F3;
}
#head h1 {
vertical-align: center;
margin: 0;
color: #FF9C00;
}
#footer {
padding-top: 50px;
clear: both;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment