autodoc.git / modref / style.css

version» Context lines:

autodoc.git/modref/style.css:181:    font-size: 85%;    font-style: italic;    color: #6666cc;   }      .navbar {    overflow: auto;    float: left;    width: 25%;    border-right: 1px solid #ddd; -  margin-right: 0px; +  margin-right: 0;    position: relative;   }      .navbar nav .inner {    padding: 20px;   }      .navbar .head {    border-left: 5px solid #ddd;    background: #e5e5e5;
autodoc.git/modref/style.css:214:    padding-bottom: 4px;    margin-top: 24px;    vertical-align: text-top;   }   .navbar .heading:before {    content: '●';    margin-right: 5px;    font-size: large;    color: #666;    vertical-align: top; -  margin-top: 0px; +  margin-top: 0;    display: inline-block;    line-height: 1; -  color: #999; +    }   .navbar div + .head {    margin-top: 18px;   }      .navbar .head + div {    margin-top: 6px;   }      .navbar a .head:hover {
autodoc.git/modref/style.css:247:   }   .navbar nav {    position: relative;    width: auto;   }      .navbar.sticky {    position: fixed;    overflow: auto;    height: 100%; -  top: 0px; -  left: 0px; +  top: 0; +  left: 0;   }      .navbar.sticky .inner {    padding-bottom: 75px;   }      .navbar .sidebar {    opacity: 1;    transition: opacity .5s ease-out;   }   .navbar .sidebar.init {    opacity: 0;   }      .navbar .sidebar a { display: block; text-decoration: none; overflow: hidden; text-overflow: ellipsis; }      .sidebar a.mod-protected {    color: #999;   } -  + .sidebar .mod-private { +  display: none !important; + }   .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;
autodoc.git/modref/style.css:371:    position: relative;   }   ul.multicol a {    display: block;    position: relative;    -webkit-backface-visibility: hidden;    transition: transform .2s ease-out;   }   ul.multicol a:hover {    text-decoration: none; -  // font-weight: bold; +  /* font-weight: bold; */    -webkit-backface-visibility: hidden;   }      pre, code, tt, .monospace, .ms {    font-family: menlo, monospace;    font-size: .95rem;   }      svg a, svg tspan, svg text, svg .reference {    font-size: 1rem;
autodoc.git/modref/style.css:507:    vertical-align: top;    padding: 10px 12px;    border-left: 1px dashed #bbb;   }   table.box td *:first-child { margin-top: 0; }   table.box td *:last-child { margin-bottom: 0; }   table.box table.box { width: 100%; }      p + pre {    margin-top: -15px; -  padding-top: 0px; +  padding-top: 0;   }      pre code .comment { color: #999; }   pre code .type { color: #00007B; font-weight: bold; }   pre code .string { color: #037F00; }   pre code .macro { color: #B04700; font-weight: bold; }   pre code .lang,    pre code .const,    pre code .mod { color: #863069; font-weight: bold; }   pre code .const { color: #0000ff; }
autodoc.git/modref/style.css:558:    -moz-column-count: 3;    column-count: 3;    }   }      @media screen and (max-width: 767px) {    .sidebar {    opacity: 1;    }    -  // .sidebar { -  // display: none; -  // } -  // .sidebar.open { -  // display: block; -  // } -  + /* +  .sidebar { +  display: none; +  } +  .sidebar.open { +  display: block; +  } + */    .sidebar > div {    columns: 3;    }    -  // .navbar .head { -  // display: block; -  // vertical-align: middle; -  // } -  // .navbar .head:hover { -  // background: #4c4c4c; -  // border-left-color: #3c3c3c; -  // } -  // .navbar .head:before { -  // content: '+'; -  // display: inline-block; -  // background: #666; -  // border-radius: 16px; -  // color: #333; -  // width: 19px; -  // height: 19px; -  // padding: 0px 5px 0px 5px; -  // margin-right: 8px; -  // // vertical-align: middle; -  // transition: background .2s ease-out; -  // } -  // .navbar .head.open:before { -  // background: #999; -  // } -  // .navbar .head.top:before { -  // content: ''; -  // display: inline; -  // background: transparent; -  // margin: 0; -  // padding: 0; -  // width: inital; -  // height: initial; -  // } + /* +  .navbar .head { +  display: block; +  vertical-align: middle; +  } +  .navbar .head:hover { +  background: #4c4c4c; +  border-left-color: #3c3c3c; +  } +  .navbar .head:before { +  content: '+'; +  display: inline-block; +  background: #666; +  border-radius: 16px; +  color: #333; +  width: 19px; +  height: 19px; +  padding: 0 5px 0 5px; +  margin-right: 8px; +  transition: background .2s ease-out; +  } +  .navbar .head.open:before { +  background: #999; +  } +  .navbar .head.top:before { +  content: ''; +  display: inline; +  background: transparent; +  margin: 0; +  padding: 0; +  width: inital; +  height: initial; +  } + */       .content {    width: 100%;    float: none;    }    .contentbox {    border-left: none;    margin-left: 0;    }    ul.multicol {
autodoc.git/modref/style.css:625:    }    #version { display: none; }    .navbox .prev, .navbox .next {    float: none;    display: block;    text-align: center;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    } + /*    .navbox .next { -  // text-align: right; +  text-align: right;    } -  + */    .inheritance-graph { -  padding-left: 0px; +  padding-left: 0;    }       #burger {    display: block;    float: right;    color: white;    padding: 9px 7px;    margin-right: -6px; -  margin-top: 0px; +  margin-top: 0;    cursor: pointer;    border-radius: 2px;    opacity: .6;    transition: transform .3s ease-in-out;    }       body {    padding-top: 65px;    transition: padding-top .4s ease-out;    }
autodoc.git/modref/style.css:676:    display: block;    height: 26px;    transition: all .3s ease-in;    }       body.scrolled {    padding-top: 46px;    }       body.scrolled header { -  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.4); +  box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);    padding: 1px 20px;    }       body.scrolled header a { -  // transform: scale(.8); +  /* transform: scale(.8); */    height: 22px;    }       .menu-open {    overflow: hidden;    }       .menu-open .navbar {    display: block;    }       #burger .bar {    transform-style: preserve-3d;    transition: all .3s ease-out;    } -  + /*    .menu-open #burger .bar { -  // transform: rotate(90deg); -  -  +  transform: rotate(90deg);    } -  + */    .menu-open #burger .bar:nth-child(1) {    transform: rotate(45deg)    translate(5px, 6px);    }    .menu-open #burger .bar:nth-child(2),    .menu-open #burger .bar:nth-child(3) {    opacity: 0;    }    .menu-open #burger .bar:nth-child(4) {    transform: rotate(-45deg)
autodoc.git/modref/style.css:759:    color: #999;    }       .navbar .selected {    color: #ccc;    }       dd[class^='body--'],    dd.example,    dt[class^='head--'] + dd { -  margin-left: 0px; +  margin-left: 0;    }   }      /* iPhone 6 and smaller */   @media screen and (max-width: 414px) {    .sidebar > div {    columns: 2;    }   }      @media screen and (max-width: 600px) {    .traditional {    padding: 10px;    }       .traditional dl dd {    margin-left: 10px; -  margin-right: 0px; +  margin-right: 0;    }   }