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