/[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 710 by dpavlin, Thu Jan 27 17:50:15 2005 UTC revision 711 by dpavlin, Sun Sep 11 18:46:44 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    #navlist {
91            padding: 3px 20px;
92            margin: 0 40;
93            border-bottom: 4px solid #7590ae;
94  }  }
95    
96  #adv {  #navlist li {
97          padding-bottom: 20;          list-style: none;
98          padding-top: 20;          display: inline;
99            margin: 0;
100  }  }
101    
102    
103  #adv a {  #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 5 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 {  #searchform {
136          color: #3d5c7a;          padding: 5 10 10 40;
         text-decoration: none;  
137  }  }
138    
139            
140  .submit, .reset {  .submit, .reset {
141          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
142          padding: 0px 0px 0px 0px;          padding: 0px 0px 0px 0px;
# Line 119  td { Line 150  td {
150                    
151  }  }
152    
153  .navigacijaDISABLED {  
154          font-size : 11px;  #adv {
155          margin: 0px 0px 0px 0px;          padding: 0 40;
156          padding: 0px 0px 0px 0px;  }
157          border-width: 1px;  
158          width: 19%;  
159          color: #8080f0;  #adv a {
160          background-color: #ffffff;          font-weight: bold;
161          border-top-color: #8080f0;          color: #3d5c7a;
162          border-left-color: #8080f0;  }
163          border-right-color: #000080;  
164          border-bottom-color: #000080;  #adv a:hover {
165            color: #3d5c7a;
166            text-decoration: none;
167  }  }
168    
169    
170    #limiterTitle {
171            font-weight: bold;
172    }
173    
174    #limiter {
175            margin: 20 10 10 40;
176            padding: 10;
177            border: 1px solid #7590AE;
178    }
179    
180    .small {
181            font-size: 90%;
182    }
183            
184    
185  /*  /*
186  p {  p {
187          font-size: 75%;          font-size: 75%;
# Line 217  h2 { Line 265  h2 {
265          border: 1px ;          border: 1px ;
266  }  }
267    
 .small {  
         font-size: 70%;  
 }  
           
268  */  */
269  /* links in headline shouldn't have underline (it looks ugly) */  /* links in headline shouldn't have underline (it looks ugly) */
270    
271    a {
272            color: #3D5C7A;
273    }
274    
275  .headline {  .headline {
276          text-decoration: none          text-decoration: none;
277            color: #3D5C7A;
278  }  }

Legend:
Removed from v.710  
changed lines
  Added in v.711

  ViewVC Help
Powered by ViewVC 1.1.26