github.com/kchristidis/fabric@v1.0.4-0.20171028114726-837acd08cde1/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 input[type=text] {
    71      border-radius: 5px
    72  }
    73  
    74  .wy-menu-vertical a:hover {
    75      background-color: #ADAFB3;
    76      color: #FFF
    77  }
    78  
    79  .wy-nav-content {
    80      background-color: #fff max-width: 1000px;
    81  }
    82  
    83  .wy-nav-side {
    84      background-color: #252627;
    85  }
    86  
    87  
    88  /* Navigation headers */
    89  
    90  .rst-content tt.literal,
    91  .rst-content tt.literal,
    92  .rst-content code.literal {
    93      color: ##d43232;
    94      text-transform: none;
    95  }
    96  
    97  .wy-menu-vertical header,
    98  .wy-menu-vertical p.caption {
    99      color: #6ca158;
   100  }
   101  
   102  
   103  /* Code snippets */
   104  
   105  .codesnippet-widgets {
   106      min-width: 100%;
   107      display: block;
   108      background: #005CAB;
   109      color: white;
   110      padding: 10px 0;
   111      margin: 0 0 -1px 0;
   112  }
   113  
   114  .codesnippet-widgets > span {
   115      padding: 10px;
   116      cursor: pointer;
   117  }
   118  
   119  .codesnippet-widgets > .current {
   120      background: #263673;
   121  }
   122  
   123  .codeset > .highlight-java {
   124      display: none;
   125  }
   126  
   127  
   128  /* Notification boxes */
   129  
   130  .wy-alert.wy-alert-warning .wy-alert-title,
   131  .rst-content .wy-alert-warning.note .wy-alert-title,
   132  .rst-content .attention .wy-alert-title,
   133  .rst-content .caution .wy-alert-title,
   134  .rst-content .wy-alert-warning.danger .wy-alert-title,
   135  .rst-content .wy-alert-warning.error .wy-alert-title,
   136  .rst-content .wy-alert-warning.hint .wy-alert-title,
   137  .rst-content .wy-alert-warning.important .wy-alert-title,
   138  .rst-content .wy-alert-warning.tip .wy-alert-title,
   139  .rst-content .warning .wy-alert-title,
   140  .rst-content .wy-alert-warning.seealso .wy-alert-title,
   141  .rst-content .admonition-todo .wy-alert-title,
   142  .wy-alert.wy-alert-warning .rst-content .admonition-title,
   143  .rst-content .wy-alert.wy-alert-warning .admonition-title,
   144  .rst-content .wy-alert-warning.note .admonition-title,
   145  .rst-content .attention .admonition-title,
   146  .rst-content .caution .admonition-title,
   147  .rst-content .wy-alert-warning.danger .admonition-title,
   148  .rst-content .wy-alert-warning.error .admonition-title,
   149  .rst-content .wy-alert-warning.hint .admonition-title,
   150  .rst-content .wy-alert-warning.important .admonition-title,
   151  .rst-content .wy-alert-warning.tip .admonition-title,
   152  .rst-content .warning .admonition-title,
   153  .rst-content .wy-alert-warning.seealso .admonition-title,
   154  .rst-content .admonition-todo .admonition-title {
   155      background-color: #263673
   156  }
   157  
   158  .wy-alert,
   159  .rst-content .note,
   160  .rst-content .attention,
   161  .rst-content .caution,
   162  .rst-content .danger,
   163  .rst-content .error,
   164  .rst-content .hint,
   165  .rst-content .important,
   166  .rst-content .tip,
   167  .rst-content .warning,
   168  .rst-content .seealso,
   169  .rst-content .admonition-todo {
   170      background-color: #d9e5ef
   171  }
   172  
   173  
   174  /* Mobile view */
   175  
   176  .wy-nav-top {
   177      background-color: #252627;
   178  }
   179  
   180  .wy-nav-top a {
   181      color: transparent;
   182  /*    background-image: url('../images/fabric1.png'); */
   183      background-repeat: no-repeat;
   184      background-size: Auto 19px;
   185      background-position: center top;
   186      background-origin: content box;
   187  }