/[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

revision 783 by dpavlin, Sun Oct 29 16:48:22 2006 UTC revision 784 by dpavlin, Fri Apr 17 15:04:48 2009 UTC
# Line 112  a:hover { Line 112  a:hover {
112          font-size: 70%          font-size: 70%
113  }  }
114    
115    .headline {
116            font-size: 110%;
117            font-weight: bold;
118            font-style: normal;
119    }
120    
121  .small {  .small {
122          font-size: 80%;          font-size: 80%;
123  }  }
# Line 139  a:hover { Line 145  a:hover {
145          border-top: 1px dashed navy;          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.783  
changed lines
  Added in v.784

  ViewVC Help
Powered by ViewVC 1.1.26