-
Notifications
You must be signed in to change notification settings - Fork 10
/
libssh2.css
112 lines (94 loc) · 1.59 KB
/
libssh2.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
BODY {
background-color: white;
color: black;
}
.title {
background-color: #e0e0ff;
font-family: arial, helvetica, ariel, sans-serif;
color: black;
font-size: 150%;
font-weight: bold;
}
.subtitle {
background-color: #e0e0ff;
font-family: arial, helvetica, ariel, sans-serif;
color: #000000;
font-size: 120%;
padding-left: 5px;
}
P {
font-family: sans-serif;
color: black;
padding-left: 5px;
}
LI {
font-family: sans-serif;
color: black;
}
.big {
font-size: 120%;
vertical-align: baseline;
}
.address {
font-style: italic;
}
.alert {
font-size: 120%;
background-color: #f0f000;
color: black;
border-style: solid;
border-width: thin;
border-color: black;
}
.grey {
background-color: #f0f0f0;
color: black;
}
.box {
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 2px 2px 2px 2px;
}
.boxnarrow {
width: 600px;
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 2px 2px 2px 2px;
}
pre.quote {
border-style: solid;
border-width: thin;
border-color: black;
padding: 2px 2px 2px 2px;
background-color: #f0f0ff;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
/* menu for the mi4/sansa pages */
div.topmenu {
margin-left: auto;
margin-right: auto;
padding: 4px 4px 4px 4px;
}
.odd {
background-color: #e0e0e0;
}
.funcmenu {
border: outset 1px #000000;
float: right;
background: #ffffff;
padding: 4px 4px 4px 4px;
font-size: 80%;
}
.funcmenu a {
text-decoration: none;
font-family: sans-serif;
color: #003000;
padding: 0px 0px 0px 0px;
}
.funcmenu div {
padding: 1px 1px 1px 1px;
}