github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/semantic/dist/components/site.css (about)

     1  @import 'https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic&subset=latin';
     2  /*!
     3   * # Semantic UI - Site
     4   * http://github.com/semantic-org/semantic-ui/
     5   *
     6   *
     7   * Copyright 2014 Contributors
     8   * Released under the MIT license
     9   * http://opensource.org/licenses/MIT
    10   *
    11   */
    12  
    13  
    14  /*******************************
    15               Page
    16  *******************************/
    17  
    18  html,
    19  body {
    20    height: 100%;
    21  }
    22  html {
    23    font-size: 14px;
    24  }
    25  body {
    26    margin: 0px;
    27    padding: 0px;
    28    min-width: 320px;
    29    background: #f7f7f7;
    30    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    31    font-size: 14px;
    32    line-height: 1.33;
    33    color: rgba(0, 0, 0, 0.8);
    34    font-smoothing: antialiased;
    35  }
    36  
    37  
    38  /*******************************
    39               Headers
    40  *******************************/
    41  
    42  h1,
    43  h2,
    44  h3,
    45  h4,
    46  h5 {
    47    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    48    line-height: 1.33em;
    49    margin: -webkit-calc(2rem -  0.165em ) 0em 1rem;
    50    margin: calc(2rem -  0.165em ) 0em 1rem;
    51    font-weight: bold;
    52    padding: 0em;
    53  }
    54  h1 {
    55    min-height: 1rem;
    56    font-size: 2rem;
    57  }
    58  h2 {
    59    font-size: 1.714rem;
    60  }
    61  h3 {
    62    font-size: 1.28rem;
    63  }
    64  h4 {
    65    font-size: 1.071rem;
    66  }
    67  h5 {
    68    font-size: 1rem;
    69  }
    70  h1:first-child,
    71  h2:first-child,
    72  h3:first-child,
    73  h4:first-child,
    74  h5:first-child {
    75    margin-top: 0em;
    76  }
    77  h1:last-child,
    78  h2:last-child,
    79  h3:last-child,
    80  h4:last-child,
    81  h5:last-child {
    82    margin-bottom: 0em;
    83  }
    84  
    85  
    86  /*******************************
    87               Text
    88  *******************************/
    89  
    90  p {
    91    margin: 0em 0em 1em;
    92    line-height: 1.33;
    93  }
    94  p:first-child {
    95    margin-top: 0em;
    96  }
    97  p:last-child {
    98    margin-bottom: 0em;
    99  }
   100  
   101  /*-------------------
   102          Links
   103  --------------------*/
   104  
   105  a {
   106    color: #009fda;
   107    text-decoration: none;
   108  }
   109  a:hover {
   110    color: #00b2f3;
   111  }
   112  
   113  
   114  /*******************************
   115            Highlighting
   116  *******************************/
   117  
   118  
   119  /* Site */
   120  ::-webkit-selection {
   121    background-color: #cce2ff;
   122    color: rgba(0, 0, 0, 0.8);
   123  }
   124  ::-moz-selection {
   125    background-color: #cce2ff;
   126    color: rgba(0, 0, 0, 0.8);
   127  }
   128  ::selection {
   129    background-color: #cce2ff;
   130    color: rgba(0, 0, 0, 0.8);
   131  }
   132  
   133  /* Form */
   134  textarea::-webkit-selection,
   135  input::-webkit-selection {
   136    background-color: rgba(100, 100, 100, 0.4);
   137    color: rgba(0, 0, 0, 0.8);
   138  }
   139  textarea::-moz-selection,
   140  input::-moz-selection {
   141    background-color: rgba(100, 100, 100, 0.4);
   142    color: rgba(0, 0, 0, 0.8);
   143  }
   144  textarea::selection,
   145  input::selection {
   146    background-color: rgba(100, 100, 100, 0.4);
   147    color: rgba(0, 0, 0, 0.8);
   148  }
   149  
   150  
   151  /*******************************
   152          Global Overrides
   153  *******************************/
   154  
   155  
   156  
   157  /*******************************
   158           Site Overrides
   159  *******************************/
   160