mirror of
https://github.com/rvtr/TwlIPL_commit-99.git
synced 2025-10-31 06:21:11 -04:00
187 lines
3.2 KiB
CSS
Executable File
187 lines
3.2 KiB
CSS
Executable File
/*****************************************************************************
|
||
Style Sheet for main.html
|
||
*****************************************************************************/
|
||
|
||
BODY {
|
||
font-family : Arial;
|
||
font-size : 10pt;
|
||
|
||
background-color :#fff;
|
||
color :#111;
|
||
}
|
||
|
||
DIV.title {
|
||
font-family : Arial;
|
||
font-size : 20pt;
|
||
font-weight : bold;
|
||
|
||
text-align: : left;
|
||
|
||
margin : 10px 0px 10px 50px;
|
||
}
|
||
|
||
DIV.version {
|
||
font-family : Arial;
|
||
font-size : 12pt;
|
||
font-weight : bold;
|
||
color : #f00;
|
||
|
||
text-align : right;
|
||
margin : 0px 30px 20px 0px;
|
||
}
|
||
|
||
P {
|
||
font-family : Arial;
|
||
font-size : 10pt;
|
||
font-weight : normal;
|
||
color : #000;
|
||
}
|
||
|
||
P.confidential {
|
||
font-family : Arial;
|
||
font-size : 10pt;
|
||
font-weight : bold;
|
||
color : #000;
|
||
|
||
text-align : left;
|
||
margin : 0px 20px 10px 20px;
|
||
}
|
||
|
||
P.caution-en {
|
||
font-family : Arial;
|
||
font-size : 8pt;
|
||
font-weight : normal;
|
||
color : #333;
|
||
|
||
text-align : left;
|
||
margin : 0px 20px 20px 20px;
|
||
}
|
||
|
||
P.caution-jp {
|
||
font-family : Arial;
|
||
font-size : 8pt;
|
||
font-weight : bold;
|
||
|
||
color : #000;
|
||
background-color : #fe0;
|
||
|
||
text-align : left;
|
||
margin : 0px 0px 4px 0px;
|
||
padding : 4px 4px 4px 30px;
|
||
}
|
||
|
||
P.copyright {
|
||
font-family : Arial;
|
||
font-size : 8pt;
|
||
font-weight : bold;
|
||
color : #000;
|
||
text-align : right;
|
||
margin : 0px 10px 0px 0px;
|
||
}
|
||
|
||
P.browser {
|
||
font-family : Arial;
|
||
font-size : 9pt;
|
||
font-weight : bold;
|
||
color : #e0f;
|
||
text-align : right;
|
||
margin : 20px 10px 0px 0px;
|
||
}
|
||
|
||
HR {
|
||
height : 4px;
|
||
color : #48f;
|
||
margin : 4px 0px 4px 0px;
|
||
}
|
||
|
||
H1 {
|
||
font-family : Arial;
|
||
font-size : 12pt;
|
||
font-weight : bold;
|
||
text-decoration : underline;
|
||
color : #000;
|
||
text-align : left;
|
||
margin : 10px 0px 20px 0px;
|
||
}
|
||
|
||
H2 {
|
||
font-family : Arial;
|
||
font-size : 12pt;
|
||
font-weight : bold;
|
||
text-decoration : none;
|
||
margin : 20px 0px 0px 20px;
|
||
}
|
||
|
||
|
||
A {
|
||
color : inherit;
|
||
background-color : inherit;
|
||
text-decoration : none;
|
||
}
|
||
|
||
A:VISITED {
|
||
color : inherit;
|
||
}
|
||
|
||
A:HOVER {
|
||
background-color : #fe4;
|
||
text-decoration : underline;
|
||
}
|
||
|
||
A:ACTIVE {
|
||
color : #ff0000;
|
||
}
|
||
|
||
TABLE {
|
||
text-align : left;
|
||
border-width : 0pt;
|
||
margin-left : 50px;
|
||
margin-right : auto;
|
||
}
|
||
|
||
TD {
|
||
font-family : Arial;
|
||
font-size : 10pt;
|
||
font-weight : normal;
|
||
}
|
||
|
||
/*************************************************************
|
||
<09><><EFBFBD>ӏ<EFBFBD><D38F><EFBFBD><EFBFBD>p
|
||
*************************************************************/
|
||
|
||
H1.caution {
|
||
font-family : Arial;
|
||
font-size : 16pt;
|
||
font-weight : bold;
|
||
text-decoration : none;
|
||
color : #000;
|
||
text-align : left;
|
||
|
||
padding : 0px;
|
||
margin : 10px 0px 0px 0px;
|
||
}
|
||
|
||
H2.caution {
|
||
font-family : Arial;
|
||
font-size : 12pt;
|
||
font-weight : bold;
|
||
text-decoration : none;
|
||
|
||
padding : 0px;
|
||
margin : 20px 0px 10px 20px;
|
||
|
||
border-width : 1px;
|
||
border-color : #444;
|
||
border-style : none none solid none;
|
||
}
|
||
|
||
P.caution {
|
||
font-family : Arial;
|
||
font-size : 10pt;
|
||
font-weight : normal;
|
||
color : #000;
|
||
|
||
padding : 0px;
|
||
margin : 0px 0px 10px 20px;
|
||
}
|