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

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

revision 602 by dpavlin, Wed Dec 22 15:47:21 2004 UTC revision 718 by dpavlin, Sat Oct 8 16:08:35 2005 UTC
# Line 75  body { Line 75  body {
75    display: none !important;    display: none !important;
76  }  }
77    
 #webpac {  
         padding: 0 40 40 40;  
 }  
   
78    
79  td {  td {
80          font-size: 80%;          font-size: 80%;
81  }  }
82    
83  #title h1 {  
84    color: rgb(117,144,174);  #navigation {
85    font-size: 170%;          padding: 0;
86    font-weight: lighter;          margin: 0;
87            
88  }  }
89    
90  #adv {  #navlist {
91          padding-bottom: 20;          padding: 3px 20px;
92          padding-top: 20;          margin: 0 40;
93            border-bottom: 4px solid #7590ae;
94  }  }
95    
96    #navlist li {
97            list-style: none;
98            display: inline;
99            margin: 0;
100    }
101    
102  #adv a {  
103    #navlist li a {
104            padding: 3px 0.5em;
105            margin-left: 3px;
106            border: 1px solid #7590ae;
107            background: white;
108            text-decoration: none;
109    }
110    
111    #navlist li a:link { color: #448; }
112    
113    #navlist li a:visited { color: #667; }
114    
115    #navlist li a:hover {
116            color: white;
117            background: #7590ae;
118            border-color: #7590ae;
119    }
120    
121    #navlist li a#current {
122            background: #7590ae;
123            color: white;
124            border-bottom: 1px solid #7590ae;
125    }
126    
127    
128    #intro h3 {
129            padding: 0 10 0 40;
130            color: rgb(117,144,174);
131            font-size: 100%;
132          font-weight: bold;          font-weight: bold;
         color: #3d5c7a;  
133  }  }
134    
135  #adv a:hover {  #adv h3 {
136          color: #3d5c7a;          padding: 5 10 0 0;
137          text-decoration: none;          color: rgb(117,144,174);
138            font-size: 100%;
139            font-weight: bold;
140    }
141    
142    #searchform {
143            padding: 0 10 0 40;
144  }  }
145    
146            
147  .submit, .reset {  .submit, .reset {
148          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
149          padding: 0px 0px 0px 0px;          padding: 0px 0px 0px 0px;
# Line 120  td { Line 158  td {
158  }  }
159    
160    
161    #adv {
162            padding: 0 40;
163    }
164    
165    
166    #adv a {
167            font-weight: bold;
168            color: #3d5c7a;
169    }
170    
171    #adv a:hover {
172            color: #3d5c7a;
173            text-decoration: none;
174    }
175    
176    
177    #limiterTitle {
178            font-weight: bold;
179    }
180    
181    #limiter {
182            margin: 20 10 10 40;
183            padding: 10;
184            border: 1px solid #7590AE;
185    }
186    
187    .small {
188            font-size: 90%;
189    }
190            
191    
192  /*  /*
193  p {  p {
194          font-size: 75%;          font-size: 75%;
# Line 177  h2 { Line 246  h2 {
246  }  }
247    
248    
 .navigacijaDISABLED {  
         font-size : 11px;  
         margin: 0px 0px 0px 0px;  
         padding: 0px 0px 0px 0px;  
         border-width: 1px;  
         width: 19%;  
         color: #8080f0;  
         background-color: #ffffff;  
         border-top-color: #8080f0;  
         border-left-color: #8080f0;  
         border-right-color: #000080;  
         border-bottom-color: #000080;  
 }  
   
249  .label1 {    .label1 {  
250          font-size: 75%;          font-size: 75%;
251          text-align: right;          text-align: right;
# Line 213  h2 { Line 268  h2 {
268  }  }
269    
270  .results {  .results {
271          font-size: 70%          font-size: 110%;
272            border: 1px ;
273  }  }
274    
 .small {  
         font-size: 70%;  
 }  
           
275  */  */
276  /* links in headline shouldn't have underline (it looks ugly) */  /* links in headline shouldn't have underline (it looks ugly) */
277    
278    a {
279            color: #3D5C7A;
280    }
281    
282  .headline {  .headline {
283          text-decoration: none          text-decoration: none;
284            color: #3D5C7A;
285  }  }

Legend:
Removed from v.602  
changed lines
  Added in v.718

  ViewVC Help
Powered by ViewVC 1.1.26