/[webpac]/trunk2/public_html/style.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 /trunk2/public_html/style.css

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

revision 7 by dpavlin, Sat Jan 11 16:44:03 2003 UTC revision 85 by dpavlin, Fri Jul 11 20:15:01 2003 UTC
# Line 2  body { Line 2  body {
2          background: #FFFFE8 none;          background: #FFFFE8 none;
3          color: black;          color: black;
4          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px  
5  }  }
6    
7    table {
8            font-size: 90%;
9    }
10    
11    p {
12            font-size: 90%;
13    }
14    
15    h2 {  
16            font-size: 16px; font-weight: bold;
17            color: #000080;
18    }
19    
20  .navigacija {  .navigacija {
21          font-size : 11px;          font-size : 11px;
22          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
# Line 35  body { Line 47  body {
47                    
48  }  }
49    
50    .reset {
51            font-size : 15px;
52            margin: 0px 0px 0px 0px;
53            padding: 0px 0px 0px 0px;
54            color: #000080;
55            background-color: #ffffff;
56            border-color: #000080;
57            border-top-color: #8080f0;
58            border-left-color: #8080f0;
59            border-right-color: #000080;
60            border-bottom-color: #000080;
61    }
62    
63    
64  .navigacijaDISABLED {  .navigacijaDISABLED {
65          font-size : 11px;          font-size : 11px;
66          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
# Line 50  body { Line 76  body {
76  }  }
77    
78    
79  .label {    .label1 {  
80          font-size: 12px;          font-size: 90%;
81            text-align: right;
82    }
83    
84    .label2 {  
85             font-size: 90%;
86             vertical-align: top;
87  }  }
88    
89    
90  .example {    .example {  
91          font-size: small;          font-size: 85%;
92          font-style: italic;          font-style: italic;
93  }  }
94    
95    .limiter {  
96  h2 {            vertical-align: top;
         font-size: 16px; font-weight: bold;  
         color: #000080;  
97  }  }
98    
99    .small {
100  .limiter {            font-size: 80%;
         font-size: 12px  
101  }  }
102            
103    

Legend:
Removed from v.7  
changed lines
  Added in v.85

  ViewVC Help
Powered by ViewVC 1.1.26