github.com/artpar/rclone@v1.67.3/docs/static/css/custom.css (about)

     1  body {
     2      font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
     3  }
     4  
     5  btn-group.a {
     6      color: #000000;
     7  }
     8  
     9  a {
    10      color: #3f79ad;
    11      text-decoration: none;
    12  }
    13  
    14  a:hover {
    15      color: #70caf2;
    16  }
    17  
    18  table {
    19  	background-color:#f0f0f0;
    20  }
    21  
    22  tbody td, th {
    23  	border: 1px solid #c0c0c0;
    24  	padding: 3px 7px 2px 7px;
    25  }
    26  
    27  thead td, th {
    28  	padding: 3px 7px 2px 7px;
    29  	font-weight: bold;
    30  	background-color:#e0e0e0;
    31  }
    32  
    33  tbody tr:nth-child(even) {
    34  	background-color:#e8e8e8;
    35  }
    36  
    37  /* Preserve whitespace. Wrap text only at line breaks. */
    38  /* Avoids auto-wrapping the code lines. */
    39  pre code {
    40  	white-space: pre
    41  }
    42  
    43  /* Hover over links on headers */
    44  .header-link {
    45  	position: absolute;
    46  	left: -0.5em;
    47  	opacity: 0;
    48  	transition: opacity 0.2s ease-in-out 0.1s;
    49  }
    50  h2:hover .header-link,
    51  h3:hover .header-link,
    52  h4:hover .header-link,
    53  h5:hover .header-link,
    54  h6:hover .header-link {
    55    	opacity: 1;
    56  }
    57  
    58  /* more space before headings */
    59  h1, h2, h3, h4, h5, h6 {
    60      margin-top: 12px;
    61      padding: 15px 0px;
    62  }
    63  
    64  /* Fix spacing of info boxes */
    65  .card {
    66      margin-top: 0.75rem;
    67  }
    68  /* less padding around info box items */
    69  .card-body {
    70      padding: 0.5rem;
    71  }
    72  
    73  /* make menus longer */
    74  .pre-scrollable {
    75      max-height: 30rem;
    76  }
    77  
    78  /* Fix spacing between menu items */
    79  /* .navbar-default .dropdown-menu>li>a { */
    80  /* 	padding-top: 6px; */
    81  /* 	padding-bottom: 6px; */
    82  /* } */
    83  
    84  /* custom logo in navbar */
    85  .rclone-logo {
    86      height: 36px;
    87      margin-top: -10px;
    88      margin-bottom: -10px;
    89  }
    90  
    91  .heart {
    92      color: #e31b23;
    93  }
    94  
    95  blockquote {
    96      display: block;
    97      background-color: #EEE;
    98      padding: 0.25rem;
    99      border: 1px solid black;
   100  }
   101  
   102  pre {
   103      padding: 10px;
   104      margin: 0 0 10.5px;
   105      font-size: 14px;
   106      line-height: 1.42857143;
   107      word-break: break-all;
   108      word-wrap: break-word;
   109      color: #333333;
   110      background-color: #f5f5f5;
   111      border: 1px solid #cccccc;
   112      border-radius: 0.25rem;
   113  }
   114  
   115  code {
   116      font-size: 87.5%;
   117      color: #e83e8c;
   118      word-wrap: break-word;
   119  }
   120  
   121  /* reduce h12345 sizes */
   122  h1 {
   123      font-size: 160%;
   124  }
   125  h2 {
   126      font-size: 130%;
   127  }
   128  h3 {
   129      font-size: 110%;
   130      font-weight: bold;
   131  }
   132  h4 {
   133      font-size: 100%;
   134      font-weight: bold;
   135  }
   136  h5 {
   137      font-size: 90%;
   138      font-weight: bold;
   139  }
   140  
   141  .menu {
   142      font-size: 95%;
   143  }
   144  
   145  .container-fluid {
   146      padding-left: 2.2rem !important;
   147      padding-right: 2.2rem !important;
   148  }
   149  
   150  /* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
   151  .btn-primary {
   152      background-color: #3f79ad;
   153      border-color: #3f79ad;
   154  }
   155  .btn-primary:hover {
   156      background-color: #70caf2;
   157      border-color: #70caf2;
   158  }
   159  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
   160      background-color: #70caf2;
   161      border-color: #70caf2;
   162  }
   163  .btn-primary.focus, .btn-primary:focus {
   164      background-color: #3f79ad;
   165      border-color: #3f79ad;
   166      box-shadow: 0 0 0 0.2rem rgba(63,121,173,.5);
   167  }
   168  .badge-primary {
   169      background-color: #3f79ad;
   170      border-color: #3f79ad;
   171  }
   172  a.badge-primary:focus, a.badge-primary:hover {
   173      background-color: #70caf2;
   174  }
   175  a.badge-primary.focus, a.badge-primary:focus {
   176      outline: 0;
   177      box-shadow: 0 0 0 0.2rem rgba(112,202,242,.5);
   178  }
   179  .bizbutton {
   180      background-color:#fb7a20;
   181      border-radius: 15px;
   182      padding: 5px;
   183  }
   184  .bizbutton:hover {
   185      /* background-color:#f29870; */
   186      /* border-color:#f29870; */
   187      background-color: #70caf2;
   188      border-color: #70caf2;
   189  }
   190  nav#TableOfContents ul {
   191      list-style-type: none;
   192      padding: 0.0rem;
   193      margin: 0rem 0.5rem 0rem 0.5rem;
   194      font-size: 90%;
   195      white-space: nowrap;
   196      overflow: hidden;
   197  }
   198  nav#TableOfContents ul:hover {
   199      overflow: visible;
   200  }