Changeset 6304


Ignore:
Timestamp:
Aug 6, 2013, 11:29:43 AM (10 years ago)
Author:
Nicklas Nordborg
Message:

Fixed #1768: Incorrect CSS when generating javadoc with Java7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2-stable/doc/src/javadoc/javadoc.css

    r5425 r6304  
    1 /*
    2   $Id$
    3 
    4   Copyright (C) 2005 Nicklas Nordborg
    5   Copyright (C) 2006 Jari Häkkinen
    6   Copyright (C) 2007 Nicklas Nordborg
    7 
    8   This file is part of BASE - BioArray Software Environment.
    9   Available at http://base.thep.lu.se/
    10 
    11   BASE is free software; you can redistribute it and/or
    12   modify it under the terms of the GNU General Public License
    13   as published by the Free Software Foundation; either version 3
    14   of the License, or (at your option) any later version.
    15 
    16   BASE is distributed in the hope that it will be useful,
    17   but WITHOUT ANY WARRANTY; without even the implied warranty of
    18   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19   GNU General Public License for more details.
    20 
    21   You should have received a copy of the GNU General Public License
    22   along with BASE. If not, see <http://www.gnu.org/licenses/>.
    23 */
    24 
    251.code {
    262  font-family: monospace;
    273  white-space: pre;
    28   background: #E0E0E0;
     4  background: #f9f9f9;
    295  padding: 4pt 0pt 4pt 1em;
    30   border: 1px solid #999999;
    31 }
    32 
     6  border:1px solid #9eadc0;
     7}
    338
    349/* Javadoc style sheet */
    35 
    36 /* Define colors, fonts and other style attributes here to override the defaults */
    37 
    38 /* Page background color */
    39 body { background-color: #FFFFFF }
    40 
    41 /* Table colors */
    42 .TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
    43 .TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
    44 .TableRowColor         { background: #FFFFFF } /* White */
    45 
    46 /* Font used in left-hand frame lists */
    47 .FrameTitleFont   { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
    48 .FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
    49 .FrameItemFont    { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
    50 
    51 /* Example of smaller, sans-serif font in frames */
    52 /* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
    53 
    54 /* Navigation bar fonts and colors */
    55 .NavBarCell1    { background-color:#EEEEFF;}/* Light mauve */
    56 .NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
    57 .NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
    58 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
    59 
    60 .NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
    61 .NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
    62 
     10/*
     11Overall document style
     12*/
     13body {
     14    background-color:#ffffff;
     15    color:#353833;
     16    font-family:Arial, Helvetica, sans-serif;
     17    font-size:76%;
     18    margin:0;
     19}
     20a:link, a:visited {
     21    text-decoration:none;
     22    color:#4c6b87;
     23}
     24a:hover, a:focus {
     25    text-decoration:none;
     26    color:#bb7a2a;
     27}
     28a:active {
     29    text-decoration:none;
     30    color:#4c6b87;
     31}
     32a[name] {
     33    color:#353833;
     34}
     35a[name]:hover {
     36    text-decoration:none;
     37    color:#353833;
     38}
     39pre {
     40    font-size:1.3em;
     41}
     42h1 {
     43    font-size:1.8em;
     44}
     45h2 {
     46    font-size:1.5em;
     47}
     48h3 {
     49    font-size:1.4em;
     50}
     51h4 {
     52    font-size:1.3em;
     53}
     54h5 {
     55    font-size:1.2em;
     56}
     57h6 {
     58    font-size:1.1em;
     59}
     60ul {
     61    list-style-type:disc;
     62}
     63code, tt {
     64    font-size:1.2em;
     65}
     66dt code {
     67    font-size:1.2em;
     68}
     69table tr td dt code {
     70    font-size:1.2em;
     71    vertical-align:top;
     72}
     73sup {
     74    font-size:.6em;
     75}
     76/*
     77Document title and Copyright styles
     78*/
     79.clear {
     80    clear:both;
     81    height:0px;
     82    overflow:hidden;
     83}
     84.aboutLanguage {
     85    float:right;
     86    padding:0px 21px;
     87    font-size:.8em;
     88    z-index:200;
     89    margin-top:-7px;
     90}
     91.legalCopy {
     92    margin-left:.5em;
     93}
     94.bar a, .bar a:link, .bar a:visited, .bar a:active {
     95    color:#FFFFFF;
     96    text-decoration:none;
     97}
     98.bar a:hover, .bar a:focus {
     99    color:#bb7a2a;
     100}
     101.tab {
     102    background-color:#0066FF;
     103    background-image:url(resources/titlebar.gif);
     104    background-position:left top;
     105    background-repeat:no-repeat;
     106    color:#ffffff;
     107    padding:8px;
     108    width:5em;
     109    font-weight:bold;
     110}
     111/*
     112Navigation bar styles
     113*/
     114.bar {
     115    background-image:url(resources/background.gif);
     116    background-repeat:repeat-x;
     117    color:#FFFFFF;
     118    padding:.8em .5em .4em .8em;
     119    height:auto;/*height:1.8em;*/
     120    font-size:1em;
     121    margin:0;
     122}
     123.topNav {
     124    background-image:url(resources/background.gif);
     125    background-repeat:repeat-x;
     126    color:#FFFFFF;
     127    float:left;
     128    padding:0;
     129    width:100%;
     130    clear:right;
     131    height:2.8em;
     132    padding-top:10px;
     133    overflow:hidden;
     134}
     135.bottomNav {
     136    margin-top:10px;
     137    background-image:url(resources/background.gif);
     138    background-repeat:repeat-x;
     139    color:#FFFFFF;
     140    float:left;
     141    padding:0;
     142    width:100%;
     143    clear:right;
     144    height:2.8em;
     145    padding-top:10px;
     146    overflow:hidden;
     147}
     148.subNav {
     149    background-color:#dee3e9;
     150    border-bottom:1px solid #9eadc0;
     151    float:left;
     152    width:100%;
     153    overflow:hidden;
     154}
     155.subNav div {
     156    clear:left;
     157    float:left;
     158    padding:0 0 5px 6px;
     159}
     160ul.navList, ul.subNavList {
     161    float:left;
     162    margin:0 25px 0 0;
     163    padding:0;
     164}
     165ul.navList li{
     166    list-style:none;
     167    float:left;
     168    padding:3px 6px;
     169}
     170ul.subNavList li{
     171    list-style:none;
     172    float:left;
     173    font-size:90%;
     174}
     175.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
     176    color:#FFFFFF;
     177    text-decoration:none;
     178}
     179.topNav a:hover, .bottomNav a:hover {
     180    text-decoration:none;
     181    color:#bb7a2a;
     182}
     183.navBarCell1Rev {
     184    background-image:url(resources/tab.gif);
     185    background-color:#a88834;
     186    color:#FFFFFF;
     187    margin: auto 5px;
     188    border:1px solid #c9aa44;
     189}
     190/*
     191Page header and footer styles
     192*/
     193.header, .footer {
     194    clear:both;
     195    margin:0 20px;
     196    padding:5px 0 0 0;
     197}
     198.indexHeader {
     199    margin:10px;
     200    position:relative;
     201}
     202.indexHeader h1 {
     203    font-size:1.3em;
     204}
     205.title {
     206    color:#2c4557;
     207    margin:10px 0;
     208}
     209.subTitle {
     210    margin:5px 0 0 0;
     211}
     212.header ul {
     213    margin:0 0 25px 0;
     214    padding:0;
     215}
     216.footer ul {
     217    margin:20px 0 5px 0;
     218}
     219.header ul li, .footer ul li {
     220    list-style:none;
     221    font-size:1.2em;
     222}
     223/*
     224Heading styles
     225*/
     226div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
     227    background-color:#dee3e9;
     228    border-top:1px solid #9eadc0;
     229    border-bottom:1px solid #9eadc0;
     230    margin:0 0 6px -8px;
     231    padding:2px 5px;
     232}
     233ul.blockList ul.blockList ul.blockList li.blockList h3 {
     234    background-color:#dee3e9;
     235    border-top:1px solid #9eadc0;
     236    border-bottom:1px solid #9eadc0;
     237    margin:0 0 6px -8px;
     238    padding:2px 5px;
     239}
     240ul.blockList ul.blockList li.blockList h3 {
     241    padding:0;
     242    margin:15px 0;
     243}
     244ul.blockList li.blockList h2 {
     245    padding:0px 0 20px 0;
     246}
     247/*
     248Page layout container styles
     249*/
     250.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
     251    clear:both;
     252    padding:10px 20px;
     253    position:relative;
     254}
     255.indexContainer {
     256    margin:10px;
     257    position:relative;
     258    font-size:1.0em;
     259}
     260.indexContainer h2 {
     261    font-size:1.1em;
     262    padding:0 0 3px 0;
     263}
     264.indexContainer ul {
     265    margin:0;
     266    padding:0;
     267}
     268.indexContainer ul li {
     269    list-style:none;
     270}
     271.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
     272    font-size:1.1em;
     273    font-weight:bold;
     274    margin:10px 0 0 0;
     275    color:#4E4E4E;
     276}
     277.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
     278    margin:10px 0 10px 20px;
     279}
     280.serializedFormContainer dl.nameValue dt {
     281    margin-left:1px;
     282    font-size:1.1em;
     283    display:inline;
     284    font-weight:bold;
     285}
     286.serializedFormContainer dl.nameValue dd {
     287    margin:0 0 0 1px;
     288    font-size:1.1em;
     289    display:inline;
     290}
     291/*
     292List styles
     293*/
     294ul.horizontal li {
     295    display:inline;
     296    font-size:0.9em;
     297}
     298ul.inheritance {
     299    margin:0;
     300    padding:0;
     301}
     302ul.inheritance li {
     303    display:inline;
     304    list-style:none;
     305}
     306ul.inheritance li ul.inheritance {
     307    margin-left:15px;
     308    padding-left:15px;
     309    padding-top:1px;
     310}
     311ul.blockList, ul.blockListLast {
     312    margin:10px 0 10px 0;
     313    padding:0;
     314}
     315ul.blockList li.blockList, ul.blockListLast li.blockList {
     316    list-style:none;
     317    margin-bottom:25px;
     318}
     319ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
     320    padding:0px 20px 5px 10px;
     321    border:1px solid #9eadc0;
     322    background-color:#f9f9f9;
     323}
     324ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
     325    padding:0 0 5px 8px;
     326    background-color:#ffffff;
     327    border:1px solid #9eadc0;
     328    border-top:none;
     329}
     330ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
     331    margin-left:0;
     332    padding-left:0;
     333    padding-bottom:15px;
     334    border:none;
     335    border-bottom:1px solid #9eadc0;
     336}
     337ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
     338    list-style:none;
     339    border-bottom:none;
     340    padding-bottom:0;
     341}
     342table tr td dl, table tr td dl dt, table tr td dl dd {
     343    margin-top:0;
     344    margin-bottom:1px;
     345}
     346/*
     347Table styles
     348*/
     349.contentContainer table, .classUseContainer table, .constantValuesContainer table {
     350    border-bottom:1px solid #9eadc0;
     351    width:100%;
     352}
     353.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
     354    width:100%;
     355}
     356.contentContainer .description table, .contentContainer .details table {
     357    border-bottom:none;
     358}
     359.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
     360    vertical-align:top;
     361    padding-right:20px;
     362}
     363.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
     364.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
     365.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
     366.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
     367    padding-right:3px;
     368}
     369.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
     370    position:relative;
     371    text-align:left;
     372    background-repeat:no-repeat;
     373    color:#FFFFFF;
     374    font-weight:bold;
     375    clear:none;
     376    overflow:hidden;
     377    padding:0px;
     378    margin:0px;
     379}
     380caption a:link, caption a:hover, caption a:active, caption a:visited {
     381    color:#FFFFFF;
     382}
     383.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
     384    white-space:nowrap;
     385    padding-top:8px;
     386    padding-left:8px;
     387    display:block;
     388    float:left;
     389    background-image:url(resources/titlebar.gif);
     390    height:18px;
     391}
     392.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
     393    width:10px;
     394    background-image:url(resources/titlebar_end.gif);
     395    background-repeat:no-repeat;
     396    background-position:top right;
     397    position:relative;
     398    float:left;
     399}
     400ul.blockList ul.blockList li.blockList table {
     401    margin:0 0 12px 0px;
     402    width:100%;
     403}
     404.tableSubHeadingColor {
     405    background-color: #EEEEFF;
     406}
     407.altColor {
     408    background-color:#eeeeef;
     409}
     410.rowColor {
     411    background-color:#ffffff;
     412}
     413.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
     414    text-align:left;
     415    padding:3px 3px 3px 7px;
     416}
     417th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
     418    background:#dee3e9;
     419    border-top:1px solid #9eadc0;
     420    border-bottom:1px solid #9eadc0;
     421    text-align:left;
     422    padding:3px 3px 3px 7px;
     423}
     424td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
     425    font-weight:bold;
     426}
     427td.colFirst, th.colFirst {
     428    border-left:1px solid #9eadc0;
     429    white-space:nowrap;
     430}
     431td.colLast, th.colLast {
     432    border-right:1px solid #9eadc0;
     433}
     434td.colOne, th.colOne {
     435    border-right:1px solid #9eadc0;
     436    border-left:1px solid #9eadc0;
     437}
     438table.overviewSummary  {
     439    padding:0px;
     440    margin-left:0px;
     441}
     442table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
     443table.overviewSummary td.colOne, table.overviewSummary th.colOne {
     444    width:25%;
     445    vertical-align:middle;
     446}
     447table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
     448    width:25%;
     449    vertical-align:middle;
     450}
     451/*
     452Content styles
     453*/
     454.description pre {
     455    margin-top:0;
     456}
     457.deprecatedContent {
     458    margin:0;
     459    padding:10px 0;
     460}
     461.docSummary {
     462    padding:0;
     463}
     464/*
     465Formatting effect styles
     466*/
     467.sourceLineNo {
     468    color:green;
     469    padding:0 30px 0 0;
     470}
     471h1.hidden {
     472    visibility:hidden;
     473    overflow:hidden;
     474    font-size:.9em;
     475}
     476.block {
     477    display:block;
     478    margin:3px 0 0 0;
     479}
     480.strong {
     481    font-weight:bold;
     482}
Note: See TracChangeset for help on using the changeset viewer.