-
Notifications
You must be signed in to change notification settings - Fork 0
/
mob.css
executable file
·108 lines (108 loc) · 2.44 KB
/
mob.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
/* Mikael O. Bonnier Default CSS */
body {
font-family: Arial,Helvetica,sans-serif;
color: rgb(0, 0, 0);
background-color: rgb(206, 206, 206);
background-image: url(images/backtile.gif);
}
body.legal {
background-image: none;
}
body.bright {
background-color: #ffffff;
background-image: none;
}
img.flag {
float: right;
border: 0px none;
width: 31px;
height: 28px;
}
img.heading {
float: left;
border: 0px none ;
width: 206px;
height: 35px;
}
img.midi {
vertical-align: top;
width: 34px;
height: 34px;
}
tr.valigntop {vertical-align: top;}
span.new {
color:#ff0000;
font-size:small;
}
#imgAltaVista {
vertical-align: bottom;
border: 0px none;
width: 63px;
height: 28px;
}
#imgYahoo {
vertical-align: bottom;
border: 0px none;
width: 49px;
height: 28px;
}
table.vote {border-collapse: collapse;}
table.vote td {padding: 4px;}
table.orbin {
float: right;
border-collapse: separate;
border-spacing: 2px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}
table.orbin td {
background-color: #808080;
border-left: 1px solid #999;
border-top: 1px solid #999;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
table.orbin span {
color: aqua;
font-weight: bold;
}
table.orbin span.xsmall {
color: aqua;
font-size: x-small;
}
.small {font-size: small;}
div.clear {clear: both;}
a {}
a:link {color: #0000ff;}
a:visited {color: #800080;}
a:focus {color: #8888ff;}
a:hover {color: #aa0000;}
a:active {color: #ff0000;}
dl.spec dt {font-weight: bold;}
/* http://www.somacon.com/p141.php */
table.sample {
border-width: 1px 1px 1px 1px;
border-spacing: 2px;
border-style: outset outset outset outset;
border-color: gray gray gray gray;
border-collapse: separate;
/* background-color: white; */
}
table.sample th {
border-width: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
/* background-color: white; */
vertical-align: top;
}
table.sample td {
border-width: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
/* background-color: white; */
vertical-align: top;
}