Changeset 02839ae


Ignore:
Timestamp:
Dec 1, 2004, 10:33:45 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
30cbd419
Parents:
e997b1a
Message:

aubio.css

Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    re997b1a r02839ae  
    2828doc-devel:
    2929        doxygen devel.cfg
    30         cp aubio.css devel
    3130
    3231doc-user:
    3332        doxygen user.cfg
    34         cp aubio.css user
    3533
    3634doc-examples:
    3735        doxygen examples.cfg
    38         cp aubio.css examples
    3936       
    4037%.sgml:
  • doc/Makefile.in

    re997b1a r02839ae  
    384384doc-devel:
    385385        doxygen devel.cfg
    386         cp aubio.css devel
    387386
    388387doc-user:
    389388        doxygen user.cfg
    390         cp aubio.css user
    391389
    392390doc-examples:
    393391        doxygen examples.cfg
    394         cp aubio.css examples
    395392
    396393%.sgml:
  • doc/aubio.css

    re997b1a r02839ae  
    11body {
    22        font-family: Sans-Serif;
    3         font-size: 1em;
    4         //background: url("aubioback-1-1.gif"); no-repeat bottom center;
    5         background-color: #999;
    63        color: #333;
    7         padding-right  : 10em;
    8         padding-left   : 10em;
    9         padding-top    : 2em;
     4        padding-right  : 2em;
     5        padding-left   : 2em;
     6        clear: left;
     7}
     8
     9#rightmenu {
     10        float: right;
     11        width: 222px;
     12        margin-top: -40px;
     13        padding-top    : 80px;
    1014        padding-bottom : 2em;
    11 }
     15        background: white url("grayrect.png") no-repeat bottom;
     16}
     17
     18.bottom {
     19        float: right;
     20        clear: both;
     21        padding: 0.5em;
     22        }
    1223
    1324h1 {
     25        width: 50%;
     26        background: white url("smallrect.png") no-repeat center;
     27        padding-top: 60px;
     28        padding-bottom: 60px;
    1429        text-align: center;
    15         background-color: #888;
    16         border: 2px dashed black;
    17 }
     30}
     31
     32h1 > a, h1 > a:visited { color: #333 }
     33h2 > a, h2 > a:visited { color: #333 }
    1834
    1935h2 {
    20         text-align: left;
    21         background-color: #AAA;
    22 }
    23 
    24 p {
    25         text-align: justify;
    26 }
     36  text-align: left;
     37  margin-left: -0.5em;
     38}
     39
     40p, dt, dd {
     41  text-align: justify;
     42}
     43
     44ul {
     45  list-style-type: none;
     46}
     47
     48a {
     49  color: blue;
     50  text-decoration: none;
     51}
     52
     53a:visited {
     54  text-decoration: none;
     55  color: #00008b;
     56}
     57
     58img {
     59  border: none;
     60  margin: auto;
     61
     62
     63CAPTION { font-family: Geneva, Arial, Helvetica, sans-serif;  }
     64DIV.qindex {
     65
     66
     67        float: right;
     68        width: 222px;
     69        margin-top: -40px;
     70        padding-top    : 80px;
     71        padding-bottom : 2em;
     72        background: white url("grayrect.png") no-repeat bottom;
     73       
     74        /*
     75        width: 80%;
     76             text-align: center;
     77             margin-bottom: 2px;
     78             margin-left: 10%;
     79             border: solid 1px;
     80             */
     81}
     82A.qindex { text-decoration: none;
     83/*bold; background: #dbf5db; */
     84}
     85A.qindex:visited { text-decoration: none; }
     86A.qindex:hover { text-decoration: none; }
     87A.qindexHL { text-decoration: none;
     88/*             background-color: #fff3ff;*/
     89           }
     90A.el { text-decoration: none;  }
     91A.el:hover { text-decoration: underline}
     92A.elRef { }
     93A.code { text-decoration: none; color: #4444ee }
     94A.codeRef { color: #4444ee }
     95DL.el { margin-left: -1cm }
     96DIV.fragment {
     97        width: 98%;
     98        border: 1px solid #CCCCCC;
     99        background-color: #fefefe;
     100        padding-left: 4px;
     101        margin: 4px;
     102}
     103DIV.ah { background-color: black; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
     104TD.md { background-color: #f2f2ff;  }
     105TD.mdname1 { background-color: #f2f2ff; color: #602020; }
     106TD.mdname { background-color: #f2f2ff; color: #602020; width: 600px; }
     107DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px;  }
     108DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
     109TD.indexkey {
     110/*   background-color: lightyellow; */
     111   padding-right  : 10px;
     112   padding-top    : 2px;
     113   padding-left   : 10px;
     114   padding-bottom : 2px;
     115   margin-left    : 0px;
     116   margin-right   : 0px;
     117   margin-top     : 2px;
     118   margin-bottom  : 2px 
     119}
     120TD.indexvalue {
     121/*   background-color: lightyellow; */
     122   font-style: italic;
     123   padding-right  : 10px;
     124   padding-top    : 2px;
     125   padding-left   : 10px;
     126   padding-bottom : 2px;
     127   margin-left    : 0px;
     128   margin-right   : 0px;
     129   margin-top     : 2px;
     130   margin-bottom  : 2px 
     131}
     132TR.memlist {
     133   background-color: #f0f0f0;
     134}
     135P.formulaDsp { text-align: center; }
     136IMG.formulaDsp { }
     137IMG.formulaInl { vertical-align: middle; }
     138SPAN.keyword       { color: #008000 }
     139SPAN.keywordtype   { color: #604020 }
     140SPAN.keywordflow   { color: #e08000 }
     141SPAN.comment       { color: #800000 }
     142SPAN.preprocessor  { color: #806020 }
     143SPAN.stringliteral { color: #002080 }
     144SPAN.charliteral   { color: #008080 }
     145.mdTable {
     146        border: 1px solid #868686;
     147        background-color: #f2f2ff;
     148}
     149
     150.mdRow {
     151        padding: 8px 20px;
     152}
     153
     154.mdescLeft {
     155        font-size: smaller;
     156        font-family: Arial, Helvetica, sans-serif;
     157        background-color: #FAFAFA;
     158        padding-left: 8px;
     159        border-top: 1px none #E0E0E0;
     160        border-right: 1px none #E0E0E0;
     161        border-bottom: 1px none #E0E0E0;
     162        border-left: 1px none #E0E0E0;
     163        margin: 0px;
     164}
     165
     166.mdescRight {
     167        font-size: smaller;
     168        font-family: Arial, Helvetica, sans-serif;
     169        font-style: italic;
     170        background-color: #FAFAFA;
     171        padding-left: 4px;
     172        border-top: 1px none #E0E0E0;
     173        border-right: 1px none #E0E0E0;
     174        border-bottom: 1px none #E0E0E0;
     175        border-left: 1px none #E0E0E0;
     176        margin: 0px;
     177        padding-bottom: 0px;
     178        padding-right: 8px;
     179}
     180
     181.memItemLeft {
     182        padding: 1px 0px 0px 8px;
     183        margin: 4px;
     184        border-top-width: 1px;
     185        border-right-width: 1px;
     186        border-bottom-width: 1px;
     187        border-left-width: 1px;
     188        border-top-style: solid;
     189        border-top-color: #E0E0E0;
     190        border-right-color: #E0E0E0;
     191        border-bottom-color: #E0E0E0;
     192        border-left-color: #E0E0E0;
     193        border-right-style: none;
     194        border-bottom-style: none;
     195        border-left-style: none;
     196        background-color: #FAFAFA;
     197        font-family: Geneva, Arial, Helvetica, sans-serif;
     198        font-size: 12px;
     199}
     200
     201.memItemRight {
     202        padding: 1px 0px 0px 8px;
     203        margin: 4px;
     204        border-top-width: 1px;
     205        border-right-width: 1px;
     206        border-bottom-width: 1px;
     207        border-left-width: 1px;
     208        border-top-style: solid;
     209        border-top-color: #E0E0E0;
     210        border-right-color: #E0E0E0;
     211        border-bottom-color: #E0E0E0;
     212        border-left-color: #E0E0E0;
     213        border-right-style: none;
     214        border-bottom-style: none;
     215        border-left-style: none;
     216        background-color: #FAFAFA;
     217        font-family: Geneva, Arial, Helvetica, sans-serif;
     218        font-size: 13px;
     219}
     220
     221.search     {
     222}
     223
     224FORM.search {
     225              margin-bottom: 0px;
     226              margin-top: 0px;
     227}
     228
     229INPUT.search { font-size: 75%;
     230               color: #000080;
     231               /* background-color: lightyellow; */
     232}
     233
     234TD.tiny      { font-size: 75%;
     235}
Note: See TracChangeset for help on using the changeset viewer.