mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-28 17:32:37 +01:00
adding website to cvs version control...
This commit is contained in:
74
website/my_style.css
Normal file
74
website/my_style.css
Normal file
@@ -0,0 +1,74 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user