123 lines
1.9 KiB
CSS
123 lines
1.9 KiB
CSS
/* Text Styles */
|
|
hr { color: #000000}
|
|
body, table, tr, th /* Normal */
|
|
{
|
|
font-size: 10pt;
|
|
font-family: Arial;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
span.f_CodeExample /* Code Example */
|
|
{
|
|
font-size: 8pt;
|
|
font-family: 'Courier New';
|
|
}
|
|
span.f_Comment /* Comment */
|
|
{
|
|
}
|
|
span.f_CourierFixed /* Courier Fixed */
|
|
{
|
|
font-size: 9pt;
|
|
font-family: 'Courier New';
|
|
}
|
|
span.f_Heading1 /* Heading1 */
|
|
{
|
|
font-size: 14pt;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
}
|
|
span.f_ImageCaption /* Image Caption */
|
|
{
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
}
|
|
span.f_NewStyle /* New Style */
|
|
{
|
|
}
|
|
span.f_NoramlTest /* Noraml Test */
|
|
{
|
|
}
|
|
span.f_NormalTest2 /* Normal Test2 */
|
|
{
|
|
}
|
|
span.f_Notes /* Notes */
|
|
{
|
|
}
|
|
span.f_Table /* Table */
|
|
{
|
|
color: #ffffff;
|
|
background-color: #ff0000;
|
|
}
|
|
/* Paragraph styles */
|
|
p /* Normal */
|
|
{
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
.p_CodeExample /* Code Example */
|
|
{
|
|
white-space: nowrap;
|
|
}
|
|
.p_Comment /* Comment */
|
|
{
|
|
}
|
|
.p_Heading1 /* Heading1 */
|
|
{
|
|
font-size: 100%;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
.p_ImageCaption /* Image Caption */
|
|
{
|
|
}
|
|
.p_NewStyle /* New Style */
|
|
{
|
|
margin: 0px 12px 0px 12px;
|
|
}
|
|
.p_NoramlTest /* Noraml Test */
|
|
{
|
|
margin: 0px 12px 0px 12px;
|
|
}
|
|
.p_NormalTest2 /* Normal Test2 */
|
|
{
|
|
margin: 0px 12px 0px 25px;
|
|
}
|
|
.p_Notes /* Notes */
|
|
{
|
|
}
|
|
.p_Table /* Table */
|
|
{
|
|
margin: 0px 12px 0px 12px;
|
|
}
|
|
|
|
|
|
#hmpopupdiv /* used for javascript text popups */
|
|
{
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
background-color: #FFFFFF;
|
|
padding: 6px;
|
|
border:1px solid #000000;
|
|
border-radius: 5px;
|
|
box-shadow: 5px 5px 5px #888;
|
|
}
|
|
|
|
#hmlightbox /* image lightbox */
|
|
{
|
|
border: none;
|
|
padding: 8px;
|
|
background: #FFF;
|
|
font-size: 110%;
|
|
font-weight: bold;
|
|
color: #777;
|
|
box-shadow: 5px 5px 5px #888;
|
|
}
|