annotate vendor/plugins/embedded/assets/stylesheets/doxygen.css @ 1478:5ca1f4a47171 bibplugin_db_migrations

Close obsolete branch bibplugin_db_migrations
author Chris Cannam
date Fri, 30 Nov 2012 14:40:50 +0000
parents 317821dd92c9
children
rev   line source
Chris@154 1 #content {
Chris@154 2 font-family: Geneva, Arial, Helvetica, sans-serif;
Chris@154 3 }
Chris@154 4 #content h1, h2, h3 {border: 0;}
Chris@154 5 #content h1 {margin-bottom: 1em;}
Chris@154 6 #content CAPTION { font-weight: bold }
Chris@154 7 #content DIV.qindex {
Chris@154 8 line-height: 120%;
Chris@154 9 margin-bottom: 1em;
Chris@154 10 }
Chris@154 11 #content A.qindex {
Chris@154 12 text-decoration: none;
Chris@154 13 font-weight: bold;
Chris@154 14 padding: 2px;
Chris@154 15 }
Chris@154 16 #content A.qindexHL {
Chris@154 17 text-decoration: underline;
Chris@154 18 font-weight: bold;
Chris@154 19 padding: 2px;
Chris@154 20 }
Chris@154 21 #content A.el { text-decoration: none; font-weight: bold }
Chris@154 22 #content A.elRef { font-weight: bold }
Chris@154 23 #content A.code { text-decoration: none; font-weight: normal; color: #1A419D}
Chris@154 24 #content A.codeRef { font-weight: normal; color: #1A419D}
Chris@154 25 #content DL.el { margin-left: -1cm }
Chris@154 26 #content PRE.fragment {
Chris@154 27 border: 1px solid #CCCCCC;
Chris@154 28 background-color: #f5f5f5;
Chris@154 29 margin-top: 4px;
Chris@154 30 margin-bottom: 4px;
Chris@154 31 margin-left: 2px;
Chris@154 32 margin-right: 8px;
Chris@154 33 padding-left: 6px;
Chris@154 34 padding-right: 6px;
Chris@154 35 padding-top: 4px;
Chris@154 36 padding-bottom: 4px;
Chris@154 37 }
Chris@154 38 #content DIV.fragment {
Chris@154 39 border: 1px solid #CCCCCC;
Chris@154 40 background-color: #f5f5f5;
Chris@154 41 padding: 6px;
Chris@154 42 }
Chris@154 43 #content DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
Chris@154 44 #content TD.md { background-color: #F4F4FB; font-weight: bold; }
Chris@154 45 #content TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
Chris@154 46 #content TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
Chris@154 47 #content DIV.groupHeader {
Chris@154 48 margin-left: 16px;
Chris@154 49 margin-top: 12px;
Chris@154 50 margin-bottom: 6px;
Chris@154 51 font-weight: bold;
Chris@154 52 font-family: Geneva, Arial, Helvetica, sans-serif;
Chris@154 53 }
Chris@154 54 #content DIV.groupText { margin-left: 16px; font-style: italic; font-size: 14px }
Chris@154 55 #content TD.indexkey {
Chris@154 56 background-color: #eeeeff;
Chris@154 57 font-weight: bold;
Chris@154 58 padding-right : 10px;
Chris@154 59 padding-top : 2px;
Chris@154 60 padding-left : 10px;
Chris@154 61 padding-bottom : 2px;
Chris@154 62 margin-left : 0px;
Chris@154 63 margin-right : 0px;
Chris@154 64 margin-top : 2px;
Chris@154 65 margin-bottom : 2px;
Chris@154 66 border: 1px solid #CCCCCC;
Chris@154 67 }
Chris@154 68 #content TD.indexvalue {
Chris@154 69 background-color: #eeeeff;
Chris@154 70 font-style: italic;
Chris@154 71 padding-right : 10px;
Chris@154 72 padding-top : 2px;
Chris@154 73 padding-left : 10px;
Chris@154 74 padding-bottom : 2px;
Chris@154 75 margin-left : 0px;
Chris@154 76 margin-right : 0px;
Chris@154 77 margin-top : 2px;
Chris@154 78 margin-bottom : 2px;
Chris@154 79 border: 1px solid #CCCCCC;
Chris@154 80 }
Chris@154 81 #content TR.memlist {
Chris@154 82 background-color: #f0f0f0;
Chris@154 83 }
Chris@154 84 #content P.formulaDsp { text-align: center; }
Chris@154 85 #content IMG.formulaDsp { }
Chris@154 86 #content IMG.formulaInl { vertical-align: middle; }
Chris@154 87 #content SPAN.keyword { color: #008000 }
Chris@154 88 #content SPAN.keywordtype { color: #604020 }
Chris@154 89 #content SPAN.keywordflow { color: #e08000 }
Chris@154 90 #content SPAN.comment { color: #800000 }
Chris@154 91 #content SPAN.preprocessor { color: #806020 }
Chris@154 92 #content SPAN.stringliteral { color: #002080 }
Chris@154 93 #content SPAN.charliteral { color: #008080 }
Chris@154 94 #content .mdTable {
Chris@154 95 border: 1px solid #868686;
Chris@154 96 background-color: #F4F4FB;
Chris@154 97 }
Chris@154 98 #content .mdRow {
Chris@154 99 padding: 8px 10px;
Chris@154 100 }
Chris@154 101 #content .mdescLeft {
Chris@154 102 padding: 0px 8px 4px 8px;
Chris@154 103 font-size: 14px;
Chris@154 104 font-style: italic;
Chris@154 105 background-color: #FAFAFA;
Chris@154 106 border-top: 1px none #E0E0E0;
Chris@154 107 border-right: 1px none #E0E0E0;
Chris@154 108 border-bottom: 1px none #E0E0E0;
Chris@154 109 border-left: 1px none #E0E0E0;
Chris@154 110 margin: 0px;
Chris@154 111 }
Chris@154 112 #content .mdescRight {
Chris@154 113 padding: 0px 8px 4px 8px;
Chris@154 114 font-size: 14px;
Chris@154 115 font-style: italic;
Chris@154 116 background-color: #FAFAFA;
Chris@154 117 border-top: 1px none #E0E0E0;
Chris@154 118 border-right: 1px none #E0E0E0;
Chris@154 119 border-bottom: 1px none #E0E0E0;
Chris@154 120 border-left: 1px none #E0E0E0;
Chris@154 121 margin: 0px;
Chris@154 122 }
Chris@154 123 #content .memItemLeft {
Chris@154 124 padding: 1px 0px 0px 8px;
Chris@154 125 margin: 4px;
Chris@154 126 border-top-width: 1px;
Chris@154 127 border-right-width: 1px;
Chris@154 128 border-bottom-width: 1px;
Chris@154 129 border-left-width: 1px;
Chris@154 130 border-top-style: solid;
Chris@154 131 border-top-color: #E0E0E0;
Chris@154 132 border-right-color: #E0E0E0;
Chris@154 133 border-bottom-color: #E0E0E0;
Chris@154 134 border-left-color: #E0E0E0;
Chris@154 135 border-right-style: none;
Chris@154 136 border-bottom-style: none;
Chris@154 137 border-left-style: none;
Chris@154 138 background-color: #FAFAFA;
Chris@154 139 font-family: Geneva, Arial, Helvetica, sans-serif;
Chris@154 140 font-size: 12px;
Chris@154 141 }
Chris@154 142 #content .memItemRight {
Chris@154 143 padding: 1px 8px 0px 8px;
Chris@154 144 margin: 4px;
Chris@154 145 border-top-width: 1px;
Chris@154 146 border-right-width: 1px;
Chris@154 147 border-bottom-width: 1px;
Chris@154 148 border-left-width: 1px;
Chris@154 149 border-top-style: solid;
Chris@154 150 border-top-color: #E0E0E0;
Chris@154 151 border-right-color: #E0E0E0;
Chris@154 152 border-bottom-color: #E0E0E0;
Chris@154 153 border-left-color: #E0E0E0;
Chris@154 154 border-right-style: none;
Chris@154 155 border-bottom-style: none;
Chris@154 156 border-left-style: none;
Chris@154 157 background-color: #FAFAFA;
Chris@154 158 font-family: Geneva, Arial, Helvetica, sans-serif;
Chris@154 159 font-size: 13px;
Chris@154 160 }
Chris@154 161 #content .search { color: #003399;
Chris@154 162 font-weight: bold;
Chris@154 163 }
Chris@154 164 #content FORM.search {
Chris@154 165 margin-bottom: 0px;
Chris@154 166 margin-top: 0px;
Chris@154 167 }
Chris@154 168 #content INPUT.search { font-size: 75%;
Chris@154 169 color: #000080;
Chris@154 170 font-weight: normal;
Chris@154 171 background-color: #eeeeff;
Chris@154 172 }
Chris@154 173 #content TD.tiny { font-size: 75%;
Chris@154 174 }