bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/docs/scollector/stylesheets/styles.css (about)

     1  @import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
     2  
     3  body {
     4    padding:50px;
     5    font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
     6    color:#777;
     7    font-weight:300;
     8  }
     9  
    10  h1, h2, h3, h4, h5, h6 {
    11    color:#222;
    12    margin:0 0 20px;
    13  }
    14  
    15  p, ul, ol, table, pre, dl {
    16    margin:0 0 20px;
    17  }
    18  
    19  h1, h2, h3 {
    20    line-height:1.1;
    21  }
    22  
    23  h1 {
    24    font-size:28px;
    25  }
    26  
    27  h2 {
    28    color:#393939;
    29  }
    30  
    31  h3, h4, h5, h6 {
    32    color:#494949;
    33  }
    34  
    35  a {
    36    color:#39c;
    37    font-weight:400;
    38    text-decoration:none;
    39  }
    40  
    41  a small {
    42    font-size:11px;
    43    color:#777;
    44    margin-top:-0.6em;
    45    display:block;
    46  }
    47  
    48  .wrapper {
    49    width:860px;
    50    margin:0 auto;
    51  }
    52  
    53  blockquote {
    54    border-left:1px solid #e5e5e5;
    55    margin:0;
    56    padding:0 0 0 20px;
    57    font-style:italic;
    58  }
    59  
    60  code, pre {
    61    font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
    62    color:#333;
    63    font-size:12px;
    64  }
    65  
    66  pre {
    67    padding:8px 15px;
    68    background: #f8f8f8;  
    69    border-radius:5px;
    70    border:1px solid #e5e5e5;
    71    overflow-x: auto;
    72  }
    73  
    74  table {
    75    width:100%;
    76    border-collapse:collapse;
    77  }
    78  
    79  th, td {
    80    text-align:left;
    81    padding:5px 10px;
    82    border-bottom:1px solid #e5e5e5;
    83  }
    84  
    85  dt {
    86    color:#444;
    87    font-weight:700;
    88  }
    89  
    90  th {
    91    color:#444;
    92  }
    93  
    94  img {
    95    max-width:100%;
    96  }
    97  
    98  header {
    99    width:270px;
   100    float:left;
   101    position:fixed;
   102  }
   103  
   104  header ul {
   105    list-style:none;
   106    height:40px;
   107    
   108    padding:0;
   109    
   110    background: #eee;
   111    background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
   112    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
   113    background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
   114    background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
   115    background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
   116    background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
   117    
   118    border-radius:5px;
   119    border:1px solid #d2d2d2;
   120    box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
   121    width:270px;
   122  }
   123  
   124  header li {
   125    width:89px;
   126    float:left;
   127    border-right:1px solid #d2d2d2;
   128    height:40px;
   129  }
   130  
   131  header ul a {
   132    line-height:1;
   133    font-size:11px;
   134    color:#999;
   135    display:block;
   136    text-align:center;
   137    padding-top:6px;
   138    height:40px;
   139  }
   140  
   141  strong {
   142    color:#222;
   143    font-weight:700;
   144  }
   145  
   146  header ul li + li {
   147    width:88px;
   148    border-left:1px solid #fff;
   149  }
   150  
   151  header ul li + li + li {
   152    border-right:none;
   153    width:89px;
   154  }
   155  
   156  header ul a strong {
   157    font-size:14px;
   158    display:block;
   159    color:#222;
   160  }
   161  
   162  section {
   163    width:500px;
   164    float:right;
   165    padding-bottom:50px;
   166  }
   167  
   168  small {
   169    font-size:11px;
   170  }
   171  
   172  hr {
   173    border:0;
   174    background:#e5e5e5;
   175    height:1px;
   176    margin:0 0 20px;
   177  }
   178  
   179  footer {
   180    width:270px;
   181    float:left;
   182    position:fixed;
   183    bottom:50px;
   184  }
   185  
   186  @media print, screen and (max-width: 960px) {
   187    
   188    div.wrapper {
   189      width:auto;
   190      margin:0;
   191    }
   192    
   193    header, section, footer {
   194      float:none;
   195      position:static;
   196      width:auto;
   197    }
   198    
   199    header {
   200      padding-right:320px;
   201    }
   202    
   203    section {
   204      border:1px solid #e5e5e5;
   205      border-width:1px 0;
   206      padding:20px 0;
   207      margin:0 0 20px;
   208    }
   209    
   210    header a small {
   211      display:inline;
   212    }
   213  }
   214  
   215  @media print, screen and (max-width: 720px) {
   216    body {
   217      word-wrap:break-word;
   218    }
   219    
   220    header {
   221      padding:0;
   222    }
   223    
   224    header ul, header p.view {
   225      position:static;
   226    }
   227    
   228    pre, code {
   229      word-wrap:normal;
   230    }
   231  }
   232  
   233  @media print, screen and (max-width: 480px) {
   234    body {
   235      padding:15px;
   236    }
   237    
   238    header ul {
   239      display:none;
   240    }
   241  }
   242  
   243  @media print {
   244    body {
   245      padding:0.4in;
   246      font-size:12pt;
   247      color:#444;
   248    }
   249  }