github.com/tenywen/fabric@v1.0.0-beta.0.20170620030522-a5b1ed380643/docs/source/_static/css/custom.css (about)

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