/[webpac]/trunk/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

Annotation of /trunk/public_html/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 126 - (hide annotations)
Thu Sep 4 13:47:36 2003 UTC (20 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 1812 byte(s)
added links from result headline to details, CSS style to make headline links
and links in index non-underlined

1 dpavlin 126 body {
2     background: #FFFFE8 none;
3     color: black;
4     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
5     }
6    
7     p {
8     font-size: 75%;
9     }
10    
11     h2 {
12     font-size: 16px; font-weight: bold;
13     color: #000080;
14     }
15    
16     .tdH1 {
17     font-size: 75%;
18     }
19    
20     .navigacija {
21     font-size : 11px;
22     margin: 0px 0px 0px 0px;
23     padding: 0px 0px 0px 0px;
24     border-width: 1px;
25     width: 19%;
26     color: #000080;
27     background-color: #FFFFFF;
28     border-color: #000080;
29     border-top-color: #8080f0;
30     border-left-color: #8080f0;
31     border-right-color: #000080;
32     border-bottom-color: #000080;
33     }
34    
35    
36     .submit {
37     font-size : 17px;
38     margin: 0px 0px 0px 0px;
39     padding: 0px 0px 0px 0px;
40     color: #000080;
41     background-color: #ffffff;
42     border-color: #000080;
43     border-top-color: #8080f0;
44     border-left-color: #8080f0;
45     border-right-color: #000080;
46     border-bottom-color: #000080;
47    
48     }
49    
50     .reset {
51     font-size : 12px;
52     margin: 0px 0px 0px 0px;
53     padding: 0px 0px 0px 0px;
54     color: #000080;
55     background-color: #ffffff;
56     border-color: #000080;
57     border-top-color: #8080f0;
58     border-left-color: #8080f0;
59     border-right-color: #000080;
60     border-bottom-color: #000080;
61     }
62    
63    
64     .navigacijaDISABLED {
65     font-size : 11px;
66     margin: 0px 0px 0px 0px;
67     padding: 0px 0px 0px 0px;
68     border-width: 1px;
69     width: 19%;
70     color: #8080f0;
71     background-color: #ffffff;
72     border-top-color: #8080f0;
73     border-left-color: #8080f0;
74     border-right-color: #000080;
75     border-bottom-color: #000080;
76     }
77    
78    
79     .label1 {
80     font-size: 75%;
81     text-align: right;
82     }
83    
84     .label2 {
85     font-size: 75%;
86     vertical-align: top;
87     }
88    
89    
90     .example {
91     font-size: 70%;
92     font-style: italic;
93     }
94    
95     .limiter {
96     vertical-align: top;
97     font-size: 75%;
98     }
99    
100     .results {
101     font-size: 70%
102     }
103    
104     .small {
105     font-size: 70%;
106     }
107    
108     /* links in headline shouldn't have underline (it looks ugly) */
109     .headline {
110     text-decoration: none
111     }

Properties

Name Value
cvs2svn:cvs-rev 1.5

  ViewVC Help
Powered by ViewVC 1.1.26