New structure for project.
[vlc-remote] / www / styles.css
1 body {\r
2         margin: 0 0 1em 0;\r
3         padding: 0;\r
4         color: black;\r
5         background-color: #eee;\r
6         line-height: 130%;\r
7         font-family: arial, helvetica, verdana, tahoma, sans-serif;\r
8         text-align: center;\r
9 }\r
10 \r
11 #wrapper-header {       background: #222; }\r
12 \r
13 #header {\r
14         background: #222 /*url('images/banner.jpg') right no-repeat*/;\r
15         width: 85%;\r
16         height: 125px;\r
17         line-height: 125px;\r
18         margin: 0 auto;\r
19         border-left: 1px solid #707070;\r
20         border-right: 1px solid #707070;\r
21         text-align: left;\r
22 }\r
23 \r
24 #header h1 {\r
25         margin: 0;\r
26         padding: 0;\r
27         color: #fff;\r
28         font-size: 220%;\r
29         padding-left: 10px;\r
30         letter-spacing: -1px;\r
31 }\r
32 \r
33 #wrapper-menu {\r
34         background: #fff url('images/menu-background.png') top left repeat-x;\r
35         float: left;\r
36         width: 100%;\r
37 }\r
38 \r
39 #menu {\r
40         width: 85%;\r
41         margin: 0 auto;\r
42         font-size: 95%;\r
43         white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */\r
44         padding-right: 2px;     /* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */\r
45 }\r
46 \r
47 * html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */\r
48 \r
49 #menu ul {\r
50         margin: 0;\r
51         padding: 0;\r
52         list-style: none;\r
53         float: left;\r
54         border-left: 1px solid #707070;\r
55         border-right: 1px solid #707070;\r
56         width: 100%;\r
57 }\r
58 \r
59 #menu li { display: inline; }\r
60 \r
61 #menu a:link, #menu a:visited {\r
62         padding: 0.25em 1em;\r
63         background: transparent;\r
64         color: #fff;\r
65         text-decoration: none;\r
66         float: left;\r
67         border-right: 1px solid #707070;\r
68 }\r
69 \r
70 #menu a:hover {\r
71         background: #b6e41c url('images/menu-hover.png') repeat-x;\r
72         color: #485b06;\r
73 }\r
74 \r
75 #content {\r
76         width: 83%; /* 93% because it has 1% padding on each side, which brings it to 95% wide */\r
77         margin: 0 auto;\r
78         padding: 3.5em 1% 20px 1%;\r
79         border-left: 1px solid #707070;\r
80         border-right: 1px solid #707070;\r
81         background: white;\r
82         font-size: 90%;\r
83         text-align: left;\r
84 }\r
85 \r
86 * html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */\r
87 \r
88 #footer {\r
89         margin: 0 auto;\r
90         padding: 2px 1%;\r
91         width: 83%;\r
92         text-align: right;\r
93         color: white;\r
94         letter-spacing: 0.15em;\r
95         background: #88ac0b url('images/menu-background.png') top left repeat-x;\r
96         border-left: 1px solid #707070;\r
97         border-right: 1px solid #707070;\r
98         font-size: 80%;\r
99 }\r
100 \r
101 h2 {\r
102         color: #666;\r
103         padding-bottom: 3px;\r
104         border-bottom: 1px solid #ff8630;\r
105         font-size: 150%;\r
106         letter-spacing: -1px;\r
107 }\r
108 \r
109 \r
110 a:link, a:visited {\r
111         color: #FF9A00;\r
112         text-decoration: none;\r
113 }\r
114 \r
115 a:hover {\r
116         color: #000;\r
117         text-decoration: underline;\r
118 }\r
119 \r
120 p { margin-left: 1em; }\r
121 \r
122 .instructions img{\r
123     width: 90%;\r
124 }