[Jifty-commit] r4480 - in apps/spensive: share/web/static/css

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Nov 20 12:10:20 EST 2007


Author: jesse
Date: Tue Nov 20 12:10:18 2007
New Revision: 4480

Added:
   apps/spensive/share/web/static/css/
   apps/spensive/share/web/static/css/app.css
   apps/spensive/share/web/static/css/menu.css
   apps/spensive/share/web/static/css/nav.css
Modified:
   apps/spensive/   (props changed)

Log:
 r67129 at pinglin (orig r7302):  jesse | 2007-09-12 12:36:46 -0400
 


Added: apps/spensive/share/web/static/css/app.css
==============================================================================
--- (empty file)
+++ apps/spensive/share/web/static/css/app.css	Tue Nov 20 12:10:18 2007
@@ -0,0 +1,36 @@
+body {
+ font-size: 0.8em;
+ font-family: arial, helvetica;
+ background: #eee;
+
+
+}
+
+#content {
+background-color: white;
+
+margin-left: 10em;
+margin-right: 10em;
+
+padding: 2em;
+border-top: 1px solid #333;
+
+border-left: 1px solid #333;
+border-right: 2px solid #ccc;
+border-bottom: 3px solid #ccc;
+
+
+}
+
+ul.menu {
+list-style: none;
+border: 0;
+background-color: #fff;
+
+}
+
+ul.menu li {
+background-color: #fff;
+color: #000;
+
+}

Added: apps/spensive/share/web/static/css/menu.css
==============================================================================

Added: apps/spensive/share/web/static/css/nav.css
==============================================================================
--- (empty file)
+++ apps/spensive/share/web/static/css/nav.css	Tue Nov 20 12:10:18 2007
@@ -0,0 +1,65 @@
+#salutation {
+ position: absolute;
+left: 1em;
+top: 4em;
+
+}
+
+#navigation {
+
+margin: 0;
+padding: 0;
+position: absolute;
+left: 1em;
+top: 5em;
+}
+
+ul.menu {
+ padding: 0;
+
+
+}
+
+ul.menu a {
+
+ text-decoration: none;
+ font-weight: bold;
+ color: #000;
+
+
+}
+
+
+ul.menu {
+list-style: none;
+border: 0;
+
+}
+
+ul.menu li {
+ color: #000;
+ border-bottom: 1px solid #ccc;
+  padding-bottom: 0.5em;
+  padding-top: 0.5em;
+  padding-left: 1em;
+  padding-right: 1em;
+
+}
+
+
+ul.menu li.active { background-color: #fff}
+
+ul.menu li:hover { background-color: #ddd}
+
+
+ul.menu li:first-child  { border-top: 1px solid #ccc;}
+
+ul.menu a {
+
+}
+
+
+ul.menu li {
+
+
+}
\ No newline at end of file


More information about the Jifty-commit mailing list