source: MondoRescue/trunk/website/css/allbrowsers.css@ 824

Last change on this file since 824 was 358, checked in by bcornec, 18 years ago

Website rewrite begins

File size: 1.1 KB
Line 
1/**** Mondo Rescue website default screen Stylesheet ****/
2/** Standard browser CSS V0.2 **/
3/** Reused from http://www.forzen-bubble.org. Many thanks
4 to you guys for your kind authorization **/
5
6 #main div.h2-1 {
7 background:url("/images/h2-1.png") top left no-repeat;
8 }
9 #main div.h2-2 {
10 background:url("/images/h2-2.png") top left no-repeat;
11 }
12 #main div.h2-3 {
13 background:url("/images/h2-3.png") top left no-repeat;
14 }
15 #main div.h2-4 {
16 background:url("/images/h2-4.png") top left no-repeat;
17 }
18 #main div.h2-5 {
19 background:url("/images/h2-5.png") top left no-repeat;
20 }
21 #main h2 {
22 width:100%;
23 display: block;
24 margin:3em 2em -1em 0px;
25 padding:7px 0 28px 0px ; /* 1st param = font v align 3rd param = image width / Need to be high enough so all bg image is displayed */
26 position:relative;
27 right: -15px;
28 background:url("/images/h2-right.png") top right no-repeat;
29
30 color: #fff;
31 font-size: 12px; /* Font size in px because we write on a fixed image background */
32 font-weight: bold;
33 text-align: left;
34 }
Note: See TracBrowser for help on using the repository browser.