/[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 113 by dpavlin, Wed Jul 16 10:08:11 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    p {
8            font-size: 75%;
9    }
10    
11    h2 {  
12            font-size: 16px; font-weight: bold;
13            color: #000080;
14    }
15    
16    .tdH1 {
17            font-size: 75%;
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 : 12px;
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: 75%;
81            text-align: right;
82    }
83    
84    .label2 {  
85             font-size: 75%;
86             vertical-align: top;
87  }  }
88    
89    
90  .example {    .example {  
91          font-size: small;          font-size: 70%;
92          font-style: italic;          font-style: italic;
93  }  }
94    
95    .limiter {  
96  h2 {            vertical-align: top;
97          font-size: 16px; font-weight: bold;          font-size: 75%;
         color: #000080;  
98  }  }
99    
100    .results {
101            font-size: 70%
102    }
103    
104  .limiter {    .small {
105          font-size: 12px          font-size: 70%;
106  }  }
107            
108    

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

  ViewVC Help
Powered by ViewVC 1.1.26