/[classpath]/gjdoc/src/resources/doctranslets/html/res/gjdochtml.css
ViewVC logotype

Diff of /gjdoc/src/resources/doctranslets/html/res/gjdochtml.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by julian, Tue Nov 23 17:19:47 2004 UTC revision 1.5 by julian, Thu Nov 25 14:40:19 2004 UTC
# Line 1  Line 1 
1  <!-- gjdochtml.css  /* gjdochtml.css
2       Copyright (C) 2001, 2003 Free Software Foundation, Inc.   Copyright (C) 2004 Free Software Foundation, Inc.
       
      This file is part of GNU Classpath.  
       
      GNU Classpath is free software; you can redistribute it and/or modify  
      it under the terms of the GNU General Public License as published by  
      the Free Software Foundation; either version 2, or (at your option)  
      any later version.  
         
      GNU Classpath is distributed in the hope that it will be useful, but  
      WITHOUT ANY WARRANTY; without even the implied warranty of  
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  
      General Public License for more details.  
       
      You should have received a copy of the GNU General Public License  
      along with GNU Classpath; see the file COPYING.  If not, write to the  
      Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  
      02111-1307 USA.  
      -->  
3    
4  body {   This file is part of GNU Classpath.
    background: white;  
    font-size: 100%;  
 }  
   
 body.classdoc {  
    background: white;  
    font-size: 100%;  
    margin: 0.5em 1em 0.5em 1em;  
 }  
   
 hr {  
    border-style: solid none none none;  
    border-width: thin;  
    height: 1px;  
    color: black;  
 }  
   
 hr.footer {  
    margin-top: 2em;  
 }  
   
 .classdoc-table {  
    border-color: #aaaaaa;  
    border-style: solid none none none;  
 }  
   
 .header {  
   
    border-style: solid;  
    padding: 0.2em;  
    margin: 0.3em;  
 }  
5    
6  ul {   GNU Classpath is free software; you can redistribute it and/or modify
7     padding-top: 0em;   it under the terms of the GNU General Public License as published by
8     margin-top: 0em;   the Free Software Foundation; either version 2, or (at your option)
9  }   any later version.
10    
11  td {   GNU Classpath is distributed in the hope that it will be useful, but
12     padding: 0.3em;   WITHOUT ANY WARRANTY; without even the implied warranty of
13     vertical-align: top;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  }   General Public License for more details.
15    
16  td.with-border {     You should have received a copy of the GNU General Public License
17     border-color: #aaaaaa;   along with GNU Classpath; see the file COPYING.  If not, write to the
18     border-style: solid;   Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19     border-top: 0px;   02111-1307 USA. */
 }  
   
 td.no-border-r {  
    border-color: #aaaaaa;  
    border-style: solid;  
    border-right: 0px;  
    border-top: 0px;  
 }  
   
 td.no-border-b {  
    border-color: #aaaaaa;  
    border-style: solid;  
    border-bottom: 0px;  
 }  
20    
21  td.no-border-rb {  body {
22     border-color: #aaaaaa;     background: white;
    border-style: solid;  
    border-right: 0px;  
    border-bottom: 0px;  
 }  
   
 .classdoc-head {  
    background: #e0e7f0;  
    border: 1px;  
    border-style: solid;  
    width: "100%";  
    padding: 0.3em 0.7em 0.5em 0.7em;  
    margin: 0.0em;  
 }  
   
 .classdoc-head-packagename {  
    font-size: 110%;  
    padding: 0.0em;  
    margin: 0.0em;  
 }  
   
 .classdoc-head-classname {  
    font-size: 180%;  
    padding: 0.0em;  
    margin: 0.0em;  
 }  
   
 .classdoc-header {  
    border-width: 1px;  
    border-style: solid;  
    font-size: 140%;  
    padding: 0.2em 0.5em 0.3em 0.5em;  
    background: #e0e7f0;  
    margin-top: 1.5em;  
 }  
   
 .classdoc-subheader {  
    border-width: 1px;  
    border-style: solid;  
    font-size: 120%;  
    padding: 1.0em;  
    background: #e0e7f0;  
 }  
   
 .classdoc-prototype {  
 }  
   
 .classdoc-summary-comment {  
    margin-top: 1.0em;  
    margin-bottom: 1.0em;  
    font-size: 100%;  
 }  
   
 .classdoc-tree-label {  
    font-size: 80%;  
    line-height: 2.0em;  
    padding: 0%;  
    vertical-align: top;  
    height: 2.0em;  
    margin: 0%;                    
    padding-left: 1.0em;  
 }  
   
 .classdoc-comment-body {  
23     font-size: 100%;     font-size: 100%;
24  }  }
25    
26  blockquote.classdoc-summary-comment {  ol.tree,
27     margin: 0.4em 0.0em 0.2em 2.0em;  li.tree {
28     padding: 0em;     list-style-type: disc;
 }  
   
 div.classdoc-comment-body {  
    margin: 0.4em 0.0em 0.2em 2.0em;  
    padding: 0em;  
 }  
   
 div.classdoc-package-comment-body {  
    margin: 0.4em 0.0em 1.5em 0.0em;  
    padding: 0em;  
 }  
   
 div.classdoc-class-comment-body {  
    margin: 0.8em 0.0em 1.0em 0.0em;  
    padding: 0.0em;  
 }  
   
 ul.classdoc-list {  
    margin-top: 0.2em;  
    margin-left: 1.6em;  
 }  
   
 div.classdoc-tag-section-header {  
    margin-top: 0.5em;  
    font-weight: bold;  
 }  
   
 ol.classdoc-list {  
    margin-top: 0.2em;  
    margin-left: 1.6em;  
    list-style-type: circle;  
 }  
   
 dl.classdoc-list {  
    margin-top: 0.2em;  
    margin-left: 1.6em;  
 }  
   
 .navi-button {  
   padding: 0.0em;  
   margin: 0.0em;  
   color: black;  
 }  
   
 .header {  
    width: "100%";  
    padding: 0.0em 0.7em 0.5em 0.0em;  
    margin: 0.0em 0.0em 0.9em 0.0em;  
    border: black 1px;  
    border-style: none none solid none;  
 }  
   
 .navbar-first-row {  
    width: "100%";  
    padding: 0.0em 0.7em 0.0em 0.0em;  
    margin: 0.0em 0.0em 0.4em 0.0em;  
    font-size: 80%;  
 }  
   
 .navbar-second-row {  
    width: "100%";  
    padding: 0.0em 0.7em 0.8em 0.0em;  
    margin: 0.0em 0.0em 0.0em 0.0em;  
    font-size: 70%;  
 }  
   
 .prototype {  
    text-indent:-2em;  
    font-family:monospace;  
    padding: 0em 0em 0em 2em;  
    margin: 0em;  
 }  
   
 .prototype-type {  
    font-family:monospace;  
    padding: 0em;  
    margin: 0em;  
 }  
   
 .prototype-name {  
    font-family:monospace;  
 }  
   
 span.parameter {  
    padding: 0em;  
    margin: 0em;  
    white-space: nowrap;  
 }  
   
 div.footer {  
    margin-bottom: 6cm;  
    font-style: italic;  
    font-size: 0.8em;  
 }  
   
 pre {  
    margin-left: 1.6em;  
 }  
   
 pre.inheritance-tree {  
    margin-left: 0.0em;  
 }  
   
 a.tree-class-link {  
    font-weight: bold;  
 }  
   
 span.index-category-current {  
   padding: 0.4em;  
   border: 1px black solid;  
 }  
   
 a.index-category-link {  
   padding: 0.4em;  
 }  
   
 a.allclasses-link {  
   font-size: 90%;  
 }  
   
 table.navbar {  
   width: 99%;  
   padding: 0px;  
   margin: 0px;  
 }  
   
 table[class="navbar top"] {  
   border-bottom: solid 1px black;  
 }  
   
 table[class="navbar bottom"] {  
   border-top: solid 1px black;  
   margin-top: 1em;  
 }  
   
 tr.navbar, td.navbar {  
   padding: 0px;  
   margin: 0px;  
 }  
   
 h1.overview-doctitle {  
   font-size: 170%;  
   text-align: center;  
   padding-bottom: 0.5em;  
 }  
   
 div.overview-description-top,  
 div.overview-description-full {  
   margin-top: 1.5em;  
29  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26