| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- html, body {
- margin:0;
- padding:0;
- }
- body{
- text-align: center;
- font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
- background-color: #eee;
- color: #444;
- font-size: 75%;
- }
- a{
- color: #27D;
- text-decoration: none;
- }
- a:focus, a:hover, a:active {
- text-decoration: underline;
- }
- p, li {
- line-height: 1.8em;
- }
- h1, h2 {
- font-family: "Trebuchet MS", Verdana, sans-serif;
- margin: 0 0 10px 0;
- letter-spacing:-1px;
- }
- h1 {
- padding: 0;
- font-size: 3em;
- color: #333;
- }
- h2 {
- padding-top: 10px;
- font-size:2em;
- }
- pre {
- font-size: 1.2em;
- line-height: 1.2em;
- overflow-x: auto;
- }
- 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;
- }
- div#container {
- padding: 20px;
- }
- div#ads {
- clear: both;
- padding: 12px 0 12px 66px;
- }
- div#footer {
- clear: both;
- color: #777;
- margin: 0 auto;
- padding: 20px 0 40px;
- text-align: center;
- }html, body {
- margin:0;
- padding:0;
- }
- body{
- text-align: center;
- font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
- background-color: #eee;
- color: #444;
- font-size: 75%;
- }
- a{
- color: #27D;
- text-decoration: none;
- }
- a:focus, a:hover, a:active {
- text-decoration: underline;
- }
- p, li {
- line-height: 1.8em;
- }
- h1, h2 {
- font-family: "Trebuchet MS", Verdana, sans-serif;
- margin: 0 0 10px 0;
- letter-spacing:-1px;
- }
- h1 {
- padding: 0;
- font-size: 3em;
- color: #333;
- }
- h2 {
- padding-top: 10px;
- font-size:2em;
- }
- pre {
- font-size: 1.2em;
- line-height: 1.2em;
- overflow-x: auto;
- }
- 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;
- }
- div#container {
- padding: 20px;
- }
- div#ads {
- clear: both;
- padding: 12px 0 12px 66px;
- }
- div#footer {
- clear: both;
- color: #777;
- margin: 0 auto;
- padding: 20px 0 40px;
- text-align: center;
- }
|