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

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

revision 632 by dpavlin, Sat Apr 17 22:31:43 2004 UTC revision 633 by dpavlin, Sun Jan 16 18:57:15 2005 UTC
# Line 1  Line 1 
1  body {  body {
2          background: #FFFFE8;          background: #F7F6F2;
3          color: black;          color: black;
4          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
5  }  }
# Line 13  h2 { Line 13  h2 {
13          color: #000080;          color: #000080;
14  }  }
15    
 .tdH1 {  
         font-size: 75%;  
 }  
   
16  .navigacija {  .navigacija {
17          font-size : 11px;          font-size : 11px;
18          margin: 0px 0px 0px 0px;          margin: 0px 0px 0px 0px;
# Line 108  h2 { Line 104  h2 {
104  .headline {  .headline {
105          text-decoration: none          text-decoration: none
106  }  }
107    
108    #head {
109            padding: 0px;
110    }
111    
112    #logo {
113            padding: 10px 20px;
114            font-size: 120%;
115            font-weight: bold;
116    }
117    
118    #help {
119            float: right;
120            width: 40%;
121            font-size: 90%;
122            padding: 10px 10px 10px 10px;
123            border-top: 1px dashed navy;
124    }
125    
126    #H2 {
127            width: 60%;
128            font-size: 90%;
129            padding: 10px 10px 10px 10px;
130            border-top: 1px dashed navy;
131    }
132    

Legend:
Removed from v.632  
changed lines
  Added in v.633

  ViewVC Help
Powered by ViewVC 1.1.26