Add desktop summit page
[marble] / www / css / layout.css
1 body {
2         color: #ccc;
3         font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
4         margin: 0 auto;
5         padding: 0;
6         font-size: 0.6em;
7         background: #111 url('../images/bg/gradient1.gif') top left repeat-x;
8 }
9
10 h1
11 {
12         color: #fff;
13         font-size: 47px;
14         font-weight: bolder;
15         margin: 0 40px;
16         padding: 0.08em 0;
17 }
18
19 h1 sup
20 {
21         color: #ddd;
22 }
23
24 h1 a
25 {
26         color: #fff;
27         text-decoration: none;
28 }
29
30 h1 .company, h1 a .company
31 {
32         color: #d01a71;
33 }
34
35 h2
36 {
37         color: #ddd;
38         font-size: 2.5em;
39 }
40
41 h3
42 {
43         color: #fff;
44         font-size: 1.5em;
45 }
46
47 h4
48 {
49         font-size: 1.3em;
50 }
51
52 .content
53 {
54         margin: 0 20px;
55 }
56
57 .content a
58 {
59         color: #fff;
60 }
61
62
63 .content p.linkage
64 {
65         margin-top: 2em;
66         text-align: right;
67         font-size: 1.7em;
68         color: #ddd;
69 }
70
71 .content p.linkage a { color: #fff; }
72
73 /*.content p.linkage a
74 {
75         color: #fff;
76         background: url('../images/bg/biglink_off.gif') center right no-repeat;
77         padding: 10px 20px;
78         text-decoration: none;
79 }
80
81 .content p.linkage a:hover
82 {
83         background: url('../images/bg/biglink_on.gif') center right no-repeat;
84         font-style: italic;
85 }*/
86
87 #myGallery
88 {
89         text-align: left;
90         margin: 0 auto;
91 }