You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.1 KiB
CSS
60 lines
1.1 KiB
CSS
.roundCorne{
|
|
text-align: center;
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
|
|
background-color: #eee;
|
|
color: #444;
|
|
font-size: 75%;
|
|
}
|
|
.roundCorne a{
|
|
color: #27D;
|
|
text-decoration: none;
|
|
}
|
|
.roundCorne a:focus, a:hover, a:active {
|
|
text-decoration: underline;
|
|
}
|
|
.roundCorne p, li {
|
|
line-height: 1.8em;
|
|
}
|
|
.roundCorne h1, h2 {
|
|
font-family: "Trebuchet MS", Verdana, sans-serif;
|
|
margin: 0 0 10px 0;
|
|
letter-spacing:-1px;
|
|
}
|
|
.roundCorne h1 {
|
|
padding: 0;
|
|
font-size: 3em;
|
|
color: #333;
|
|
}
|
|
.roundCorne h2 {
|
|
padding-top: 10px;
|
|
font-size:2em;
|
|
}
|
|
.roundCorne pre {
|
|
font-size: 1.2em;
|
|
line-height: 1.2em;
|
|
overflow-x: auto;
|
|
}
|
|
.roundCorne div#page {
|
|
width: 900px;
|
|
background-color: #fff;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
border-color: #ddd;
|
|
border-style: none solid solid;
|
|
border-width: medium 1px 1px;
|
|
}
|
|
.roundCorne div#container {
|
|
padding: 20px;
|
|
}
|
|
.roundCorne div#ads {
|
|
clear: both;
|
|
padding: 12px 0 12px 66px;
|
|
}
|
|
.roundCorne div#footer {
|
|
clear: both;
|
|
color: #777;
|
|
margin: 0 auto;
|
|
padding: 20px 0 40px;
|
|
text-align: center;
|
|
}
|