colocando um layout tosco...
[cascardo/ema.git] / media / css / geral.css
diff --git a/media/css/geral.css b/media/css/geral.css
new file mode 100644 (file)
index 0000000..57dc4f2
--- /dev/null
@@ -0,0 +1,84 @@
+/* -*- coding: utf-8 -*-
+ *
+ * Copyright (C) 2008 Lincoln de Sousa <lincoln@minaslivre.org>
+ *
+ * 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