2020-11-25 12:10:23 +01:00
@ charset "UTF-8" ;
2020-11-12 10:05:25 +01:00
@ import url ( https : / / fonts . googleapis . com / css ? family = Lato : 400 , 700 , 400italic , 700italic | Roboto + Slab : 400 , 700 | Inconsolata : 400 , 700 ) ;
@ import url ( https : / / maxcdn . bootstrapcdn . com / font-awesome / 4 . 3 . 0 / css / font-awesome . min . css ) ;
2020-11-27 11:15:13 +01:00
html , body , div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , b , u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , embed , figure , figcaption , footer , header , hgroup , menu , nav , output , ruby , section , summary , time , mark , audio , video {
margin : 0 ;
padding : 0 ;
border : 0 ;
font-size : 100 % ;
font : inherit ;
vertical-align : baseline ;
}
/* HTML5 display-role reset for older browsers */
article , aside , details , figcaption , figure , footer , header , hgroup , menu , nav , section {
display : block ;
}
body {
line-height : 1 ;
}
ol , ul {
list-style : none ;
}
blockquote , q {
quotes : none ;
}
blockquote : before , blockquote : after {
content : "" ;
content : none ;
}
q : before , q : after {
content : "" ;
content : none ;
}
table {
border-collapse : collapse ;
border-spacing : 0 ;
}
2020-11-25 12:10:23 +01:00
h1 , h2 , h3 , h4 , h5 , h6 , legend {
2020-11-27 11:15:13 +01:00
font-family : "Roboto Slab" , "ff-tisa-web-pro" , "Georgia" , Arial , sans-serif ;
}
2020-11-25 12:10:23 +01:00
h1 {
2020-11-27 11:15:13 +01:00
font-size : 175 % ;
margin-bottom : 1em ;
font-weight : 700 ;
text-align : center ;
}
h1 . subtitle {
2020-11-25 12:10:23 +01:00
font-size : 95 % ;
2020-11-27 11:15:13 +01:00
font-weight : 700 ;
}
2020-11-25 12:10:23 +01:00
h2 {
2020-11-27 11:15:13 +01:00
font-size : 150 % ;
margin-bottom : 1em ;
font-weight : 700 ;
}
2020-11-25 12:10:23 +01:00
h3 {
2020-11-27 11:15:13 +01:00
font-size : 125 % ;
margin-bottom : 0 . 5em ;
}
2020-11-25 12:10:23 +01:00
h4 {
2020-11-27 11:15:13 +01:00
font-size : 115 % ;
}
2020-11-25 12:10:23 +01:00
h5 {
2020-11-27 11:15:13 +01:00
font-size : 110 % ;
}
2020-11-25 12:10:23 +01:00
h6 {
2020-11-27 11:15:13 +01:00
font-size : 100 % ;
}
2020-11-25 12:10:23 +01:00
h4 , h5 , h6 {
color : # 2980B9 ;
2020-11-27 11:15:13 +01:00
font-weight : 300 ;
}
2020-11-25 12:10:23 +01:00
html {
-ms-text-size-adjust : 100 % ;
-webkit-text-size-adjust : 100 % ;
font-size : 100 % ;
height : 100 % ;
2020-11-27 11:15:13 +01:00
overflow-x : hidden ;
}
2020-11-25 12:10:23 +01:00
body {
background : # edf0f2 ;
color : # 404040 ;
2020-11-27 11:15:13 +01:00
font-family : "Lato" , "proxima-nova" , "Helvetica Neue" , Arial , sans-serif ;
2020-11-25 12:10:23 +01:00
font-weight : normal ;
margin : 0 ;
min-height : 100 % ;
2020-11-27 11:15:13 +01:00
overflow-x : hidden ;
}
2020-11-25 12:10:23 +01:00
# content {
background : # fcfcfc ;
height : 100 % ;
margin-left : 300px ;
/* margin:auto; */
max-width : 1200px ;
min-height : 100 % ;
2020-11-27 11:15:13 +01:00
padding : 1 . 618em 3 . 236em ;
}
2020-11-25 12:10:23 +01:00
p {
font-size : 16px ;
line-height : 24px ;
2020-11-27 11:15:13 +01:00
margin : 0px 0px 24px 0px ;
}
2020-11-25 12:10:23 +01:00
b , strong {
2020-11-27 11:15:13 +01:00
font-weight : bold ;
}
2020-11-25 12:10:23 +01:00
blockquote {
background-color : # F0F0F0 ;
border-left : 5px solid # CCCCCC ;
font-style : italic ;
line-height : 24px ;
margin : 0px 0px 24px 0px ;
2020-11-27 11:15:13 +01:00
padding : 6px 20px ;
}
2020-11-25 12:10:23 +01:00
ul , ol , dl {
line-height : 24px ;
list-style-image : none ;
margin : 0px 0px 24px 0px ;
2020-11-27 11:15:13 +01:00
padding : 0 ;
}
2020-11-25 12:10:23 +01:00
td {
2020-11-27 11:15:13 +01:00
vertical-align : top ;
}
2020-11-25 12:10:23 +01:00
li {
2020-11-27 11:15:13 +01:00
margin-left : 24px ;
}
2020-11-25 12:10:23 +01:00
dd {
2020-11-27 11:15:13 +01:00
margin : 0 ;
}
2020-11-25 12:10:23 +01:00
/* Inline Code */
code {
background : # fff ;
border : solid 1px # e1e4e5 ;
/* color:#000; for clickable code */
2020-11-27 11:15:13 +01:00
font-family : Consolas , "Andale Mono WT" , "Andale Mono" , "Lucida Console" , "Lucida Sans Typewriter" , "DejaVu Sans Mono" , "Bitstream Vera Sans Mono" , "Liberation Mono" , "Nimbus Mono L" , Monaco , "Courier New" , Courier , monospace ;
2020-11-25 12:10:23 +01:00
font-size : 75 % ;
max-width : 100 % ;
overflow-x : auto ;
padding : 0 5px ;
2020-11-27 11:15:13 +01:00
white-space : nowrap ;
}
2020-11-25 12:10:23 +01:00
# content . section ul , # content . toctree-wrapper ul , article ul {
list-style : disc ;
line-height : 24px ;
2020-11-27 11:15:13 +01:00
margin-bottom : 24px ;
}
2020-11-25 12:10:23 +01:00
# content . section ul li , # content . toctree-wrapper ul li , article ul li {
list-style : disc ;
2020-11-27 11:15:13 +01:00
margin-left : 24px ;
}
2020-11-25 12:10:23 +01:00
# content . section ul li p : last-child , # content . toctree-wrapper ul li p : last-child , article ul li p : last-child {
2020-11-27 11:15:13 +01:00
margin-bottom : 0 ;
}
2020-11-25 12:10:23 +01:00
# content . section ul li ul , # content . toctree-wrapper ul li ul , article ul li ul {
2020-11-27 11:15:13 +01:00
margin-bottom : 0 ;
}
2020-11-25 12:10:23 +01:00
# content . section ul li li , # content . toctree-wrapper ul li li , article ul li li {
2020-11-27 11:15:13 +01:00
list-style : circle ;
}
2020-11-25 12:10:23 +01:00
# content . section ul li li li , # content . toctree-wrapper ul li li li , article ul li li li {
2020-11-27 11:15:13 +01:00
list-style : square ;
}
2020-11-25 12:10:23 +01:00
# content . section ul li ol li , # content . toctree-wrapper ul li ol li , article ul li ol li {
2020-11-27 11:15:13 +01:00
list-style : decimal ;
}
2020-11-25 12:10:23 +01:00
# content . section ol , # content ol , article ol {
list-style : decimal ;
line-height : 24px ;
2020-11-27 11:15:13 +01:00
margin-bottom : 24px ;
}
2020-11-25 12:10:23 +01:00
# content . section ol li , # content ol li , article ol li {
list-style : decimal ;
2020-11-27 11:15:13 +01:00
margin-left : 24px ;
}
2020-11-25 12:10:23 +01:00
# content . section ol li p : last-child , # content ol li p : last-child , article ol li p : last-child {
2020-11-27 11:15:13 +01:00
margin-bottom : 0 ;
}
2020-11-25 12:10:23 +01:00
# content . section ol li ul , # content ol li ul , article ol li ul {
2020-11-27 11:15:13 +01:00
margin-bottom : 0 ;
}
2020-11-25 12:10:23 +01:00
# content . section ol li ul li , # content ol li ul li , article ol li ul li {
2020-11-27 11:15:13 +01:00
list-style : disc ;
}
2020-11-25 12:10:23 +01:00
dl dt {
2020-11-27 11:15:13 +01:00
font-weight : bold ;
}
2020-11-25 12:10:23 +01:00
dl p , dl table , dl ul , dl ol {
2020-11-27 11:15:13 +01:00
margin-bottom : 12px ! important ;
}
2020-11-25 12:10:23 +01:00
dl dd {
2020-11-27 11:15:13 +01:00
margin : 0 0 12px 24px ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
. rotate-90 {
-webkit-transform : rotate ( 90deg ) ;
-moz-transform : rotate ( 90deg ) ;
-ms-transform : rotate ( 90deg ) ;
-o-transform : rotate ( 90deg ) ;
2020-11-27 11:15:13 +01:00
transform : rotate ( 90deg ) ;
}
2020-11-25 12:10:23 +01:00
. rotate-270 {
-webkit-transform : rotate ( 270deg ) ;
-moz-transform : rotate ( 270deg ) ;
-ms-transform : rotate ( 270deg ) ;
-o-transform : rotate ( 270deg ) ;
2020-11-27 11:15:13 +01:00
transform : rotate ( 270deg ) ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
* {
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
2020-11-27 11:15:13 +01:00
box-sizing : border-box ;
}
2020-11-25 12:10:23 +01:00
ins {
background : # ff9 ;
color : # 000 ;
2020-11-27 11:15:13 +01:00
text-decoration : none ;
}
2020-11-25 12:10:23 +01:00
mark {
background : # ff0 ;
color : # 000 ;
font-style : italic ;
2020-11-27 11:15:13 +01:00
font-weight : bold ;
}
2020-11-25 12:10:23 +01:00
small {
2020-11-27 11:15:13 +01:00
font-size : 85 % ;
}
2020-11-25 12:10:23 +01:00
sub , sup {
font-size : 75 % ;
line-height : 0 ;
position : relative ;
2020-11-27 11:15:13 +01:00
vertical-align : baseline ;
}
2020-11-25 12:10:23 +01:00
sup {
2020-11-27 11:15:13 +01:00
top : -0 . 5em ;
}
2020-11-25 12:10:23 +01:00
sub {
2020-11-27 11:15:13 +01:00
bottom : -0 . 25em ;
}
2020-11-25 12:10:23 +01:00
img {
-ms-interpolation-mode : bicubic ;
vertical-align : middle ;
2020-11-27 11:15:13 +01:00
max-width : 100 % ;
}
2020-11-25 12:10:23 +01:00
svg : not ( : root ) {
2020-11-27 11:15:13 +01:00
overflow : hidden ;
}
2020-11-25 12:10:23 +01:00
label {
2020-11-27 11:15:13 +01:00
cursor : pointer ;
display : block ;
margin : 0 0 0 . 3125em 0 ;
color : # 333 ;
font-size : 90 % ;
}
2020-11-25 12:10:23 +01:00
legend {
border : 0 ;
margin-left : -7px ;
padding : 0 ;
2020-11-27 11:15:13 +01:00
white-space : normal ;
2020-11-25 12:10:23 +01:00
display : block ;
width : 100 % ;
padding : 0 ;
white-space : normal ;
margin-bottom : 24px ;
font-size : 150 % ;
2020-11-27 11:15:13 +01:00
}
2020-11-25 12:10:23 +01:00
2020-11-27 11:15:13 +01:00
. nav # content . admonition-title , # content . nav . admonition-title , . nav . icon {
display : inline ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
a {
color : # 2980B9 ;
text-decoration : none ;
2020-11-27 11:15:13 +01:00
cursor : pointer ;
}
2020-11-25 12:10:23 +01:00
a : hover {
2020-11-27 11:15:13 +01:00
outline : 0 ;
color : # 3091d1 ;
}
2020-11-25 12:10:23 +01:00
a : visited {
2020-11-27 11:15:13 +01:00
outline : 0 ;
color : # 9B59B6 ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
. left {
2020-11-27 11:15:13 +01:00
text-align : left ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
. center {
2020-11-27 11:15:13 +01:00
text-align : center ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
. right {
2020-11-27 11:15:13 +01:00
text-align : right ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
hr {
display : block ;
height : 1px ;
border : 0 ;
border-top : 1px solid # e1e4e5 ;
margin : 24px 0 ;
2020-11-27 11:15:13 +01:00
padding : 0 ;
}
2020-11-25 12:10:23 +01:00
footer {
2020-11-27 11:15:13 +01:00
color : # 999 ;
}
2020-11-25 12:10:23 +01:00
footer p {
2020-11-27 11:15:13 +01:00
margin-bottom : 12px ;
}
2020-11-25 12:10:23 +01:00
# content img {
2020-11-27 11:15:13 +01:00
max-width : 100 % ;
}
2020-11-25 12:10:23 +01:00
# content . section > img , # content . section > a > img {
2020-11-27 11:15:13 +01:00
margin-bottom : 24px ;
}
2020-11-25 12:10:23 +01:00
. verse {
border-left : 5px solid # 6AB0DE ;
background-color : # E7F2FA ;
padding : 6px 20px ;
2020-11-27 11:15:13 +01:00
font-style : italic ;
}
2020-11-25 12:10:23 +01:00
# content . section ol p , # content . section ul p {
2020-11-27 11:15:13 +01:00
margin-bottom : 12px ;
}
2020-11-25 12:10:23 +01:00
# content h1 . headerlink , # content h2 . headerlink , # content h3 . headerlink , # content h4 . headerlink , # content h5 . headerlink , # content h6 . headerlink , # content dl dt . headerlink {
display : none ;
visibility : hidden ;
2020-11-27 11:15:13 +01:00
font-size : 14px ;
}
2020-11-25 12:10:23 +01:00
# content h1 . headerlink : after , # content h2 . headerlink : after , # content h3 . headerlink : after , # content h4 . headerlink : after , # content h5 . headerlink : after , # content h6 . headerlink : after , # content dl dt . headerlink : after {
visibility : visible ;
content : "" ;
font-family : FontAwesome ;
2020-11-27 11:15:13 +01:00
display : inline-block ;
}
2020-11-25 12:10:23 +01:00
# content h1 : hover . headerlink , # content h2 : hover . headerlink , # content h3 : hover . headerlink , # content h4 : hover . headerlink , # content h5 : hover . headerlink , # content h6 : hover . headerlink , # content dl dt : hover . headerlink {
2020-11-27 11:15:13 +01:00
display : inline-block ;
}
2020-11-25 12:10:23 +01:00
# content . sidebar {
float : right ;
width : 40 % ;
display : block ;
margin : 0 0 24px 24px ;
padding : 24px ;
background : # f3f6f6 ;
2020-11-27 11:15:13 +01:00
border : solid 1px # e1e4e5 ;
}
2020-11-25 12:10:23 +01:00
# content . sidebar p , # content . sidebar ul , # content . sidebar dl {
2020-11-27 11:15:13 +01:00
font-size : 90 % ;
}
2020-11-25 12:10:23 +01:00
# content . sidebar . last {
2020-11-27 11:15:13 +01:00
margin-bottom : 0 ;
}
2020-11-25 12:10:23 +01:00
# content . sidebar . sidebar-title {
display : block ;
2020-11-27 11:15:13 +01:00
font-family : "Roboto Slab" , "ff-tisa-web-pro" , "Georgia" , Arial , sans-serif ;
2020-11-25 12:10:23 +01:00
font-weight : bold ;
background : # e1e4e5 ;
padding : 6px 12px ;
margin : -24px ;
margin-bottom : 24px ;
2020-11-27 11:15:13 +01:00
font-size : 100 % ;
}
2020-11-25 12:10:23 +01:00
# content . highlighted {
background : # F1C40F ;
display : inline-block ;
font-weight : bold ;
2020-11-27 11:15:13 +01:00
padding : 0 6px ;
}
2020-11-25 12:10:23 +01:00
# content . footnote-reference , # content . citation-reference {
vertical-align : super ;
2020-11-27 11:15:13 +01:00
font-size : 90 % ;
}
2020-11-25 12:10:23 +01:00
2020-11-27 11:15:13 +01:00
span [ id * = MathJax-Span ] {
color : # 404040 ;
}
2020-11-25 12:10:23 +01:00
. math {
2020-11-27 11:15:13 +01:00
text-align : center ;
}
2020-11-25 12:10:23 +01:00
# footnotes {
border-top : 1px solid # e1e4e5 ;
2020-11-27 11:15:13 +01:00
padding-top : 36px ;
}
2020-11-25 12:10:23 +01:00
h2 . footnotes {
2020-11-27 11:15:13 +01:00
display : none ;
}
2020-11-25 12:10:23 +01:00
. footnum , . footref {
color : # 2980b9 ;
font-size : 170 % ;
2020-11-27 11:15:13 +01:00
font-family : "Lato" , "proxima-nova" , "Helvetica Neue" , Arial , sans-serif ;
}
2020-11-25 12:10:23 +01:00
. footnum : before , . footref : before {
2020-11-27 11:15:13 +01:00
content : "[" ;
}
2020-11-25 12:10:23 +01:00
. footnum : after , . footref : after {
2020-11-27 11:15:13 +01:00
content : "]" ;
}
2020-11-12 10:05:25 +01:00
. footpara {
2020-11-25 12:10:23 +01:00
color : # 999 ;
font-size : 90 % ;
2020-11-27 11:15:13 +01:00
font-family : "Lato" , "proxima-nova" , "Helvetica Neue" , Arial , sans-serif ;
2020-11-25 12:10:23 +01:00
padding-bottom : 8px ;
padding-left : 16px ;
padding-right : 16px ;
padding-top : 8px ;
line-height : 1 . 25em ;
2020-11-27 11:15:13 +01:00
/* display: inline; */
}
2020-11-25 12:10:23 +01:00
. todo {
background-color : # f29f97 ;
padding : 0px 4px ;
2020-11-27 11:15:13 +01:00
color : # fff ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
. WAIT , . nilWAIT {
2020-11-27 11:15:13 +01:00
background-color : # 6AB097 ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
. done {
background-color : # 6ab0de ;
padding : 0px 4px ;
2020-11-27 11:15:13 +01:00
color : # fff ;
}
2020-11-12 10:05:25 +01:00
. tag span {
2020-11-25 12:10:23 +01:00
background-color : # EDEDED ;
border : 1px solid # EDEDED ;
color : # 939393 ;
cursor : pointer ;
display : block ;
float : right ;
font-size : 80 % ;
font-weight : normal ;
margin : 0 3px ;
padding : 1px 2px ;
2020-11-27 11:15:13 +01:00
border-radius : 10px ;
}
2020-11-12 10:05:25 +01:00
. tag . FLAGGED {
2020-11-25 12:10:23 +01:00
background-color : # DB2D27 ;
border : 1px solid # DB2D27 ;
color : white ;
2020-11-27 11:15:13 +01:00
font-weight : bold ;
}
2020-11-12 10:05:25 +01:00
. timestamp {
2020-11-27 11:15:13 +01:00
font-family : Consolas , "Andale Mono WT" , "Andale Mono" , "Lucida Console" , "Lucida Sans Typewriter" , "DejaVu Sans Mono" , "Bitstream Vera Sans Mono" , "Liberation Mono" , "Nimbus Mono L" , Monaco , "Courier New" , Courier , monospace ;
2020-11-25 12:10:23 +01:00
font-size : 90 % ;
2020-11-27 11:15:13 +01:00
color : navy ;
}
2020-11-12 10:05:25 +01:00
. nav . timestamp {
2020-11-27 11:15:13 +01:00
color : inherit ;
}
2020-11-12 10:05:25 +01:00
. inlinetask {
2020-11-25 12:10:23 +01:00
background : # FFF9E3 ;
/* url(dialog-todo.png) no-repeat 10px 8px; */
border : 3px solid # FFEB8E ;
/* border-right-style: none; */
/* border-left-style: none; */
/* padding: 10px 20px 10px 60px; */
padding : 9px 12px ;
margin-bottom : 24px ;
2020-11-27 11:15:13 +01:00
font-family : "Roboto Slab" , "ff-tisa-web-pro" , "Georgia" , Arial , sans-serif ;
}
2020-11-25 12:10:23 +01:00
2020-11-27 11:15:13 +01:00
. fa : before , # content h1 . headerlink : before , # content h2 . headerlink : before , # content h3 . headerlink : before , # content h4 . headerlink : before , # content h5 . headerlink : before , # content h6 . headerlink : before , # content dl dt . headerlink : before , . icon : before , . wy-dropdown . caret : before , . wy-inline-validate . wy-inline-validate-success . wy-input-context : before , . wy-inline-validate . wy-inline-validate-danger . wy-input-context : before , . wy-inline-validate . wy-inline-validate-warning . wy-input-context : before , . wy-inline-validate . wy-inline-validate-info . wy-input-context : before , . wy-alert , . btn , input [ type = text ] , input [ type = password ] , input [ type = email ] , input [ type = url ] , input [ type = date ] , input [ type = month ] , input [ type = time ] , input [ type = datetime ] , input [ type = datetime-local ] , input [ type = week ] , input [ type = number ] , input [ type = search ] , input [ type = tel ] , input [ type = color ] , select , textarea , # table-of-contents li . on a , # table-of-contents li . current > a , . wy-side-nav-search > a , . wy-side-nav-search . wy-dropdown > a , . wy-nav-top a {
-webkit-font-smoothing : antialiased ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
/ * !
* Font Awesome 4 . 1 . 0 by @ davegandy - http : / / fontawesome . io - @ fontawesome
* License - http : / / fontawesome . io / license ( Font : SIL OFL 1 . 1 , CSS : MIT License )
* /
@ font-face {
2020-11-27 11:15:13 +01:00
font-family : "FontAwesome" ;
2020-11-25 12:10:23 +01:00
src : url ( "../fonts/fontawesome-webfont.eot?v=4.1.0" ) ;
src : url ( "../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0" ) format ( "embedded-opentype" ) , url ( "../fonts/fontawesome-webfont.woff?v=4.1.0" ) format ( "woff" ) , url ( "../fonts/fontawesome-webfont.ttf?v=4.1.0" ) format ( "truetype" ) , url ( "../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular" ) format ( "svg" ) ;
font-weight : normal ;
2020-11-27 11:15:13 +01:00
font-style : normal ;
}
2020-11-25 12:10:23 +01:00
. fa , . icon {
display : inline-block ;
font-family : FontAwesome ;
font-style : normal ;
font-weight : normal ;
line-height : 1 ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
-moz-osx-font-smoothing : grayscale ;
}
2020-11-25 12:10:23 +01:00
. fa-ul {
padding-left : 0 ;
margin-left : 2 . 14286em ;
2020-11-27 11:15:13 +01:00
list-style-type : none ;
}
2020-11-25 12:10:23 +01:00
. fa-ul > li {
2020-11-27 11:15:13 +01:00
position : relative ;
}
2020-11-25 12:10:23 +01:00
. fa-li {
position : absolute ;
left : -2 . 14286em ;
width : 2 . 14286em ;
top : 0 . 14286em ;
2020-11-27 11:15:13 +01:00
text-align : center ;
}
2020-11-25 12:10:23 +01:00
. fa-li . fa-lg {
2020-11-27 11:15:13 +01:00
left : -1 . 85714em ;
}
2020-11-25 12:10:23 +01:00
. fa-border {
2020-11-27 11:15:13 +01:00
padding : 0 . 2em 0 . 25em 0 . 15em ;
2020-11-25 12:10:23 +01:00
border : solid 0 . 08em # eee ;
2020-11-27 11:15:13 +01:00
border-radius : 0 . 1em ;
}
2020-11-25 12:10:23 +01:00
# org-div-home-and-up {
text-align : right ;
max-width : 1200px ;
2020-11-27 11:15:13 +01:00
margin-left : 300px ;
}
@ media screen and ( max-width : 768px ) {
# org-div-home-and-up {
position : fixed ;
z-index : 10 ;
margin : 10px ;
right : 0 ;
}
# org-div-home-and-up > a {
color : black ;
}
}
2020-11-25 12:10:23 +01:00
# table-of-contents {
position : fixed ;
top : 0 ;
left : 0 ;
width : 300px ;
overflow-x : hidden ;
overflow-y : scroll ;
height : 100 % ;
background : # 343131 ;
z-index : 200 ;
scrollbar-base-color : # 1F1D1D ;
scrollbar-arrow-color : # b3b3b3 ;
scrollbar-shadow-color : # 1F1D1D ;
2020-11-27 11:15:13 +01:00
scrollbar-track-color : # 343131 ;
}
# table-of-contents li {
list-style : none ;
margin-left : 0px ;
}
# table-of-contents li . divide-top {
border-top : solid 1px # 404040 ;
}
# table-of-contents li . divide-bottom {
border-bottom : solid 1px # 404040 ;
}
# table-of-contents li . current {
background : # e3e3e3 ;
}
# table-of-contents li . current a {
color : gray ;
border-right : solid 1px # c9c9c9 ;
padding : 0 . 4045em 2 . 427em ;
}
# table-of-contents li . current a : hover {
background : # d6d6d6 ;
}
# table-of-contents li a {
padding : 0 . 4045em 1 . 618em ;
position : relative ;
border : none ;
padding-left : 1 . 618em -4px ;
}
# table-of-contents li . on a : hover {
background : # fcfcfc ;
}
# table-of-contents li . current > a : hover {
background : # fcfcfc ;
}
# table-of-contents . close-sidebar {
display : none ;
}
# table-of-contents header {
height : 32px ;
display : inline-block ;
line-height : 32px ;
padding : 0 1 . 618em ;
display : block ;
font-weight : bold ;
text-transform : uppercase ;
font-size : 80 % ;
color : # 2980B9 ;
white-space : nowrap ;
}
# table-of-contents ul {
margin-bottom : 0 ;
}
# table-of-contents li ul li a {
padding : 0 . 4045em 2 . 427em ;
}
# table-of-contents li ul li ul li a {
padding : 0 . 4045em 3 . 236em ;
}
# table-of-contents li . current ul {
display : block ;
}
# table-of-contents . local-toc li ul {
display : block ;
}
# table-of-contents li ul li a {
margin-bottom : 0 ;
color : # b3b3b3 ;
font-weight : normal ;
}
# table-of-contents a {
display : inline-block ;
line-height : 18px ;
padding : 0 . 4045em 1 . 618em ;
display : block ;
position : relative ;
font-size : 90 % ;
color : # b3b3b3 ;
direction : ltr ;
}
# table-of-contents a : hover {
background-color : # 4e4a4a ;
cursor : pointer ;
}
# table-of-contents h2 {
z-index : 200 ;
background-color : # 2980B9 ;
text-align : center ;
padding : 0 . 809em ;
display : block ;
color : # fcfcfc ;
font-size : 100 % ;
margin-bottom : 0 . 809em ;
}
2020-11-24 14:24:00 +01:00
2020-11-25 12:10:23 +01:00
ul . nav li ul li {
2020-11-27 11:15:13 +01:00
display : none ;
}
2020-11-24 14:24:00 +01:00
2020-11-25 12:10:23 +01:00
ul . nav li ul li ul li {
2020-11-27 11:15:13 +01:00
display : none ;
}
2020-11-12 10:05:25 +01:00
2020-11-25 12:10:23 +01:00
ul . nav li . active ul li {
2020-11-27 11:15:13 +01:00
display : inline ;
}
2020-11-24 14:24:00 +01:00
2020-11-25 12:10:23 +01:00
ul . nav li . active ul li ul li {
2020-11-27 11:15:13 +01:00
display : inline ;
}
2020-11-23 11:47:42 +01:00
2020-11-25 12:10:23 +01:00
ul . nav li . active ul li a {
background-color : # E3E3E3 ;
color : # 8099B0 ;
2020-11-27 11:15:13 +01:00
border-right : solid 1px # c9c9c9 ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav li . active ul li . active a {
background-color : # C9C9C9 ;
color : black ! important ;
2020-11-27 11:15:13 +01:00
font-weight : bold ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav li . active ul li . active ul li . active a {
color : black ! important ;
font-weight : bold ! important ;
2020-11-27 11:15:13 +01:00
display : block ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav li . active ul li . active ul li a {
color : # 808080 ! important ;
font-weight : normal ! important ;
2020-11-27 11:15:13 +01:00
display : block ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav li . active ul li ul li a {
2020-11-27 11:15:13 +01:00
display : none ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav li ul li ul li ul li {
2020-11-27 11:15:13 +01:00
display : none ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav li . active > a {
border-bottom : solid 1px # c9c9c9 ! important ;
2020-11-27 11:15:13 +01:00
border-right : solid 1px # c9c9c9 ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav li . active a {
color : gray ! important ;
font-weight : bold ;
2020-11-12 10:05:25 +01:00
background-color : white ;
2020-11-27 11:15:13 +01:00
border-right : solid 0px white ! important ;
}
2020-11-25 12:10:23 +01:00
ul . nav > li . active > a {
2020-11-27 11:15:13 +01:00
color : black ! important ;
}
# toggle-sidebar {
display : none ;
}
2020-11-25 12:10:23 +01:00
# copyright {
position : fixed ;
bottom : 0 ;
left : 0 ;
width : 300px ;
color : # fcfcfc ;
background : # 1f1d1d ;
border-top : solid 10px # 343131 ;
2020-11-27 11:15:13 +01:00
font-family : "Lato" , "proxima-nova" , "Helvetica Neue" , Arial , sans-serif ;
2020-11-25 12:10:23 +01:00
font-size : 90 % ;
z-index : 400 ;
2020-11-27 11:15:13 +01:00
padding : 12px ;
}
# copyright a {
color : # 2980B9 ;
text-decoration : none ;
}
# copyright . rst-current-version {
padding : 12px ;
background-color : # 272525 ;
display : block ;
text-align : right ;
font-size : 90 % ;
cursor : pointer ;
color : # 27AE60 ;
* zoom : 1 ;
}
2020-11-25 12:10:23 +01:00
# postamble {
position : fixed ;
bottom : 0 ;
left : 0 ;
width : 300px ;
color : # fcfcfc ;
background : # 1f1d1d ;
border-top : solid 10px # 343131 ;
2020-11-27 11:15:13 +01:00
font-family : "Lato" , "proxima-nova" , "Helvetica Neue" , Arial , sans-serif ;
2020-11-25 12:10:23 +01:00
font-size : 90 % ;
z-index : 400 ;
2020-11-27 11:15:13 +01:00
padding : 12px ;
}
# postamble . author {
font-size : 100 % ;
margin-bottom : 0px ;
}
# postamble . date {
font-size : 90 % ;
margin-bottom : 0px ;
color : # 27AE60 ;
}
# postamble . creator , # postamble . validation {
display : none ;
}
2020-11-25 12:10:23 +01:00
@ media print {
html , body , section {
2020-11-27 11:15:13 +01:00
background : none ! important ;
}
2020-11-25 12:10:23 +01:00
* {
box-shadow : none ! important ;
text-shadow : none ! important ;
filter : none ! important ;
2020-11-27 11:15:13 +01:00
-ms-filter : none ! important ;
}
2020-11-25 12:10:23 +01:00
a , a : visited {
2020-11-27 11:15:13 +01:00
text-decoration : underline ;
}
2020-11-25 12:10:23 +01:00
pre . src , blockquote {
2020-11-27 11:15:13 +01:00
page-break-inside : avoid ;
}
2020-11-25 12:10:23 +01:00
thead {
2020-11-27 11:15:13 +01:00
display : table-header-group ;
}
2020-11-25 12:10:23 +01:00
tr , img {
2020-11-27 11:15:13 +01:00
page-break-inside : avoid ;
}
2020-11-25 12:10:23 +01:00
img {
2020-11-27 11:15:13 +01:00
max-width : 100 % ! important ;
}
2020-11-25 12:10:23 +01:00
@ page {
2020-11-27 11:15:13 +01:00
margin : 0 . 5cm ;
}
2020-11-25 12:10:23 +01:00
p , h2 , h3 {
orphans : 3 ;
2020-11-27 11:15:13 +01:00
widows : 3 ;
}
2020-11-25 12:10:23 +01:00
h2 , h3 {
2020-11-27 11:15:13 +01:00
page-break-after : avoid ;
}
}
2020-11-25 12:10:23 +01:00
@ media print {
# postamble {
2020-11-27 11:15:13 +01:00
display : none ;
}
2020-11-25 12:10:23 +01:00
# content {
2020-11-27 11:15:13 +01:00
margin-left : 0 ;
}
}
2020-11-25 12:10:23 +01:00
@ media print {
# table-of-contents {
2020-11-27 11:15:13 +01:00
display : none ;
}
2020-11-25 12:10:23 +01:00
@ page {
size : auto ;
2020-11-27 11:15:13 +01:00
margin : 25mm 25mm 25mm 25mm ;
}
2020-11-25 12:10:23 +01:00
body {
2020-11-27 11:15:13 +01:00
margin : 0px ;
}
}
2020-11-25 17:43:26 +01:00
. note {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f0f0f0 ;
}
. note p : last-child , . note . last {
margin-bottom : 0 ;
}
. note . admonition-title {
line-height : 1 ;
background : # a3a3a3 ;
margin-bottom : 0px ;
}
. note . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. seealso {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f0f0f0 ;
}
. seealso p : last-child , . seealso . last {
margin-bottom : 0 ;
}
. seealso . admonition-title {
line-height : 1 ;
background : # a3a3a3 ;
margin-bottom : 0px ;
}
. seealso . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. definition {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f9e6e6 ;
}
. definition p : last-child , . definition . last {
margin-bottom : 0 ;
}
. definition . admonition-title {
line-height : 1 ;
background : # db6b6b ;
margin-bottom : 0px ;
}
. definition . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. exampl {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # e6f9ef ;
}
. exampl p : last-child , . exampl . last {
margin-bottom : 0 ;
}
. exampl . admonition-title {
line-height : 1 ;
background : # 6bdb9f ;
margin-bottom : 0px ;
}
. exampl . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. question {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f9f9e6 ;
}
. question p : last-child , . question . last {
margin-bottom : 0 ;
}
. question . admonition-title {
line-height : 1 ;
background : # dbd96b ;
margin-bottom : 0px ;
}
. question . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. summary {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # e6f2f9 ;
}
. summary p : last-child , . summary . last {
margin-bottom : 0 ;
}
. summary . admonition-title {
line-height : 1 ;
background : # 6baedb ;
margin-bottom : 0px ;
}
. summary . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. hint {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f0f0f0 ;
}
. hint p : last-child , . hint . last {
margin-bottom : 0 ;
}
. hint . admonition-title {
line-height : 1 ;
background : # a3a3a3 ;
margin-bottom : 0px ;
}
. hint . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. important {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f9f3e6 ;
}
. important p : last-child , . important . last {
margin-bottom : 0 ;
}
. important . admonition-title {
line-height : 1 ;
background : # dbba6b ;
margin-bottom : 0px ;
}
. important . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. caution {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f9f3e6 ;
}
. caution p : last-child , . caution . last {
margin-bottom : 0 ;
}
. caution . admonition-title {
line-height : 1 ;
background : # dbba6b ;
margin-bottom : 0px ;
}
. caution . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
. warning {
padding : 12px ;
line-height : 24px ;
margin-bottom : 24px ;
-webkit-font-smoothing : antialiased ;
2020-11-27 11:15:13 +01:00
background : # f9f3e6 ;
}
. warning p : last-child , . warning . last {
margin-bottom : 0 ;
}
. warning . admonition-title {
line-height : 1 ;
background : # dbba6b ;
margin-bottom : 0px ;
}
. warning . admonition-title : before {
font-family : FontAwesome ;
content : "" ;
}
2020-11-25 17:43:26 +01:00
# content . admonition-title {
color : # fff ;
font-weight : bold ;
display : block ;
color : # fff ;
padding : 6px 12px ;
margin-bottom : 0px ;
font-family : inherit ;
2020-11-27 11:15:13 +01:00
-webkit-font-smoothing : antialiased ;
}
# content . admonition-title : before {
margin-right : 4px ;
font-family : "FontAwesome" ;
display : inline-block ;
font-style : normal ;
font-weight : normal ;
line-height : 1 ;
text-decoration : inherit ;
}
2020-11-25 17:43:26 +01:00
2020-11-12 10:05:25 +01:00
. org-src-container > pre {
margin-top : 1 . 5em ;
position : relative ;
overflow : visible ;
2020-11-25 12:10:23 +01:00
border : 1px solid # e1e4e5 ;
background : # fff ;
display : block ;
2020-11-27 11:15:13 +01:00
font-family : Consolas , "Andale Mono WT" , "Andale Mono" , "Lucida Console" , "Lucida Sans Typewriter" , "DejaVu Sans Mono" , "Bitstream Vera Sans Mono" , "Liberation Mono" , "Nimbus Mono L" , Monaco , "Courier New" , Courier , monospace ;
2020-11-25 12:10:23 +01:00
font-size : 12px ;
line-height : 1 . 5 ;
margin : 1px 0px 24px 0px ;
padding : 12px ;
2020-11-27 11:15:13 +01:00
white-space : pre ;
}
. org-src-container > pre . src : before {
display : inline ;
position : absolute ;
color : # 808080 ;
background-color : white ;
top : -10px ;
left : 10px ;
padding : 0px 4px ;
border : 1px solid # d0d0d0 ;
font-size : 80 % ;
}
. org-src-container > pre . src-emacs-lisp : before {
content : "Emacs Lisp" ;
}
. org-src-container > pre . src-elisp : before {
content : "Emacs Lisp" ;
}
. org-src-container > pre . src-sh : before {
content : "shell" ;
}
. org-src-container > pre . src-bash : before {
content : "bash" ;
}
. org-src-container > pre . src-org : before {
content : "Org mode" ;
}
. org-src-container > pre . src-python : before {
content : "Python" ;
}
. org-src-container > pre . src-matlab : before {
content : "Matlab" ;
}
2020-11-12 16:38:01 +01:00
2020-11-23 11:47:42 +01:00
/* Results blocks */
pre . example {
position : relative ;
2020-11-25 12:10:23 +01:00
background : # f3f6f6 ;
border : 1px solid # e1e4e5 ;
color : # 404040 ;
font-size : 12px ;
line-height : 1 . 5 ;
margin-bottom : 24px ;
2020-11-27 11:15:13 +01:00
padding : 12px ;
}
pre . example : before {
content : "Result" ;
display : inline ;
position : absolute ;
color : # 808080 ;
background-color : white ;
top : -10px ;
left : 10px ;
padding : 0px 4px ;
border : 1px solid # d0d0d0 ;
font-size : 80 % ;
}
2020-11-23 11:47:42 +01:00
2020-11-25 12:10:23 +01:00
. org-type {
2020-11-27 11:15:13 +01:00
color : # 228b22 ;
}
2020-11-12 16:38:01 +01:00
2020-11-25 12:10:23 +01:00
. org-comment {
color : # 999988 ;
2020-11-27 11:15:13 +01:00
font-style : italic ;
}
2020-11-23 11:47:42 +01:00
2020-11-25 12:10:23 +01:00
. org-comment-delimiter {
color : # 999988 ;
2020-11-27 11:15:13 +01:00
font-style : italic ;
}
2020-11-12 16:53:54 +01:00
2020-11-25 12:10:23 +01:00
. org-string {
2020-11-27 11:15:13 +01:00
color : # dd1144 ;
}
2020-11-17 22:13:18 +01:00
2020-11-25 12:10:23 +01:00
. org-matlab-cellbreak {
text-decoration : underline ;
2020-11-27 11:15:13 +01:00
text-decoration-color : # 999988 ;
}
2020-11-25 12:10:23 +01:00
. org-constant {
2020-11-27 11:15:13 +01:00
color : # 008b8b ;
}
2020-11-25 12:10:23 +01:00
. org-variable-name {
2020-11-27 11:15:13 +01:00
color : teal ;
}
2020-11-17 22:13:18 +01:00
2020-11-25 12:10:23 +01:00
/* Figures */
. figure {
2020-11-27 11:15:13 +01:00
margin-bottom : 24px ;
}
. figure p {
color : # 000 ;
font : italic 85 % / 1 arial , sans-serif ;
padding : 1em 0 ;
text-align : center ;
margin : 0 ;
}
. figure img {
max-width : 100 % ;
display : block ;
margin : auto ;
}
. figure . figure-number {
font-weight : bold ;
color : # 343131 ;
}
2020-11-25 12:10:23 +01:00
figcaption , figure , footer , header , hgroup , nav {
2020-11-27 11:15:13 +01:00
display : block ;
}
2020-11-25 12:10:23 +01:00
table {
margin-left : auto ;
margin-right : auto ;
border-collapse : collapse ;
border-spacing : 0 ;
empty-cells : show ;
margin-bottom : 24px ;
2020-11-27 11:15:13 +01:00
border-bottom : 1px solid # e1e4e5 ;
}
table . table-number {
font-weight : bold ;
color : # 343131 ;
}
table td , table th {
font-size : 90 % ;
margin : 0 ;
overflow : visible ;
padding : 8px 16px ;
background-color : white ;
border : 1px solid # e1e4e5 ;
}
table thead th {
font-weight : bold ;
border-top : 3px solid # e1e4e5 ;
border-bottom : 1px solid # e1e4e5 ;
}
table caption {
color : # 000 ;
font : italic 85 % / 1 arial , sans-serif ;
padding : 1em 0 ;
}
table tr : nth-child ( 2n-1 ) td {
background-color : # f3f6f6 ;
}
table tr : nth-child ( 2n ) td {
background-color : white ;
}
2020-11-25 12:10:23 +01:00
/* Center Youtube Videos */
2020-11-17 22:13:18 +01:00
iframe {
display : block ;
margin : auto ;
2020-11-27 11:15:13 +01:00
max-width : 100 % ;
}
2020-11-25 12:10:23 +01:00
/* Video */
video {
2020-11-27 11:15:13 +01:00
max-width : 100 % ;
}
2020-11-25 12:10:23 +01:00
2020-11-25 19:35:58 +01:00
details {
/* color: #2980B9; */
background : # fbfbfb ;
2020-11-27 11:15:13 +01:00
border : 1px solid # c9c9c9 ;
2020-11-25 19:35:58 +01:00
border-radius : 3px ;
padding : 0 . 25em ;
2020-11-27 11:15:13 +01:00
margin-bottom : 1em ;
}
details pre . src {
border : 0 ;
background : none ;
margin : 0 ;
}
details pre . src-lisp :: before {
content : "" ;
}
2020-11-25 19:35:58 +01:00
summary {
outline : 0 ;
2020-11-27 11:15:13 +01:00
color : # c9c9c9 ;
}
summary :: after {
font-size : 0 . 85em ;
color : # c9c9c9 ;
display : inline-block ;
float : right ;
content : "Click to fold/unfold" ;
padding-right : 0 . 5em ;
}
@ media screen and ( max-width : 768px ) {
. tablet-hide {
display : none ;
}
}
@ media screen and ( max-width : 480px ) {
. mobile-hide {
display : none ;
}
}
@ media screen and ( max-width : 768px ) {
# content {
margin-left : 0 ;
}
# content # content {
padding : 1 . 618em ;
}
# content . shift {
position : fixed ;
min-width : 100 % ;
left : 85 % ;
top : 0 ;
height : 100 % ;
overflow : hidden ;
}
}
@ media screen and ( min-width : 1400px ) {
# content {
background : rgba ( 0 , 0 , 0 , 0 . 05 ) ;
}
# content {
background : # fcfcfc ;
}
}
@ media screen and ( max-width : 768px ) {
# copyright {
width : 85 % ;
display : none ;
}
# copyright . shift {
display : block ;
}
img {
width : 100 % ;
height : auto ;
}
}
@ media screen and ( max-width : 480px ) {
# content . sidebar {
width : 100 % ;
}
}
@ media screen and ( max-width : 768px ) {
# table-of-contents {
display : none ;
width : 60 % ;
}
# table-of-contents h2 a {
display : block ;
}
# table-of-contents : target {
display : block ;
}
# copyright , # postamble {
display : none ;
}
# toggle-sidebar {
display : block ;
margin-bottom : 1 . 6em ;
padding : 0 . 6em ;
text-align : center ;
}
# toggle-sidebar h2 {
background-color : # 2980B9 ;
width : 100 % ;
height : 50px ;
left : 0 ;
top : 0 ;
color : white ;
font-size : 100 % ;
line-height : 50px ;
position : fixed ;
margin : 0 ;
padding : 0 ;
opacity : 0 . 7 ;
}
# table-of-contents . close-sidebar {
color : rgba ( 255 , 255 , 255 , 0 . 3 ) ;
2020-11-25 19:35:58 +01:00
display : inline-block ;
2020-11-27 11:15:13 +01:00
margin : 0px 10px 0px 45px ;
padding : 10px ;
}
}
2020-11-25 19:35:58 +01:00
2020-11-25 12:10:23 +01:00
/*# sourceMappingURL=style.css.map */