/[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 755 by dpavlin, Sun Oct 29 16:42:48 2006 UTC revision 756 by dpavlin, Sun Oct 29 16:48:22 2006 UTC
# Line 1  Line 1 
1  body {  body {
2          background: #F7F6F2;  /*      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            margin: 40px;
8  }  }
9    
10  p {  h2 {  
11          font-size: 75%;          font-size: 18px; font-weight: bold;
12            color: #000080;
13  }  }
14    
15  h2 {    h3 {  
16          font-size: 16px; font-weight: bold;          font-size: 14px; font-weight: bold;
17          color: #000080;          color: #000080;
18  }  }
19    
20    a {
21            color: #C24427;
22    }
23    
24    a:hover {
25            text-decoration: none;
26    }
27    
28    #searchform {
29            padding: 15px 20px 15px; 20px;
30    }
31    
32  .navigacija {  .navigacija {
33          font-size : 11px;          font-size : 11px;
34          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
# Line 97  h2 { Line 113  h2 {
113  }  }
114    
115  .small {  .small {
116          font-size: 70%;          font-size: 80%;
117  }  }
118                    
119  /* links in headline shouldn't have underline (it looks ugly) */  /* links in headline shouldn't have underline (it looks ugly) */
# Line 121  h2 { Line 137  h2 {
137          font-size: 90%;          font-size: 90%;
138          padding: 10px 10px 10px 10px;          padding: 10px 10px 10px 10px;
139          border-top: 1px dashed navy;          border-top: 1px dashed navy;
 }  
   
 #H2 {  
         width: 60%;  
         font-size: 90%;  
         padding: 10px 10px 10px 10px;  
         border-top: 1px dashed navy;  
140  }  }
141    

Legend:
Removed from v.755  
changed lines
  Added in v.756

  ViewVC Help
Powered by ViewVC 1.1.26