You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
3.4 KiB
Sass
155 lines
3.4 KiB
Sass
nav
|
|
background-color: #4580ee
|
|
color: white
|
|
border-top: solid 10px #1b4491
|
|
> a.active
|
|
background-color: #1b4491
|
|
|
|
footer
|
|
background-color: #8ba5ec
|
|
color: white
|
|
padding: 2em 3em
|
|
border-bottom: solid 10px #6384e0
|
|
a
|
|
color: inherit
|
|
a.w3-button
|
|
background-color: #00a2ff
|
|
|
|
.albatros-download-button
|
|
display: inline-block
|
|
background-color: #0b46a0
|
|
color: white
|
|
padding: 0.5em 1em
|
|
margin-top: 1em
|
|
.albatros-download-button:hover
|
|
background-color: #7f8cdb
|
|
color: white
|
|
|
|
@font-face
|
|
font-family: Ubuntu
|
|
font-weight: normal
|
|
src: url(/fonts/Ubuntu/Ubuntu-R.ttf)
|
|
font-display: fallback
|
|
|
|
@font-face
|
|
font-family: Ubuntu
|
|
font-weight: bold
|
|
src: url(/fonts/Ubuntu/Ubuntu-B.ttf)
|
|
font-display: fallback
|
|
|
|
body
|
|
font-family: Ubuntu
|
|
font-size: 100%
|
|
|
|
code
|
|
color: #1d4284
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
font-family: Ubuntu
|
|
font-weight: bold
|
|
|
|
.false_h1, .false_h2, .false_h3, .false_h4, .false_h5, .false_h6
|
|
font-family: Ubuntu
|
|
font-weight: bold
|
|
display: block
|
|
margin: 10px 0
|
|
|
|
.false_h2
|
|
font-size: 30px
|
|
|
|
.false_h3
|
|
font-size: 24px
|
|
|
|
a
|
|
color: #5096C8
|
|
text-decoration: none
|
|
a:hover
|
|
color: #41B3FF
|
|
|
|
.toc
|
|
background: #f7f7f7
|
|
padding: 5px 2em
|
|
border-left: 5px solid #41B3FF
|
|
ol.h2
|
|
list-style-type: upper-roman
|
|
ol.h3
|
|
list-style-type: decimal
|
|
ol.h4
|
|
list-style-type: lower-alpha
|
|
ol.h5
|
|
list-style-type: circle
|
|
|
|
img.icon
|
|
height: 1em
|
|
margin-bottom: 0.2em
|
|
|
|
.breadcrumb
|
|
margin-bottom: 20px
|
|
border-top: solid 2px #EEE
|
|
border-bottom: solid 2px #EEE
|
|
padding: 1em 0
|
|
|
|
.breadcrumb-next
|
|
color: lightgray
|
|
position: relative
|
|
display: inline-block
|
|
ul
|
|
display: none
|
|
|
|
.breadcrumb-next:hover
|
|
color: gray
|
|
ul
|
|
border: solid 1px #DDD
|
|
box-shadow: 2px 2px 1px 1px #00000033
|
|
display: block
|
|
background-color: #FDFDFD
|
|
position: absolute
|
|
left: 0
|
|
top: 0.2em
|
|
width: 30em
|
|
padding: 0.5em 1em
|
|
li
|
|
list-style: none
|
|
|
|
|
|
input.search_input
|
|
padding-top: 0.5em
|
|
padding-bottom: 0.5em
|
|
padding-left: 40px
|
|
padding-right: 0.5em
|
|
height: 3em
|
|
width: 80%
|
|
box-sizing: border-box
|
|
border: 1px solid #e2e2e2
|
|
border-radius: 0
|
|
color: #333
|
|
background-color: #fff
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABN0lEQVQoU5WS23HCMBBFke0CnA7SAcmvH4NcAaQCSAWQCoAKAhWEDuIOoowfv6EE0kH49yP3eixGaPwBmtFovbvn7mplMepXFEUS5lIIMaOrbdsjjtTzvL1S6k/n6VPQiON4geOjd54BnSAw1gKAExsWrISkLyQRmOV5rghIKf26rncw5/Ar+BOzqkC1FI4pgomGzAQIKwhPIPJcliXb7xZBMO0voEf7HvwOw3DlOM570zRvRVGwgyvwG6AcAiHMYX1CfIuczQVEK0cOwnXdh6HpIb5DfGlfhcPZILCG0iHLslezahAETxD8GbqK4PSqquIAxpwewBT2iYPFXmD78Kdo88UU7d6xhwlMzCArwcdJTu2OOlAvtoZEvqsPH9+OHfAHOeCYm/AVaIrYtg3fDNqV7wINePQP5CumvCOCjRYAAAAASUVORK5CYII=')
|
|
background-repeat: no-repeat
|
|
background-position: 15px center
|
|
|
|
.page img.credits
|
|
width: 5em
|
|
|
|
.tags, .authors, .category
|
|
display: inline-block
|
|
margin-right: 7px
|
|
|
|
.float-right
|
|
float: right
|
|
|
|
.tags .tag
|
|
font-size: 13px
|
|
display: inline-block
|
|
padding: 0px 6px
|
|
margin: 0 2px 1px 0
|
|
border-radius: 10px
|
|
border: solid 1px gray
|
|
color: gray
|
|
|
|
.authors, .author, .date
|
|
color: gray
|
|
|
|
.sr-only
|
|
/* Without this, screen-reader reads each word in a separate line */
|
|
width: initial !important |