From: Lincoln de Sousa Date: Sat, 12 Jul 2008 17:26:43 +0000 (-0300) Subject: colocando um layout tosco... X-Git-Tag: 200807131914~3 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fema.git;a=commitdiff_plain;h=74fc15719908021bf5fd4c020766fc278fe1dd45 colocando um layout tosco... --- diff --git a/media/css/geral.css b/media/css/geral.css new file mode 100644 index 0000000..57dc4f2 --- /dev/null +++ b/media/css/geral.css @@ -0,0 +1,84 @@ +/* -*- coding: utf-8 -*- + * + * Copyright (C) 2008 Lincoln de Sousa + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ +body { + margin: 10px 114px 10px 10px; + font: normal 10pt verdana; +} + +h1.title { + background: url(/imgs/logo.png) no-repeat; + overflow: hidden; + height: 114px; + width: 300px; +} + +h1.title a { + display: block; + padding-top: 114px; +} + +#top { + margin-bottom: 20px; +} + +#top em { + font-size: 12pt; + margin-left: 114px; +} + +#login-form { + position: absolute; + top: 10px; + right: 114px; +} + +#login-form h2 { + margin: 0px 0px 10px 0px; +} + +ul#main-menu { + padding: 0px; + list-style: none; + margin-left: 114px; +} + +ul#main-menu li { + display: inline; + margin-right: 10px; +} + +ul#main-menu li a { + text-decoration: none; + color: #666; +} + +ul#main-menu li a:hover { + text-decoration: underline; + color: red; +} + +#content h3 a { + text-decoration: none; + color: #cc0000; +} + +#content { + padding-left: 114px; +} \ No newline at end of file diff --git a/media/imgs/logo.png b/media/imgs/logo.png new file mode 100644 index 0000000..e559e11 Binary files /dev/null and b/media/imgs/logo.png differ diff --git a/media/imgs/logo.svg b/media/imgs/logo.svg new file mode 100644 index 0000000..2b4e0ae --- /dev/null +++ b/media/imgs/logo.svg @@ -0,0 +1,348 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/base.html b/templates/base.html index d2afc6d..952d9c5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,18 +1,39 @@ + - + Gerenciador de eventos -

Gerenciador de eventos

- Livre para aprimorar +
+

Gerenciador de eventos

+ "Livre para aprimorar" +
{% if not user.is_authenticated %}
+

Autenticação