/[classpath]/gjdoc/src/resources/htmldoclet/gjdochtml-clean-layout.css
ViewVC logotype

Diff of /gjdoc/src/resources/htmldoclet/gjdochtml-clean-layout.css

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

revision 1.5 by julian, Fri Dec 17 17:54:19 2004 UTC revision 1.6 by julian, Fri Feb 4 17:41:15 2005 UTC
# Line 20  Free Software Foundation, Inc., 59 Templ Line 20  Free Software Foundation, Inc., 59 Templ
20    
21  /* --- GNU Clean Style: Layout --- */  /* --- GNU Clean Style: Layout --- */
22    
23    body
24    {
25            background: white;
26            color: black;
27    }
28    
29  body.content  body.content
30  {  {
31          margin: 1.5em;                  margin: 1.5em;        
# Line 197  table[class~="navbar"][class~="div"] td Line 203  table[class~="navbar"][class~="div"] td
203          border-collapse: collapse;          border-collapse: collapse;
204  }  }
205    
206    table[class~="navbar"][class~="div"]
207    {
208            width: 100%;
209    }
210    
211    table[class~="navbar"][class~="div"] td
212    {
213            padding-bottom: 0.5em !important;
214    }
215    
216  [class~="navbar"][class~="item"]  [class~="navbar"][class~="item"]
217  {  {
218          float: left;          /* float: left; */
219          border: 1px solid;          border: 1px solid #cccccc;
220          font-size: 0.9em;          font-size: 0.9em;
221          width: 7.5em;          /* width: 7.5em; */
222            padding-left: 0.5em;
223            padding-right: 0.5em;
224          text-align: center;          text-align: center;
225          margin: 0.2em;          margin: 0.2em;
226          padding-top: 0.2em;          padding-top: 0.2em;
227          padding-bottom: 0.3em;          padding-bottom: 0.3em;
228            font-size: small;
229            margin-bottom: 0.5em;
230            color: #cccccc;
231  }  }
232    
233  [class~="navbar"][class~="item"][class~="active"]  [class~="navbar"][class~="item"][class~="active"]
234  {  {
235          font-weight: bold;          /* font-weight: bold; */
236            color: black;
237            background: #eeeeee;
238            border: 1px solid #222222;
239  }  }
240    
241  [class~="title"]  [class~="title"]
# Line 279  table[class="navbar div top"] Line 303  table[class="navbar div top"]
303  {  {
304          font-size: 0.8em;          font-size: 0.8em;
305  }  }
306    
307    [class="class summary right"]
308    {
309            vertical-align: top;
310    }
311    
312    [class="class summary right list"]
313    {
314            vertical-align: top;
315    }
316    
317    [class="navbar div top navi"]
318    {
319            padding-top: 0.5em;
320            font-size: x-small;
321            text-transform: capitalize;
322            width: 50%;
323    }

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

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