home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 June
/
VPR0106A.BIN
/
OLS
/
IEME200
/
IEME200.lzh
/
IEMenuExt.chm
/
help.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2001-04-05
|
5KB
|
288 lines
/************************************************************************/
/* Uryusoft HTML Help StyleSheet Ver 1.01 */
/* */
/* Thu, 5 Apr. 2001 14:18:26 +0900 JST */
/* TAKANASHI Mizuki <mizuki@uryusoft.com> */
/************************************************************************/
/*======================================================================*/
/* Generic styles for elements */
/*======================================================================*/
body
{
background-color : ivory;
color : navy;
font : small 'MS Pゴシック','MS Gothic','Arial';
}
a:link
{
color : blue;
text-decoration : none;
}
a:visited
{
color : #0080ff;
text-decoration : none;
}
a:active,
a:hover,
a:focus
{
background-color : blue;
color : ivory;
}
a img
{
border-width : 0px;
}
address
{
font-style : normal;
text-align : right;
margin : 3px;
}
pre
{
font-size : small;
}
code
{
font-family : 'FixedSys';
}
em
{
font-style : normal;
font-weight : bold;
}
strong
{
font-weight : bold;
color : #ff7080;
}
blockquote
{
margin : 1em 3em;
font-weight : bold;
}
dt
{
margin-top : 1em;
font-weight : bold;
}
hr
{
height : 1px;
color : navy;
}
del
{
color : gray;
}
/*======================================================================*/
/* Navigation bar */
/*======================================================================*/
.navigation,
.location
{
width : 100%;
border-bottom : navy solid 1px;
}
/*======================================================================*/
/* Page Title */
/*======================================================================*/
.title-en
{
text-align : center;
font : bold large 'Arial',sans-serif;
}
.title-en-serif
{
text-align : center;
font : italic bold large 'Times New Roman',serif;
}
.title-ja
{
text-align : center;
font : large 'MS Pゴシック';
}
.title-ja-serif
{
text-align : center;
font : large 'MS P明朝';
}
.title-ja-pop
{
text-align : center;
font : large 'HG丸ゴシックM-PRO','ARP丸ゴシック体M','DFPOP体','ARPOP体B';
}
/*======================================================================*/
/* Header */
/*======================================================================*/
.header
{
margin-bottom : 5px;
margin-left : 0px;
margin-right : 0px;
padding : 0px 0px 0px 2px;
font-style : normal;
font-weight : bold;
font-size : medium;
border-left : navy solid 1px;
border-bottom : navy solid 1px;
border-color : navy;
border-width : 0px 0px 2px 1em;
}
.header-small,
.sub-h
{
font-size : medium;
font-weight : bold;
}
.header-outset
{
padding : 3px;
background-color : #d0e0ff;
border : #90c0ff outset 2px;
}
/*======================================================================*/
/* Sheets(block elements) */
/*======================================================================*/
.sheet
{
margin : 3px 30px;
padding : 5px;
}
.sheet-plain
{
margin : 3px 30px;
padding : 5px;
background-color : ivory;
border : ivory 1px; /* for Netscape */
}
.sheet-code
{
margin : 3px 30px;
padding : 5px;
background-color : white;
color : black;
}
.sheet-info,
.sheet-menu,
.sheet-notes,
.item-list
{
margin : 3px 30px;
padding : 10px;
background-color : #fff0f0;
border : #ffc0e0 solid 1px;
}
.sheet-menu div,
.sheet-menu p
{
margin-left : 1em;
}
.block-left
{
width : 50%;
float : left;
}
.block-right
{
width : 50%;
clear : right;
}
/*======================================================================*/
/* Color arrangement */
/*======================================================================*/
.date
{
color : #60c080;
}
.date-en
{
color : #60c080;
font : italic bold medium 'Times New Roman','serif';
}
.new
{
color : darkorange;
}
.annotation,
var
{
color : slategray;
}
.tips
{
color : gray;
}
.private
{
color : gray;
font-size : smaller;
}
.tips em, .tips strong, .tips q,
.private em, .private strong, .private q
{
color : silver;
font-weight : bold;
}
/*======================================================================*/
/* Text arrangement */
/*======================================================================*/
.indent
{
margin-left : 1em;
margin-right : 1em;
}