2014-05-16 21:02:47 +00:00
body {
2019-08-24 11:19:34 +00:00
margin-top : 75px ; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */
2014-05-16 21:02:47 +00:00
}
footer {
2019-08-24 11:19:34 +00:00
margin : 50px 0 ;
2015-09-02 22:37:42 +00:00
}
table {
2019-08-24 11:19:34 +00:00
background-color : # e0e0ff
2015-09-02 22:37:42 +00:00
}
tbody td , th {
2019-08-24 11:19:34 +00:00
border : 1px solid black ;
padding : 3px 7px 2px 7px ;
2015-09-02 22:37:42 +00:00
}
thead td , th {
2019-08-24 11:19:34 +00:00
border : 1px solid black ;
padding : 3px 7px 2px 7px ;
font-weight : bold ;
2015-09-02 22:37:42 +00:00
}
tbody tr : nth-child ( odd ) {
2019-08-24 11:19:34 +00:00
background-color : # d0d0ff
2015-09-02 22:37:42 +00:00
}
2016-08-22 16:21:06 +00:00
2019-08-24 11:19:34 +00:00
/* Preserve whitespace. Wrap text only at line breaks. */
/* Avoids auto-wrapping the code lines. */
2018-09-04 18:22:26 +00:00
pre code {
2019-08-24 11:19:34 +00:00
white-space : pre
2018-09-04 18:22:26 +00:00
}
2016-08-22 16:21:06 +00:00
/* Hover over links on headers */
. header-link {
2019-08-24 11:19:34 +00:00
position : absolute ;
left : -0 . 5em ;
opacity : 0 ;
transition : opacity 0 . 2s ease-in-out 0 . 1s ;
2016-08-22 16:21:06 +00:00
}
h2 : hover . header-link ,
h3 : hover . header-link ,
h4 : hover . header-link ,
h5 : hover . header-link ,
h6 : hover . header-link {
2019-12-22 08:35:26 +00:00
opacity : 1 ;
}
h2 , h3 , h4 , h5 , h6 {
padding-top : 55px ;
margin-top : -44px ;
2016-08-22 16:21:06 +00:00
}
2017-07-09 16:29:57 +00:00
/* Fix spacing between menu items */
. navbar-default . dropdown-menu > li > a {
2019-08-24 11:19:34 +00:00
padding-top : 6px ;
padding-bottom : 6px ;
}
/* custom logo in navbar */
. rclone-logo {
height : 36px ;
}
/* override padding so logo is centered */
. navbar-brand {
padding : 4px 15px ;
}
/* reduce h12345 sizes */
h1 {
font-size : 25px ;
}
h2 {
font-size : 22px ;
}
h3 {
font-size : 20px ;
}
h4 {
font-size : 18px ;
}
h5 {
font-size : 16px ;
2017-07-09 16:29:57 +00:00
}