Mercurial > hg > dml-open-cliopatria
annotate cpack/dml/web/css/minimal_http_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 h1.title { background: none; color: black; text-align:left } |
Daniel@0 | 3 div#http-tree { width:38ex; margin-right:2ex; background-color:#f8f8f8; padding:1ex; border:solid 1px #eee;overflow-x:auto} |
Daniel@0 | 4 div#treeDiv1 { width:42ex } |
Daniel@0 | 5 div#http-help { margin-left:40ex; margin-top:1em; border-left-width:0px; padding-left: 0px;} |
Daniel@0 | 6 div#http-tree .ygtvlabel { background-color:transparent } |
Daniel@0 | 7 div#http-tree .ygtvtable { max-width:none;width:auto } |
Daniel@0 | 8 /* #http-tree .ygtvlabel, #http-tree .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { background-color:transparent } */ |
Daniel@0 | 9 td input { margin-left:0.5ex; } |
Daniel@0 | 10 td input:first-child { margin-left:0; } |
Daniel@0 | 11 table.alt_http_parameters { width: 100% } |
Daniel@0 | 12 div.yui-overlay { |
Daniel@0 | 13 background-color: rgb(255,255,255); |
Daniel@0 | 14 padding: 1em; |
Daniel@0 | 15 box-shadow: 4px 4px 10px 5px rgba(0,0,0,0.5) |
Daniel@0 | 16 } |
Daniel@0 | 17 div.yui-panel .bd div.url { border: none; margin: 0ex; padding: 0ex } |
Daniel@0 | 18 div.yui-panel .bd div.result { margin: 0ex; padding: 1ex } |
Daniel@0 | 19 div.yui-panel .hd { font-weight: bold; margin-bottom: 1ex } |
Daniel@0 | 20 div.api_test table td { vertical-align:baseline; border:none } |
Daniel@0 | 21 div.api_test span.path { color:back } |