Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8390961
style.css
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Subscribers
None
style.css
View Options
/*
version: 0.1
date: 21/09/15
author: swh
email: swh
website: softwareheritage.org
version history: /style.css
*/
@
import
url
(
https
://
fonts
.
googleapis
.
com
/
css
?
family
=
Alegreya
:
400
,
400italic
,
700
,
700italic
)
;
@
import
url
(
https
://
fonts
.
googleapis
.
com
/
css
?
family
=
Alegreya
+
Sans
:
400
,
400italic
,
500
,
500italic
,
700
,
700italic
,
100
,
300
,
100italic
,
300italic
)
;
html
{
height
:
100
%
;
}
body
{
font-family
:
'Alegreya Sans'
,
sans-serif
;
font-size
:
1.7
rem
;
line-height
:
1.5
;
color
:
rgba
(
0
,
0
,
0
,
0.55
);
padding-top
:
80
px
;
/* avoid fixed bootstrap navbar covers content */
padding-bottom
:
120
px
;
min-height
:
100
%
;
margin
:
0
;
position
:
relative
;
}
.
heading
{
font-family
:
'Alegreya'
,
serif
;
}
.
shell
,
.
text
{
font-size
:
0.7
em
;
}
.
logo
img
{
max-height
:
40
px
;
}
.
logo
.
navbar-brand
{
padding
:
5
px
;
}
.
logo
.
sitename
{
padding
:
15
px
5
px
;
}
.
jumbotron
{
padding
:
0
;
background-color
:
rgba
(
0
,
0
,
0
,
0
);
position
:
fixed
;
top
:
0
;
width
:
100
%
;
}
#
swh-navbar-collapse
{
border-top-style
:
none
;
border-left-style
:
none
;
border-right-style
:
none
;
border-bottom
:
5
px
solid
;
border-image
:
linear-gradient
(
to
right
,
rgb
(
226
,
0
,
38
)
0
%
,
rgb
(
254
,
205
,
27
)
100
%
)
1
1
1
1
;
width
:
100
%
;
padding
:
5
px
;
}
.
nav-horizontal
{
float
:
right
;
}
h3
[
id
],
h4
[
id
],
a
[
id
]
{
/* avoid in-page links covered by navbar */
padding-top
:
80
px
;
margin-top
:
-70
px
;
}
h1
,
h2
,
h3
,
h4
{
margin
:
0
;
color
:
#e20026
;
padding-bottom
:
10
px
;
}
h1
{
font-size
:
1.8
em
;
}
h2
{
font-size
:
1.2
em
;
}
h3
{
font-size
:
1.1
em
;
}
a
{
color
:
rgba
(
0
,
0
,
0
,
0.75
);
border-bottom-style
:
dotted
;
border-bottom-width
:
1
px
;
border-bottom-color
:
rgb
(
91
,
94
,
111
);
}
a
:
hover
{
color
:
black
;
}
ul
.
dropdown-menu
a
,
.
navbar-header
a
,
ul
.
navbar-nav
a
{
/* No decoration on links in dropdown menu */
border-bottom-style
:
none
;
color
:
#323232
;
font-weight
:
700
;
}
.
navbar-header
a
:
hover
,
ul
.
navbar-nav
a
:
hover
{
color
:
#8f8f8f
;
}
.
sitename
.
first-word
,
.
sitename
.
second-word
{
color
:
rgba
(
0
,
0
,
0
,
0.75
);
font-weight
:
normal
;
font-size
:
1.8
rem
;
}
.
sitename
.
first-word
{
font-family
:
'Alegreya Sans'
,
sans-serif
;
}
.
sitename
.
second-word
{
font-family
:
'Alegreya'
,
serif
;
}
ul
.
dropdown-menu
>
li
,
ul
.
dropdown-menu
>
li
>
ul
>
li
{
/* No decoration on bullet points in dropdown menu */
list-style-type
:
none
;
}
.
page
{
margin
:
2
em
auto
;
width
:
35
em
;
border
:
5
px
solid
#ccc
;
padding
:
0.8
em
;
background
:
white
;
}
.
entries
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
.
entries
li
{
margin
:
0.8
em
1.2
em
;
}
.
entries
li
h2
{
margin-left
:
-1
em
;
}
.
add-entry
{
font-size
:
0.9
em
;
border-bottom
:
1
px
solid
#ccc
;
}
.
add-entry
dl
{
font-weight
:
bold
;
}
.
metanav
{
text-align
:
right
;
font-size
:
0.8
em
;
padding
:
0.3
em
;
margin-bottom
:
1
em
;
background
:
#fafafa
;
}
.
flash
{
background
:
#cee5F5
;
padding
:
0.5
em
;
border
:
1
px
solid
#aacbe2
;
}
.
error
{
background
:
#f0d6d6
;
padding
:
0.5
em
;
}
.
file-found
{
color
:
#23BA49
;
}
.
file-notfound
{
color
:
#FF4747
;
}
/* Bootstrap custom styling to correctly render multiple
* form-controls in an input-group:
* github.com/twbs/bootstrap/issues/12732 */
.
input-group-field
{
display
:
table-cell
;
vertical-align
:
middle
;
border-radius
:
4
px
;
min-width
:
1
%
;
white-space
:
nowrap
;
}
.
input-group-field
.
form-control
{
border-radius
:
inherit
!important
;
}
.
input-group-field
:
not
(
:
first-child
)
:
not
(
:
last-child
)
{
border-radius
:
0
;
}
.
input-group-field
:
not
(
:
first-child
)
:
not
(
:
last-child
)
.
form-control
{
border-left-width
:
0
;
border-right-width
:
0
;
}
.
input-group-field
:
last-child
{
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
;
}
.
input-group
>
span
:
not
(
:
last-child
)
>
button
{
border-radius
:
0
;
}
.
multi-input-group
>
.
input-group-btn
{
vertical-align
:
bottom
;
padding
:
0
;
}
.
dataTables_filter
{
margin-top
:
15
px
;
}
.
dataTables_filter
input
{
width
:
70
%
;
float
:
right
;
}
tr
.
api-doc-route-upcoming
>
td
,
tr
.
api-doc-route-upcoming
>
td
>
a
{
font-size
:
90
%
;
}
tr
.
api-doc-route-deprecated
>
td
,
tr
.
api-doc-route-deprecated
>
td
>
a
{
color
:
red
;
}
#
back-to-top
{
display
:
initial
;
position
:
fixed
;
bottom
:
30
px
;
right
:
30
px
;
z-index
:
10
;
}
#
back-to-top
a
img
{
display
:
block
;
width
:
32
px
;
height
:
32
px
;
background-size
:
32
px
32
px
;
text-indent
:
-999
px
;
overflow
:
hidden
;
}
.
table
>
thead
>
tr
>
th
{
border-bottom
:
1
px
solid
#e20026
;
}
.
table
>
tbody
>
tr
>
td
{
border-style
:
none
;
}
pre
{
background-color
:
#f5f5f5
;
}
.
dataTables_wrapper
{
position
:
static
;
}
/* breadcrumbs */
.
bread-crumbs
{
display
:
inline-block
;
overflow
:
hidden
;
color
:
rgba
(
0
,
0
,
0
,
0.55
);
}
bread-crumbs
ul
{
list-style-type
:
none
;
}
.
bread-crumbs
li
{
float
:
left
;
list-style-type
:
none
;
}
.
bread-crumbs
a
{
color
:
rgba
(
0
,
0
,
0
,
0.75
);
border-bottom-style
:
none
;
}
.
bread-crumbs
a
:
hover
{
color
:
rgba
(
0
,
0
,
0
,
0.85
);
text-decoration
:
underline
;
}
.
title-small
.
bread-crumbs
{
margin
:
-30
px
0
25
px
;
}
#
footer
{
background-color
:
#262626
;
color
:
hsl
(
0
,
0
%
,
100
%
);
font-size
:
1.2
rem
;
text-align
:
center
;
padding-top
:
20
px
;
padding-bottom
:
20
px
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
}
#
footer
a
,
#
footer
a
:
visited
{
color
:
hsl
(
0
,
0
%
,
100
%
);
}
#
footer
a
:
hover
{
text-decoration
:
underline
;
}
.
highlightjs
pre
{
background-color
:
transparent
;
border-radius
:
0
px
;
border-color
:
transparent
;
}
.
hljs
{
background-color
:
transparent
;
white-space
:
pre
;
}
.
scrollable-menu
{
max-height
:
180
px
;
overflow-x
:
hidden
;
}
.
swh-browse-top-navigation
{
border-bottom
:
1
px
solid
#ddd
;
min-height
:
42
px
;
padding
:
4
px
5
px
0
px
5
px
;
}
.
swh-browse-bread-crumbs
{
font-size
:
inherit
;
vertical-align
:
text
-
top
;
margin-bottom
:
1
px
;
}
.
swh-metadata-table-row
{
border-top
:
1
px
solid
#ddd
!important
;
}
/* for block of numbers */
td
.
hljs-ln-numbers
{
-webkit-
touch-callout
:
none
;
-webkit-
user-select
:
none
;
-khtml-
user-select
:
none
;
-moz-
user-select
:
none
;
-ms-
user-select
:
none
;
user-select
:
none
;
text-align
:
center
;
color
:
#ccc
;
border-right
:
1
px
solid
#CCC
;
vertical-align
:
top
;
padding-right
:
5
px
;
/* your custom style here */
}
/* for block of code */
td
.
hljs-ln-code
{
padding-left
:
10
px
;
}
.
btn-swh
{
color
:
#6C6C6C
;
background-color
:
#EAEAEA
;
border-color
:
#EAEAEA
;
}
.
btn-swh
:
hover
,
.
btn-swh
:
focus
,
.
btn-swh
:
active
,
.
btn-swh
.
active
,
.
open
.
dropdown-toggle
.
btn-swh
{
color
:
#6C6C6C
;
background-color
:
#D4D4D4
;
border-color
:
#EAEAEA
;
}
.
btn-swh
:
active
,
.
btn-swh
.
active
,
.
open
.
dropdown-toggle
.
btn-swh
{
background-image
:
none
;
}
.
btn-swh
.
disabled
,
.
btn-swh
[
disabled
],
fieldset
[
disabled
]
.
btn-swh
,
.
btn-swh
.
disabled
:
hover
,
.
btn-swh
[
disabled
]
:
hover
,
fieldset
[
disabled
]
.
btn-swh
:
hover
,
.
btn-swh
.
disabled
:
focus
,
.
btn-swh
[
disabled
]
:
focus
,
fieldset
[
disabled
]
.
btn-swh
:
focus
,
.
btn-swh
.
disabled
:
active
,
.
btn-swh
[
disabled
]
:
active
,
fieldset
[
disabled
]
.
btn-swh
:
active
,
.
btn-swh
.
disabled
.
active
,
.
btn-swh
[
disabled
]
.
active
,
fieldset
[
disabled
]
.
btn-swh
.
active
{
background-color
:
#EAEAEA
;
border-color
:
#EAEAEA
;
}
.
btn-swh
.
badge
{
color
:
#EAEAEA
;
background-color
:
#6C6C6C
;
}
.
swh-http-error
{
margin
:
0
auto
;
text-align
:
center
;
}
.
swh-http-error-head
{
color
:
#2d353c
;
font-size
:
30
px
;
}
.
swh-http-error-code
{
bottom
:
60
%
;
color
:
#2d353c
;
font-size
:
96
px
;
line-height
:
80
px
;
margin-bottom
:
10
px
!important
;
}
.
swh-http-error-desc
{
font-size
:
12
px
;
color
:
#647788
;
}
.
swh-http-error-desc
pre
{
text-align
:
left
;
}
File Metadata
Details
Attached
Mime Type
text/x-asm
Expires
Jun 4 2025, 6:37 PM (14 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3368876
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment