source: josm/trunk/styles_nodist/potlatch2/prelude.css@ 3898

Last change on this file since 3898 was 3898, checked in by bastiK, 13 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
14meta {
15 title: "Potlatch 2";
16 icon: "dialogs/mappaint/pl2_small.png";
17}
18
19canvas {
20 background-color: white;
21}
Note: See TracBrowser for help on using the repository browser.