-
Notifications
You must be signed in to change notification settings - Fork 47
/
llvm.css
167 lines (140 loc) · 4.43 KB
/
llvm.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/*
* LLVM website style sheet
*/
/* No borders on image links */
a:link img, a:visited img { border-style: none }
address img { float: right; width: 88px; height: 31px; }
address { clear: right; }
/* Main website */
.www_title { font-family: "Georgia","Palatino","Times","Roman";
font-size: 33pt;
text-align: center;}
.www_sidebar { text-align: center;
font-family: "Georgia","Palatino","Times","Roman";
font-size: 12pt;
margin-left: 0em; margin-right: 0em;
padding: 0.15em 0.15em 0.15em .15em;
width: 100%;
background: url("img/lines.gif");
border: 2px solid #cccccc }
.www_sectiontitle, .www_subsection {
border-width: 1px;
border-style: solid none solid none;
text-align: center;
vertical-align: middle;
font-family: "Georgia","Palatino","Times","Roman";
font-weight: bold; font-size: 18pt;
background: url("img/lines.gif");
padding: 0.1em 0.1em 0.1em .1em;
width: 100%;
margin-bottom: 0.3em; }
.www_subsection { width: 75%;
text-align: left; font-size: 12pt; }
.www_subsubsection { margin: 1.0em 0.5em 0.5em 0.5em;
font-weight: bold; font-style: oblique;
border-bottom: 1px solid #999999; font-size: 12pt;
width: 75%; }
.www_code { border: solid 1px gray; background: #eeeeee;
margin: 0 1em 0 1em;
padding: 0 1em 0 1em;
display: table; }
.www_footer { text-align: left; padding: 0 0 0 0 }
/* Publications */
.pub_title { font-family: "Georgia,Palatino,Times,Roman";
font-size: 24pt;
text-align: center }
.pub_author { font-size: 14pt; text-align: center }
/* Releases */
.rel_container { text-align: center;
margin-left: 20% }
.rel_title { text-align: center;
font-family: "Georgia,Palatino,Times,Roman";
font-weight: bold; font-size: 28pt;
margin-bottom: 0.5em }
.rel_section { vertical-align: middle;
border-width: 1px;
border-style: solid none solid none;
text-align: center;
vertical-align: middle;
font-family: "Georgia,Palatino,Times,Roman";
font-weight: bold; font-size: 18pt;
background: url("img/lines.gif");
margin: 1em 0.5em 1em 0.5em;
padding-left: 1em;
width: 330px }
.rel_sectiontxt { padding: 0 1em 0 1em;
margin: 1em 0.5em 1em 0.5em }
.rel_intro,
.rel_boxtext { text-align: left;
font-family: "Georgia,Palatino,Times,Roman";
font-size: 11pt;
padding: 0.5em 0.5em 0.5em 1.5em;
margin-left: 2em; margin-right: 3em;
width: 60%;
background: #f7f7f7;
border: 2px solid #cccccc }
.www TD, TH { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt;
text-align: left; }
.www TH { border: 2px solid gray; font-weight: bold; font-size: 105%;
color: black; background: url("img/lines.gif");
font-family: "Georgia,Palatino,Times,Roman,SanSerif";
text-align: center; vertical-align: middle; }
TABLE.www { text-align: left; border: 2px solid black;
border-collapse: collapse; margin-top: 1em; margin-left: 1em;
margin-right: 1em; margin-bottom: 1em; }
/* Open Projects */
ul li ul li {
margin-left: 15px;
}
/* Dev Meeting */
.tab { margin-left: 40px; }
#devmtg
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse:collapse;
}
#devmtg td, #devmtg th
{
font-size:1em;
border:1px solid #045FB4;
padding:3px 7px 2px 7px;
}
#devmtg th
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#045FB4;
color:#ffffff;
}
#devmtg tr.alt td
{
color:#000000;
background-color:#81BEF7;
}
/* Sponsors */
.sponsors_diamond,
.sponsors_platinum,
.sponsors_gold,
.sponsors_silver,
.sponsors_bronze
td {
padding: 30px;
text-align: center;
}
.sponsors_diamond img {
width: 220px;
}
.sponsors_platinum img {
width: 200px;
}
.sponsors_gold img {
width: 180px;
}
.sponsors_silver img {
width: 160px;
}
.sponsors_bronze img {
width: 150px;
}