project and some style changes

This commit is contained in:
age 2006-12-20 02:34:06 +00:00
parent 8524abe1dd
commit d22a53f718
11 changed files with 178 additions and 12 deletions

View file

@ -36,6 +36,16 @@ div {
display: block;
}
tt {
padding: 0.1em 0.6em 0.1em 0.6em;
font-size: 120%;
background: #fffad0;
}
b {
font-size: 95%;
}
.container {
background-color: #FFF;
margin: 0 auto 0 auto;
@ -43,12 +53,11 @@ div {
width: 740px;
}
.container a:link, a:visited {
color: #666666;
text-decoration: none;
color: #366b30;
/*text-decoration: none;*/
}
.container a:hover, a:active {
color: #ff8a00;
text-decoration: none;
}
.header {
@ -70,6 +79,10 @@ div {
border-bottom: 1px solid #C4C4C4;
text-align:center;
}
.navbar a:link, a:visited, a:active {
color: #666666;
text-decoration: none;
}
.left {
float: left;
@ -115,6 +128,9 @@ div {
font-size: 0.8em;
}
.onecolumn {
border: 1px solid #e0e0e0;
}
.onecolumn p {
margin-bottom: 35px;
text-align: center;