⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ie000002.css

📁 The Book of Zope - How to Build and Deliver Web Apps by Beehive.zip
💻 CSS
📖 第 1 页 / 共 2 页
字号:
}

/* the blue line */
.BlueLine
{
    COLOR: #010100;
    BACKGROUND-COLOR: #010100;
    background-image: none;
    margin-right: 0;
}
.BlueLine
{
    width: 95%;
}
.sidebar .BlueLine, li .BlueLine
{
    width: 90%;
}
.BlankSpace
{
    width: 10%;
}
.td .freemediaobject
{
    MARGIN-TOP: 1em;
    MARGIN-BOTTOM: 1em;
    MARGIN-LEFT: 1em;
}
/* image that's not inside a figure (and that's not an inline image */
.freemediaobject, .informalequation
{
    MARGIN-TOP: 1em;
    MARGIN-BOTTOM: 1em;
    MARGIN-LEFT: 0.5in;
}

/* example styles */
.example-title
{
    COLOR: #800000;
    FONT-WEIGHT: bold;
    MARGIN-TOP: 0.3em;
}
.example
{
    MARGIN-TOP: 1em;
}

/* table styles */
.table
{
    MARGIN-TOP: 1em;
    MARGIN-BOTTOM: 1em;
    width: 96%;
}

.table-title
{
    COLOR: #800000;
    FONT-WEIGHT: bold;
    MARGIN-TOP: 0.3em;
    MARGIN-BOTTOM: 0;
    MARGIN-LEFT: 0;
    TEXT-ALIGN: left;
    FONT-FAMILY: Arial, Arial, Helvetica, Sans-serif;
    FONT-SIZE: x-small;
}
.informaltable
{
    MARGIN-TOP: 0.9em;
    WIDTH: 98%;
}
.formalbody
{
/*     BORDER-BOTTOM: blue thin solid; */
/*     BORDER-LEFT: blue 0px solid; */
/*     BORDER-RIGHT: blue 0px solid; */
/*     BORDER-TOP: blue thin solid; */
    MARGIN-LEFT: 0;
}
/* table head cells */
.th
{
    COLOR: #800000;
    BACKGROUND-COLOR: white;
    background-image: none;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, Arial, Helvetica, Sans-serif;
    FONT-SIZE: x-small;
}
/* table body cells */
.td
{
    FONT-FAMILY: Arial, Arial, Helvetica, Sans-serif;
    FONT-SIZE: x-small;
    MARGIN-TOP: 0;
    MARGIN-BOTTOM: 0;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

/* table paras */
.table-para
{
    MARGIN-TOP: 0.4em;
    MARGIN-BOTTOM: 0;
    MARGIN-LEFT:  0.3em;
    MARGIN-RIGHT: 1em;
}
.table-indented-para
{
    MARGIN-TOP: 0.4em;
    MARGIN-BOTTOM: 0;
    MARGIN-LEFT: 2em;
    MARGIN-RIGHT: 0.25em;
}
.table-centered-para
{
    MARGIN-TOP: 0.4em;
    MARGIN-BOTTOM: 0;
    TEXT-ALIGN: center;
}
.table-right-para
{
    MARGIN-TOP: 0.4em;
    MARGIN-BOTTOM: 0;
    TEXT-ALIGN: right;
}

dd
{
    MARGIN-LEFT: 0.75in;
}

/* sidebar styles */
.sidebar
{
    MARGIN-TOP: 1em;
    MARGIN-BOTTOM: 1em;
    margin-left: 0.25in; 
}
.sidebar-title
{
    COLOR: #800000;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0.4em;
    TEXT-ALIGN: center;
    MARGIN-TOP: 0.3em;
}

/* footnote styles */
.formalfootnote
{
    BORDER-BOTTOM: blue 0px solid;
    BORDER-LEFT: blue 0px solid;
    BORDER-RIGHT: blue 0px solid;
    BORDER-TOP: blue thin solid;
}

ol pre, ol xmp 
{
    FONT-FAMILY: "Courier New", Courier, mono;
    FONT-SIZE: x-small;
    margin-left: 0;
    margin-bottom: 0;    
}

/* more program listings styles */
PRE, xmp
{
    FONT-FAMILY: "Courier New", Courier, mono;
    FONT-SIZE: x-small;
    MARGIN-TOP: 0.4em;
    MARGIN-LEFT: 0;
    MARGIN-BOTTOM: 0;
}
.literallayout-normal
{
    FONT-FAMILY: Arial, Arial, Helvetica, Sans-serif;
    FONT-SIZE: x-small;
    margin-bottom: 0;
}

.check-list
{
   list-style: url(check002.gif);
}
.regular-list
{
   LIST-STYLE: square; 
}
.td .orderedlist
{
    MARGIN-TOP: 0;
    MARGIN-BOTTOM: 0;
}
.orderedlist, ol, .qandaentry .orderedlist
{
    MARGIN-TOP: 0.4em;
    MARGIN-BOTTOM: 0;
    margin-left: 0.35in;
}
.qandaentry-answer
{
    MARGIN-TOP: 0.4em;
}
.orderedlist .itemizedlist, .itemizedlist .itemizedlist, ol ul, ul ul
{
    margin-left: 0.25in;
}
.characteritemizedlist
{
    margin-left: 0.10in;
}
.itemizedlist, ul
{
    LIST-STYLE: square; 
    MARGIN-TOP: 0.9em;
    MARGIN-BOTTOM: 0;
    margin-left: 0.2in;
}
.first-listitem
{
    margin-top: 0;
    margin-left: 0.5em;
}
/*  this lets ie 6 render ordered lists correctly */
.listitem
{
    margin-left: 0.5em;
}
/* nested itemized list */
.itemizedlist .itemizedlist, ul ul
{
    LIST-STYLE: circle;
}
/* term definition list */
DL
{
    MARGIN-TOP: 0.4em;
    MARGIN-BOTTOM: 0;
}
/* docbook TT (teletype) style */
TT
{
    FONT-FAMILY: "Courier New", Courier, mono;
    FONT-SIZE: x-small;
}
/* body of a callout */
.calloutlistbody
{
    MARGIN-LEFT: 0.5%;
}

/* search hit color */
.hit, .b24-hit
{
    COLOR: #ff00ff;
}
/* color when the indexterm is to be highlighted */
.b24-indexhit
{
    BACKGROUND-COLOR: #336699;
    COLOR: white;
}
.glossterm 
{
    font-weight: bold;
}
.varlistentry
{
    FONT-SIZE: x-small;
}
.variablelist .para .term
{
    font-weight: bold;
}
.glossentry, .variablelist
{
    margin-top: 1em;
}
.glossdef
{
    margin-top: 0.3em;
}
/* phrase role=serif style */
.serif
{
    FONT-FAMILY: timesroman,serif;
}
/* phrase role=fixed */
.fixed
{
    FONT-FAMILY: "Courier New", Courier, mono;
}
/* phrase role=symbol */
.symbol
{
    FONT-FAMILY: Symbol, Fantasy;
}
.extended-unicode
{
    FONT-FAMILY: Arial Unicode MS, Caslon, Lucida Sans Unicode, Arial, Arial, Helvetica, Sans-serif;
}
.math, .unicode
{
    FONT-FAMILY: Lucida Sans Unicode, Caslon, Arial, Arial, Helvetica, Sans-serif;
}
.wingdings
{
    FONT-FAMILY: Wingdings, Fantasy;
}
.webdings
{
    FONT-FAMILY: Webdings, Fantasy;
}
.smallcaps
{
    FONT-VARIANT: small-caps;
}
/* emphasis (without role) style */
.emphasis
{
    font-style: italic;
}
/* phrase role=bold style */
.bold
{
    font-weight: bold;
}

.overline
{
    text-decoration: overline;
}
/* lists with out a mark (itemizedlist mark=nomark) */
.simple-list
{
    LIST-STYLE: none;
    MARGIN-TOP: 0.4em;
    MARGIN-BOTTOM: 0em;
}
.simplelist
{
    LIST-STYLE: none;
    MARGIN-TOP: 0.4em;
}

/* index entries */
.indexentry
{
    MARGIN-TOP: 0.4em;
}
.primaryie
{
    MARGIN-LEFT: 0in;
}
.secondaryie
{
    MARGIN-LEFT: 0.2in;
}
.tertiaryie
{
    MARGIN-LEFT: 0.4in;
}
.quaternaryie
{
    MARGIN-LEFT: 0.6in;
}


/* link support */
/* between chapter jumps */
/*         before visitting */
.termlink:link
{
    COLOR: black;
}

.chapterjump:link, .chapter-titlelabel:link, .default:link
{
    COLOR: #008000
}
/*         after visitting */
.chapterjump:visited, .chapter-titlelabel:visited, .default:visited
{
    COLOR: #008000
}

/*  url links */
/*      before visitting */
.url:link 
{
    COLOR: #000080;
}
/*      after visitting */
.url:visited
{
    COLOR: maroon;
}

/* jumps within a chapter */
.internaljump:link 
{
    COLOR: #008000
}
.internaljump:visited
{
    COLOR: #008000
}

/* font sizes that came from docbook phrase size */
.default
{
   FONT-SIZE: x-small;
}
.small
{
   FONT-SIZE: xx-small;
}
.medium
{
   FONT-SIZE: small;
}
.large
{
   FONT-SIZE: medium;
}
.larger
{
   FONT-SIZE: large;
}
.largest
{
   FONT-SIZE: x-large;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -