forked from kwatch/mysql-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tommy.css
134 lines (108 loc) · 1.3 KB
/
tommy.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
129
130
131
132
133
134
body {
color: black;
background: white;
margin-left: 10%;
margin-right: 10%;
}
h1 {
color: white;
background: #08d;
width: 100%;
}
h1 a {
color: white;
}
h1 a:link {
}
h1 a:visited {
color: white;
}
h1 a:hover {
}
h2 {
width: 100%;
border: thin #0cc;
border-style: solid none;
background: #cff;
}
h3 {
width: 100%;
border: thin #0cc;
border-style: none none solid;
background: #eff;
}
h4 {
border: thin #0cc;
border-style: none none solid;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 3ex;
}
table {
border-collapse: collapse;
border: thin solid;
}
tr,th,td {
border: thin solid;
padding: 3px;
}
th {
background-color: #00ffff;
}
td {
background-color: #eeeeee;
}
div.intro {
margin-right: 10%;
margin-left: 10%;
font-size: 90%;
}
div.code {
margin-left: 10%;
color: white;
background: black;
border: thin inset;
padding: 4px;
}
div.code2 {
margin-left: 10%;
color: white;
background: darkgreen;
border: thin inset;
padding: 4px;
}
pre {
margin: 20px;
padding: 4px;
border: #363 inset;
color: #fff;
background: #232;
width: 80%;
}
/*
a {
background: #eee;
}
*/
a:link {
color: #008;
}
a:visited {
color: black;
}
a:hover {
background: #fcc;
}
.red {
color: red;
}
.notice {
font-weight: bold;
background: #f88;
}
.input {
font-weight:bold;
}