|
From: <ei...@us...> - 2006-10-21 11:50:39
|
Revision: 228
http://svn.sourceforge.net/mp3roaster/?rev=228&view=rev
Author: eim
Date: 2006-10-21 04:50:28 -0700 (Sat, 21 Oct 2006)
Log Message:
-----------
Initial import.
Added Paths:
-----------
trunk/website/include/stylesheet.css
Added: trunk/website/include/stylesheet.css
===================================================================
--- trunk/website/include/stylesheet.css (rev 0)
+++ trunk/website/include/stylesheet.css 2006-10-21 11:50:28 UTC (rev 228)
@@ -0,0 +1,78 @@
+/**
+ * $Id$
+ *
+ * Some colors:
+ *
+ * LILA #9e0073
+ *
+ * BLUE #ff55d1
+ * LIGT BLUE #7ca6da
+ *
+ * DARK RED #550000
+ *
+ * LIGHT BROWN #e5d4a1
+ * DARK BROWN #a78845
+ *
+ * LIGHT BLUE #d5e0f7
+ * MEDIUM BLUE #3665bf
+ * DARK BLUE #03034b
+ * BLUE #013298
+ * BLUE 2 #1d2f84
+ * BLUE 3 #3665bf
+ *
+ */
+
+ BODY {
+
+ /* background-color: #e6e3d9; */
+ font-family: Verdana, Arial, Helvetica, Sans-Serif;
+ font-size: 14px;
+ color: #000000;
+ }
+
+ H1 {
+
+ font-size: 32px;
+ }
+
+ TABLE {
+
+ font-family: Verdana, Arial, Helvetica, Sans-Serif;
+ color: #000000;
+ font-size: 90%;
+ }
+
+ A {
+
+ text-decoration: underline;
+ color: #000000;
+ }
+
+ A:hover {
+
+ text-decoration: none;
+ }
+
+ A.nav {
+
+ color: #000000;
+ }
+
+ .title {
+
+ color: #000000;
+ font-size: 40pt;
+ }
+
+ .normal {
+
+ color: #ffffff;
+ }
+
+ .mouseover {
+
+ color: #ff0000;
+ cursor: pointer;
+ }
+
+/* <!-- vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: --> */
Property changes on: trunk/website/include/stylesheet.css
___________________________________________________________________
Name: svn:keywords
+ HeadURL Id LastChangedBy LastChangedDate LastChangedRevision
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|