/[webpac2]/trunk/web/iwf/docs/iwf.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/iwf/docs/iwf.css

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

revision 54 by dpavlin, Mon Nov 14 16:13:17 2005 UTC revision 55 by dpavlin, Tue Nov 15 14:29:45 2005 UTC
# Line 1  Line 1 
1  body {  body {
2          color:black;          color:black;
3  }  }
4    
5    h1 {
6            font-size:28px;
7    }
8    
9    h2 {
10            font-size:24px;
11            padding: 15px 3px 3px 3px;
12    }
13    
14    h3 {
15            font-size:20px;
16            background-color:navy;
17            color: white;
18            padding: 3px 3px 3px 3px;
19    }
20    
21    h4 {
22            font-size:16px;
23    }
24    
25    pre {
26            padding-top: 5px;
27            border-top: 1px solid grey;
28            padding-left: 5px;
29            border-left: 1px solid grey;
30            padding-bottom: 5px;
31            border-bottom: 1px solid grey;
32    }
33    
34  .menu  .menu
35  {  {
36          text-align:left;          text-align:left;
# Line 30  body { Line 60  body {
60          padding:2px 10px 2px 10px;          padding:2px 10px 2px 10px;
61          width:120px;          width:120px;
62          text-align:center;          text-align:center;
63          text-decoration: none;          text-decoration:none;
64          cursor: hand;          cursor: hand;
65          color:navy;          color:navy;
66          float:left;          float:left;
67          font-weight:bold;          font-weight:bold;
68  }  }
69    
 .menu a:active {  
         color:red;  
 }  
   
70  .menu a:link, .menu a:active, .menu a:visited {  .menu a:link, .menu a:active, .menu a:visited {
         color:navy;  
71  }  }
72    
73  .menu a:hover {  .menu a:hover {
# Line 50  body { Line 75  body {
75          font-weight:bold;          font-weight:bold;
76          text-decoration:none;          text-decoration:none;
77          background-color:white;          background-color:white;
         color:black;  
78  }  }
79    
80  .menuBlock {  .menuBlock {
81          position:absolute;          position:absolute;
82          border:1px solid grey;          border:1px solid grey;
83          width:100px;          width:100px;
84          left:10px;          left:-200px;
85          top:105px;          top:85px;
86          height:24px;          height:24px;
87          opacity:0.25;          opacity:0.25;
88          filter:alpha(opacity:25);          filter:alpha(opacity:25);
# Line 67  body { Line 91  body {
91  .menuBlock2 {  .menuBlock2 {
92          position:absolute;          position:absolute;
93          background-color:lightgrey;          background-color:lightgrey;
94            overflow:hidden;
95          width:50px;          width:50px;
96          left:10px;          left:-200px;
97          top:105px;          top:85px;
98          height:10px;          height:10px;
99          opacity:0.75;  }
100          filter:alpha(opacity:75);  
101    .sidebar {
102            text-align:center;
103  }  }
104    
105  .content {  .content {
106          width:500px;          width:400px;
107          left:50px;          height:200px;
108          padding:15px 5px 5px 5px;          overflow:scroll;
109          margin-top:5px;          padding:5px 5px 5px 5px;
 /*      border-top:2px solid lightgrey; */  
110  }  }

Legend:
Removed from v.54  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26