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

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

trunk/public_html/style.css revision 113 by dpavlin, Wed Jul 16 10:08:11 2003 UTC branches/ecas/public_html/style.css revision 784 by dpavlin, Fri Apr 17 15:04:48 2009 UTC
# Line 1  Line 1 
1  body {  body {
2          background: #FFFFE8 none;  /*      background: #F7F6F2; */
3          color: black;          background: white;
4          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;          color: #369;
5  }          font-family: "Verdana", Arial, Helvetica, sans-serif;
6            font-size: 80%;
7  p {          margin: 40px;
8          font-size: 75%;  }
9  }  
10    h2 {  
11  h2 {            font-size: 18px; font-weight: bold;
12          font-size: 16px; font-weight: bold;          color: #000080;
13          color: #000080;  }
14  }  
15    h3 {  
16  .tdH1 {          font-size: 14px; font-weight: bold;
17          font-size: 75%;          color: #000080;
18  }  }
19    
20  .navigacija {  a {
21          font-size : 11px;          color: #C24427;
22          margin: 0px 0px 0px 0px;  }
23          padding: 0px 0px 0px 0px;  
24          border-width: 1px;  a:hover {
25          width: 19%;          text-decoration: none;
26          color: #000080;  }
27          background-color: #FFFFFF;  
28          border-color: #000080;  #searchform {
29          border-top-color: #8080f0;          padding: 15px 20px 15px; 20px;
30          border-left-color: #8080f0;  }
31          border-right-color: #000080;  
32          border-bottom-color: #000080;  .navigacija {
33  }          font-size : 11px;
34            margin: 0px 0px 0px 0px;
35            padding: 0px 0px 0px 0px;
36  .submit {          border-width: 1px;
37          font-size : 17px;          color: #000080;
38          margin: 0px 0px 0px 0px;          background-color: #FFFFFF;
39          padding: 0px 0px 0px 0px;          border-color: #000080;
40          color: #000080;          border-top-color: #8080f0;
41          background-color: #ffffff;          border-left-color: #8080f0;
42          border-color: #000080;          border-right-color: #000080;
43          border-top-color: #8080f0;          border-bottom-color: #000080;
44          border-left-color: #8080f0;  }
45          border-right-color: #000080;  
46          border-bottom-color: #000080;  
47            .submit {
48  }          font-size : 17px;
49            margin: 0px 0px 0px 0px;
50  .reset {          padding: 0px 0px 0px 0px;
51          font-size : 12px;          color: #000080;
52          margin: 0px 0px 0px 0px;          background-color: #ffffff;
53          padding: 0px 0px 0px 0px;          border-color: #000080;
54          color: #000080;          border-top-color: #8080f0;
55          background-color: #ffffff;          border-left-color: #8080f0;
56          border-color: #000080;          border-right-color: #000080;
57          border-top-color: #8080f0;          border-bottom-color: #000080;
58          border-left-color: #8080f0;          
59          border-right-color: #000080;  }
60          border-bottom-color: #000080;  
61  }  .reset {
62            font-size : 12px;
63            margin: 0px 0px 0px 0px;
64  .navigacijaDISABLED {          padding: 0px 0px 0px 0px;
65          font-size : 11px;          color: #000080;
66          margin: 0px 0px 0px 0px;          background-color: #ffffff;
67          padding: 0px 0px 0px 0px;          border-color: #000080;
68          border-width: 1px;          border-top-color: #8080f0;
69          width: 19%;          border-left-color: #8080f0;
70          color: #8080f0;          border-right-color: #000080;
71          background-color: #ffffff;          border-bottom-color: #000080;
72          border-top-color: #8080f0;  }
73          border-left-color: #8080f0;  
74          border-right-color: #000080;  
75          border-bottom-color: #000080;  .navigacijaDISABLED {
76  }          font-size : 11px;
77            margin: 0px 0px 0px 0px;
78            padding: 0px 0px 0px 0px;
79  .label1 {            border-width: 1px;
80          font-size: 75%;          width: 19%;
81          text-align: right;          color: #8080f0;
82  }          background-color: #ffffff;
83            border-top-color: #8080f0;
84  .label2 {            border-left-color: #8080f0;
85           font-size: 75%;          border-right-color: #000080;
86           vertical-align: top;          border-bottom-color: #000080;
87  }  }
88    
89    
90  .example {    .label1 {  
91          font-size: 70%;          font-size: 75%;
92          font-style: italic;          text-align: right;
93  }  }
94    
95  .limiter {    .label2 {  
96          vertical-align: top;           font-size: 75%;
97          font-size: 75%;           vertical-align: top;
98  }  }
99    
100  .results {  
101          font-size: 70%  .example {  
102  }          font-size: 70%;
103            font-style: italic;
104  .small {  }
105          font-size: 70%;  
106  }  .limiter {  
107                    vertical-align: top;
108            font-size: 75%;
109    }
110    
111    .results {
112            font-size: 70%
113    }
114    
115    .headline {
116            font-size: 110%;
117            font-weight: bold;
118            font-style: normal;
119    }
120    
121    .small {
122            font-size: 80%;
123    }
124            
125    /* links in headline shouldn't have underline (it looks ugly) */
126    .headline {
127            text-decoration: none
128    }
129    
130    #head {
131            padding: 0px;
132    }
133    
134    #logo {
135            padding: 10px 20px;
136            font-size: 120%;
137            font-weight: bold;
138    }
139    
140    #help {
141            float: right;
142            width: 40%;
143            font-size: 90%;
144            padding: 10px 10px 10px 10px;
145            border-top: 1px dashed navy;
146    }
147    
148    
149    .round {
150            border: 1px solid #e3e4e4;
151            zoom:1; /* causes IE to behave properly */
152    }
153    
154    .tl {
155            background: url(tl.gif) no-repeat top left;
156            margin:-1px; /* the margin pushes the container out 1px to line up borders */
157    }
158    .tr {
159            background: url(tr.gif) no-repeat top right;
160    }
161    .br {
162            background: url(br.gif) no-repeat bottom right;
163    }
164    
165    .bl {
166            background: url(bl.gif) no-repeat bottom left;
167            padding: 20px;
168            text-align: center;
169            vertical-align: center;
170    }
171    
172    .tr, .tl, .bl, .br {
173            zoom:1;
174            position:relative;
175    }
176    
177    /* kraj okruglih rubova */
178    
179    .bl table {
180            margin-left: auto;
181            margin-right: auto;
182            text-align: left;
183    }
184    
185    .abeceda {
186            font-size: 14px;
187            word-spacing: -0.15em
188    }
189    

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

  ViewVC Help
Powered by ViewVC 1.1.26