aboutsummaryrefslogtreecommitdiff
path: root/uip/apps/webserver/httpd-fs/style.css
blob: ba6df7f1576738129ed68283f87a5a2913f0ab53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
h1 
{
  text-align: center;
  font-size:14pt;
  font-family:arial,helvetica;
  font-weight:bold;
  padding:10px; 
}

body
{

  background-color: #fffeec;
  color:black;

  font-size:8pt;
  font-family:arial,helvetica;
}

.menu
{
  margin: 4px;
  width:60%;

  padding:2px;
	
  border: solid 1px;
  background-color: #fffcd2;
  text-align:left;
  
  font-size:9pt;
  font-family:arial,helvetica;  
}

div.menubox
{
  width: 25%;
  border: 0;
  float: left;
text-align: center;
}

.contentblock
{  
  margin: 4px;
  width:60%;

  padding:2px;

  border: 1px dotted;
  background-color: white;

  font-size:8pt;
  font-family:arial,helvetica;  

}

p.intro
{
  margin-left:20px;
  margin-right:20px;

  font-size:10pt;
/*  font-weight:bold; */
  font-family:arial,helvetica;  
}

p.clink
{
  font-size:12pt;
  font-family:courier,monospace;  
  text-align:center;
}

p.clink9
{
  font-size:9pt;
  font-family:courier,monospace;  
  text-align:center;
}


p
{
  padding-left:10px;
}

p.right
{
  text-align:right; 
}