Make use of Yapter Template Engine
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||||
margin: 12px;
|
||||
margin-top: 12px;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #466A8D;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #E1B100;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 100%;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||||
}
|
||||
|
||||
select {
|
||||
font-size: 100%;
|
||||
font-family: Verdana, Sans-serif;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
height: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user