home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
Chip_2004-07_cd1.bin
/
tema
/
aos_off
/
default.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2004-05-24
|
3KB
|
228 lines
body {
padding: 0;
margin: 0.5em auto;
font: 0.8em Verdana, "Geneva CE", lucida, sans-serif;
font: 0.9em Georgia, "New York CE", utopia, serif;
color: #000;
text-align: center;
background-color: #fff;
}
h1, h2, h3 {
font-style: italic;
font-weight: normal;
}
h1 {font-size: 1.8em;}
h2 {font-size: 1.4em; margin-top: 0;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
#main {
width: 760px;
text-align: left;
margin: 0 auto;
}
#sidebar {
float: right;
width: 200px;
padding: 0;
font-size: 0.9em;
}
#maincol {
width: 540px;
float:left;
line-height: 140%;
border-right: 2px solid #36c;
}
#header {
color: #000;
margin-bottom: 35px;
min-height: 73px;
color: #36c;
border-top: 10px solid #36c;
border-bottom: 10px solid #36c;
padding-top: 4px;
padding-bottom: 4px;
}
#header h1 {
padding: 10px 0;
font-weight: normal;
margin: 0;
}
#header strong {
font-style: italic;
font-weight: normal;
}
#header a {
text-decoration: none;
color: #36c;
}
#logo {
float: left;
width: 70px;
height: 70px;
background: #fff url("img/logo.png") top left no-repeat;
margin-right: 10px;
cursor: pointer;
}
#footer {
clear: both;
padding-top: 20px;
text-align: center;
font-size: 0.9em;
border-top: 2px solid #36c;
}
#footer p {
margin: 0.3em;
font-size: 0.6em;
}
abbr, acronym, span.abbr, dfn {
cursor: help;
border-bottom: 1px dotted;
}
code, pre {
font-family: monospace;
overflow:auto;
}
ins {
text-decoration: none;
border-bottom: 1px dashed;
}
ins:hover {
color: #036;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
a {color: #36c;}
a:visited {color: #666;}
a:hover, a:active {color: #090;}
.item {
margin-bottom: 1.5em;
border-left: 2px solid #36c;
border-bottom: 1px solid #36c;
padding: 4px 10px;
}
.item h2 > a, .info a {
text-decoration: none;
}
.item h2, .item p {
margin: 0;
font-weight: normal;
}
.item h2 {
font-size: 1.3em;
font-style: italic;
}
div.info {
font-size: 0.8em;
text-align: right;
}
.searched {
border-bottom: 1px dashed #36c;
}
#navcontainer ul {
padding-left: 0;
list-style-type: none;
}
#navcontainer li a {
display: block;
border-bottom: 1px solid #36c;
text-decoration: none;
padding: 2px 0 2px 10px;
}
#navcontainer a:visited {
color: #666;
}
#navcontainer a:hover {
background-color: #36c;
color: #fff;
}
#sidebar ul {
padding: 2px 0 2px 10px;
list-style-type: none;
}
#sidebar h4, ul, dl {
margin: 0;
}
.box {
margin-bottom: 15px;
}
.box h4 {
border-bottom: 1px dashed #36c;
}
.box dt {
font-style: italic;
margin-bottom: 2px;
}
.box dd {
margin: 0 0 4px 0;
}
#search {
margin-top: 2px;
}
.screenshot {
width: 200px;
height: 150px;
margin: 5px;
border: 0;
}
fieldset {
padding: 1em;
border: 1px solid #bbd;
background-color: #f8f8f8;
}
legend {
background-color: #fff;
border: 1px solid #bbd;
margin-bottom: 10px;
}
form div {
margin-bottom: 2px;
}
form ul {
font-size: 0.9em;
}
label {
display: block;
width: 8em;
cursor: pointer;
cursor: hand;
}
label.required {
font-weight: bold;
}
div#submitdiv {
margin-left: 8em;
}
textarea {
width: 80%;
}
input[type=text] {
width: 45%;
}
#list strong {
font-weight: normal;
}
caption {
text-align: left;
}
.comment {
padding-left: 1em;
line-height: 130%;
border-bottom: 1px solid black;
margin-bottom: 15px;
}
.email {
color: #090;
}
.italic {
font-style: italic;
}