github.com/simonferquel/app@v0.6.1-0.20181012141724-68b7cccf26ac/integrations/visualstudio/dockerappvsix/stylesheet.css (about)

     1  body {
     2    margin: 0;
     3    padding: 0;
     4    border: 0;
     5    color: #1E1E1E;
     6    font-size: 13px;
     7    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
     8    line-height: 1.45;
     9    word-wrap: break-word;
    10  }
    11  
    12  /* General & 'Reset' Stuff */
    13  
    14  
    15  .container {
    16    width: 980px;
    17    margin: 0 auto;
    18  }
    19  
    20  section {
    21    display: block;
    22    margin: 0;
    23  }
    24  
    25  h1, h2, h3, h4, h5, h6 {
    26    margin: 0;
    27  }
    28  
    29  /* Header, <header>
    30     header   - container
    31     h1       - project name
    32     h2       - project description
    33  */
    34  
    35  #header {
    36    color: #FFF;
    37    background: #68217a;
    38    position:relative;
    39  }
    40  #hangcloud {
    41      width: 190px;
    42      height: 160px;
    43      background: url("../images/bannerart03.png");
    44      position: absolute;
    45      top: 0;
    46      right: -30px;
    47  }
    48  h1, h2 {
    49    font-family: "Segoe UI Light", "Segoe UI", Helvetica, Arial, sans-serif;
    50    line-height: 1;
    51    margin: 0 18px;
    52    padding: 0;
    53  }
    54  #header h1 {
    55    font-size: 3.4em;
    56    padding-top: 18px;
    57    font-weight: normal;
    58    margin-left: 15px;
    59  }
    60  
    61  #header h2 {
    62    font-size: 1.5em;
    63    margin-top: 10px;
    64    padding-bottom: 18px;
    65    font-weight: normal;
    66  }
    67  
    68  
    69  #main_content {
    70    width: 100%;
    71    display: flex;
    72    flex-direction: row;
    73  }
    74  
    75  
    76  h1, h2, h3, h4, h5, h6 {
    77    font-weight: bolder;
    78  }
    79  
    80  #main_content h1 {
    81    font-size: 1.8em;
    82    margin-top: 34px;
    83  }
    84  
    85      #main_content h1:first-child {
    86          margin-top: 30px;
    87      }
    88  
    89  #main_content h2 {
    90    font-size: 1.4em;
    91    font-weight: bold;
    92  }
    93  p, ul {
    94      margin: 11px 18px;
    95  }
    96  
    97  #main_content a {
    98      color: #06C;
    99      text-decoration: none;
   100  }
   101  ul {
   102          margin-top: 13px;
   103      margin-left: 18px;
   104      padding-left: 0;
   105  }
   106      ul li {
   107          margin-left: 18px;
   108          padding-left: 0;
   109      }
   110  #lpanel {
   111      width: 620px;
   112      float: left;
   113  }
   114  #rpanel ul {
   115      list-style-type: none;
   116      width: 300px;
   117  }
   118      #rpanel ul li {
   119          line-height: 1.8em;
   120      }
   121  #rpanel {
   122      background: #e7e7e7;
   123      width: 360px;
   124          float: right;
   125  }
   126  
   127  #rpanel div {
   128    width: 300px;
   129  }