diff options
author | 2015-11-16 10:30:51 +0100 | |
---|---|---|
committer | 2015-11-16 10:32:27 +0100 | |
commit | cabec7b81cea4afd0d0272e791202f99f6e0c408 (patch) | |
tree | 9d6010593bee3cd4641f134c2f4b37ec5ed708aa /doxygen/style.css | |
parent | a044a3309f5dccfd466ea63bd65b6a8d0b545fdf (diff) |
Added new doxygen templates and limited basic to core (nw)
Diffstat (limited to 'doxygen/style.css')
-rw-r--r-- | doxygen/style.css | 367 |
1 files changed, 367 insertions, 0 deletions
diff --git a/doxygen/style.css b/doxygen/style.css new file mode 100644 index 00000000000..91bc8ebb9a2 --- /dev/null +++ b/doxygen/style.css @@ -0,0 +1,367 @@ +/* -- customizing doxygen.css stuff -- */ + +.mdescLeft, .mdescRight { + color: #777; +} + +dl.todo, dl.note { + padding-left: 10px; +} + +.memSeparator, .table, .table>tbody>.heading>td { + border: 0 +} +.table > tbody > tr > td.memSeparator { + line-height: 0px; +} +.table > tbody > tr > td { + border: 0px; +} + +.mdescLeft, .mdescRight, +.memItemLeft, .memItemRight, +.memTemplItemLeft, .memTemplItemRight, .memTemplParams { + background-color: #fff; + border: none; + margin: 4px; + padding: 1px 0 0 8px; +} + +.table > tbody > tr.active > .memTemplParams { + line-height: 14px; + background-color: #fff; + margin: 0px; +} + +.table > tbody > tr.active { + border: 1px solid #DDD; + border-radius: 4px; +} + +.label { + margin-right: 0.5em; +} + +/* -- customizing boostrap.css stuff -- */ + +.navbar { + margin-bottom: 0px; +} +.navbar-default .navbar-brand { + background: none; +} +.navbar-default .navbar-brand.brief { + color: #888; +} + +.pagination { + text-align: center; + width: 100%; +} + +.pagination > li { + float:none; + display:inline-block; + margin: 0 +} + +.nav-tabs > li { + float:none; + display:inline-block; + *display:inline; /* ie7 fix */ + zoom:1; /* hasLayout ie7 trigger */ +} + +.nav-tabs { + text-align:center; +} + +.nav > li { + padding-right: 0.5em; +} + +.h1 { font-size: 200%; line-height: 1.3; } +h3 { font-size: 140%; line-height: 1.3; } + +.paramname { + padding-right: 20px; +} + +.tparams > tbody, .params > tbody { vertical-align: top; } +dt, dd { line-height: 26px; } +dt { color: #354C7B; } +body, table, table.directory, div, p, dl { + line-height: 26px; + font: 400 16px/26px Roboto,sans-serif; +} +dl.section dd { margin-bottom: 0; } + +h1, .h1, h2, .h2, h3, .h3{ + font-weight: 200 !important; +} + +#navrow1 { + border-bottom: 2px solid #EEEEEE; +} + +#navrow2, #navrow3, #navrow4, #navrow5 { + border-bottom: 0px solid #EEEEEE; +} + +.adjust-right { + margin-left: 30px !important; + font-size: 1.15em !important; +} +.navbar{ + border: 0px solid #222 !important; +} + + +/* Sticky footer styles +-------------------------------------------------- */ +html, +body { + height: 100%; + /* The html and body elements cannot have any padding or margin. */ +} + +/* Wrapper for page content to push down footer */ +#wrap { + min-height: 100%; + height: auto; + /* Negative indent footer by its height */ + margin: 0 auto -60px; + /* Pad bottom by footer height */ + padding: 0 0 60px; +} + +/* Set the fixed height of the footer here */ +#footer { + font-size: 0.9em; + padding: 8px 0px; + background-color: #f5f5f5; +} + +.footer-row { + line-height: 44px; +} + +#footer > .container { + padding-left: 15px; + padding-right: 15px; +} + +.footer-follow-icon { + margin-left: 3px; + text-decoration: none !important; +} + +.footer-follow-icon img { + width: 20px; +} + +.footer-link { + padding-top: 5px; + display: inline-block; + color: #999999; + text-decoration: none; +} + +.footer-copyright { + text-align: center; +} + + +@media (min-width: 992px) { + .footer-row { + text-align: left; + } + + .footer-icons { + text-align: right; + } +} +@media (max-width: 991px) { + .footer-row { + text-align: center; + } + + .footer-icons { + text-align: center; + } +} + +/* DOXYGEN Code Styles +----------------------------------- */ + + +a.qindex { + font-weight: bold; +} + +a.qindexHL { + font-weight: bold; + background-color: #9CAFD4; + color: #ffffff; + border: 1px double #869DCA; +} + +.contents a.qindexHL:visited { + color: #ffffff; +} + +a.code, a.code:visited, a.line, a.line:visited { + color: #4665A2; +} + +a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited { + color: #4665A2; +} + +/* @end */ + +dl.el { + margin-left: -1cm; +} + +pre.fragment { + border: 1px solid #C4CFE5; + background-color: #FBFCFD; + padding: 4px 6px; + margin: 4px 8px 4px 2px; + overflow: auto; + word-wrap: break-word; + line-height: 125%; + font-family: monospace, fixed; + font-size: 105%; +} + +div.fragment { + margin: 8px 8px 8px 8px; + border: 0px solid #C4CFE5; + background-color: #F6F7F8; + box-shadow: none; + padding: 15px; + padding-bottom: 10px; +} + +div.line { + font-family: monospace, fixed; + font-size: 15px; + min-height: 20px; + line-height: 1.0; + text-wrap: unrestricted; + white-space: -moz-pre-wrap; /* Moz */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + white-space: pre-wrap; /* CSS3 */ + word-wrap: break-word; /* IE 5.5+ */ + text-indent: -53px; + padding-left: 53px; + padding-bottom: 0px; + vertical-align: middle; + margin: 0px; + -webkit-transition-property: background-color, box-shadow; + -webkit-transition-duration: 0.5s; + -moz-transition-property: background-color, box-shadow; + -moz-transition-duration: 0.5s; + -ms-transition-property: background-color, box-shadow; + -ms-transition-duration: 0.5s; + -o-transition-property: background-color, box-shadow; + -o-transition-duration: 0.5s; + transition-property: background-color, box-shadow; + transition-duration: 0.5s; +} + +div.line.glow { + background-color: cyan; + box-shadow: 0 0 10px cyan; +} + + +span.lineno { + padding-right: 5px; + text-align: right; + border-right: 2px solid #adc; + background-color: transparent; + white-space: pre; +} +span.lineno a { + background-color: #eee; +} + +span.lineno a:hover { + background-color: #C8C8C8; +} + +div.groupHeader { + margin-left: 16px; + margin-top: 12px; + font-weight: bold; +} + +div.groupText { + margin-left: 16px; + font-style: italic; +} + +/* @group Code Colorization */ + +span.keyword { + color: #008000 +} + +span.keywordtype { + color: #604020 +} + +span.keywordflow { + color: #e08000 +} + +span.comment { + color: #800000 +} + +span.preprocessor { + color: #806020 +} + +span.stringliteral { + color: #002080 +} + +span.charliteral { + color: #008080 +} + +span.vhdldigit { + color: #ff00ff +} + +span.vhdlchar { + color: #000000 +} + +span.vhdlkeyword { + color: #700070 +} + +span.vhdllogic { + color: #ff0000 +} + +blockquote { + background-color: #F7F8FB; + border-left: 2px solid #9CAFD4; + margin: 0 24px 0 4px; + padding: 0 12px 0 16px; +} + +div.summary { + float: right; + font-size: 8pt; + padding-right: 5px; + width: 80%; + text-align: right; +} |