Changes between Initial Version and Version 1 of PloneSMS/PloneSMSCommunicator/epydoc.css


Ignore:
Timestamp:
Dec 23, 2005 2:55:39 PM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PloneSMS/PloneSMSCommunicator/epydoc.css

    v1 v1  
     1 
     2/* Body color */  
     3body               { background: #ffffff; color: #000000; }  
     4  
     5/* Tables */  
     6table.summary, table.details, table.index 
     7                   { background: #f0f0f0; color: #000000; }  
     8tr.summary, tr.details, tr.index 
     9                   { background: #b0b0b0; color: #000000;   
     10                     text-align: left; font-size: 120%; }  
     11tr.group           { background: #e0e0e0; color: #000000; 
     12                     text-align: left; font-size: 120%; 
     13                     font-style: italic; }  
     14 
     15/* Documentation page titles */ 
     16h2.module          { margin-top: 0.2em; } 
     17h2.class           { margin-top: 0.2em; } 
     18  
     19/* Headings */ 
     20h1.heading         { font-size: +140%; font-style: italic; 
     21                     font-weight: bold; } 
     22h2.heading         { font-size: +125%; font-style: italic; 
     23                     font-weight: bold; } 
     24h3.heading         { font-size: +110%; font-style: italic; 
     25                     font-weight: normal; } 
     26                     
     27/* Base tree */ 
     28pre.base-tree      { font-size: 80%; margin: 0; } 
     29 
     30/* Details Sections */ 
     31table.func-details { background: #f0f0f0; color: #000000; 
     32                     border: 2px groove #d0d0d0; 
     33                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; } 
     34h3.func-detail     { background: transparent; color: #000000; 
     35                     margin: 0 0 1em 0; } 
     36 
     37table.var-details  { background: #f0f0f0; color: #000000; 
     38                     border: 2px groove #d0d0d0; 
     39                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; } 
     40h3.var-details     { background: transparent; color: #000000; 
     41                     margin: 0 0 1em 0; } 
     42 
     43/* Function signatures */ 
     44.sig               { background: transparent; color: #000000; 
     45                     font-weight: bold; }   
     46.sig-name          { background: transparent; color: #606060; }   
     47.sig-arg, .sig-kwarg, .sig-vararg 
     48                   { background: transparent; color: #808080; }   
     49.sig-default       { background: transparent; color: #202020; }   
     50.summary-sig       { background: transparent; color: #000000; }   
     51.summary-sig-name  { background: transparent; color: #404040; } 
     52.summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg 
     53                   { background: transparent; color: #808080; }   
     54 
     55/* Doctest blocks */ 
     56.py-src            { background: transparent; color: #000000; } 
     57.py-prompt         { background: transparent; color: #505050; 
     58                     font-weight: bold;} 
     59.py-string         { background: transparent; color: #606060; } 
     60.py-comment        { background: transparent; color: #303030; } 
     61.py-keyword        { background: transparent; color: #000000; } 
     62.py-output         { background: transparent; color: #404040; } 
     63pre.doctestblock   { background: #fafafa; color: #000000;  
     64                     padding: .5em; margin: 1em; 
     65                     border: 1px solid #888888; } 
     66table pre.doctestblock 
     67                   { background: #e4e4e4; color: #000000;  
     68                     padding: .5em; margin: 1em; 
     69                     border: 1px solid #888888; } 
     70 
     71/* Variable values */ 
     72pre.variable       { background: #e4e4e4; color: #000000; 
     73                     padding: .5em; margin: 0; 
     74                     border: 1px solid #888888; } 
     75.variable-linewrap { background: transparent; color: #404040; } 
     76.variable-ellipsis { background: transparent; color: #404040; } 
     77.variable-quote    { background: transparent; color: #404040; } 
     78.re                { background: transparent; color: #000000; } 
     79.re-char           { background: transparent; color: #606060; } 
     80.re-op             { background: transparent; color: #000000; } 
     81.re-group          { background: transparent; color: #303030; } 
     82.re-ref            { background: transparent; color: #404040; } 
     83 
     84/* Navigation bar */  
     85table.navbar       { background: #c0c0c0; color: #000000; 
     86                     border: 2px groove #d0d0d0; } 
     87th.navbar          { background: #c0c0c0; color: #000000; }  
     88th.navselect       { background: #b0b0b0; color: #000000; }  
     89.nomargin          { margin: 0; } 
     90 
     91/* Links */  
     92a:link             { background: transparent; color: #000000; }   
     93a:visited          { background: transparent; color: #404040; }   
     94a.navbar:link      { background: transparent; color: #000000;  
     95                     text-decoration: none; }   
     96a.navbar:visited   { background: transparent; color: #404040;  
     97                     text-decoration: none; }   
     98 
     99/* Lists */ 
     100ul { margin-top: 0; }