Overview
SHA1 Hash: | 99eabf9b0c1d24165c47badd22fed72d4ac0e8f2 |
---|---|
Date: | 2007-09-25 19:31:18 |
User: | jnc |
Comment: | Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/style.c from [b61388a566] to [7236258d23].
@@ -246,48 +246,59 @@ @ padding: 0px; @ background-color: white; @ } @ #page-title { @ padding: 10px 10px 10px 10px; - @ font-size: 2em; + @ font-size: 1.8em; @ font-weight: bold; - @ background-color: #d0d9f4; + @ background-color: #6a7ec7; + @ color: #0a1e67; @ } @ #login-status { @ padding: 0px 10px 10px 0px; @ font-size: 0.9em; @ text-align: right; - @ background-color: #d0d9f4; + @ background-color: #6a7ec7; + @ color: white; @ position: absolute; @ top: 10; @ right: 0; @ } @ #main-menu { - @ border-top: 2px solid #a0b5f4; - @ padding: 3px 10px 1px 0px; + @ padding: 5px 10px 5px 10px; @ font-size: 0.9em; + @ font-weight: bold; @ text-align: center; - @ background-color: #d0d9f4; + @ letter-spacing: 1px; + @ background-color: #414f84; + @ color: white; @ } @ #sub-menu { - @ border-bottom: 2px solid #a0b5f4; @ padding: 3px 10px 3px 0px; @ font-size: 0.9em; @ text-align: center; - @ background-color: #d0d9f4; + @ background-color: #414f84; + @ color: white; + @ } + @ #main-menu a, #main-menu a:visited, #sub-menu a, #sub-menu a:visited { + @ padding: 3px 10px 3px 10px; + @ color: white; @ } - @ #main-menu a:visited, #sub-menu a:visited { - @ color: blue; + @ #main-menu a:hover, #sub-menu a:hover { + @ color: #414f84; + @ background-color: white; @ } @ #page { @ padding: 10px 20px 10px 20px; @ } @ #style-footer { @ font-size: 0.8em; @ margin-top: 12px; - @ padding-top: 5px; - @ border-top: 1px solid black; + @ padding: 5px 10px 5px 10px; + @ text-align: right; + @ background-color: #414f84; + @ color: white; @ } } } /*