diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/css/pdf.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/css/pdf.css Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,72 @@ +@import url('common.css'); +input { + font-family: monospace; +} +.track { + background-color: silver; +} +table { + border-collapse: collapse; +} +table, tr, td { + border: solid 1px black; +} +td, th { + padding: 2px 5px; +} +thead { + background-color: rgb(0, 85, 183); + color: white; +} +html, body { + padding: 0; + margin: 0; +} +#body { + padding: 16px; +} +#head h1 { + display: block; + font-size: 12px; + margin: 20px 0 20px 10px; + color: #666; +} +#head h1 span { + vertical-align: bottom; +} +#head h1 img { + display: inline; + margin-right: 20px; + vertical-align: bottom; +} +#head ul { + display: block; + padding: 0 0 0 10px; + margin: 0; + background-color: #0033cc;/*rgb(0, 85, 183);*/ + clear: left; +} +#head ul li { + display: inline; + list-style-type: none; + margin: 0; + padding: 2px 5px; + font-size: 12px; + line-height: 18px; + border-right: dotted 1px white; + color: white; + font-weight: bold; +} +#head ul li a { + color: white; + text-decoration: none; +} +#head ul li a:hover { + text-decoration: underline; +} +#head ul li.active { + background-color: #CCC; +} +#head ul li.active a { + color: black; +}