github.com/jbking/gohan@v0.0.0-20151217002006-b41ccf1c2a96/docs/source/_templates/cloudwan/static/css/gohan.css (about)

     1  .test {
     2      color:#ccc;
     3  }
     4  
     5  .wy-nav-side {
     6    top: 40px;
     7    /*background: #f1f8fe;*/
     8  }
     9  
    10  div.version {
    11    display: none;
    12  }
    13  
    14  .wy-grid-for-nav {
    15    padding-top: 40px;
    16  }
    17  
    18  .wy-side-nav-search {
    19    background: #343131;
    20    margin-bottom: 5px;
    21    margin-top: 10px;
    22  }
    23  
    24  
    25  
    26  .wy-side-nav-search .icon-home {
    27    display: none;
    28  }
    29  
    30  .gohan_header {
    31    position: fixed;
    32    top: 0px;
    33    width: 100%;
    34    z-index: 300;
    35    display: table;
    36    height: 40px;
    37    background: #fff;
    38    box-shadow: #ccc 0px 2px 3px;
    39  }
    40  
    41  .gohan_header > div{
    42    display: table-cell;
    43    padding:10px;
    44    line-height: 20px;
    45    font-size: 14px;
    46    vertical-align: middle;
    47  }
    48  
    49  .gohan_header > div.logo {
    50    width: 20%;
    51    padding: 5px 10px;
    52    line-height: 30px;
    53  }
    54  
    55  .gohan_header > div.logo img {
    56    display: block;
    57  }
    58  .gohan_header > div.nav {
    59    width: 80%;
    60    text-align: right;
    61  }
    62  
    63  .nav ul li a {
    64    color: #2980B9;
    65    text-decoration: none;
    66    cursor: pointer;
    67    text-transform: uppercase;
    68  }
    69  
    70  .nav ul li a:hover {
    71      text-decoration: underline;
    72  }
    73  
    74  .nav ul {overflow: hidden; display: inline-block;}
    75  .nav ul li {float: left; margin: 0 10px;}
    76  
    77  
    78  .wy-menu-vertical a:active {
    79      background-color: #4e4a4a;
    80      cursor: pointer;
    81      color: #fff;
    82  }