Improve layout
This commit is contained in:
@@ -1,13 +1,30 @@
|
||||
body {
|
||||
background: #7f99be;
|
||||
font: normal 12px "Trebuchet MS", Arial, sans-serif;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4b6b94;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #999;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#header {
|
||||
border-bottom: 1px solid #666;
|
||||
background: #1e4176;
|
||||
padding: 5px;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
}
|
||||
height: 46px;
|
||||
}
|
||||
|
||||
.x-viewport body {
|
||||
background: #ededed url('../images/back.png') repeat-x !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user