appveyorimgbotreadme
Last change
on this file since 445e1edd56 was
332a9399dd,
checked in by Oleksii Serdiuk, 13 years ago
|
Working on help:
- Added TSPSG screenshots.
- Fixed a typo in style.css file.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[b2be4c19a1] | 1 | @charset "utf-8"; |
---|
| 2 | /* |
---|
| 3 | * TSPSG: TSP Solver and Generator |
---|
| 4 | * Copyright (C) 2007-2011 Oleksii Serdiuk <contacts[at]oleksii[dot]name> |
---|
| 5 | * |
---|
| 6 | * $Id$ |
---|
| 7 | * $URL$ |
---|
| 8 | * |
---|
| 9 | * This file is part of TSPSG project. |
---|
| 10 | * See http://tspsg.info/ for more information. |
---|
| 11 | */ |
---|
| 12 | |
---|
| 13 | @font-face { |
---|
| 14 | font-family: DejaVu Sans; |
---|
| 15 | src: url('DejaVuSans.ttf') format("truetype"); |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | @font-face { |
---|
| 19 | font-family: DejaVu Sans Mono; |
---|
| 20 | src: url('DejaVuSansMono.ttf') format("truetype"); |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | body { |
---|
| 24 | font-family: "DejaVu Sans", "DejaVu LGC Sans", Verdana, Geneva, sans-serif; |
---|
| 25 | font-size: 11pt; |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | p, li { |
---|
| 29 | text-align: justify; |
---|
| 30 | } |
---|
| 31 | |
---|
[332a9399dd] | 32 | .screenshot { |
---|
| 33 | text-align: left; |
---|
[b2be4c19a1] | 34 | } |
---|
| 35 | |
---|
| 36 | .note { |
---|
| 37 | color: orange; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | .note:before { |
---|
[332a9399dd] | 41 | content: "NOTE: "; |
---|
[b2be4c19a1] | 42 | font-weight: bold; |
---|
| 43 | } |
---|
| 44 | |
---|
| 45 | .tip { |
---|
| 46 | color: green; |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | .tip:before { |
---|
| 50 | content: "TIP: "; |
---|
| 51 | font-weight: bold; |
---|
| 52 | } |
---|
| 53 | |
---|
| 54 | .warning { |
---|
| 55 | color: red; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | .warning:before { |
---|
| 59 | content: "WARNING: "; |
---|
| 60 | font-weight: bold; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | .place { |
---|
| 64 | font-weight: bold; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | .code { |
---|
| 68 | font-family: "DejaVu Sans Mono", "DejaVu LGC Sans Mono", "Lucida Console", Monaco, monospace; |
---|
| 69 | font-size: smaller; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | .params { |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | .params .name { |
---|
| 76 | font-weight: bold; |
---|
| 77 | } |
---|
| 78 | |
---|
| 79 | .params .type { |
---|
| 80 | color: #666; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | .inprogress:before { |
---|
| 84 | color: #666; |
---|
| 85 | content: "NOTE: This part is work in progress... "; |
---|
| 86 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.