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