diff options
author | imarom <imarom@cisco.com> | 2016-11-16 17:40:01 +0200 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-11-16 17:40:01 +0200 |
commit | 11c216470c30e4c200e46e1b51d721a549f440d6 (patch) | |
tree | 03ad20c67decf7da4d52e5679c2fd22dd8f5eaa6 /doc/waf.css | |
parent | e46e3f598e52112b9db21d6faabde7a5c87341cb (diff) | |
parent | efba1bd2c32391c443a9dbaf0fffa6468bb681c6 (diff) |
Merge branch 'master' to rx_features phase 0.5
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'doc/waf.css')
-rwxr-xr-x | doc/waf.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/waf.css b/doc/waf.css new file mode 100755 index 00000000..81f019c2 --- /dev/null +++ b/doc/waf.css @@ -0,0 +1,45 @@ + + +div.tableblock > table { + border: 1px solid gray; +} + +div#header-pic { + background-image: url("images/bg4.jpg"); + background-repeat: no-repeat; + background-color: #cccccc; +} + +a:visited { + color: #8A2908; +} + + +div#header h1 { + background: url('images/trex_logo_64_64.png') no-repeat left center; + padding-left: 80px; + line-height: 80px; + height: 80px; +} + +div.title, caption.title { + text-align: center; + margin-bottom: 0.2em; +} + +div.tableblock > table th { + background-color: #F4F4F4; +} + +h1, h2, h3, h4, h5, h6, span#author, div.title, caption.title, div.admonitionblock .icon, div#toctitle, div.sidebar-title, div.image-title { + color: #333; +} + +body, div.sectionbody, div#toctitle { + font-family: 'Lucida Grande', Verdana, Arial, sans-serif; +} + +.monospaced, code, pre { + font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; +} + |