-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patht3c.css
109 lines (97 loc) · 1.85 KB
/
t3c.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/* the three chords theatre company */
body {
font:15px arial,sans-serif;
background-color:#cccccc; /*
background-image:url('images/clouds.jpg');
background-repeat:no-repeat;
background-position:center center; */
}
td.neck {
background-image: url(images/neck.jpg);
background-repeat:repeat-x;
}
td.company {
background-color:black;
color:white;
font:bold 30px/30px arial,sans-serif;
padding:15px;
}
a {
color:#7A991A;
}
/* yahoo music player */
/* Remove block with relevant information */
#ymp-relevance { display:none !important; }
.ymp-player-max #ymp-body { width:570px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
.ymp-player-max #ymp-body #ymp-body-base { width:560px !important; }
div.horizontal {
width:100%;
height:20px;
}
div.horizontal ul {
list-style-type:none;
margin:0;
padding:0;
}
div.horizontal li {
float:left;
padding:0;
margin: 3px;
}
div.horizontal a {
display:block;
width:170px;
}
div.horizontal a:link,div.horizontal a:visited {
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:2px;
text-decoration:none;
text-transform:uppercase;
}
div.horizontal a:hover,div.horizontal a:active {
background-color:#7A991A;
}
div.img {
margin:2px;
border:0px solid #000000;
height:auto;
width:auto;
float:left;
text-align:center;
}
div.img img {
display:inline;
margin:3px;
border:1px solid #ffffff;
}
div.img a:hover img {
border:1px solid #0000ff;
}
div.desc {
text-align:center;
font-weight:normal;
width:150px;
height:35px;
margin:2px;
}
div.desc_long {
text-align:center;
font-weight:normal;
width:213px;
height:35px;
margin:2px;
}
td.footer {
color:#cccccc;
font:bold 10px/10px arial,sans-serif;
height:50px;
vertical-align:bottom;
text-align:center;
}
b.first {
color:#7A991A;
}