This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.css
120 lines (89 loc) · 1.47 KB
/
style.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
body {
text-align: left;
}
body * {
line-height: inherit !important;
}
.app h3 {
clear: none;
}
.axial {
display: none;
}
#apphead {
display: none;
}
#subprojects {
display: none;
}
.right_block {
font-size: 11pt;
border: 1px solid rgb(170, 170, 170);
background: rgb(238, 238, 238) none repeat scroll 0% 50%;
-moz-background-clip: initial;
-moz-background-origin: initial;
-moz-background-inline-policy: initial;
width: 190px;
margin-top1: 1em;
float: right;
padding: 2px;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
div.longdescription h2 {
display: none;
}
.link_block {
clear: none;
}
.link_block_image {
float: left;
width: 35px;
display: none;
}
.link_block_text {
padding-left: 45px;
padding-bottom: 10px;
background-position: top left;
background-repeat: no-repeat;
}
ul.sidebar {
list-style-type: disc;
margin: 0px;
margin-top: -1em;
padding-left: 12px;
font-size: 11px;
}
h2.bio {
font-size: 14pt;
font-weight: bold;
border-bottom: 1px solid #000000;
}
div.bio {
margin-left: 2em;
}
ul.yui-nav li a {
color: #000000;
}
ul.yui-nav li.selected a em {
color: #FFFFFF;
}
li.alt {
display: list-item;
}
th {
padding-left: 1em;
padding-right: 1em;
}
td {
padding-left: 1em;
padding-right: 1em;
}
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}