github.com/matm/etcd@v0.3.1-0.20140328024009-5b4a473f1453/mod/dashboard/app/styles/main.css (about)

     1  html {
     2    height: 100%;
     3  }
     4  
     5  body {
     6    background: #fafafa;
     7    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     8    color: #333;
     9    padding: 30px;
    10    margin: 0px;
    11    height: 100%;
    12  }
    13  h1 {
    14      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    15      font-weight: 400;
    16      margin: 0px 0px 20px 0px;
    17      padding: 0px;
    18  }
    19  
    20  a {
    21      color: #1e6ec1;
    22      text-decoration: none;
    23  }
    24  
    25  a:hover {
    26      text-decoration: underline;
    27  }
    28  
    29  #footer {
    30      width: 100%;
    31      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    32      margin-top: 20px;
    33  }
    34  
    35  #coreos-logo {
    36      margin: 10px auto 0 auto;
    37      height: 30px;
    38      width: 80px;
    39  }
    40  
    41  #coreos-logo svg {
    42      fill: #999;
    43      MAX-WIDTH: 100PX;
    44      DISPLAY: INLINE-BLOCK;
    45      VERTICAL-ALIGN: MIDDLE;
    46  }
    47  
    48  #POWERED-BY {
    49      FONT-SIZE: 12PX;
    50      COLOR: #333;
    51      WIDTH: 100%;
    52      DISPLAY: INLINE-BLOCK;
    53      VERTICAL-ALIGN: MIDDLE;
    54      LINE-HEIGHT: 190%;
    55      TEXT-ALIGN: CENTER;
    56  }