-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyme.css
122 lines (119 loc) · 1.75 KB
/
styme.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
body {
margin: 0px 0px 0px 0px;
font-family: "Helvetica","Arial",sans-serif;
color: #333333;
}
header {
padding: 0% 4% 0% 4%;
display: table;
vertical-align:middle;
width:100%;
height:83px;
border-bottom: 4px solid #333333;
}
header div {
vertical-align:middle;
display:table-cell;
}
form {
vertical-align:middle;
display: inline-block;
}
#search input{
color: #333333;
font-size: 1.2em;
/*background-color:LIGHTGREY;*/
outline:none;
border-style:solid;
height:30px;
padding: 0px 0px 0px 10px;
}
#related {
margin: 0% 0% 0% 2%;
}
.choices{
display:none;
}
label{
display:inline-block;
cursor:pointer;
}
.choices:checked + label {
font-weight:bold;
}
button{
font-size: 1.3em;
color: LIGHTGREY;
height:34px;
background-color:WHITE;
outline:none;
border-style:solid solid solid none;
}
#search {
padding: 0% 0% 0% 3%;
}
#logo {
width:0.1%;
}
#logo img {
height:53px;
}
#content {
padding: 2% 6% 0% 6%;
}
table {
font-size:1em;
border-collapse: collapse;
}
.vertTable {
width:100%;
}
.vertTable thead {
font-size:1.4em;
}
.vertTable tbody {
font-size:1.2em;
}
tr {
border-bottom: 1px solid LIGHTGREY;
}
th, td {
text-align:left;
padding: 1% 1% 1% 0%;
vertical-align:top;
}
.vertTable th {
}
.horTable {
/*table-layout:fixed;*/
width:100%;
margin-bottom:2%;
}
.horTable thead {
font-size:1.4em;
}
.horTable tbody {
font-size:1.2em;
padding: 0% 0% 0% 2%;
}
.horTable th,.horTable td {
white-space: pre-wrap;
}
caption .title{
font-weight:bold;
font-size:2.3em;
margin: 3% 0% 1% 0%;
}
caption {
text-align:left;
}
.code{
font-family:"Courier";
font-size:1.3em;
border: 1px solid LIGHTGREY;
background-color: whitesmoke;
padding: 1% 1% 1% 1%;
}
a {
color: inherit; /* blue colors for links too */
}