home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Software
/
Vyzkuste
/
xsetup
/
_SETUP.3
/
Group4
/
xteq.css
< prev
next >
Wrap
Cascading Style Sheet File
|
1999-07-22
|
2KB
|
107 lines
/* Xteq Systems General CSS */
/* Copyright (C) Xteq Systems */
/* CSS Color Style: RED GREEN BLUE -- IPD Style: BLUE GREEN RED */
/* <link REL="stylesheet" HREF="../etc/xteq.css" TYPE="text/css"> */
/* Version: 99.07.23 */
body {
background-image: url("http://www.xteq.com/etc/images/lborder.gif");
/*background-image: url("http://hexagon/xteq/etc/images/lborder.gif");*/
background-repeat: repeat-y;
background-color: #004C70;
font-family: tahoma, verdana;
font-size: 10pt;
font-weight: normal;
color: white;
}
p {
font-size: 10pt;
color: white; /* NC4 needs this ! */
font-family: tahoma, verdana; /* NC4 */
}
table {
font-size: 10pt;
}
td {
font-size: 10pt; /* NC4 */
color: white; /* NC4 needs this ! */
font-family: tahoma, verdana; /* NC4 */
}
ul { /* Only NC4 needs this crap! */
color: white;
font-size: 10pt; /* NC4 */
font-family: tahoma, verdana; /* NC4 */
}
li {
list-style-type: square;
}
h3 {
color: #FFD700;
font-size: 10pt;
font-weight: bold;
font-family: tahoma, verdana; /* NC4 */
}
pre {
font-size: 11pt;
}
hr {
color: silver;
}
a:link {
color: #F77B00;
font-family: tahoma, verdana; /* NC4 */
font-size: 10pt; /* NC4 */
/* color: #FFFF00; */
}
a:visited {
color: #F77B00;
font-family: tahoma, verdana; /* NC4 */
font-size: 10pt; /* NC4 */
/* color: #E1E113; */
}
/* Classes */
/* Navigation Shared Borders */
.navHeading {
font-weight: bold;
color: #00DF00;
font-family: tahoma, verdana; /* NC4 */
font-size: 10pt; /* NC4 */
}
.navLink {
color: white; /* NC4! */
font-family: tahoma, verdana; /* NC4 */
font-size: 10pt; /* NC4 */
}
/* "Downloads" Table */
.tabDLPicture {
width: 100px;
padding-bottom: 10px;
}
.tabDLText {
padding-bottom: 10px;
}
/* Heading in Table */
.tabHeading {
background-color: black;
}