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

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

revision 67 by dpavlin, Sat Jan 11 16:44:03 2003 UTC revision 68 by dpavlin, Fri Jul 4 23:30:47 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;
5          font-size: 12px          font-size: small;
6  }  }
7    
8    table {
9            font-size: small;
10    }
11    
12    h2 {  
13            font-size: 16px; font-weight: bold;
14            color: #000080;
15    }
16    
17  .navigacija {  .navigacija {
18          font-size : 11px;          font-size : 11px;
19          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
# Line 35  body { Line 44  body {
44                    
45  }  }
46    
47    .reset {
48            font-size : 15px;
49            margin: 0px 0px 0px 0px;
50            padding: 0px 0px 0px 0px;
51            color: #000080;
52            background-color: #ffffff;
53            border-color: #000080;
54            border-top-color: #8080f0;
55            border-left-color: #8080f0;
56            border-right-color: #000080;
57            border-bottom-color: #000080;
58    }
59    
60    
61  .navigacijaDISABLED {  .navigacijaDISABLED {
62          font-size : 11px;          font-size : 11px;
63          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
# Line 50  body { Line 73  body {
73  }  }
74    
75    
76  .label {    .label1 {  
77          font-size: 12px;          font-size: small;
78    }
79    
80    .label2 {  
81             font-size: small;
82             text-align: right;
83  }  }
84    
85    
# Line 61  body { Line 89  body {
89  }  }
90    
91    
92  h2 {    
         font-size: 16px; font-weight: bold;  
         color: #000080;  
 }  
93    
94    
95  .limiter {    .limiter {  

Legend:
Removed from v.67  
changed lines
  Added in v.68

  ViewVC Help
Powered by ViewVC 1.1.26