annotate cpack/dml/web/css/minimal_doc.css @ 0:718306e29690 tip

commiting public release
author Daniel Wolff
date Tue, 09 Feb 2016 21:05:06 +0100
parents
children
rev   line source
Daniel@0 1 /* h1.title { background: #ddd; color: black; padding: 0.2em; } */
Daniel@0 2 ul.navbar-nav { padding:0px }
Daniel@0 3 h1.title { background: none; color: black; text-align: left }
Daniel@0 4 div.navhdr { margin-bottom:1em; border: solid #eee 1px; background-color: #f8f8f8; border-radius:1ex}
Daniel@0 5 /* div.navhdr span.search-in { border: none; padding:3px} */
Daniel@0 6 /* div.navhdr span.search-match { border: none; border-left: solid 1px #ddd; padding:2px} */
Daniel@0 7 div.navhdr div.search-options { margin-top: 4px; }
Daniel@0 8 div.navhdr div.search-options input { -webkit-transform: scale(1); top: 0px; margin-left:1ex; }
Daniel@0 9 div.navhdr div.search-options input:first-child { margin-left:0ex; }
Daniel@0 10 div.navhdr div.jump input:first-child { margin-right:1ex }
Daniel@0 11 div.search-options { font-size:80% }
Daniel@0 12 div.navhdr div.search-options span { border:none; padding:3px; border-left: solid 1px #eee }
Daniel@0 13 div.navhdr input#for { margin-right: 1ex; width: 30ex }
Daniel@0 14 div.navhdr form#search-form { margin-bottom: 0px }
Daniel@0 15
Daniel@0 16 div.navtree {
Daniel@0 17 overflow-x: visible;
Daniel@0 18 white-space: nowrap;
Daniel@0 19 margin-left: 0em;
Daniel@0 20 margin-right: 1em;
Daniel@0 21 float: left;
Daniel@0 22 width: 14em;
Daniel@0 23 border: none;
Daniel@0 24 background-color:transparent;
Daniel@0 25 z-index:2;
Daniel@0 26 }
Daniel@0 27
Daniel@0 28 /* div.navtree:hover { z-index:2; } */
Daniel@0 29
Daniel@0 30 div.navwindow {
Daniel@0 31 background-color:#f8f8f8;
Daniel@0 32 width:14em;
Daniel@0 33 padding:1ex 0ex;
Daniel@0 34 overflow-x: hidden;
Daniel@0 35 white-space: nowrap;
Daniel@0 36 z-index:3;
Daniel@0 37 transition-duration: 0.1s;
Daniel@0 38 transition-delay: 0.1s;
Daniel@0 39 border-radius:1ex
Daniel@0 40 }
Daniel@0 41
Daniel@0 42 div.navwindow:hover {
Daniel@0 43 width:36em;
Daniel@0 44 overflow-x: auto;
Daniel@0 45 transition-duration: 0.25s;
Daniel@0 46 transition-delay: 0.3s;
Daniel@0 47 }
Daniel@0 48
Daniel@0 49 /* div.navwindow { border: none; box-shadow: 4px 4px 6px 2px rgba(0,0,0,0.4) inset } */
Daniel@0 50 /* div.navwindow:hover { box-shadow: 4px 4px 6px 2px rgba(0,0,0,0.4) inset; } */
Daniel@0 51 /* div.navwindow:hover { box-shadow: 4px 4px 6px 2px rgba(0,0,0,0.4); } */
Daniel@0 52 div.navwindow:hover { box-shadow: none }
Daniel@0 53 div.navwindow { border: 1px solid #eee; }
Daniel@0 54 /* div.navwindow:hover { box-shadow: 4px 4px 8px 3px rgba(0,0,0,0.4); } */
Daniel@0 55
Daniel@0 56 div.navwindow li.nav {margin-bottom: 0em; line-height:1.1em; margin-top:0em}
Daniel@0 57 div.navwindow ul.nav {margin-bottom: 0em; line-height:1.1em}
Daniel@0 58 div.navwindow li.nav a { background-color:transparent}
Daniel@0 59 div.navwindow li.nav a:hover { text-decoration:none}
Daniel@0 60 div.navcontent { margin-right: 0px; margin-left:15em; padding:0px; background-color:transparent;z-index:1}
Daniel@0 61 pre.code { border: 1px solid #ddd }
Daniel@0 62
Daniel@0 63 div.navcontent > div.abstract { background-color:#f8f8f8; border:1px solid #eee }
Daniel@0 64
Daniel@0 65 var { color:inherit }
Daniel@0 66 dd.defbody { margin-bottom: 2em; margin-top: 1em }
Daniel@0 67 /* dt.pubdef, dt.multidef, dt.privdef, dt.undoc, h2.undoc { */
Daniel@0 68 /* background-color: transparent; */
Daniel@0 69 /* color: black; */
Daniel@0 70 /* padding: 0px; */
Daniel@0 71 /* border-top: 4px solid #4c7dae */
Daniel@0 72 /* } */
Daniel@0 73 dt.pubdef, dt.multidef, dt.privdef, dt.undoc {
Daniel@0 74 color: white;
Daniel@0 75 padding-top: 2px;
Daniel@0 76 padding-bottom: 0px;
Daniel@0 77 padding-left: 4px;
Daniel@0 78 padding-right: 4px;
Daniel@0 79 margin-bottom: 0ex;
Daniel@0 80 }
Daniel@0 81 dt.multidef { background-color: #806060 }
Daniel@0 82 dt.pubdef { background-color: #606060 }
Daniel@0 83 dt.privdef { background-color: #a0a0a0 }
Daniel@0 84 dt.undoc { background-color: #803030 }
Daniel@0 85 dl>dt.pubdef { background-color: #606060 }
Daniel@0 86 dl>dt.multidef { background-color: #806060 }
Daniel@0 87 dt>code { background-color:inherit; padding:0px; border:none }
Daniel@0 88 h2.undoc, h2.wiki { background-color: transparent; color: black; padding:0ex; }
Daniel@0 89 h3.wiki, h4.wiki { background-color: transparent; color: black; padding:0ex; }
Daniel@0 90 dt a { color: inherit }
Daniel@0 91 dt a:hover { color: inherit; border-bottom: solid 1px currentColor }
Daniel@0 92 h1.file, h1.module, h1.directory, h1.dir, h1.wiki { background: black; padding-left:0.5ex; padding-right:0.5ex }
Daniel@0 93 table.summary th { background-color: black }
Daniel@0 94 dl.tags { font-size:100% }
Daniel@0 95 table.frame-box { border-color:transparent }
Daniel@0 96 table.wiki { margin-left:auto; margin-right:auto; width:95%; border-color:black }
Daniel@0 97 table.summary th.category { background-color:#722; color:#e99 }
Daniel@0 98 table.summary th.section { background-color:#888; color:#000 }
Daniel@0 99 tr.public { padding:0px; background-color:transparent; color:black }
Daniel@0 100 tr.private { padding:0px; background-color:transparent; color:black }
Daniel@0 101 tr.private > td { padding:4px 10px 4px 0px }
Daniel@0 102 tr.public > td { padding:4px 10px 4px 0px }
Daniel@0 103 tr.private > td:first-child { padding-left:10px }
Daniel@0 104 tr.public > td:first-child { padding-left:10px }
Daniel@0 105 table.summary td > a { color:#800; font-weight:bold }
Daniel@0 106 table.summary td > a:hover { color:#a00 }
Daniel@0 107 table.summary tr.private > td > a { color:#800; font-weight:normal }
Daniel@0 108 table.summary tr.private > td > a:hover { color:#a00 }
Daniel@0 109 img.action { max-width:none; padding:0px; vertical-align:text-top; height:0.85em}
Daniel@0 110 li.nav.current > a { color:inherit }