Ticket #1248: api_css.diff

File api_css.diff, 8.5 KB (added by django@…, 19 years ago)

epydoc css file that generates a django styled api doc

  • docs/api.css

     
     1
     2table { border:0px solid white; }
     3
     4/* Tables */
     5table.help         { margin-left: auto; margin-right: auto; background: #92cc47;}
     6th.summary, th.details, th.index
     7                   { font-family:"Trebuchet MS",sans-serif; font-weight:normal;
     8text-align: left; font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; margin-top:-.5em !important; margin-bottom:.6em; color:#487858;  }
     9
     10
     11h1,h2,h3 { margin-top:.8em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
     12h1 { font-size:218%; margin-top:.6em; margin-bottom:.6em; color:#092e20; line-height:1.1em; }
     13h2 { font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; color:#092e20; }
     14#homepage h2 { font-size:140%; }
     15h3 { font-size:125%; font-weight:bold; margin-bottom:.2em; color:#487858; }
     16h4 { font-size:100%; font-weight:bold; margin-bottom:-3px; margin-top:1.2em; text-transform:uppercase; letter-spacing:1px; }
     17h5 { font-size:1em; font-weight:bold; margin-top:1.5em; margin-bottom:3px; }
     18
     19/* Table of contents */
     20p.toc              { margin:0; margin-left: 10px; padding: 0; }
     21h1.tocheading  { text-align: center; margin-left: 0px;}
     22h2.tocheading  {margin-left: 5px;}
     23
     24/* Base tree */
     25pre.base-tree      { font-size: 80%; margin: 0; }
     26
     27/* Summary Sections */
     28p.varlist          { padding: 0 0 0 0; text-indent: 0em;
     29                     margin: 0;}
     30.varlist-header    { font-weight: bold; }
     31p.imports          { padding: 0 0 0 3em; text-indent: -2.5em; }
     32.imports-header    { font-weight: bold; }
     33
     34/* Details Sections */
     35table.func-details { background: #e0ffb8;
     36                     padding: 0 1em 0 2em; margin: 0.4em 0 0 0;
     37border:1px solid #94da3a;}
     38h3.func-detail     { margin: 0 0 1em 0; }
     39table.var-details  { border-width: 0px; border-style: none;
     40                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
     41h3.var-details     { margin: 0 0 1em 0; }
     42
     43/* Function signatures */
     44.sig               { font-weight: bold; } 
     45
     46/* Doctest blocks */
     47.py-prompt         { font-weight: bold;}
     48pre.doctestblock   { padding: .5em; margin: 1em;
     49                     border-width: 1px; border-style: solid; }
     50table pre.doctestblock
     51                   { padding: .5em; margin: 1em;
     52                     border-width: 1px; border-style: solid; }
     53
     54/* Variable values */
     55pre.variable       { padding: .5em; margin: 0;
     56                     border-width: 1px; border-style: solid; }
     57
     58/* Navigation bar */
     59.nomargin          { margin: 0; }
     60
     61/* This is used in <div> sections containing tables of private
     62values, to make them flow more seamlessly with the table that
     63comes before them. */
     64.continue          { border-top: 0; }
     65
     66
     67/* Source Code Listings */
     68div.py-src         { border:1px solid #94da3a; }
     69div.highlight-hdr  { border-top: 2px solid #94da3a; border-bottom: 1px solid #94da3a; }
     70div.highlight      { border-bottom: 1px solid #94da3a; }
     71.lineno            { border-right: 2px solid;
     72                     padding-right: .2em;
     73                     font-style: italic; }
     74
     75/* Lists */
     76ul { margin-top: 0; }
     77
     78.header            { font-size: 85%; }
     79.breadcrumbs       { font-size: 85%; font-weight: bold; }
     80.options           { font-size: 70%; }
     81.rtype, .ptype, .vtype
     82                   { font-size: 85%; width: 2em;}
     83dt                 { font-weight: bold; }
     84.small             { font-size: 85%; }
     85
     86h2 span.codelink { font-size: 58%; font-weight: normal; }
     87span.codelink { font-size: 85%; font-weight: normal; }
     88
     89/* Body color */
     90
     91body { margin:0; padding:0px; background:#FFFFFF; color:#000000; }
     92body, th, td { font:12px/1.4em Verdana,sans-serif; }
     93
     94/* Tables */
     95table.summary, table.details, table.index
     96                   { background: white; color: #000000; border:5px solid white;}
     97table.summary tr.summary, tr.details, tr.index, th.summery
     98                   { background: white; color: #FFFFFF;  border:0px solid white; }
     99th.group           { background: white; color: #234f32;  text-align: left; font-style: normal; font-weight:bold; padding-left: 8px;}
     100table.summery tr td,  table.details tr td {
     101padding-left: .4em;
     102}
     103/* Details Sections */
     104/* table.func-details { background: #e8f0f8; color: #000000; */
     105/*                      border-color: #c0d0d0; } */
     106/* h3.func-detail     { background: transparent; color: #000000; } */
     107table.var-details  { background: #E0FFB8; color: #000000;
     108                     border-color: #c0d0d0; border:1px solid #94da3a; }
     109h3.var-details     { background: transparent; color: #000000; }
     110
     111/* Function signatures */
     112.sig               { background: transparent; color: #000000; }
     113.sig-name          { background: transparent; color: #006080; } 
     114.sig-arg, .sig-kwarg, .sig-vararg
     115                   { background: transparent; color: #008060; } 
     116.sig-default       { background: transparent; color: #602000; } 
     117.summary-sig       { background: transparent; color: #000000; } 
     118.summary-sig-name  { background: transparent; color: #204080; }
     119.summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg
     120                   { background: transparent; color: #008060; } 
     121
     122/* Souce code listings & doctest blocks */
     123.py-src            { background: transparent; color: #000000; }
     124.py-prompt         { background: transparent; color: #005050; }
     125.py-string         { background: transparent; color: #006030; }
     126.py-comment        { background: transparent; color: #003060; }
     127.py-keyword        { background: transparent; color: #600000; }
     128.py-output         { background: transparent; color: #404040; }
     129.py-name           { background: transparent; color: #000000; }
     130.py-number         { background: transparent; color: #005000; }
     131.py-def-name       { background: transparent; color: #000060;
     132                     font-weight: bold; }
     133.py-base-class     { background: transparent; color: #000060; }
     134.py-param          { background: transparent; color: #000060; }
     135.py-docstring      { background: transparent; color: #006030; }
     136.py-decorator      { background: transparent; color: #804020; }
     137
     138pre.doctestblock   { background: #f4faff; color: #000000;
     139                     border-color: #708890; }
     140table pre.doctestblock
     141                   { background: #dce4ec; color: #000000;
     142                     border-color: #708890; }
     143div.py-src         { background: #E0FFB8; }
     144div.highlight-hdr  { background: #c3ff76; }
     145div.highlight      { background: #d0ff93; }
     146
     147
     148/* Variable values */
     149pre.variable       { background: #E0FFB8; color: #000000;
     150                     border:1px solid #94da3a;}
     151.variable-linewrap { background: transparent; color: #604000; }
     152.variable-ellipsis { background: transparent; color: #604000; }
     153.variable-quote    { background: transparent; color: #604000; }
     154.re                { background: transparent; color: #000000; }
     155.re-char           { background: transparent; color: #006030; }
     156.re-op             { background: transparent; color: #600000; }
     157.re-group          { background: transparent; color: #003060; }
     158.re-ref            { background: transparent; color: #404040; }
     159
     160/* Navigation bar */
     161table.navbar  { padding:0px 0px 0px 0px; margin:0; bottom:0; right:0; font-family:"Trebuchet MS",sans-serif; white-space:nowrap; }
     162th.navbar { padding:5px 5px 5px 0px; background:#092e20; }
     163th.navselect {  padding:5px 5px 5px 0px; color:white; background:#234f32; }
     164/*th.navselect a:hover {  padding:5px 5px 5px 0px; color:white; background:#234f32; } */
     165table.navbar a { color: #ffc757; }
     166th.navbar:hover, th.navbar a:hover { color: white; background:#092e20; }
     167
     168a {text-decoration: none;}
     169a img {border: none;}
     170a:link, a:visited { color:#AB5603; }
     171a:hover { background-color:#E0FFB8; color:#234f32; text-decoration:none;  }
     172
     173/* remove ugly borders */
     174.summary, tr.summary, th.summary { border:0px solid white; }
     175table.details, table.details th, table.details td { border:0px solid white; }
     176table.summary tr, table.summary th, table.summary td{ border:0px solid white;}
     177
     178table.summary td { padding-left: 2em; }
     179table.summary tr.summary td { padding-left: 0px; }
     180
     181table.index, table.index td, table.index th { border:0px none white;}
     182table.index tr td  { border-bottom:1px solid #CCCCCC;}
     183
     184/* table.summary tr td { padding-left: 10px } */
     185
     186hr { color: #94da3a; border:1px solid #94da3a; }
     187
     188/* Misc. */
     189.footer            { font-size: 85%; background: #092e20; color: #234f32; min-height: 100%;}
     190td.footer a { color: #ffc757; }
     191td.footer a:hover { color: white; background:#092e20; }
Back to Top