Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| 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. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
99eabf9b0c1d24165c47badd22fed72d |
| User & Date: | jnc 2007-09-25 19:31:18.000 |
Context
|
2007-09-25
| ||
| 19:32 | Merger w/fossil chat update (5e3f) ... (check-in: e6d1cd9679 user: jnc tags: trunk) | |
| 19:31 | 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. ... (check-in: 99eabf9b0c user: jnc tags: trunk) | |
| 08:38 | Correct tag propagationl. Now works even when rebuilding in a randomized order. ... (check-in: ce7900a0b6 user: drh tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
244 245 246 247 248 249 250 |
@ body {
@ margin: 0px;
@ padding: 0px;
@ background-color: white;
@ }
@ #page-title {
@ padding: 10px 10px 10px 10px;
| | | > | > < | > > | > < | > | > | > > > > | > | > | 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 |
@ body {
@ margin: 0px;
@ padding: 0px;
@ background-color: white;
@ }
@ #page-title {
@ padding: 10px 10px 10px 10px;
@ font-size: 1.8em;
@ font-weight: bold;
@ background-color: #6a7ec7;
@ color: #0a1e67;
@ }
@ #login-status {
@ padding: 0px 10px 10px 0px;
@ font-size: 0.9em;
@ text-align: right;
@ background-color: #6a7ec7;
@ color: white;
@ position: absolute;
@ top: 10;
@ right: 0;
@ }
@ #main-menu {
@ padding: 5px 10px 5px 10px;
@ font-size: 0.9em;
@ font-weight: bold;
@ text-align: center;
@ letter-spacing: 1px;
@ background-color: #414f84;
@ color: white;
@ }
@ #sub-menu {
@ padding: 3px 10px 3px 0px;
@ font-size: 0.9em;
@ text-align: center;
@ 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: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: 5px 10px 5px 10px;
@ text-align: right;
@ background-color: #414f84;
@ color: white;
@ }
}
}
/*
** WEBPAGE: test_env
*/
|
| ︙ | ︙ |