forked from scala/docs.scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontributing-header.txt
209 lines (172 loc) · 6.14 KB
/
contributing-header.txt
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<!-- prettify js and CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/prettify.css" type="text/css" />
<script src="{{ site.baseurl }}/resources/javascript/prettify/prettify.js" type="text/javascript" ></script>
<!-- jquery js -->
<script src="{{ site.baseurl }}/resources/javascript/jquery.js" type="text/javascript" ></script>
<script src="{{ site.baseurl }}/resources/javascript/effects.core.js" type="text/javascript" ></script>
<script src="{{ site.baseurl }}/resources/javascript/effects.highlight.js" type="text/javascript" ></script>
<script src="{{ site.baseurl }}/resources/javascript/moveScroller.js" type="text/javascript" ></script>
<!-- Bootstrap JS and CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/bootstrap.css" type="text/css" />
<script src="{{ site.baseurl }}/resources/javascript/bootstrap-dropdown.js" type="text/javascript" ></script>
<script src="{{ site.baseurl }}/resources/javascript/bootstrap-dropdown-app.js" type="text/javascript" ></script>
<!-- Base stylesheet for all pages -->
<link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/base.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/search.css" type="text/css" />
<!-- You may want to change the paths below, according to your own CSS and JavaScript setup -->
<script type="text/javascript" src="{{ site.baseurl }}/resources/javascript/jquery.easing.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/resources/javascript/jquery.accordionza.js"></script>
<script src="{{ site.baseurl }}/resources/javascript/frontpage.js" type="text/javascript" ></script>
<!-- table of contents js -->
<script src="{{ site.baseurl }}/resources/javascript/toc.js" type="text/javascript" ></script>
<!-- google analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-574683-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- prettyprint js to prepend generated pre/code tags -->
<script type="text/javascript">
function styleCode()
{
if (typeof disableStyleCode != "undefined")
{
return;
}
var a = false;
$("pre code").parent().each(function()
{
if (!$(this).hasClass("prettyprint"))
{
$(this).addClass("prettyprint lang-scala linenums");
a = true
}
});
if (a) { prettyPrint() }
}
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
$('html,body').animate({scrollTop:$(this.hash).offset().top-=50}, 500);
$(this.hash).effect("highlight", {color: "#FFCC85"}, 3000);
});
});
</script>
<style type="text/css">
html, body {
padding-top: 36px;
height: 100%;
background:url({{ site.baseurl }}/resources/images/bg-short.jpg) no-repeat top center #310808;
-webkit-box-shadow: inset 0 10px 50px rgba(0,0,0,.6);
-moz-box-shadow: inset 0 10px 50px rgba(0,0,0,.6);
/* box-shadow: inset 0 10px 30px rgba(0,0,0,.3);*/
}
input, textarea, select, .uneditable-input {
width: 165px;
}
.scrollingmenu {
width: 940px;
margin-left: auto;
margin-right: auto;
height: 70px;
zoom: 1;
}
.scrollingmenu h1 {
padding-bottom: 30px;
color: #ffffff;
font-size: 42px;
line-height: 1;
text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.container {
min-height: 100%;
}
.bottom {
min-height: 100%;
background-color: #ffffff;
padding-top: 20px;
border-top: 1px solid #8e397d;
}
.bottom h1,h2,h3 {
text-shadow: 0 1px 2px rgba(255,255,255,.5);
}
.bottom h1,h2,h3 a {
color: #404040;
text-shadow: 0 1px 2px rgba(255,255,255,.5);
}
.bottom small {
color: #808080;
text-shadow: 0 1px 1px rgba(255,255,255,.5);
}
.bottom p.under {
color: #808080;
text-shadow: 0 1px 1px rgba(255,255,255,.5);
font-size: 18px;
line-height: 36px;
margin-top: -25px;
}
.bottom ul.thanks {
margin: 10px 0 4px 25px;
list-style: square;
}
.bottom ul.thanks li {
color: #404040;
font-size: 16px;
line-height: 22px;
margin: 0px;
}
.page-header-index{margin-bottom:17px;border-bottom:1px solid #808080;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
p.contents {
font-weight: bold;
font-size: 16px;
}
div#toc ul {
list-style: none;
}
div#toc ul a {
display: block;
list-style: none;
line-height: 22px;
font-weight: bold;
width: 100%;
}
div#toc ul li ul {
list-style: disc;
}
div#toc ul li ul a {
line-height: 18px;
font-weight: normal;
}
div#toc ul li ul li ul {
list-style: square;
}
div#toc ul li ul li ul a {
}
div#scroller-anchor {
width: inherit;
}
div#scroller {
width: inherit;
}
p#about {
margin-top: -8px;
padding-left: 14px;
}
ul {
margin-left: 15px;
}
</style>
</head>
<body>