annotate plugins/redmine_embedded/assets/stylesheets/doxygen.css @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents 22d81bd0b62c
children
rev   line source
luis@1119 1 #content {
luis@1119 2 font-family: Geneva, Arial, Helvetica, sans-serif;
luis@1119 3 }
luis@1119 4 #content h1, h2, h3 {border: 0;}
luis@1119 5 #content h1 {margin-bottom: 1em;}
luis@1119 6 #content CAPTION { font-weight: bold }
luis@1119 7 #content DIV.qindex {
luis@1119 8 line-height: 120%;
luis@1119 9 margin-bottom: 1em;
luis@1119 10 }
luis@1119 11 #content A.qindex {
luis@1119 12 text-decoration: none;
luis@1119 13 font-weight: bold;
luis@1119 14 padding: 2px;
luis@1119 15 }
luis@1119 16 #content A.qindexHL {
luis@1119 17 text-decoration: underline;
luis@1119 18 font-weight: bold;
luis@1119 19 padding: 2px;
luis@1119 20 }
luis@1119 21 #content A.el { text-decoration: none; font-weight: bold }
luis@1119 22 #content A.elRef { font-weight: bold }
luis@1119 23 #content A.code { text-decoration: none; font-weight: normal; color: #1A419D}
luis@1119 24 #content A.codeRef { font-weight: normal; color: #1A419D}
luis@1119 25 #content DL.el { margin-left: -1cm }
luis@1119 26 #content PRE.fragment {
luis@1119 27 border: 1px solid #CCCCCC;
luis@1119 28 background-color: #f5f5f5;
luis@1119 29 margin-top: 4px;
luis@1119 30 margin-bottom: 4px;
luis@1119 31 margin-left: 2px;
luis@1119 32 margin-right: 8px;
luis@1119 33 padding-left: 6px;
luis@1119 34 padding-right: 6px;
luis@1119 35 padding-top: 4px;
luis@1119 36 padding-bottom: 4px;
luis@1119 37 }
luis@1119 38 #content DIV.fragment {
luis@1119 39 border: 1px solid #CCCCCC;
luis@1119 40 background-color: #f5f5f5;
luis@1119 41 padding: 6px;
luis@1119 42 }
luis@1119 43 #content DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
luis@1119 44 #content TD.md { background-color: #F4F4FB; font-weight: bold; }
luis@1119 45 #content TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
luis@1119 46 #content TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
luis@1119 47 #content DIV.groupHeader {
luis@1119 48 margin-left: 16px;
luis@1119 49 margin-top: 12px;
luis@1119 50 margin-bottom: 6px;
luis@1119 51 font-weight: bold;
luis@1119 52 font-family: Geneva, Arial, Helvetica, sans-serif;
luis@1119 53 }
luis@1119 54 #content DIV.groupText { margin-left: 16px; font-style: italic; font-size: 14px }
luis@1119 55 #content TD.indexkey {
luis@1119 56 background-color: #eeeeff;
luis@1119 57 font-weight: bold;
luis@1119 58 padding-right : 10px;
luis@1119 59 padding-top : 2px;
luis@1119 60 padding-left : 10px;
luis@1119 61 padding-bottom : 2px;
luis@1119 62 margin-left : 0px;
luis@1119 63 margin-right : 0px;
luis@1119 64 margin-top : 2px;
luis@1119 65 margin-bottom : 2px;
luis@1119 66 border: 1px solid #CCCCCC;
luis@1119 67 }
luis@1119 68 #content TD.indexvalue {
luis@1119 69 background-color: #eeeeff;
luis@1119 70 font-style: italic;
luis@1119 71 padding-right : 10px;
luis@1119 72 padding-top : 2px;
luis@1119 73 padding-left : 10px;
luis@1119 74 padding-bottom : 2px;
luis@1119 75 margin-left : 0px;
luis@1119 76 margin-right : 0px;
luis@1119 77 margin-top : 2px;
luis@1119 78 margin-bottom : 2px;
luis@1119 79 border: 1px solid #CCCCCC;
luis@1119 80 }
luis@1119 81 #content TR.memlist {
luis@1119 82 background-color: #f0f0f0;
luis@1119 83 }
luis@1119 84 #content P.formulaDsp { text-align: center; }
luis@1119 85 #content IMG.formulaDsp { }
luis@1119 86 #content IMG.formulaInl { vertical-align: middle; }
luis@1119 87 #content SPAN.keyword { color: #008000 }
luis@1119 88 #content SPAN.keywordtype { color: #604020 }
luis@1119 89 #content SPAN.keywordflow { color: #e08000 }
luis@1119 90 #content SPAN.comment { color: #800000 }
luis@1119 91 #content SPAN.preprocessor { color: #806020 }
luis@1119 92 #content SPAN.stringliteral { color: #002080 }
luis@1119 93 #content SPAN.charliteral { color: #008080 }
luis@1119 94 #content .mdTable {
luis@1119 95 border: 1px solid #868686;
luis@1119 96 background-color: #F4F4FB;
luis@1119 97 }
luis@1119 98 #content .mdRow {
luis@1119 99 padding: 8px 10px;
luis@1119 100 }
luis@1119 101 #content .mdescLeft {
luis@1119 102 padding: 0px 8px 4px 8px;
luis@1119 103 font-size: 14px;
luis@1119 104 font-style: italic;
luis@1119 105 background-color: #FAFAFA;
luis@1119 106 border-top: 1px none #E0E0E0;
luis@1119 107 border-right: 1px none #E0E0E0;
luis@1119 108 border-bottom: 1px none #E0E0E0;
luis@1119 109 border-left: 1px none #E0E0E0;
luis@1119 110 margin: 0px;
luis@1119 111 }
luis@1119 112 #content .mdescRight {
luis@1119 113 padding: 0px 8px 4px 8px;
luis@1119 114 font-size: 14px;
luis@1119 115 font-style: italic;
luis@1119 116 background-color: #FAFAFA;
luis@1119 117 border-top: 1px none #E0E0E0;
luis@1119 118 border-right: 1px none #E0E0E0;
luis@1119 119 border-bottom: 1px none #E0E0E0;
luis@1119 120 border-left: 1px none #E0E0E0;
luis@1119 121 margin: 0px;
luis@1119 122 }
luis@1119 123 #content .memItemLeft {
luis@1119 124 padding: 1px 0px 0px 8px;
luis@1119 125 margin: 4px;
luis@1119 126 border-top-width: 1px;
luis@1119 127 border-right-width: 1px;
luis@1119 128 border-bottom-width: 1px;
luis@1119 129 border-left-width: 1px;
luis@1119 130 border-top-style: solid;
luis@1119 131 border-top-color: #E0E0E0;
luis@1119 132 border-right-color: #E0E0E0;
luis@1119 133 border-bottom-color: #E0E0E0;
luis@1119 134 border-left-color: #E0E0E0;
luis@1119 135 border-right-style: none;
luis@1119 136 border-bottom-style: none;
luis@1119 137 border-left-style: none;
luis@1119 138 background-color: #FAFAFA;
luis@1119 139 font-family: Geneva, Arial, Helvetica, sans-serif;
luis@1119 140 font-size: 12px;
luis@1119 141 }
luis@1119 142 #content .memItemRight {
luis@1119 143 padding: 1px 8px 0px 8px;
luis@1119 144 margin: 4px;
luis@1119 145 border-top-width: 1px;
luis@1119 146 border-right-width: 1px;
luis@1119 147 border-bottom-width: 1px;
luis@1119 148 border-left-width: 1px;
luis@1119 149 border-top-style: solid;
luis@1119 150 border-top-color: #E0E0E0;
luis@1119 151 border-right-color: #E0E0E0;
luis@1119 152 border-bottom-color: #E0E0E0;
luis@1119 153 border-left-color: #E0E0E0;
luis@1119 154 border-right-style: none;
luis@1119 155 border-bottom-style: none;
luis@1119 156 border-left-style: none;
luis@1119 157 background-color: #FAFAFA;
luis@1119 158 font-family: Geneva, Arial, Helvetica, sans-serif;
luis@1119 159 font-size: 13px;
luis@1119 160 }
luis@1119 161 #content .search { color: #003399; font-weight: bold;
luis@1119 162 }
luis@1119 163 #content FORM.search {
luis@1119 164 margin-bottom: 0px;
luis@1119 165 margin-top: 0px;
luis@1119 166 }
luis@1119 167 #content INPUT.search { font-size: 75%;
luis@1119 168 color: #000080;
luis@1119 169 font-weight: normal;
luis@1119 170 background-color: #eeeeff;
luis@1119 171 }
luis@1119 172 #content TD.tiny { font-size: 75%;
luis@1119 173 }
luis@1119 174 #content .tabs ul li a#MSearchClose {
luis@1119 175 width: 12px;
luis@1119 176 display: inline-block;
luis@1119 177 overflow: hidden;
luis@1119 178 padding: 2px;
luis@1119 179 height: 12px;
luis@1119 180 line-height: 12px;
luis@1119 181 }
luis@1119 182
luis@1119 183 #content .tabs ul li #MSearchField {
luis@1119 184 width: 120px;
luis@1119 185 margin: 0;
luis@1119 186 }
luis@1119 187
luis@1119 188 #content .tabs ul li #MSearchBox {
luis@1119 189 margin-bottom: -2px;
luis@1119 190 }
luis@1119 191
luis@1119 192 #content .memitem {
luis@1119 193 padding: 0;
luis@1119 194 margin-bottom: 10px;
luis@1119 195 }
luis@1119 196 #content .memname {
luis@1119 197 white-space: nowrap;
luis@1119 198 font-weight: bold;
luis@1119 199 }
luis@1119 200 #content .memproto, .memdoc {
luis@1119 201 border: 1px solid #84b0c7;
luis@1119 202 }
luis@1119 203 #content .memdoc {
luis@1119 204 padding: 2px 5px;
luis@1119 205 background-color: #eef3f5;
luis@1119 206 border-top-width: 0;
luis@1119 207 -webkit-border-bottom-left-radius: 8px;
luis@1119 208 -webkit-border-bottom-right-radius: 8px;
luis@1119 209 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
luis@1119 210 -moz-border-radius-bottomleft: 8px;
luis@1119 211 -moz-border-radius-bottomright: 8px;
luis@1119 212 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
luis@1119 213 }
luis@1119 214 #content .memproto {
luis@1119 215 padding: 0;
luis@1119 216 background-color: #d5e1e8;
luis@1119 217 font-weight: bold;
luis@1119 218 -webkit-border-top-left-radius: 8px;
luis@1119 219 -webkit-border-top-right-radius: 8px;
luis@1119 220 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
luis@1119 221 -moz-border-radius-topleft: 8px;
luis@1119 222 -moz-border-radius-topright: 8px;
luis@1119 223 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
luis@1119 224 }