summaryrefslogtreecommitdiff
path: root/style.css
blob: d87fd8c77f2d32421e63ddc2fe3360a89b4f26ae (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
* { margin: 0; padding: 0; z-index: 2 }
body, td { color: #555 }
table { border-collapse: collapse; width: 100% }
a { color: #888; text-decoration: none }
a:hover { text-decoration: underline }
i, label, li, #pp, .mypastelist td, #formatsave { font-size: 12px; font-style: normal }
textarea, input { background: #fcfcfc; color: #000; border: 1px solid #999 }
textarea:focus, input:focus { background: #fff }
input.check { vertical-align: middle }
#leftdiv { position: absolute; z-index: -1; left: 0; top: 0; bottom: 0; width: 40px; background: #eee; border-right: 1px solid #999; }
.numbers, .ff { padding-left: 10px; padding-right: 5px; width: 25px; min-width: 25px; text-align: right; background: #eee; border-right: 1px solid #999 }

.header { background: #eee; padding: 5px 40px; height: 30px }
.header h1 { display: inline; font-size: 16px; color: #555 }
#toplinks { position: absolute; top: 5px; right: 20px }
#toplinks a { font-size: 14px; padding: 2px 0 0 15px }

fieldset { width: 90%; margin: 5px 10px 20px 10px; padding: 5px 2.5%; border: 1px solid #999 }
legend { margin: 0 10px; padding: 0 5px }
textarea { width: 100%; height: 400px }
#submit { width: 100px; float: right; margin-right: -2px; }
#syntax { font-size: 11px; padding: 5px 10px; margin: 0 15px; font-weight: normal; background: #aaa; }
#syntax a { color: #fff }
.syntax { font-size: 11px; padding-top: 15px; font-weight: normal }
#formatsave { float: right; }
#formatsave.notdef { color: #399; text-decoration: underline }
ul { padding-left: 15px; }

.code { padding-left: 3px; color: #000 }
.code a { text-decoration: underline; color: inherit }
.top { border-top: 1px solid #999 }
.allowwrap { white-space: pre-wrap; word-wrap: break-word; max-width: 700px }
#pp { position: absolute; top: 30px; right: 20px; background: #eee; border: 1px solid #999; text-align: center; padding: 5px }
#pp #pc { margin-top: 4px; width: 150px }
#pp #psp { margin-top: 4px }
#pp .ppbut { margin: 4px 2px; width: 73px }

.mypastelist { margin-top: 10px; margin-left: 5px; width: 95%; table-layout: fixed; }
.mypastelist a { color: #399; text-decoration: underline; margin: 0 5px; font-family: monospace; white-space: pre }
.mypastelist td { white-space: nowrap }
.mypastelist .mpldate { width: 150px }
.mypastelist .mplcode { width: 60px }
.mypastelist .mplsyn  { width: 80px; color: #999 }
.mypastelist .mplsize { text-align: right; padding-right: 10px; width: 55px; color: #999 }
.mypastelist .mplprev { overflow: hidden }

.pagination { text-align: center; margin: 10px }
.pagination * { margin: 3px }

/* syntax highlighting */
.synComment    { color: #0000FF }
.synConstant   { color: #FF00FF }
.synIdentifier { color: #008B8B }
.synStatement  { color: #A52A2A ; font-weight: bold }
.synPreProc    { color: #A020F0 }
.synType       { color: #2E8B57 ; font-weight: bold }
.synSpecial    { color: #6A5ACD }
.synUnderlined { color: #000000 ; text-decoration: underline }
.synError      { color: #FFFFFF ; background: #FF0000 none }
.synTodo       { color: #0000FF ; background: #FFFF00 none }