1/* Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Use of this source code is governed by a BSD-style license that can be 3 * found in the LICENSE file. */ 4 5/* 6 * Based off the Doxygen generated template stylesheet and trimmed/edited to 7 * remove items that would conflict with codesite or other overlying 8 * stylesheets while maintaining the desired look and feel. 9 * 10 * The #doxygen-ref is an id tag which encompasses code generated by doxygen 11 * and allows override of standard html tags while not affecting the rest 12 * of the page such as sidebars. 13 */ 14 15A.qindex { 16 text-decoration: none; 17 font-weight: bold; 18 color: #1A419D; 19} 20A.qindex:visited { 21 text-decoration: none; 22 font-weight: bold; 23 color: #1A419D 24} 25A.qindex:hover { 26 text-decoration: none; 27 background-color: #ddf; 28} 29A.qindexHL { 30 text-decoration: none; 31 font-weight: bold; 32 background-color: #66c; 33 color: #fff; 34 border: 1px double #9295C2; 35} 36A.qindexHL:hover, 37A.qindexHL:visited { 38 text-decoration: none; 39 background-color: #66c; 40 color: #fff; 41} 42A.el { 43 text-decoration: none; 44 font-weight: bold; 45} 46A.elRef { 47 font-weight: bold; 48} 49A.code:link, 50A.code:visited { 51 text-decoration: none; 52 font-weight: normal; 53 color: #00F; 54} 55A.codeRef:link, 56A.codeRef:visited { 57 font-weight: normal; 58 color: #00F; 59} 60A:hover { 61 text-decoration: none; 62 background-color: #f2f2ff; 63} 64DL.el { 65 margin-left: -1cm; 66} 67.fragment { 68 font-family: Fixed, monospace; 69 font-size: 95%; 70} 71PRE.fragment { 72 border: 1px solid #CCC; 73 background-color: #f5f5f5; 74 margin: 4px 8px 4px 2px 75 padding: 4px 6px; 76} 77DIV.ah { 78 background-color: black; 79 font-weight: bold; 80 color: #fff; 81 margin-bottom: 3px; 82 margin-top: 3px 83} 84TD.md { 85 background-color: #e1e1e4; 86 font-weight: bold; 87 border: none; 88} 89TD.mdPrefix { 90 background-color: #e1e1e4; 91 color: #606060; 92 font-size: 80%; 93 border: none; 94} 95TD.mdname1 { 96 background-color: #e1e1e4; 97 font-weight: bold; 98 color: #602020; 99 border: none; 100} 101.memitem { 102 padding: 4px; 103 background-color: #ffff; 104} 105.memname { 106 background-color: #e1e1e4; 107 white-space: nowrap; 108 font-weight: bold; 109} 110.memdoc{ 111 padding-left: 10px; 112} 113#doxygen-ref div.memproto td { 114 background-color: #e1e1e4; 115} 116.memproto { 117 background-color: #e1e1e4; 118 width: 100%; 119 border-width: 1px; 120 border-style: solid; 121 border-color: #e1e1f4; 122 font-weight: bold; 123 -moz-border-radius: 8px 8px 8px 8px; 124} 125.memproto .deprecated, 126.memname .deprecated, 127.summary .deprecated { 128 color: red; 129} 130.paramkey { 131 text-align: right; 132} 133.paramtype { 134 white-space: nowrap; 135} 136.paramname { 137 color: #602020; 138 font-style: italic; 139 white-space: nowrap; 140} 141DIV.groupHeader { 142 margin: 12px 16px 6px auto; 143 font-weight: bold; 144} 145DIV.groupText { 146 margin-left: 16px; 147 font-style: italic; 148 font-size: 90%; 149} 150TR.memlist { 151 background-color: #f0f0f0; 152} 153P.formulaDsp { 154 text-align: center; 155} 156IMG.formulaInl { 157 vertical-align: middle; 158} 159SPAN.keyword, 160SPAN.keywordflow { 161 color: #008000; 162} 163SPAN.keywordtyp { 164 color: #604020; 165} 166SPAN.comment { 167 color: #800000; 168} 169SPAN.preprocessor { 170 color: #806020; 171} 172SPAN.stringliteral { 173 color: #002080; 174} 175SPAN.charliteral { 176 color: #008080; 177} 178.mdTable { 179 background-color: #e1e1e4; 180 border: none; 181 padding: 0; 182} 183.mdRow { 184 padding: 8px 10px; 185 border: none; 186} 187.mdescLeft, 188.mdescRight { 189 padding: 0 8px 4px 8px; 190 font-size: 80%; 191 font-style: italic; 192 background-color: #FAFAFA; 193 border: 1px none #E0E0E0; 194 margin: 0; 195} 196.search { 197 color: #039; 198 font-weight: bold; 199} 200FORM.search { 201 margin: 0 auto; 202} 203INPUT.search { 204 font-size: 75%; 205 color: #000080; 206 font-weight: normal; 207 background-color: #e8eef2; 208} 209TD.tiny{ 210 font-size: 75%; 211} 212#doxygen-ref HR { 213 height: 1px; 214 border: none; 215 border-top: 1px solid black; 216} 217#doxygen-ref table, 218#doxygen-ref td, 219#doxygen-ref tr { 220 border:none; 221} 222#doxygen-ref .contents H1 { 223 text-align: center; 224 background-color: #ffffff; 225 border: 0; 226} 227#doxygen-ref H2 { 228 margin-left: 0; 229 margin-bottom: 5px; 230} 231#doxygen-ref CAPTION { 232 font-weight: bold; 233} 234#doxygen-ref .contents .summary { 235 line-height: 1em; 236} 237#doxygen-ref .contents .summary TD { 238} 239#doxygen-ref .contents .summary .type { 240 text-align: right; 241} 242.memdoc { 243 padding-left: 30px; 244} 245.memitem { 246 border-top:1px solid #E5ECF9; 247} 248.doxygen-global { 249 background-color: #ffcc66; 250} 251