1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
body {
margin: 20px;
color: #4297d7;
font-family: Sans;
background-image: url('./gradient-top.png');
background-repeat: repeat-x;
}
#header {
height: 100px;
}
#footer {
margin-top: 20px;
text-align: left;
width: 100%;
font-size: 85%;
display: normal;
float: left;
}
#logo {
font-family: Sans;
height: 50px;
font-weight: bold;
}
#logo h1 {
font-size: 46px;
letter-spacing: -4px;
color: #666;
}
#slogan {
font-size: 17px;
padding-left: 5px;
}
#content {
display: none;
width: 100%;
float: left;
color: #666;
}
#content p, #content li {
color: #666;
}
#content h1 {
border-bottom: solid 1px #4297d7;
font-size: 30px;
color: #444
}
ul#list {
list-style-type: none;
}
#list li {
float: left;
padding-right: 20px;
text-align: left;
}
#list li#powered-box {
float: right;
text-align: center;
}
#dialog-confirm-close {
color: #4297d7;
display: none;
background-image: url('./warning.png');
background-repeat: no-repeat;
padding-left: 170px;
margin: 10px;
}
#content-loading {
background-image: url('./loading_big.gif');
background-repeat: no-repeat;
background-position: center center;
text-align: center;
min-height: 250px;
}
#tabs ul#main-menu li.highlight {
background: #E74242;
}
#donate-box {
float: right;
padding-top: 20px;
text-align: center;
font-size: 75%;
color: #999;
width: 100%;
}
#donate-box img {
position: relative;
width: 18px;
top: 5px;
}
|