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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? manual.css

?? Apache_2.0.59-Openssl_0.9 配置tomcat. Apache_2.0.59-Openssl_0.9 配置tomcat.
?? CSS
?? 第 1 頁 / 共 2 頁
字號:
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 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;
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产电影在线观看| 亚洲高清久久久| 天天色天天操综合| 国产激情偷乱视频一区二区三区| 在线观看视频一区二区| 国产欧美精品一区二区三区四区| 日本网站在线观看一区二区三区| 色综合久久综合中文综合网| 国产亚洲综合在线| 美国一区二区三区在线播放| 欧美日韩精品一区二区三区| 亚洲另类春色校园小说| 成人app软件下载大全免费| 日韩精品一区二区三区在线观看| 日日夜夜免费精品视频| 欧美专区亚洲专区| 亚洲免费色视频| 99久久免费视频.com| 国产精品网站在线| 国产999精品久久久久久| 久久综合九色综合97婷婷女人 | 日韩一区二区影院| 亚洲6080在线| 欧美日韩成人综合天天影院| 亚洲午夜在线电影| 欧美亚洲国产一区二区三区va| 中文字幕一区二区三区av| 成人动漫一区二区三区| 中文字幕av一区 二区| 高清免费成人av| 国产精品超碰97尤物18| 色综合婷婷久久| 亚洲午夜激情网页| 欧美理论在线播放| 日本免费在线视频不卡一不卡二| 欧美男人的天堂一二区| 男男成人高潮片免费网站| 日韩视频免费观看高清在线视频| 另类综合日韩欧美亚洲| 26uuu国产一区二区三区| 不卡高清视频专区| 亚洲已满18点击进入久久| 色综合久久中文综合久久牛| 亚洲另类春色校园小说| 欧美日韩精品专区| 韩国成人福利片在线播放| 国产日韩欧美综合一区| 色欲综合视频天天天| 天天做天天摸天天爽国产一区| 日韩一级视频免费观看在线| 国产精品一区二区在线观看不卡 | 91麻豆国产福利在线观看| 亚洲精品中文字幕在线观看| 日本道免费精品一区二区三区| 日韩精品久久理论片| 亚洲精品在线观| 91伊人久久大香线蕉| 午夜国产精品影院在线观看| 精品国产乱码久久久久久1区2区 | 精品亚洲免费视频| 国产精品久久久久影院色老大| 欧洲视频一区二区| 久久国产剧场电影| 国产精品久久久久婷婷| 欧美视频在线一区| 国产成人综合在线| 亚洲一区在线电影| 国产亚洲综合av| 日本韩国精品在线| 国产精品亚洲人在线观看| 亚洲国产综合91精品麻豆| wwwwxxxxx欧美| 欧美视频一区二区| 成人精品视频一区二区三区尤物| 天堂av在线一区| 国产精品美日韩| 日韩欧美中文一区二区| 91麻豆蜜桃一区二区三区| 精品无人区卡一卡二卡三乱码免费卡| 成人欧美一区二区三区黑人麻豆| 欧美一级欧美三级| 色噜噜狠狠成人中文综合| 国产精品一区二区在线观看网站| 视频一区二区国产| 亚洲美女一区二区三区| 欧美激情一区二区在线| 欧美成人女星排名| 欧美日韩一区二区在线视频| aaa欧美色吧激情视频| 国产一区二区看久久| 日本免费在线视频不卡一不卡二| 亚洲黄色小说网站| 亚洲青青青在线视频| 欧美国产日韩亚洲一区| 久久久影院官网| 日韩欧美亚洲国产另类| 欧美久久久一区| 91精彩视频在线观看| 91性感美女视频| 成人小视频在线| 国产精品亚洲午夜一区二区三区| 韩国女主播成人在线| 久久精品72免费观看| 免费看欧美美女黄的网站| 视频一区二区三区在线| 亚洲va国产天堂va久久en| 亚洲国产精品一区二区久久恐怖片| 国产精品国产三级国产有无不卡| 欧美国产激情一区二区三区蜜月 | 亚洲六月丁香色婷婷综合久久| 久久男人中文字幕资源站| 精品人伦一区二区色婷婷| 精品久久久久一区| 久久精品免视看| 中文字幕第一区综合| 国产精品二区一区二区aⅴ污介绍| 国产午夜精品理论片a级大结局| 久久免费视频色| 国产精品美女久久久久av爽李琼 | 三级欧美在线一区| 日韩av一二三| 久久 天天综合| 粉嫩一区二区三区性色av| 成人福利电影精品一区二区在线观看| 99国产精品久| 欧美日韩一区不卡| 欧美xingq一区二区| 日本一区二区久久| 亚洲欧美欧美一区二区三区| 亚洲国产色一区| 日韩激情视频网站| 国产尤物一区二区| aaa欧美色吧激情视频| 精品1区2区3区| 精品成人一区二区三区四区| 国产精品另类一区| 亚洲成年人影院| 国模少妇一区二区三区| av在线综合网| 91精品国产aⅴ一区二区| 国产午夜亚洲精品午夜鲁丝片| 亚洲女同女同女同女同女同69| 亚洲国产日韩在线一区模特| 美女高潮久久久| 97精品电影院| 欧美草草影院在线视频| 国产精品久久久久影视| 三级欧美韩日大片在线看| 成人一区在线观看| 91麻豆精品国产91| 成人免费在线播放视频| 免费成人美女在线观看.| 99久久久久久| 欧美成人欧美edvon| 亚洲综合在线五月| 国产精品中文字幕一区二区三区| 日本道免费精品一区二区三区| 精品久久久久久久久久久久久久久久久| 国产精品理论在线观看| 久久电影国产免费久久电影| 97精品电影院| 欧美v国产在线一区二区三区| 视频一区二区欧美| 国产麻豆视频精品| 欧美综合天天夜夜久久| 欧美激情在线一区二区三区| 日韩精品成人一区二区在线| 99亚偷拍自图区亚洲| 精品福利一区二区三区免费视频| 亚洲综合丁香婷婷六月香| 国产精品亚洲第一| 日韩一区二区三区观看| 亚洲午夜在线电影| 色综合久久久久久久久久久| 国产拍欧美日韩视频二区| 蓝色福利精品导航| 欧美日韩国产影片| 悠悠色在线精品| 波多野结衣在线一区| 久久久久久久久一| 精品伊人久久久久7777人| 欧美妇女性影城| 亚洲一区二区三区免费视频| 91亚洲精品乱码久久久久久蜜桃| 国产日韩精品一区二区三区| 国产在线播放一区三区四| 欧美一区二区啪啪| 婷婷综合另类小说色区| 欧美在线免费观看亚洲| 在线观看av一区二区| 精品国产露脸精彩对白 | 午夜精品久久久久久久蜜桃app| 不卡在线观看av| 国产精品女主播在线观看| 国产精品1024| 欧美高清在线精品一区| 成人动漫视频在线| 亚洲桃色在线一区| 欧美亚日韩国产aⅴ精品中极品| 亚洲一区欧美一区|