mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
102 lines
1.9 KiB
CSS
102 lines
1.9 KiB
CSS
body {
|
|
color: #FFF;
|
|
font-size: 0.9em;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
background-color: #505075;
|
|
border-size: 0px;
|
|
margin-top: 0px;
|
|
margin-right: 0px;
|
|
margin-bottom: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
td {
|
|
}
|
|
th {
|
|
color: #000
|
|
}
|
|
.hpadding {
|
|
color: #483d8b;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
padding: 0px 10px
|
|
}
|
|
.textpadding {
|
|
color: white;
|
|
font-size: 12px;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
line-height: normal;
|
|
margin: 0;
|
|
padding: 0 10px
|
|
}
|
|
a {
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
}
|
|
h1 {
|
|
color: #ebdeff;
|
|
font-size: 20pt;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
line-height: 22pt
|
|
}
|
|
h2 {
|
|
color: #ebdeff;
|
|
font-size: 18pt;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
font-style: italic;
|
|
line-height: 20pt
|
|
}
|
|
h3 {
|
|
color: #e8fd00;
|
|
font-size: 14pt;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
font-style: normal;
|
|
line-height: 16pt
|
|
}
|
|
h4 {
|
|
color: #FFF;
|
|
font-size: 12pt;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
font-style: normal;
|
|
font-weight: bolder;
|
|
line-height: 12pt
|
|
}
|
|
pre {
|
|
background-color: #FFFFFF;
|
|
color: #000;
|
|
}
|
|
.caption {
|
|
font-size: 11pt;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
color: #F00;
|
|
}
|
|
a: link {
|
|
text-decoration: underline;
|
|
color: #FFF;
|
|
}
|
|
# a:visited, a:active {
|
|
# text-decoration: underline;
|
|
# color: #FFF;
|
|
#}
|
|
img {
|
|
border: none;
|
|
}
|
|
#header { position: relative; top: 0px; left: 6%;
|
|
width: 100%; }
|
|
|
|
#dock { position: absolute; top: 150px; left: 5px;
|
|
width: 100%; height: 500px;
|
|
}
|
|
|
|
#inhalt { position: relative; top: 10px; left: 10%;
|
|
width: 100%;
|
|
}
|
|
|
|
#tableline {
|
|
color: #F00;
|
|
}
|