autodoc.git / modref / style.css

version» Context lines:

autodoc.git/modref/style.css:255:    overflow: auto;    height: 100%;    top: 0px;    left: 0px;   }      .navbar.sticky .inner {    padding-bottom: 75px;   }    - .navbar .sidebar a { display: block; } + .navbar .sidebar { +  opacity: 1; +  transition: opacity .5s ease-out; + } + .navbar .sidebar.init { +  opacity: 0; + }    -  + .navbar .sidebar a { display: block; text-decoration: none; } +  + .sidebar a.mod-protected { +  color: #999; + } +  + .sidebar .mod-protected::before { +  content: ' '; +  display: inline-block; +  opacity: .4; +  width: 15px; +  height: 15px; +  margin-right: 5px; +  margin-top: -1px; +  vertical-align: middle; +  background: url(images/eye-slash.svg) 0 50% no-repeat; +  background-size: contain; +  text-decoration: none; + } +    .content {    width: 75%;    float: right;    position: relative;   }      .contentbox {    overflow: hidden;    padding: 0 20px 20px 20px;    border-left: 1px solid #ddd;