czf4bfu |
Subversion Repositories: |
Rev 14 | Rev 16 | |
---|---|---|
Line 2... | Line 2... | |
margin: 0; |
margin: 0; | |
padding: 0; |
padding: 0; | |
border: 0; | ||
} |
} | |
html, body { |
html, body { | |
width: 100%; |
width: 100%; | |
height: 100%; |
height: 100%; | |
} |
} | |
Line 12... | Line 13... | |
h1 { |
h1 { | |
font: 16pt verdana; |
font: 16pt verdana; | |
margin: 0; |
margin: 0; | |
text-align: center; |
text-align: center; | |
padding-top: 5px; |
padding-top: 5px; | |
} | ||
a img { | ||
border: 0; | ||
} |
} | |
.icon { |
.icon { | |
width: 70px; |
width: 70px; | |
height: 75px; |
height: 75px; | |
_height: 80px; |
_height: 80px; | |
Line 40... | Line 44... | |
.icon a, .icon2 a { |
.icon a, .icon2 a { | |
color: black; |
color: black; | |
} |
} | |
.icon a:hover, .icon2 a:hover { |
.icon a:hover, .icon2 a:hover { | |
text-decoration: underline; |
text-decoration: underline; | |
} | ||
.icon img, .icon_det img { | ||
width: 32px; | ||
height: 32px; | ||
} | ||
.icon2 img { | ||
width: 50px; | ||
height: 50px; | ||
} |
} | |
.group { |
.group { | |
float: left; |
float: left; | |
margin-left: 4px; |
margin-left: 4px; | |
margin-bottom: 3px; |
margin-bottom: 3px; | |
Line 76... | Line 88... | |
color: black; |
color: black; | |
} |
} | |
.smallicon a img { |
.smallicon a img { | |
margin-right: 6px; |
margin-right: 6px; | |
vertical-align: top; |
vertical-align: top; | |
width: 16px; | ||
height: 16px; | ||
} | ||
.smallicon a img.dot { | ||
width: 10px; | ||
height: 13px; | ||
} |
} | |
.smallicon a span { |
.smallicon a span { | |
display: inline-block; |
display: inline-block; | |
width: 150px; |
width: 150px; | |
padding-top: 1px; |
padding-top: 1px; |