Init!!
This commit is contained in:
29
bank-war/web/resources/css/default.css
Normal file
29
bank-war/web/resources/css/default.css
Normal file
@@ -0,0 +1,29 @@
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
font-size: 12px;
|
||||
font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
|
||||
color: #000000;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
|
||||
border-bottom: 1px solid #AFAFAF;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
color: #D20005;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: #045491;
|
||||
font-weight : bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:link:hover, a:visited:hover {
|
||||
color: #045491;
|
||||
font-weight : bold;
|
||||
text-decoration : underline;
|
||||
}
|
||||
Reference in New Issue
Block a user