~ubuntu-branches/ubuntu/quantal/hawtjni/quantal

« back to all changes in this revision

Viewing changes to webgen/src/styles/impact/css/site.css

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-08-05 19:40:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100805194025-3004hn889accwu2i
Tags: upstream-1.0~+git0c502e20c4
ImportĀ upstreamĀ versionĀ 1.0~+git0c502e20c4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body, html {
 
2
    font-family:Arial,Verdana,Helvetica,sans-serif;
 
3
    color: #666666;
 
4
}
 
5
body, html, table, tr, td, tbody {
 
6
    padding:0;
 
7
    margin:0;
 
8
    vertical-align: top;
 
9
}
 
10
body {
 
11
    padding-top: 20px;
 
12
}
 
13
 
 
14
h1, h2, h3, h4, h5, h6 {
 
15
    overflow: visible;
 
16
    color: #993333;
 
17
}
 
18
thead {
 
19
  color: #eee;
 
20
  background: #222;
 
21
  padding:0px; margin:0px;
 
22
}
 
23
table {
 
24
  width: 100%; 
 
25
  background: #eee;
 
26
  font-size: 90%;
 
27
}
 
28
th {
 
29
  padding:3px;
 
30
}
 
31
td {
 
32
  padding:2px;
 
33
}
 
34
/*
 
35
h1 {
 
36
        margin-top: 0em;
 
37
    margin-bottom: 2em;
 
38
}
 
39
*/
 
40
 
 
41
p { margin-bottom:0px; }
 
42
 
 
43
a {
 
44
        color: #990000;
 
45
        font-weight:bold;
 
46
        text-decoration: none;
 
47
}
 
48
 
 
49
a:hover { 
 
50
        color: #ff3333; 
 
51
        text-decoration: underline;
 
52
        }
 
53
 
 
54
img {
 
55
        border: none;
 
56
/*
 
57
        padding-right:2em
 
58
*/
 
59
}
 
60
 
 
61
.wrapper { min-width: 762px; width: 762px; margin: 0 auto; }
 
62
 
 
63
#navigation { width: 100%; float: left;
 
64
    font-family: Helvetica,Verdana,Arial,sans-serif; 
 
65
    background: black; 
 
66
        text-align:center; padding: 8px;
 
67
    color: #b55; 
 
68
        font-size: 10pt; 
 
69
        font-weight: bold;
 
70
  position: absolute;  
 
71
    top: 0px;
 
72
}
 
73
#navigation a { color: white; }
 
74
#navigation ul { display: block; margin:0; padding:0; }
 
75
#navigation li { list-style-type: none; display: inline; margin:0 5px 0 5px;}
 
76
 
 
77
#overview { width: 100%; padding-top:20px}
 
78
#overview div.message { 
 
79
    font-size: 11pt; 
 
80
    margin-top: -20px;
 
81
    padding-left: 95px;
 
82
    width: 350px;
 
83
}
 
84
#overview div.message h1{ margin-bottom: 5px; display:none; }
 
85
#overview div.message p{ margin-top: 0px; padding-bottom:14px; }
 
86
 
 
87
#spot { width: 100%; float: left; 
 
88
    margin-top: 15px;
 
89
    background:transparent url(../images/spot-banner.gif) repeat-x scroll 0 0;
 
90
    height: 277px;
 
91
}
 
92
#spot div.title {
 
93
    text-align:center; height:25px;
 
94
    text-align:center; padding-top: 2px;
 
95
    color: white; font-size: 10pt; font-weight: bold; 
 
96
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; 
 
97
}
 
98
#spot div.content table {
 
99
    width: 100%; text-align:center; 
 
100
    color: black; font-size: 10pt; 
 
101
}
 
102
 
 
103
 
 
104
 
 
105
#spot a:hover {text-decoration: none; }
 
106
 
 
107
#spot div.spot-balloon {
 
108
  background:transparent url( ../../../images/spot-get-involved.gif ) no-repeat;
 
109
  background-position:center;
 
110
  height: 121px;
 
111
  text-align:left;
 
112
  padding-top: 25px;
 
113
  padding-left: 35px;
 
114
}
 
115
 
 
116
#spot div.spot-balloon li {
 
117
/*
 
118
  list-style: none;
 
119
*/
 
120
  list-style: disc;
 
121
}
 
122
 
 
123
/*
 
124
#spot div.spot-balloon {
 
125
  height: 120px;
 
126
  text-align:left;
 
127
  padding-top: 20px;
 
128
  padding-left: 15px;
 
129
}
 
130
*/
 
131
 
 
132
#content { width: 100%; float: left; padding-bottom: 20px; }
 
133
#content .wrapper { min-width: 700px; width: 700px; margin: 0 auto; padding-top: 1em}
 
134
#content div.left {
 
135
  float:left;
 
136
  width:200px;
 
137
  text-align:right;
 
138
  font-size: 18pt;
 
139
  clear:both;
 
140
}
 
141
#content h1 {
 
142
  font-size: 18pt;
 
143
}
 
144
#content div.right {
 
145
  float:right;
 
146
  width:450px;
 
147
  text-align:left;
 
148
}
 
149
 
 
150
#blog { width: 100%; float: left; }
 
151
#blog .wrapper { min-width: 600px; width: 600px; margin: 0 auto; }
 
152
#blog h1 {
 
153
  font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; 
 
154
  font-size: 18pt; color: #993333;
 
155
}
 
156
#blog h2 {
 
157
  border-bottom: thin dashed #DDD;
 
158
  font-size: 16pt;
 
159
  margin-bottom: 5px;
 
160
}
 
161
#blog div.post p {
 
162
  padding-left: 10px;
 
163
}
 
164
#blog div.post .details {
 
165
  padding-top: 5px;
 
166
  color: #ccc;
 
167
  font-size: 10pt;
 
168
  font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; 
 
169
}
 
170
 
 
171
#content .post h2 {
 
172
  margin-bottom:5px;
 
173
}
 
174
#content .post .details {
 
175
  color: #ccc;
 
176
  font-size: 10pt;
 
177
  font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; 
 
178
  margin-top:0px;
 
179
}
 
 
b'\\ No newline at end of file'