ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/WEBCONDDB/php_CondDB/css/condWeb.css
Revision: 1.1
Committed: Fri Jun 29 07:50:57 2007 UTC (17 years, 10 months ago) by kdziedzi
Content type: text/css
Branch: MAIN
CVS Tags: V01-01-02, V01-01-01, V1_01_00, V01-01-00, V1_00_01, HEAD
Log Message:
Introducing new order in project

File Contents

# User Rev Content
1 kdziedzi 1.1
2     body {
3     font-family:arial;
4     font-size:120%;
5     }
6     /* colors */
7    
8     div.error {
9     color:red;
10     border-color:red;
11     font-size:80%;
12     border-width:2px 2px 2px 2px;
13     border-style:solid;
14     margin:0.5em 4em 0 0;
15     visibility:hidden;
16     width:50%;
17     text-indent:1em;
18     text-decoration: blink;
19     }
20     h2.h2cond {
21     color:#4B62DD;
22     background-color:#EAE7D7 ;
23     border-color:#8A887F;
24     font-size:100%; /*S2*/
25     padding:0.3em 20px; /*S5*/ /* top:use less padding for the toggle link; bottom:use less space in case the table is folded in */
26     border-width:1px 0 0 0;
27     border-style:solid;
28     margin:0.5em 4em 1em 0;
29     }
30    
31     h4.h4cond {
32     color:#4B62DD;
33     border-color:#8A887F;
34     font-size:70%; /*S2*/
35     padding:0.3em 20px; /*S5*/ /* top:use less padding for the toggle link; bottom:use less space in case the table is folded in */
36     border-width:1px 0 0 0;
37     border-style:solid;
38     margin:1em 6em 0em 0;
39     }
40    
41    
42     p.tab {
43     margin:0 0 0 4.45em;
44     font-size:90%;
45     font-family:arial;
46     }
47     p.footer {
48     margin:0 0 0 2em;
49     font-size:70%;
50     font-family:arial;
51     }
52    
53    
54     table {
55     margin:0 0 0 4em;
56     }
57    
58     table.in_form{
59     width:80%;
60     }
61    
62     td {
63     text-align:right;
64     }
65    
66     td.left_al{
67     text-align:left;
68     padding: 0.25em 10px;
69     }
70    
71     td.left_al_form{
72     text-align:left;
73     padding: 0.25em 10px;
74     width: 70%;
75     }
76     td.narrow{
77     width:18%;
78     }
79     select
80     {
81     background-color:#FFFFFF;
82     color:#4B62DD;
83     margin:0 0 0 0.5em;
84     }
85     select.request
86     {
87     width: 65%;
88     }
89    
90     select.iov{
91     margin:0 0 0 5em;
92     width: 65%;
93     }
94     input.separate
95     {
96     margin:0 0 0 4em;
97     }
98     input.wide
99     {
100     margin:0 0 0 0.5em;
101     background-color:#FFFFFF;
102     color:#4B62DD;
103     width:65%;
104     }
105    
106     input.submit {
107     margin:1em 0 0 4.7em;
108     }
109    
110     .iov_table
111     {
112     margin:0.5em 1em 0em 4.3em;
113     border-color : #4B62DD;
114     vertical-align: top;
115     max-height: 100%;
116     text-align: left;
117     cell-spacing:10px;
118     border-width:2px;
119     border-style:solid;
120     width:75%;
121     }
122    
123     .iov_cell
124     {
125     border-width: 1px;
126     border-color: #8A887F;
127     text-align:center;
128     width:50%;
129     }
130