home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 August
/
VPR0308.ISO
/
OLS
/
INDEX.CHM
/
ss
/
list.css
< prev
Wrap
Cascading Style Sheet File
|
2003-06-08
|
2KB
|
94 lines
/* OLS リスト用 */
BODY {
background:white; /* 背景色 */
font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
font-size:10pt; /* フォントサイズ */
}
IMG {
border:none; /* 枠線は引かない */
}
H1,H2,H3 {
font-family:"MS Pゴシック", sans-serif;
font-weight:bold; /* 太字指定 */
text-align:center;
}
/* タイトル */
H1 {
font-size:16pt;
}
/* カテゴリ名 */
H2 {
font-size:15pt;
}
/* ジャンル名 */
H3 {
font-size:14pt;
}
H2.ols,H3.ols {
font:bold 14pt;
color:#fff1bc;
text-align:center;
padding-top:6px;
padding-left:14px;
padding-bottom:4px;
border:outset 2px;
background:#3A4C97;
}
/* リスト項目 */
TABLE.listitem {
width:100%; /* ウィンドウの占有率 */
border-style:outset; /* 枠線のスタイル */
border-width:1px; /* 枠線の幅 */
border-color:#3B6FB4; /* 枠線の色 */
margin-bottom:1em; /* 枠外の余白 1em=1文字分 */
}
/* 対応OS, 新規・更新等 */
TD.attr {
background:#ABD2F3; /* 背景の色 */
font-size:12pt;
color:green; /* 文字の色*/
}
/*
* ソフトウェアタイトル名
*/
TD.title {
color:#324ac2;
font-size:11pt;
font-weight:bold;
text-align:left; /* 文字揃え */
background:#FBF77C;
border:outset 0px #FBF77C; /*あやしい*/
padding-top:2px; /* 枠内の余白 */
padding-bottom:2px;
padding-left:3px;
}
/* 作者名、URL */
TD.author {
font-size:9pt;
color:#324AC2;
background:#E6E6E6;
padding-top:3px;
padding-left:36px;
}
/* 概要 */
TD.summary {
font-size:9pt;
border:outset 0px white;
background:white;
padding-top:2px;
padding-bottom:2px;
padding-left:0;
}
A:link {color: blue; background-color: transparent;}
A:visited {color: blue; background-color: transparent;}
A:hover{ color: red; background-color: transparent; }