-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtlastyles.css
117 lines (101 loc) · 3.97 KB
/
tlastyles.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
button.help {
/************************************************************************
* The help button. *
************************************************************************/
background-color:#d0ffd0;
position: relative;
left:32px;
}
button.speed{
/************************************************************************
* The Speed button. *
************************************************************************/
background-color:#d0ffd0;
margin:0px 0px 0px 15px
}
button.contentsButton{
/************************************************************************
* The Contents button. *
************************************************************************/
margin:0px 0px 0px 32px;
background-color:#d0ffd0;
}
button.leftSkip{
margin:-5px 0px 0px 0px;
background-color:#d0ffd0;
}
button.rightSkip{
margin:-5px 0px 0px 0px;
background-color:#d0ffd0;
}
label.skip {
font-size:15px;
font-family:Calibri,Trebuchet MS,Verdana,sans-serif;
}
li.contents {
/************************************************************************
* Style for the <LI> items that list the table of contents entries. *
************************************************************************/
padding-left:.5em;
padding-bottom:.4em;
font-size:20px;
font-family:Calibri,Trebuchet MS,Verdana,sans-serif;
}
ul.contents {
/************************************************************************
* The <UL> item with class "contents" is used to list the table of *
* contents entries. *
************************************************************************/
list-style-type: none;
margin-top: -1em ;
margin-left: -0.5em ;
}
h1 {
/*************************************************************************
* The only H1 element displays the HEADING--the title of the video. *
*************************************************************************/
font-size:30px;
font-family:Calibri,Trebuchet MS,Verdana,sans-serif;
}
h3.contents {
/************************************************************************
* The <H3> element with class "contents" displays the text *
* "Contents". *
************************************************************************/
margin-left: 1.0em ;
margin-top: .75em ;
font-size:25px;
font-family:Calibri,Trebuchet MS,Verdana,sans-serif;
}
body {
/************************************************************************
* Style elements for the main body. *
************************************************************************/
background-color: #e4e4e4; <!-- #ffffe4; -->
}
pre.copyText {
/************************************************************************
* A <pre> element for tiny text to be copied. *
************************************************************************/
font-size:2px;
}
pre.copyBigText {
/************************************************************************
* A <pre> element for tiny text to be copied. *
************************************************************************/
font-size:8px;
}
a {
font-family:Calibri,Trebuchet MS,Verdana,sans-serif;
font-style:oblique;
}
p.tall {
line-height: 200%;
}
textarea.invisible {
/*************************************************************************
* See the comments for the refocus() method in tlavideo.js. *
*************************************************************************/
width:0px;
height:0px;
}