[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29109] trunk/blender/source/blender/ python/doc/blender-org/static/default.css_t: == Sphinx theme ==

Alex Sytnik the.smerch at gmail.com
Mon May 31 22:23:58 CEST 2010


Revision: 29109
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29109
Author:   smerch
Date:     2010-05-31 22:23:57 +0200 (Mon, 31 May 2010)

Log Message:
-----------
== Sphinx theme ==

1. Highlight clolor/background fixed.
2. <H1> is no loger affected by highlight.
3. <H1> permalink anchor is no loger visible.
4. Method parameter's description now have proper color. 
5. New narrower indentation.
6. Literals inside parameter description block are no longer bold.
7. Added colors to 'data' class object and it's description.
8. Changed color of the parameters to #97B9CF
9. Parameters descriptions color changed to #6BA4BB
10.Permalink background fixed.

List of all known bugs can be found (thanks to mindrones) at http://wiki.blender.org/index.php/Meta:Tools/Sphinx/Theme
If you find any new one feel free to add it to the list.

Modified Paths:
--------------
    trunk/blender/source/blender/python/doc/blender-org/static/default.css_t

Modified: trunk/blender/source/blender/python/doc/blender-org/static/default.css_t
===================================================================
--- trunk/blender/source/blender/python/doc/blender-org/static/default.css_t	2010-05-31 16:25:20 UTC (rev 29108)
+++ trunk/blender/source/blender/python/doc/blender-org/static/default.css_t	2010-05-31 20:23:57 UTC (rev 29109)
@@ -353,6 +353,10 @@
     text-decoration: none;
 }
 
+h1:hover > a.headerlink {
+    display:none;
+}
+
 a.headerlink:hover {
     background-color: {{ theme_headlinkcolor }};
     color: white;
@@ -407,8 +411,8 @@
 }
 
 dl.function>dt, dl.method>dt {
-    text-indent:-142px;
-    padding-left: 142px;
+    text-indent:-118px;
+    padding-left: 118px;
 }
 
 dl.function>dt em, dl.method>dt em {
@@ -420,7 +424,7 @@
     font-weight:bold;
 }
 
-dl.function table.field-list td.field-body {
+dl.function table.field-list td.field-body, dl.method table.field-list td.field-body {
     color: #728c96;
 }
 
@@ -433,6 +437,14 @@
     color: #999;
 }
 
+dl.data>dt {
+    color:#08C659;
+}
+
+dl.data>dd>p {
+    color:#069643;
+}
+
 dl.class>dt {
     color: #82a3c7;
 }
@@ -450,7 +462,7 @@
 }
 
 dl.function>dd>p, dl.method>dd>p, dl.attribute>dd>p {
-    margin: 0 0 3px 112px;
+    margin: 0 0 3px 102px;
 }
 
 dl.function>dd>p:first-child:before, dl.method>dd>p:first-child:before, dl.attribute>dd>p:first-child:before {
@@ -458,11 +470,11 @@
     color:#555;
     font-weight:bold;
     font-style:normal;
-    width:95px;
+    width:90px;
     display:inline-block;
-    margin-left:-112px;
+    margin-left:-102px;
     text-align:right;
-    padding-right:17px;
+    padding-right:12px;
 }
 
 dt:target, .highlight {
@@ -470,6 +482,23 @@
     background: #333;
 }
 
+.highlight {
+    background: #E2C788;
+}
+
+h1 .highlight {
+    color:inherit;
+    background:inherit;
+}
+
+dd {
+    margin: 3px 0 10px 15px;
+}
+
+.field-body tt.literal {
+    font-weight: normal;
+} 
+
 tt {
     background-color: #444;
     padding: 0 1px 0 1px;
@@ -489,12 +518,12 @@
 }
 
 col.field-name  {
-    width:100px;
+    width:90px;
 }
 
 table.field-list th {
     color:#555;
-    padding-right:5px;
+    padding:0;
     text-align:right;
 }
 





More information about the Bf-blender-cvs mailing list