summaryrefslogtreecommitdiff
path: root/Master/tlpkg/texworks/texworks-help/TeXworks-manual/en/manual.css
blob: 17a4bb6f4f1bac51183388a2a8f7bd6859963698 (plain)
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
body {
	font-size: 15px;
	line-height: 1.6em; /* 24 px */
}
h3 {
	margin: 0;
	font-size: 1.2666666666666666em;
	line-height: 1.263157894736842em;
	margin-top: 1.263157894736842em;
}
h4 {
	margin: 0;
	font-size: 1.1333333333333333em;
	line-height: 1.411764705882353em;
	margin-top: 1.411764705882353em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
}

div#container {
	max-width: 80ex;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	background-Color: lightgray;
	padding-top: 4ex;
	padding-bottom: .5ex;
	padding-right: .5ex;
	text-align: right;
	font-family: sans-serif;
	font-size: 2em;
}
div.chapternumber {
	float: right;
	margin-top: .3ex;
	margin-right: -.3em;
	font-size: 6em;
	color: gray;
	font-family: serif;
	font-weight: normal;
	font-style: italic;
	text-shadow: #ffffff 0px 0px 10px;
}

div.OSspecific { border-left: 4px solid #555753; margin-left: -8px; padding-left: 4px; min-height: 48px; margin-bottom: .5ex;}

div.OSspecificLogo {
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	float: left;
	margin-left: -56px;
}

div.OSLinux { background-image: url(images/Linux.png); }
div.OSMac { background-image: url(images/Mac.png); }
div.OSWindows { background-image: url(images/Windows.png); }

div.example {
	margin-left: -65px;
	padding-left: 65px;
	background-image: url(images/example.png);
	background-repeat: no-repeat;
	min-height: 50px;
}

span.path, span.verb {
	font-family: monospace;
	font-size: 90%;
}
span.sansserif {
	font-family: sans-serif;
	font-size: 90%;
}

div.example p { margin: 0px; }

span.keystroke {
	border: 2px outset black;
	padding: 0px 3px;
	margin: 0px 2px;
}

a {
	text-decoration: none;
	text-shadow: #aaaaff 0px 0px 5px;
}

a:hover {
	text-decoration: underline;
}
#titlepage {
	font-family: sans-serif;
}
#titlepage .thelogo {
	text-align: right;
}
#titlepage .thetitle {
	font-size: 250%;
	border-bottom: 2px solid black;
}
#titlepage .theauthor {
	text-align: right;
	padding-top: 0.5ex;
}
#titlepage .quote {
	text-align: left;
	font-family: cursive;
	margin: 0px;
	margin-left: auto;
	margin-top: 2ex;
	margin-bottom: 2ex;
	color: #aaaaaa;
	font-weight: lighter;
	font-size: 150%;
	width: 26.2ex;
}


/* css.sty */