Changeset 708cb6185aba06a231e486ad7d5f145bfc810530
- Timestamp:
- 03/30/08 11:59:36
(7 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1206871176 +0200
- git-parent:
[a8e9ce8bc03a3ea684234d8e52e40327167fb066]
- git-author:
- Christopher Jung <bktheg@web.de> 1206871176 +0200
- Message:
Update der CSS-Daten
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r953ed23 |
r708cb61 |
|
| 17 | 17 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 18 | 18 | */ |
|---|
| 19 | | body {background-color: #000000; color: white; font-family: arial, helvetica; margin-left:5px; } |
|---|
| | 19 | body {background-color: #000000; color: white; font-family: arial, helvetica; } |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | hr {color: white;} |
|---|
| … | … | |
| 135 | 135 | a.back:active {color: green; text-decoration: none;} |
|---|
| 136 | 136 | |
|---|
| 137 | | a.ok:link {color: green; text-decoration: none; font-weight:bold; } |
|---|
| 138 | | a.ok:visited {color: green; text-decoration: none; font-weight:bold; } |
|---|
| 139 | | a.ok:hover {color: #F0A000; text-decoration: none; font-weight:bold; } |
|---|
| 140 | | a.ok:active {color: green; text-decoration: none; font-weight:bold; } |
|---|
| | 137 | a.ok:link {color: green; text-decoration: normal; font-weight:bold; } |
|---|
| | 138 | a.ok:visited {color: green; text-decoration: normal; font-weight:bold; } |
|---|
| | 139 | a.ok:hover {color: #F0A000; text-decoration: normal; font-weight:bold; } |
|---|
| | 140 | a.ok:active {color: green; text-decoration: normal; font-weight:bold; } |
|---|
| 141 | 141 | |
|---|
| 142 | 142 | a.error:link {color: #E00000; text-decoration: none; font-weight:bold;} |
|---|