davemds pushed a commit to branch master.

commit 6dbcd6e7ca6add10597a44f4c89f261fabc2fbda
Author: davemds <[email protected]>
Date:   Fri Apr 5 20:52:26 2013 +0200

    Python-EFL: doc theme: revert the comments removal, and explain why in the 
header.
---
 doc/themes/efldoc/static/efl.css | 60 ++++++++++++++++++++++------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

diff --git a/doc/themes/efldoc/static/efl.css b/doc/themes/efldoc/static/efl.css
index e9f43b3..05ec2a8 100644
--- a/doc/themes/efldoc/static/efl.css
+++ b/doc/themes/efldoc/static/efl.css
@@ -1,10 +1,16 @@
 /*
  * efl.css
- * ~~~~~~~~~~~~
+ * ~~~~~~~~
  *
- * EFL dark theme stylesheet
+ *  EFL dark theme stylesheet
  *
  *  Originally based on sphinx13 theme.
+ * 
+ *  All the modification done from the s13 theme are marked with the original
+ *  value in a comment, new tags are marked with an empty comment, removed tags
+ *  are just commented out.
+ *  This is usefull when something looks not so good as the original one to
+ *  understand the reason.
  *
  * :copyright: Copyright 2013 by the Python-EFL team, see AUTHORS.
  * :license: LGPL, see COPYING for details.
@@ -21,11 +27,11 @@ body {
     font-size: 14px;
     text-align: center;
     /* background-image: url(bodybg.png); */
-    background-color: rgb(64,64,64);
-    color: white;
+    background-color: rgb(64,64,64); /* */
+    color: white; /*black*/
     padding: 0;
-    border-right: 1px solid rgb(111,111,111);
-    border-left: 1px solid rgb(111,111,111);
+    border-right: 1px solid rgb(111,111,111); /*#0a507a*/
+    border-left: 1px solid rgb(111,111,111); /*#0a507a*/
 
     margin: 0 auto;
     min-width: 780px;
@@ -72,7 +78,7 @@ div.document {
 
 div.bodywrapper {
     margin: 0 240px 0 0;
-    border-right: 1px solid rgb(111,111,111);
+    border-right: 1px solid rgb(111,111,111); /*#0a507a*/
 }
 
 div.body {
@@ -88,8 +94,8 @@ div.related {
 div.related ul {
     background-image: url(rel_background.png); /*url(relbg.png)*/
     height: 1.9em;
-    border-top: 1px solid rgb(32,32,32);
-    border-bottom: 1px solid rgb(32,32,32);
+    border-top: 1px solid rgb(32,32,32); /*#002e50*/
+    border-bottom: 1px solid rgb(32,32,32); /*#002e50*/
 }
 
 div.related ul li {
@@ -154,7 +160,7 @@ div.sphinxsidebar input {
 
 div.sphinxsidebar h3 {
     font-size: 1.5em;
-    border-top: 1px solid rgb(111,111,111);
+    border-top: 1px solid rgb(111,111,111); /*#0a507a;*/
     margin-top: 1em;
     margin-bottom: 0.5em;
     padding-top: 0.5em;
@@ -170,7 +176,7 @@ div.sphinxsidebar h3, div.sphinxsidebar h4 {
     margin-left: -15px;
     padding-right: 14px;
     padding-left: 14px;
-    color: rgb(51, 153, 255);
+    color: rgb(51, 153, 255); /*#333*/
     font-weight: 300;
     /*text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.4);*/
 }
@@ -181,7 +187,7 @@ div.sphinxsidebarwrapper > h3:first-child {
 }
 
 div.sphinxsidebar h3 a {
-    color: rgb(51, 153, 255);
+    color: rgb(51, 153, 255); /*#333*/
 }
 
 div.sphinxsidebar ul {
@@ -227,7 +233,7 @@ a {
 
 a:hover {
     color: rgb(225,193,63);
-    text-shadow: rgb(51, 153, 255) 0px 0px 10px;
+    text-shadow: rgb(51, 153, 255) 0px 0px 10px; /* */
 }
 
 div.body a {
@@ -237,7 +243,7 @@ div.body a {
 h1 {
     margin: 10px 0 0 0;
     font-size: 2.4em;
-    color: rgb(51, 153, 255);
+    color: rgb(51, 153, 255); /*#0A507A*/
     font-weight: 300;
 }
 
@@ -246,8 +252,8 @@ h2 {
     font-size: 1.5em;
     font-weight: 300;
     padding: 0;
-    color: rgb(51, 153, 255);
-    text-shadow: rgb(51, 153, 255) 0px 0px 10px;
+    color: rgb(51, 153, 255); /*#174967*/
+    text-shadow: rgb(51, 153, 255) 0px 0px 10px; /* */
 }
 
 h3 {
@@ -261,7 +267,7 @@ div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, 
div.body h5 a, div.b
 }
 
 div.body h1 a tt, div.body h2 a tt, div.body h3 a tt, div.body h4 a tt, 
div.body h5 a tt, div.body h6 a tt {
-    color: rgb(51, 153, 255) !important;
+    color: rgb(51, 153, 255) !important; /*#0A507A*/
     font-size: inherit !important;
 }
 
@@ -287,10 +293,10 @@ cite, code, tt {
 }
 
 tt {
-    background-color: rgb(51,51,51);
-    border: 1px solid rgb(32,32,32);
+    background-color: rgb(51,51,51); /*#f2f2f2*/
+    border: 1px solid rgb(32,32,32); /*#ddd*/
     border-radius: 2px;
-    color: white;
+    color: white; /*#333*/
     padding: 1px;
 }
 
@@ -320,8 +326,8 @@ pre {
     line-height: 120%;
     padding: 0.5em;
     border-radius: 4px; /*2px*/
-    background-color: rgb(51,51,51);
-    border: 1px solid rgb(32,32,32);
+    background-color: rgb(51,51,51); /*#f8f8f8*/
+    border: 1px solid rgb(32,32,32);/*#ccc*/
 }
 
 pre a {
@@ -358,9 +364,9 @@ table td, table th {
 div.admonition, div.warning {
     font-size: 0.9em;
     margin: 1em 0 1em 0;
-    border: 1px solid rgb(32,32,32);
+    border: 1px solid rgb(32,32,32); /*#86989B*/
     border-radius: 2px;
-    background-color: rgb(51,51,51);
+    background-color: rgb(51,51,51); /*#f7f7f7*/
     padding: 0;
 }
 
@@ -381,8 +387,8 @@ div.warning p.admonition-title {
 }
 
 div.warning {
-    border: 1px solid rgb(101,16,16);
-    background-color: rgb(101,51,51);
+    border: 1px solid rgb(101,16,16); /*#940000*/
+    background-color: rgb(101,51,51); /*#FFCCCF*/
 }
 
 div.warning p.admonition-title {
@@ -405,7 +411,7 @@ div.viewcode-block:target {
     border-bottom: 1px solid rgb(170,204,153);
 }
 
-dt:target, .highlighted {
+dt:target, .highlighted { /* */
     background-color: rgb(251,229,78);
     background-image: url(hilight_background.png);
     border-top: 1px solid rgb(32,32,32);

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to