Author: qmathe
Date: Sat May 31 00:42:27 2014
New Revision: 10674

URL: http://svn.gna.org/viewcvs/etoile?rev=10674&view=rev
Log:
Some quick CSS tweaks to improve the API doc look and readability

Modified:
    web/_includes/css/documentation.css
    web/_includes/css/global.css

Modified: web/_includes/css/documentation.css
URL: 
http://svn.gna.org/viewcvs/etoile/web/_includes/css/documentation.css?rev=10674&r1=10673&r2=10674&view=diff
==============================================================================
--- web/_includes/css/documentation.css (original)
+++ web/_includes/css/documentation.css Sat May 31 00:42:27 2014
@@ -66,9 +66,43 @@
 We wrap <div id="documentation"> inside <div id="main"> in the HTML 
 template to achieve that. */
 
+#documentation h3
+{
+  /*color:#ff8b00;*/
+  /*text-transform: uppercase;*/
+  font-weight: bold;
+  font:normal 135% Helvetica; 
+}
+
+#documentation h4
+{
+  /*background:#7dadce;*/
+  height: 25px;
+  color:#ff8b00;
+  font-weight:bold;
+  text-transform: uppercase;
+}
+
 #documentation a
 {
   color: #444;
+}
+
+/*#documentation a {
+     border-bottom: 1px dotted #444;
+}
+#documentation a:hover {
+     text-decoration: none;
+     border-bottom: 1px solid #444;
+}*/
+
+#documentation .methodDescription a, #documentation .header a
+{
+  /*color: #5286aa;*/
+  /*color: #375dc7;*/
+  /*color: #26418b;*/
+  color: #2C4A9F; 
+  /*color: #52866a;*/
 }
 
 #documentation dl
@@ -281,12 +315,13 @@
 
 #documentation .parameter
 {
-
-}
-
-#documentation .returnType
-{
-
+  
+}
+
+#documentation .returnType, #documentation .returnType a
+{
+  color: #006666;
+  /*color: #640032;*/
 }
 
 #documentation .selector
@@ -294,7 +329,8 @@
        font-weight: bold;
 }
 
-#documentation .type
-{
-       
-}
+#documentation .type, #documentation .type a
+{
+  color: #720039;
+  /*color: #8f0047;*/
+}

Modified: web/_includes/css/global.css
URL: 
http://svn.gna.org/viewcvs/etoile/web/_includes/css/global.css?rev=10674&r1=10673&r2=10674&view=diff
==============================================================================
--- web/_includes/css/global.css        (original)
+++ web/_includes/css/global.css        Sat May 31 00:42:27 2014
@@ -250,6 +250,7 @@
   font:normal 80% Helvetica;
 }
 
+
 /* START MAIN-INFORMATION
 =========================================================*/
 #main_information
@@ -302,7 +303,6 @@
        padding-left: 1em;
        text-indent: -1em;
 }
-
 
 /* START SIDEBAR
 =========================================================*/
@@ -630,3 +630,4 @@
 {
   color:#6f5494;
 }
+


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to