Commit aa74adf1 authored by George Popoff's avatar George Popoff

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

parent 64f7e4da
...@@ -24,7 +24,7 @@ function menu_admin($baseUrl) { ...@@ -24,7 +24,7 @@ function menu_admin($baseUrl) {
* @return string * @return string
*/ */
function menu_user($baseUrl) { 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>"; $data['logout'] = "<a href='".$baseUrl."index.php/authorization/logout'>Выйти</a>";
return $data; return $data;
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
<body> <body>
<!-- Шапка --> <!-- Шапка -->
<div id="head"> <header id="head">
<h3> TYPOS </h3> <h1> TYPOS@ETERSOFT - Сервис опечаток </h1>
</div> </header>
<div id="page">
<div id="content">
<div class="left"> <div class="left">
<div id="menu"> <div id="menu">
<span class="heading">Меню</span> <span class="heading">Меню</span>
<hr>
<div class="items"> <div class="items">
<ul> <ul>
<?php <?php
......
body {
margin: 0;
}
#content { #content {
padding-top: 30px; padding-top: 30px;
} }
...@@ -18,7 +22,27 @@ ...@@ -18,7 +22,27 @@
} }
#menu .items { #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 { .body {
...@@ -26,6 +50,18 @@ ...@@ -26,6 +50,18 @@
float: left; float: left;
} }
#head {
padding: 8px;
margin-bottom: 15px;
background-color: #F3F3F3;
}
#head h1 {
vertical-align: center;
margin: 0;
color: #FF9C00;
}
#footer { #footer {
padding-top: 50px; padding-top: 50px;
clear: both; 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