|
Last change
on this file since 3899 was 3898, checked in by bastiK, 15 years ago |
|
add Potlatch 2 mappaint style (basically the original files, but slightly patched)
|
|
File size:
570 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 |
|
|---|
| 3 | Potlatch 2 core stylesheet
|
|---|
| 4 |
|
|---|
| 5 | This stylesheet should contain commonly used features and only the most essential extra attributes
|
|---|
| 6 | (e.g. oneway). It needs to remain simple (not too many nested styles or dash-type decorations) in
|
|---|
| 7 | order not to kill performance on slower systems and those with a less effective Flash Player (i.e.
|
|---|
| 8 | Linux).
|
|---|
| 9 |
|
|---|
| 10 | It is expected that experienced mappers will switch between this and other stylesheets as required.
|
|---|
| 11 |
|
|---|
| 12 | */
|
|---|
| 13 |
|
|---|
| 14 | meta {
|
|---|
| 15 | title: "Potlatch 2";
|
|---|
| 16 | icon: "dialogs/mappaint/pl2_small.png";
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | canvas {
|
|---|
| 20 | background-color: white;
|
|---|
| 21 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.