148 + "}", 149 "a[name]:before, a[name]:target, a[id]:before, a[id]:target {\n" 150 + " content:\"\";\n" 151 + " display:inline-block;\n" 152 + " position:relative;\n" 153 + " padding-top:129px;\n" 154 + " margin-top:-129px;\n" 155 + "}", 156 ".searchTagResult:before, .searchTagResult:target {\n" 157 + " color:red;\n" 158 + "}", 159 "a[href]:hover, a[href]:focus {\n" 160 + " text-decoration:none;\n" 161 + " color:#bb7a2a;\n" 162 + "}", 163 "td.colFirst a:link, td.colFirst a:visited,\n" 164 + "td.colSecond a:link, td.colSecond a:visited,\n" 165 + "th.colFirst a:link, th.colFirst a:visited,\n" 166 + "th.colSecond a:link, th.colSecond a:visited,\n" 167 + "th.colConstructorName a:link, th.colConstructorName a:visited,\n" 168 + "th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited, \n" 169 + ".constantValuesContainer td a:link, .constantValuesContainer td a:visited, \n" 170 + ".allClassesContainer td a:link, .allClassesContainer td a:visited, \n" 171 + ".allPackagesContainer td a:link, .allPackagesContainer td a:visited {\n" 172 + " font-weight:bold;\n" 173 + "}", 174 ".deprecationBlock {\n" 175 + " font-size:14px;\n" 176 + " font-family:'DejaVu Serif', Georgia, \"Times New Roman\", Times, serif;\n" 177 + " border-style:solid;\n" 178 + " border-width:thin;\n" 179 + " border-radius:10px;\n" 180 + " padding:10px;\n" 181 + " margin-bottom:10px;\n" 182 + " margin-right:10px;\n" 183 + " display:inline-block;\n" 184 + "}", 185 "#reset {\n" 186 + " background-color: rgb(255,255,255);\n" 187 + " background-image:url('resources/x.png');\n" 188 + " background-position:center;\n" 189 + " background-repeat:no-repeat;\n" 190 + " background-size:12px;\n" | 148 + "}", 149 "a[name]:before, a[name]:target, a[id]:before, a[id]:target {\n" 150 + " content:\"\";\n" 151 + " display:inline-block;\n" 152 + " position:relative;\n" 153 + " padding-top:129px;\n" 154 + " margin-top:-129px;\n" 155 + "}", 156 ".searchTagResult:before, .searchTagResult:target {\n" 157 + " color:red;\n" 158 + "}", 159 "a[href]:hover, a[href]:focus {\n" 160 + " text-decoration:none;\n" 161 + " color:#bb7a2a;\n" 162 + "}", 163 "td.colFirst a:link, td.colFirst a:visited,\n" 164 + "td.colSecond a:link, td.colSecond a:visited,\n" 165 + "th.colFirst a:link, th.colFirst a:visited,\n" 166 + "th.colSecond a:link, th.colSecond a:visited,\n" 167 + "th.colConstructorName a:link, th.colConstructorName a:visited,\n" 168 + "th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited,\n" 169 + ".constantValuesContainer td a:link, .constantValuesContainer td a:visited,\n" 170 + ".allClassesContainer td a:link, .allClassesContainer td a:visited,\n" 171 + ".allPackagesContainer td a:link, .allPackagesContainer td a:visited {\n" 172 + " font-weight:bold;\n" 173 + "}", 174 ".deprecationBlock {\n" 175 + " font-size:14px;\n" 176 + " font-family:'DejaVu Serif', Georgia, \"Times New Roman\", Times, serif;\n" 177 + " border-style:solid;\n" 178 + " border-width:thin;\n" 179 + " border-radius:10px;\n" 180 + " padding:10px;\n" 181 + " margin-bottom:10px;\n" 182 + " margin-right:10px;\n" 183 + " display:inline-block;\n" 184 + "}", 185 "#reset {\n" 186 + " background-color: rgb(255,255,255);\n" 187 + " background-image:url('resources/x.png');\n" 188 + " background-position:center;\n" 189 + " background-repeat:no-repeat;\n" 190 + " background-size:12px;\n" |