~ubuntu-us-ma/us-ma-loco-site/trunk

« back to all changes in this revision

Viewing changes to media/styles/page.css

  • Committer: Martin Owens
  • Date: 2008-06-09 13:52:43 UTC
  • Revision ID: doctormo@delen-20080609135243-wclff7592e5pu08g
Start of website commiting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
h1 {
 
3
  font-size: 20px;
 
4
  padding: 10px;
 
5
}
 
6
 
 
7
h2 {
 
8
  font-size: 16px;
 
9
}
 
10
 
 
11
body {
 
12
    background-color: #c0c0c0;
 
13
    padding-bottom: 20px;
 
14
    min-height: 860px;
 
15
}
 
16
 
 
17
div.document {
 
18
    background-color: white;
 
19
    color: black;
 
20
    min-height: 800px;
 
21
    border: 1px solid black;
 
22
    width: 800px;
 
23
  position: relative;
 
24
  left: -4px;
 
25
  top: -4px;
 
26
}
 
27
 
 
28
div.shadow {
 
29
    background-color: #808080;
 
30
  min-height: 802px;
 
31
    width: 802px;
 
32
    margin-bottom: 20px;
 
33
  margin-left: auto;
 
34
  margin-right: auto;
 
35
}
 
36
 
 
37
th[scope="row"] { text-align: right; }
 
38
th[scope="col"] { text-align: center; }
 
39
th {
 
40
  font-size: 12px;
 
41
  font-weight: bold;
 
42
}
 
43
 
 
44
td {
 
45
  font-size: 10px;
 
46
}
 
47
 
 
48
input {
 
49
  width: 200px;
 
50
}
 
51
 
 
52
select {
 
53
  width: 200px;
 
54
}
 
55
 
 
56
table input[type="submit"] {
 
57
  width: 100%;
 
58
}
 
59
 
 
60
form table {
 
61
  margin-left: auto;
 
62
  margin-right: auto;
 
63
}
 
64
 
 
65
h6 {
 
66
  font-weight: bold;
 
67
  color: #C00;
 
68
  background: #FCC no-repeat url(../images/alert.png) 1% 50%;
 
69
  padding-left: 37px;
 
70
  border: #C00 2px solid;
 
71
  padding-top: 10px;
 
72
  padding-bottom: 10px;
 
73
  margin-top: 30px;
 
74
  margin-bottom: 0px;
 
75
}
 
76
 
 
77
div.title {
 
78
  background: url(/media/images/title.png);
 
79
  height: 150px;
 
80
}
 
81
 
 
82
div.copyright {
 
83
  text-align: center;
 
84
  font-size: 9px;
 
85
  color: #606060;
 
86
}
 
87
 
 
88
div.login {
 
89
  float: right;
 
90
  font-size: 10px;
 
91
  font-family: Verdana, Lucida, sans-serif;
 
92
  margin-top: 5px;
 
93
  margin-right: 9px;
 
94
}
 
95
 
 
96
div.login input {
 
97
  width: 60px;
 
98
  height: 16px;
 
99
  font-size: 10px;
 
100
  border: 1px solid black;
 
101
}
 
102
 
 
103
div.login div.post input {
 
104
  width: 40px;
 
105
  height: 17px;
 
106
}
 
107
 
 
108
div.login div {
 
109
  display: inline;
 
110
  background-color: none;
 
111
}
 
112
 
 
113
div.login a {
 
114
  text-decoration: none;
 
115
  color: #606060;
 
116
}
 
117
 
 
118
div.login div.admin, div.login div.logoff {
 
119
  margin-left: 6px;
 
120
}