-
Notifications
You must be signed in to change notification settings - Fork 0
/
mm_entertainment.css
128 lines (105 loc) · 1.63 KB
/
mm_entertainment.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/* Global Styles */
body {
margin:0px;
}
td {
font:11px arial;
color:#99CCFF;
}
hr {
height:1px;
color: #cccccc;
border: none;
}
a {
color: #CC3300;
text-decoration:underline;
}
a:hover {
color: #FF3300;
text-decoration:none;
}
/* ID Styles */
#navigation a {
font:11px georgia;
color: #99CCFF;
font-weight:bold;
text-decoration: none;
letter-spacing:.1em;
line-height:16px;
display:block;
padding:10px;
border: 1pt solid rgb(20,40,95);
border-right-width: 0px;
border-left-width: 0px;
}
#navigation a:hover {
color:#ffffff;
border: 1pt dotted red;
border-right-width: 0px;
border-left-width: 0px;
}
#sidebarHeader {
padding: 0px 4px 14px 4px;
}
#logo {
font:18px georgia;
color: #CC3300;
line-height:24px;
letter-spacing:.4em;
}
#tagline {
font:12px georgia;
color: #CC3300;
line-height:18px;
letter-spacing:.4em;
}
#dateformat a {
color:#99CCFF;
font:11px georgia;
color: #99CCFF;
letter-spacing:.2em;
text-decoration:none;
font-weight:bold;
}
#dateformat a:hover {
color: #ffffff;
}
/* Class Styles */
.bodyText {
font:11px arial;
color:#99CCFF;
line-height:20px;
letter-spacing:.1em;
margin-top:0px;
}
.pageName{
font:22px georgia;
color: #CC3300;
line-height:20px;
letter-spacing:.1em;
}
.subHeader {
font:16px georgia;
color: #CC3300;
font-weight:bold;
letter-spacing:.1em;
line-height:16px;
}
.sidebarHeader {
font:14px georgia;
color: #99CCFF;
font-weight:bold;
letter-spacing:.1em;
line-height:16px;
}
.detailText {
font:11px arial;
color:#ffffff;
line-height:16px;
letter-spacing:.1em;
}
.smallText {
font:10px arial;
color:#99CCFF;
}