亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? manual.css

?? Apache_2.0.59-Openssl_0.9 配置tomcat. Apache_2.0.59-Openssl_0.9 配置tomcat.
?? CSS
?? 第 1 頁 / 共 2 頁
字號(hào):
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * manual.css
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * mainframe ;-)
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html {
    font-size: 14px;
}

body {
    background-color: #fff;
    color: #036;
    padding: 0 1em 0 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

pre, code {
    font-family: "Courier New", Courier, monospace;
}

strong {
    font-weight: bold;
}

q, em, var {
    font-style: italic;
}

span.transnote, span.phonetic {
    font-weight: normal;
    background-color: inherit;
    color: #888;
}

/* fixup IE & Opera
 * otherwise they forget to inherit
 * the computed font-size value
 */
table, code {
    font-size: 1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Links
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* normal links           */
/* ====================== */
a:link {
    color: #0073c7;
    background-color: inherit;
}

a:visited {
    color: #5A88B5;
    background-color: inherit;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
    color: #0073c7;
    background-color: #f0f0f0;
}

/* hover on non-white backgrounds */
tr.odd a:hover,
tr.odd a:active,
tr.header a:hover,
tr.header a:active,
div.note a:hover,
div.note a:active,
div.example a:hover,
div.example a:active,
div.warning a:hover,
div.warning a:active,
div#quickview a:hover,
div#quickview a:active {
    background-color: #fff;
    color: #0073c7;
}

/* code.module [links]    */
/* ====================== */
code.module,
code.module a:link {
    color: #8b4513;
    background-color: inherit;
}

code.module a:visited {
    color: #bc8f8f;
    background-color: inherit;
}

code.module a:hover,
code.module a:active {
    color: #8b4513;
    background-color: #f0f0f0;
}

/* hover on non-white backgrounds */
tr.odd code.module a:hover,
tr.odd code.module a:active,
tr.header code.module a:hover,
tr.header code.module a:active,
div.note code.module a:hover,
div.note code.module a:active,
div.example code.module a:hover,
div.example code.module a:active,
div.warning code.module a:hover,
div.warning code.module a:active,
div#quickview code.module a:hover,
div#quickview code.module a:active {
    background-color: #fff;
    color: #8b4513;
}

/* code.directive [links] */
/* ====================== */
code.directive,
code.directive a:link {
    color: #287f00;
    background-color: inherit;
}

code.directive a:visited {
    color: #35a500;
    background-color: inherit;
}

code.directive a:hover,
code.directive a:active {
    color: #287f00;
    background-color: #f0f0f0;
}

/* hover on non-white backgrounds */
tr.odd code.directive a:hover,
tr.odd code.directive a:active,
tr.header code.directive a:hover,
tr.header code.directive a:active,
div.note code.directive a:hover,
div.note code.directive a:active,
div.example code.directive a:hover,
div.example code.directive a:active,
div.warning code.directive a:hover,
div.warning code.directive a:active,
div#quickview code.directive a:hover,
div#quickview code.directive a:active {
    background-color: #fff;
    color: #287f00;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Headings
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* h1                     */
/* ====================== */
h1 {
    padding: 0.2em;
    margin: 0;
    border: 1px solid #405871;
    background-color: inherit;
    color: #036;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

/* h2                     */
/* ====================== */
h2 {
    padding: 0.2em 0 0.2em 0.7em;
    margin: 0 0 0.5em 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.section h2 {
    background-color: #405871;
    color: #fff;
}

.directive-section h2 {
    background-color: #557697;
    color: #fff;
}

.category h2 {
    background-color: #e5ecf3;
    color: #405871;
    font-size: 14px;
}

/* take care of <a name>s inside */
h2 a,
h2 a:hover,
h2 a:active {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}

/* h3, h4                 */
/* ====================== */
h3 {
    background-color: inherit;
    color: #036;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin: 1.3em 0 0.4em 0;
    padding: 0;
}

h4 {
    background-color: inherit;
    color: #036;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin: 1.3em 0 0.2em 0;
    padding: 0;
}

/* margin adjustment */
h3 + *, h4 + * {
    margin-top: 0;
}

/* IE confuses the + * :-(
 * so reset some things
 */
ul, .section table, .directive-section table {
    margin-bottom: 1em;
}

/* titles for
 * examples, notes and warnings
 */
div.example h3,
div.note h3,
div.warning h3 {
    margin: 0 0 0.5em 0;
    text-align: left;
    font-size: 14px;
}

/* sidebar */
div#quickview h3 {
    margin: 1em 0 0.3em 0.5em;
    font-size: 15px;
}

div#quickview h3.directives {
    margin-top: 0.3em;
}

/* take care of <a name>s inside */
h3 a,
h3 a:hover,
h3 a:active,
h4 a,
h4 a:hover,
h4 a:active {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Up & Top helper images
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* arrow left             */
/* ====================== */
div.up {
    width: 30px;
    height: 20px;
    padding: 0;
    margin: -20px 0 1px 0;
    text-align: center;
    vertical-align: top;
}

div.up img {
    vertical-align: top;
    width: 11px;
    height: 11px;
    border-style: none;
}

/* arrow up (to page top) */
/* ====================== */
div.top {
    width: 30px;
    padding: 0 0 0 30px;
    margin: 0;
}

div.top img {
    margin-top: 0.5em;
    vertical-align: bottom;
    width: 11px;
    height: 11px;
    border-style: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Tables
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* general                */
/* ====================== */
table {
    border: 1px solid #aaa;
    border-collapse: collapse;
    padding: 2px;
    margin-top: 0.5em;
    margin-bottom: 0;
}

td, th {
    empty-cells: show; /* show border around empty cells */
    padding: 0.1em 0.2em;
    vertical-align: top;
    text-align: left;
    line-height: 1.3em;
}

th {
    font-weight: bold;
}

td.centered {
    text-align: center;
}

td.data {
    font-family: monospace;
    text-align: right;
    padding-left: 1em;
}

th.data {
    text-align: right;
}

tr.odd { /* for large tables alternating colors */
    background-color: #f2f2f2;
}

tr.header, tr.header th {
    background-color: #e2e2e2;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

/* bordered table cells   */
/* ====================== */

/* turn off borders in tables nested in
 * bordered tables per default
 */
table.bordered table td,
table.bordered table th {
    border-style: none;
}

table.bordered td,
table.bordered th,
table table.bordered td,
table table.bordered th {
    border: 1px solid #aaa;
}

/* index page layout table */
/* ======================= */
body#index-page div#page-content {
    width: 100%; /* IE fun */
}

body[id]#index-page div#page-content {
    width: auto; /* reasonable browsers. */
}

table#indextable {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}

table#indextable td {
    width: 33.3%;
    border-left: 1px solid #aaa;
    padding-top: 0;
    padding-bottom: 0;
}

table#indextable td.col1 {
    border-left: 0 none;
    padding-left: 0;
}

table#indextable td.col3 {
    padding-right: 0;
}

/* mod/dir. overview table and quick reference  */
/* ============================================ */
table.module th,
table.directive th {
    white-space: nowrap;
}

table.qref {
    border-collapse: collapse;
    width: 100%;
}

table.qref td {
    border-style: none solid;
    border-color: #aaa;
    border-width: 1px;
}

table.qref td.descr {
    padding-left: 1em;
    font-size: 13px;
}

table#legend {
    width: 100%;
    border-style: none;
    border-width: 0;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}

table#legend td {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

table#legend td.letters {
    width: 100%;
    padding-bottom: 0.5em;
}

table#legend table {
    vertical-align: bottom;
    margin: 0 0 0 0.4em;
    padding: 0;
    height: 7.5em;
}

table#legend table td,
table#legend table th {
    vertical-align: middle;
    padding: 0.1ex 0.2em;
    line-height: 1em;
    white-space: nowrap;
}

/* related modules & dir. */
/* ====================== */

/* assuming, all links are enclosed by
 * <code class="directive"> or
 * <code class="module">
 */

table.related {
    border-collapse: separate;
}

table.related th {
    padding: 0.2ex 0.3em;
    background-color: #e5ecf3;
    color: #405871;
    vertical-align: middle;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产综合色视频| 喷水一区二区三区| 99精品视频在线观看免费| 国产丝袜美腿一区二区三区| 99精品视频在线播放观看| 日本电影亚洲天堂一区| 国产精品传媒在线| 欧美成人欧美edvon| 一区二区三区在线免费播放| 欧美丝袜第三区| 成人av免费在线观看| 强制捆绑调教一区二区| 亚洲裸体xxx| 国产精品久久久久久户外露出| 国产乱人伦偷精品视频不卡| 亚洲第一激情av| 亚洲天堂网中文字| 国产精品女同一区二区三区| 欧美mv日韩mv国产网站app| 国产成人一级电影| 久国产精品韩国三级视频| 亚洲一区二区高清| 亚洲欧美日韩国产手机在线| 国产欧美视频一区二区| 精品国产乱码久久久久久影片| 国产一区二三区| 看电视剧不卡顿的网站| 国产欧美一区二区精品久导航| 一本久久综合亚洲鲁鲁五月天| 天天亚洲美女在线视频| 伊人一区二区三区| 亚洲三级在线观看| 国产精品国产三级国产| 中文字幕免费观看一区| 久久久不卡网国产精品一区| 色94色欧美sute亚洲13| 9久草视频在线视频精品| 日韩二区三区在线观看| 午夜久久电影网| 亚洲国产日韩a在线播放性色| 2019国产精品| 久久综合色一综合色88| 精品欧美久久久| 久久久国产精品不卡| 日本一区二区三区dvd视频在线 | 国产精品乡下勾搭老头1| 蜜臀久久99精品久久久久宅男| 国产精品色哟哟| 国产精品你懂的| 亚洲伦理在线精品| 精品精品国产高清a毛片牛牛| 精品成人a区在线观看| 日韩欧美国产三级电影视频| 91精品国产日韩91久久久久久| 99久久婷婷国产精品综合| caoporn国产精品| 国产一区二区三区| 成人免费高清在线观看| av不卡在线观看| 欧美在线视频你懂得| 91 com成人网| 欧洲激情一区二区| 91精品国产综合久久精品性色| 色八戒一区二区三区| 欧美日韩成人一区| 日韩午夜激情av| 国产精品素人一区二区| 精品第一国产综合精品aⅴ| 久久久蜜臀国产一区二区| 国产精品久久久久7777按摩| 日韩精品专区在线| 国产精品美女久久久久aⅴ | 亚洲高清三级视频| 免费成人av在线| 成人美女视频在线看| 国产一区二区三区免费播放 | 成人激情视频网站| 欧美视频一区在线| 精品国产露脸精彩对白| 日韩一级视频免费观看在线| 久久色视频免费观看| 亚洲精品免费在线观看| 七七婷婷婷婷精品国产| 91影院在线免费观看| 欧美乱妇一区二区三区不卡视频| 91免费视频网| 日韩精品一区二区三区在线观看| 欧美一区二区视频在线观看2022| 欧美三级电影精品| 国产日韩影视精品| 丝袜诱惑制服诱惑色一区在线观看| 亚洲主播在线观看| 国产乱妇无码大片在线观看| 在线视频国内自拍亚洲视频| 久久综合久久综合久久| 亚洲成人午夜电影| 成人精品视频.| 精品国产髙清在线看国产毛片 | 日韩一区二区三区观看| 麻豆免费精品视频| 91色porny| 亚洲国产精品黑人久久久| 中国色在线观看另类| 日韩精品乱码av一区二区| 99精品视频在线播放观看| 成人综合在线观看| 精品99一区二区三区| 亚洲国产欧美在线人成| av中文字幕亚洲| 久久精品亚洲国产奇米99| 奇米影视在线99精品| 色婷婷综合久久久久中文| 欧美日韩日日夜夜| 国产精品超碰97尤物18| 国产麻豆91精品| 99精品国产99久久久久久白柏| 色视频成人在线观看免| 国产精品美女久久久久久久久久久 | 亚洲色图一区二区三区| 亚洲国产精品久久久久秋霞影院| 日本欧美一区二区三区| 欧美性高清videossexo| 最近中文字幕一区二区三区| 国产成人免费视频| 国产调教视频一区| 极品瑜伽女神91| 日韩精品一区二区三区在线播放 | 欧美久久久久久久久中文字幕| 日韩一区二区三区三四区视频在线观看 | 欧美性淫爽ww久久久久无| 亚洲国产精品激情在线观看 | 国产91色综合久久免费分享| 97久久精品人人爽人人爽蜜臀| 欧美三级电影在线观看| 亚洲在线视频网站| 欧美性大战xxxxx久久久| 一区二区三区中文字幕| 舔着乳尖日韩一区| 884aa四虎影成人精品一区| 国产精品区一区二区三| 波多野结衣精品在线| 欧美精品高清视频| 日本成人在线看| 日韩免费高清av| 中文子幕无线码一区tr| 日本不卡高清视频| 欧美成人一区二区三区在线观看| 最近中文字幕一区二区三区| 91香蕉国产在线观看软件| 一区二区三区四区乱视频| 91国内精品野花午夜精品| 亚洲va天堂va国产va久| 制服丝袜日韩国产| 国产呦萝稀缺另类资源| 国产精品理论片在线观看| 一本大道久久a久久综合婷婷| wwwwww.欧美系列| av一二三不卡影片| 亚洲午夜精品网| 欧美一区二区视频在线观看| 综合久久久久久| 欧美怡红院视频| 免费观看成人av| 国产精品免费aⅴ片在线观看| 另类成人小视频在线| 国产三级一区二区| 色综合视频一区二区三区高清| 国产色一区二区| 国产一区二区三区最好精华液| 欧美日本一区二区| 国产在线一区观看| 欧美精品一区二区在线播放| 亚洲r级在线视频| 精品免费一区二区三区| 91香蕉视频黄| 久久99精品久久只有精品| 国产精品午夜春色av| 欧美久久一二区| 丁香六月久久综合狠狠色| 亚洲综合久久av| 91久久免费观看| 久久成人麻豆午夜电影| 中文字幕日本乱码精品影院| 91精品国产aⅴ一区二区| 成人免费视频app| 天堂va蜜桃一区二区三区漫画版| 欧美一级一区二区| 成人午夜av在线| 久久精品国产亚洲aⅴ| 亚洲欧美电影一区二区| 欧美α欧美αv大片| 91麻豆国产自产在线观看| 美女视频黄a大片欧美| 亚洲欧美区自拍先锋| 久久一留热品黄| 欧美三级三级三级爽爽爽| 成人成人成人在线视频| 蜜乳av一区二区| 久久久不卡网国产精品二区| 成人美女在线观看|