mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-22 05:48:08 +01:00
75 lines
1.2 KiB
CSS
75 lines
1.2 KiB
CSS
body {
|
|
font-size: 12px; color: #000000; margin-left: 10%; margin-right: 10%;
|
|
background: #FFFFFF;
|
|
font-family: verdana, helvetica, arial, sans-serif;
|
|
}
|
|
body.blank {
|
|
font-size: 12px;
|
|
margin: 0;
|
|
}
|
|
body.menu {
|
|
font-size: 12px; margin-top: 7px; margin-left: 10%; margin-right: 10%;
|
|
font-family: verdana, helvetica, arial, sans-serif;
|
|
}
|
|
form {
|
|
margin: 0px
|
|
}
|
|
body a:link {
|
|
color: #002090
|
|
}
|
|
body a:visited {
|
|
color: #002090
|
|
}
|
|
body a:hover {
|
|
color: #300020;
|
|
background-color: #c0f0f0;
|
|
}
|
|
body a.menu {
|
|
margin-right: 15px; text-decoration: none; font-size: 12px;
|
|
}
|
|
a.bm {
|
|
margin-left: 20px
|
|
}
|
|
td.name {
|
|
width: 80px
|
|
}
|
|
|
|
ul.noblob {
|
|
list-style-type: none;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
h1 {
|
|
font-size: 20px;
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
margin-left: -15px;
|
|
font-family: verdana, helvetica, arial, sans-serif;
|
|
}
|
|
h3 {
|
|
font-size: 14px;
|
|
font-family: verdana, helvetica, arial, sans-serif;
|
|
margin: 0px;
|
|
}
|
|
|
|
p {
|
|
font-size: 12px;
|
|
}
|
|
|
|
td.listitem {
|
|
width: 140px
|
|
}
|
|
|
|
p.newsdate {
|
|
margin-top: 12px;
|
|
margin-bottom: 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
p.newstext {
|
|
margin-bottom: 12px;
|
|
margin-top: 0;
|
|
margin-left: 24px
|
|
}
|
|
|