source: main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/style/style.css@ 29898

Last change on this file since 29898 was 29898, checked in by davidb, 9 years ago

Graphics equalizer tidyup. Tooltips on Game On sections

File size: 1009 bytes
Line 
1
2/*
3body {
4 margin: 0;
5 padding: 0;
6 clear: both;
7 float: left;
8 width: 100%;
9 margin: 0 0 130px;
10
11 background: url('img/bg_stripes_tile.gif');*/ /* VH1 background image from main page */ /*
12 font: 14px/1.6 verdana, sans-serif;
13}
14
15
16#container {
17 margin: 0 auto;
18 min-width: 700px;
19 max-width: 1000px;
20 background-color: #ffffff;
21 padding: 10px;
22}
23*/
24
25.poptitle {
26 text-shadow: 2px 5px 5px rgba(0,0,0,0.5);
27 font-size: 200%;
28 font-family: "Rock Salt",cursive;
29 font-style: normal;
30 padding: 30px;
31 text-align: center;
32}
33
34b {
35 font-weight: bold;
36}
37
38
39.small {
40 font-size: 20px;
41}
42
43
44.popbanner {
45 width: 100%;
46 background-color: #6E00AF;
47 color: #ffffff
48}
49
50.popbannertopgap {
51 height: 40px;
52 background-color: #000000;
53}
54
55.popbannersubtext {
56 text-align: center;
57 font-size: 100%;
58}
59
60.popbannernote {
61 text-align: center;
62 font-size: 90%;
63 padding-bottom: 10px;
64}
65
66
67.ui-dialog {
68 z-index: 10;
69}
Note: See TracBrowser for help on using the repository browser.