|
Last change
on this file since 19932 was 18647, checked in by tbretz, 9 years ago |
|
Added some formatting for the README page
|
|
File size:
2.4 KB
|
| Line | |
|---|
| 1 | html, body {
|
|---|
| 2 | text-align: center;
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | p {
|
|---|
| 6 | text-align: left;
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | body {
|
|---|
| 10 | margin: 0;
|
|---|
| 11 | padding: 0;
|
|---|
| 12 | background: #FFF;
|
|---|
| 13 | background-image:url(background.png);
|
|---|
| 14 | background-repeat: repeat-x;
|
|---|
| 15 | text-align: left;
|
|---|
| 16 | font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|---|
| 17 | font-size: 13px;
|
|---|
| 18 | color: #FFFFFF;
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | * {
|
|---|
| 22 | margin: 0 auto 0 auto;
|
|---|
| 23 | text-align:left;
|
|---|
| 24 | }
|
|---|
| 25 |
|
|---|
| 26 | h1 {
|
|---|
| 27 | padding-top: 1.2em;
|
|---|
| 28 | }
|
|---|
| 29 |
|
|---|
| 30 | blockquote {
|
|---|
| 31 | padding-top: 0px;
|
|---|
| 32 | padding-bottom: 0px;
|
|---|
| 33 | padding-left: 15px;
|
|---|
| 34 | margin-top: 5px;
|
|---|
| 35 | margin-bottom: 5px;
|
|---|
| 36 | border-left: 5px solid #ccc;
|
|---|
| 37 | }
|
|---|
| 38 |
|
|---|
| 39 | blockquote p:last-child,
|
|---|
| 40 | blockquote ul:last-child,
|
|---|
| 41 | blockquote ol:last-child {
|
|---|
| 42 | margin-bottom: 0;
|
|---|
| 43 | }
|
|---|
| 44 |
|
|---|
| 45 | /*code {
|
|---|
| 46 | border: 1px;
|
|---|
| 47 | background: #fff;
|
|---|
| 48 | width: 100%;
|
|---|
| 49 | }*/
|
|---|
| 50 |
|
|---|
| 51 | #page {
|
|---|
| 52 | width:758px;
|
|---|
| 53 | padding-left:20px;
|
|---|
| 54 | padding-right:20px;
|
|---|
| 55 | }
|
|---|
| 56 |
|
|---|
| 57 | #header {
|
|---|
| 58 | background-image:url(header.png);
|
|---|
| 59 | background-repeat:no-repeat;
|
|---|
| 60 | width:798px;
|
|---|
| 61 | height:34px;
|
|---|
| 62 | margin:0 auto 0 auto;
|
|---|
| 63 | color:#267B9B;
|
|---|
| 64 | text-align:center;
|
|---|
| 65 | font-style:italic;
|
|---|
| 66 | }
|
|---|
| 67 |
|
|---|
| 68 | #pagetop {
|
|---|
| 69 | height:143px;
|
|---|
| 70 | }
|
|---|
| 71 |
|
|---|
| 72 | #pagetop h1 {
|
|---|
| 73 | display:block;
|
|---|
| 74 | float:left;
|
|---|
| 75 | line-height:0px;
|
|---|
| 76 | color:#FFFFFF;
|
|---|
| 77 | text-align:left;
|
|---|
| 78 | font-size:30px;
|
|---|
| 79 | font-weight:bold;
|
|---|
| 80 | font-family:Arial, Helvetica, sans-serif;
|
|---|
| 81 | float:left;
|
|---|
| 82 | margin-left:23px;
|
|---|
| 83 | }
|
|---|
| 84 |
|
|---|
| 85 |
|
|---|
| 86 | #pagetop ul {
|
|---|
| 87 | padding: 0px;
|
|---|
| 88 | list-style-type: none;
|
|---|
| 89 | height:21px;
|
|---|
| 90 | text-align:center;
|
|---|
| 91 | height:90px;
|
|---|
| 92 | overflow:hidden;
|
|---|
| 93 | }
|
|---|
| 94 |
|
|---|
| 95 | #pagetop ul li, #pagetop ul li a, #pagetop ul li a:visited {
|
|---|
| 96 | display:block;
|
|---|
| 97 | float:right;
|
|---|
| 98 | margin: 0px;
|
|---|
| 99 | text-align:center;
|
|---|
| 100 | line-height:100px;
|
|---|
| 101 | color:#FFFFFF;
|
|---|
| 102 | padding-left:5px;
|
|---|
| 103 | padding-right:5px;
|
|---|
| 104 | font-size:14px;
|
|---|
| 105 | font-weight:bold;
|
|---|
| 106 | text-decoration:none;
|
|---|
| 107 | }
|
|---|
| 108 |
|
|---|
| 109 | #pagetop ul li a:hover {
|
|---|
| 110 | color:#65A9ED;
|
|---|
| 111 | }
|
|---|
| 112 |
|
|---|
| 113 | #main {
|
|---|
| 114 | width:798px;
|
|---|
| 115 | background:url(content_back.png);
|
|---|
| 116 | }
|
|---|
| 117 |
|
|---|
| 118 | #main .content {
|
|---|
| 119 | width:650px;
|
|---|
| 120 | text-align:justify;
|
|---|
| 121 | color:#000000;
|
|---|
| 122 | word-spacing:3px;
|
|---|
| 123 | }
|
|---|
| 124 |
|
|---|
| 125 | #main .content p {
|
|---|
| 126 | margin-top:8px;
|
|---|
| 127 | margin-bottom:8px;
|
|---|
| 128 | }
|
|---|
| 129 |
|
|---|
| 130 | #main .content h1 {
|
|---|
| 131 | font-size:19px;
|
|---|
| 132 | margin-bottom:12px;
|
|---|
| 133 | }
|
|---|
| 134 |
|
|---|
| 135 | .clear {
|
|---|
| 136 | clear:both;
|
|---|
| 137 | }
|
|---|
| 138 |
|
|---|
| 139 | #footer {
|
|---|
| 140 | display:block;
|
|---|
| 141 | width: 798px;
|
|---|
| 142 | height:50px;
|
|---|
| 143 | background: url(footer.png) no-repeat;
|
|---|
| 144 | text-align:right;
|
|---|
| 145 | font-size:10px;
|
|---|
| 146 | line-height:48px;
|
|---|
| 147 | }
|
|---|
| 148 |
|
|---|
| 149 | #footer p {
|
|---|
| 150 | padding-right:75px;
|
|---|
| 151 | text-align:right;
|
|---|
| 152 | }
|
|---|
| 153 |
|
|---|
| 154 | #footer, #footer a, #footer a:visited {
|
|---|
| 155 | text-decoration:none;
|
|---|
| 156 | color:#65A9ED;
|
|---|
| 157 | }
|
|---|
| 158 |
|
|---|
| 159 | #footer a:hover {
|
|---|
| 160 | text-decoration:none;
|
|---|
| 161 | color:#000000;
|
|---|
| 162 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.