github.com/kaituanwang/hyperledger@v2.0.1+incompatible/docs/source/_static/css/custom.css (about)

     1  /*
     2  Copyright IBM Corp. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  @import "theme.css";
     8  
     9  /* Highlights */
    10  
    11  .highlight .k,
    12  .highlight .kd {
    13      color: #263673;
    14  }
    15  
    16  
    17  /* Text */
    18  
    19  body,
    20  h1,
    21  h2,
    22  .rst-content .toctree-wrapper p.caption,
    23  h3,
    24  h4,
    25  h5,
    26  h6,
    27  legend,
    28  input {
    29      color: #010101;
    30      letter-spacing: 0.3px
    31  }
    32  
    33  p {
    34      font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
    35  }
    36  
    37  
    38  /* Links */
    39  
    40  a {
    41      color: #6ca158
    42  }
    43  
    44  a:hover {
    45      color: #6ca158
    46  }
    47  
    48  a:visited {
    49      color: #ADAFB3
    50  }
    51  
    52  
    53  /* Side navigation bar */
    54  
    55  .wy-side-nav-search {
    56      background-color: #252627;
    57  }
    58  
    59  .wy-side-nav-search a.icon-home {
    60      color: transparent;
    61  /*    background-image: url('../images/fabric1.png'); */
    62      background-repeat: no-repeat;
    63      background-size: Auto 20px;
    64      background-position: center top;
    65      background-origin: content box;
    66      height: 20px;
    67      width: 100%
    68  }
    69  
    70  .wy-side-nav-search img {
    71      display: block;
    72      margin: auto auto .809em auto;
    73      padding: 5px;
    74      border-radius: unset
    75  }
    76  
    77  .wy-side-nav-search input[type=text] {
    78      border-radius: 5px
    79  }
    80  
    81  .wy-menu-vertical a:hover {
    82      background-color: #ADAFB3;
    83      color: #FFF
    84  }
    85  
    86  .wy-nav-content {
    87      background-color: #fff max-width: 1000px;
    88  }
    89  
    90  .wy-nav-side {
    91      background-color: #252627;
    92  }
    93  
    94  
    95  /* Navigation headers */
    96  
    97  .rst-content tt.literal,
    98  .rst-content tt.literal,
    99  .rst-content code.literal {
   100      color: ##d43232;
   101      text-transform: none;
   102  }
   103  
   104  .wy-menu-vertical header,
   105  .wy-menu-vertical p.caption {
   106      color: #6ca158;
   107  }
   108  
   109  
   110  /* Code snippets */
   111  
   112  .codesnippet-widgets {
   113      min-width: 100%;
   114      display: block;
   115      background: #005CAB;
   116      color: white;
   117      padding: 10px 0;
   118      margin: 0 0 -1px 0;
   119  }
   120  
   121  .codesnippet-widgets > span {
   122      padding: 10px;
   123      cursor: pointer;
   124  }
   125  
   126  .codesnippet-widgets > .current {
   127      background: #263673;
   128  }
   129  
   130  .codeset > .highlight-java {
   131      display: none;
   132  }
   133  
   134  
   135  /* Notification boxes */
   136  
   137  .wy-alert.wy-alert-warning .wy-alert-title,
   138  .rst-content .wy-alert-warning.note .wy-alert-title,
   139  .rst-content .attention .wy-alert-title,
   140  .rst-content .caution .wy-alert-title,
   141  .rst-content .wy-alert-warning.danger .wy-alert-title,
   142  .rst-content .wy-alert-warning.error .wy-alert-title,
   143  .rst-content .wy-alert-warning.hint .wy-alert-title,
   144  .rst-content .wy-alert-warning.important .wy-alert-title,
   145  .rst-content .wy-alert-warning.tip .wy-alert-title,
   146  .rst-content .warning .wy-alert-title,
   147  .rst-content .wy-alert-warning.seealso .wy-alert-title,
   148  .rst-content .admonition-todo .wy-alert-title,
   149  .wy-alert.wy-alert-warning .rst-content .admonition-title,
   150  .rst-content .wy-alert.wy-alert-warning .admonition-title,
   151  .rst-content .wy-alert-warning.note .admonition-title,
   152  .rst-content .attention .admonition-title,
   153  .rst-content .caution .admonition-title,
   154  .rst-content .wy-alert-warning.danger .admonition-title,
   155  .rst-content .wy-alert-warning.error .admonition-title,
   156  .rst-content .wy-alert-warning.hint .admonition-title,
   157  .rst-content .wy-alert-warning.important .admonition-title,
   158  .rst-content .wy-alert-warning.tip .admonition-title,
   159  .rst-content .warning .admonition-title,
   160  .rst-content .wy-alert-warning.seealso .admonition-title,
   161  .rst-content .admonition-todo .admonition-title {
   162      background-color: #263673
   163  }
   164  
   165  .wy-alert,
   166  .rst-content .note,
   167  .rst-content .attention,
   168  .rst-content .caution,
   169  .rst-content .danger,
   170  .rst-content .error,
   171  .rst-content .hint,
   172  .rst-content .important,
   173  .rst-content .tip,
   174  .rst-content .warning,
   175  .rst-content .seealso,
   176  .rst-content .admonition-todo {
   177      background-color: #d9e5ef
   178  }
   179  
   180  
   181  /* Mobile view */
   182  
   183  .wy-nav-top {
   184      background-color: #252627;
   185  }
   186  
   187  .wy-nav-top a {
   188      color: transparent;
   189  /*    background-image: url('../images/fabric1.png'); */
   190      background-repeat: no-repeat;
   191      background-size: Auto 19px;
   192      background-position: center top;
   193      background-origin: content box;
   194  }