?? manual.css
字號:
table.related td {
padding: 0.2ex 0.3em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Lists
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* list default values */
/* ====================== */
ul {
list-style-type: disc;
}
ul ul {
list-style-type: square;
}
ul ul ul {
list-style-type: circle;
}
li, dt, dd {
line-height: 1.3em;
}
dt {
margin-top: 0.5em;
font-weight: bold;
}
ol li {
margin-top: 0.5em;
}
ol.up-A {
list-style-type: upper-alpha;
}
ol.lo-A {
list-style-type: lower-alpha;
}
dd.separate {
margin-bottom: 2em;
}
li.separate {
margin-bottom: 1em;
}
/* table of contents */
/* ====================== */
#toc,
#topics {
margin: 0 0 1em 0;
padding: 0;
}
#toc li,
#topics li {
list-style-type: none;
margin: 0;
padding: 0;
}
/* see also */
/* ====================== */
.seealso {
margin: 0 0 1em 0;
padding: 0;
}
.seealso li {
list-style-type: none;
margin: 0;
padding: 0 0 0 34px;
}
/* related modules & dir. */
/* ====================== */
table.related td ul,
table.related td li {
list-style-type: none;
margin: 0;
padding: 0;
}
/* list of all directives */
/* ====================== */
div#directive-list ul {
margin: 0;
padding: 0;
}
/* indextable */
/* ========== */
table#indextable td ul {
list-style-type: none;
margin: 0 0 1em 0.5em;
padding: 0 0 0 0;
}
table#indextable td ul li {
margin-top: 0.3em;
}
/* sidebar */
/* ====================== */
div#quickview li {
font-size: 13px;
}
div#quickview ul {
margin: 0 0 15px 0;
padding: 0;
}
div#quickview ul#toc {
margin: 0 0 0 0.5em;
padding: 0;
}
#module-index div#quickview ul#toc,
#manual-page div#quickview ul#toc {
margin-left: 0;
}
div#quickview ul#toc li {
margin: 0;
padding: 0;
list-style-type: none;
}
div#quickview li img {
display: none;
}
#module-index div#quickview ul#toc,
#manual-page div#quickview ul#toc,
div#quickview #topics,
div#quickview .seealso {
padding-left: 15px;
}
#module-index div#quickview ul#toc li,
#manual-page div#quickview ul#toc li,
div#quickview #topics li,
div#quickview .seealso li {
margin: 0.4em 0 2px 0;
padding: 0;
list-style-type: square;
list-style-position: outside;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* main page sections
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* page header */
/* ====================== */
div#page-header {
margin-left: 30px;
}
div#page-header img {
padding: 0;
display: block;
margin: -70px 0 1px 2em;
width: 248px;
height: 70px;
}
div#page-header p.apache {
background-color: #405871;
color: #fff;
padding: 0 0 0 248px;
margin: 0;
text-align: center;
vertical-align: middle;
font-size: 16px;
font-weight: bold;
line-height: 29px;
}
div#page-header p.menu {
text-align: right;
font-size: 13px;
margin: 30px 0 0.5em 0;
padding: 0;
}
/* breadcrumb navigation */
div#path {
margin: 0.2em 0 1.2em 30px;
padding: 0;
font-size: 13px;
}
/* content sections */
/* ====================== */
div#preamble {
padding-bottom: 1em;
margin-left: 30px;
}
div.section,
div.directive-section {
margin: -1.2em 0 0 60px;
padding: 0;
}
.section p,
.directive-section p {
margin: 0 0 1em 0;
padding: 0;
}
/* look for this on directive
* list pages
*/
div#directive-list {
margin-left: 30px;
padding: 0 0 1em 1em;
}
div#directive-ref {
margin: -1em 0 0 0;
padding: 0 0 1em 30px;
width: 100%; /* IE is BAD (broken as designed) */
}
div[id]#directive-ref { /* a big sorry to ICab, Amaya (and old Konquerors?) */
width: auto; /* other browsers are fine ;-) */
}
/* sidebar position: right */
div#quickview {
position: absolute;
top: 5.5em;
right: 1em;
margin-left: 0;
margin-top: 40px;
padding: 4px;
width: 13.5em;
background-color: #f0f0f0;
color: inherit;
}
/* -> move content left */
div#page-content {
padding-top: 0;
margin-right: 13em;
padding-right: 30px;
}
/* unsqueeze on some pages... */
body.no-sidebar div#page-content,
body#index-page div#page-content {
margin-right: 0;
padding-right: 0;
}
body#index-page div#page-content {
margin-left: 30px;
padding-bottom: 1em;
}
/* in general */
p {
line-height: 1.3em;
}
/* translations */
/* ====================== */
.toplang {
padding: 0;
margin: 0.2em 0.2em 1em 0;
}
.bottomlang {
padding: 0;
margin: 0 0.2em 0.2em 0;
}
.toplang p,
.bottomlang p {
font-size: 13px;
text-align: right;
background-color: inherit;
color: #ccc;
margin: 0;
padding: 0;
}
.toplang p span,
.bottomlang p span {
background-color: inherit;
color: #036;
}
.toplang p a:link,
.toplang p a:visited,
.bottomlang p a:link,
.bottomlang p a:visited {
text-decoration: none;
font-weight: bold;
}
.toplang p a:hover,
.toplang p a:active,
.bottomlang p a:hover,
.bottomlang p a:active {
font-weight: bold;
}
/* page footer */
/* ====================== */
div#footer {
margin-left: 30px;
font-size: 13px;
border-top: 1px solid #405871;
padding-top: 0.2em;
}
div#footer p.apache {
float: left;
text-align: left;
padding: 0 0 1em 0;
margin-top: 0;
}
div#footer p.menu {
float: right;
text-align: right;
margin-top: 0;
padding: 0 0 1em 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* subsections (examples, notes, warnings)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* examples */
/* ====================== */
div.example {
background-color: #e5ecf3;
color: #000;
padding: 0.5em;
margin: 1em 2em 1em 1em;
}
/* example inside a note:
* blue in gray doesn't look good
* so simply draw a border around
* and keep it gray
*/
div.note div.example,
div.warning div.example {
border: 1px solid #aaa;
background-color: transparent;
color: inherit;
margin-right: 1em;
}
/* example inside table */
table div.example {
margin-right: 1em;
}
/* the following [block] elements
* may appear inside example...
*/
div.example p,
div.example pre,
div.example table {
padding: 0;
margin: 0;
}
div.example p {
line-height: 1em;
}
div.example pre,
div.example p > code {
font-size: 13px;
}
/* notes & warnings */
/* ====================== */
div.note,
div.warning {
background-color: #eee;
color: #036;
padding: 0.5em;
margin: 1em 2em 1em 1em;
}
div.warning {
border: 1px solid #f00;
}
div.note p,
div.warning p {
margin: 0.5em 0 0 0;
padding: 0;
}
div.note pre,
div.warning pre {
font-size: 13px;
}
/* inside table */
table div.note,
table div.warning {
margin-right: 1em;
}
div.outofdate {
background-color: #ffffe0;
color: #036;
padding: 0.5em;
margin: 1em 2em 1em 1em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* quotations, indented paragraphs, forms and figures
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p.letters {
margin: 1em 0 0 0;
}
p.centered {
text-align: center;
}
.letters {
text-align: center;
background-color: inherit;
color: #ccc;
}
.letters a:link,
.letters a:visited {
text-decoration: none;
font-weight: bold;
}
.letters a:hover,
.letters a:active {
font-weight: bold;
}
blockquote p {
font-style: italic;
margin: 0;
}
blockquote p.cite {
font-style: normal;
margin-top: 0;
margin-left: 2em;
}
blockquote p.cite cite {
font-style: normal;
}
p.indent {
margin-left: 2em;
margin-top: 1em;
}
span.indent {
padding-left: 1.5em;
display: block;
}
#index-page form {
text-align: center;
}
#index-page form p {
line-height: 1.1em;
}
#index-page form input {
font-size: 1em;
}
p.figure {
margin-left: 2em;
font-style: italic;
}
p.figure img {
border: 1px solid #aaa;
}
p.figure dfn {
font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* -> The End <-
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -