From e6c6900a6a835beb78e890c49dcfa4f4f32d9799 Mon Sep 17 00:00:00 2001 From: Lucas <18538046+TeaWithLucas@users.noreply.github.com> Date: Tue, 30 Apr 2019 10:08:06 +0100 Subject: [PATCH] Inital page creation with skeletion --- Style.md | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 Style.md diff --git a/Style.md b/Style.md new file mode 100644 index 0000000..e0168de --- /dev/null +++ b/Style.md @@ -0,0 +1,212 @@ +_last updated for version v 0.8.*_ + +# Layers preset +## Political map + +## Cultural map + +## Heightmap + +## Biomes map + +## Pure landmass + + +# Displayed layers + +## Texture overlay + click to toggle, drag to raise or lower the layer. Shortcut: X + +`toggleTexture()` + +## Heightmap + click to toggle, drag to raise or lower the layer. Shortcut: H + +`toggleHeight()` + +## Biomes + click to toggle, drag to raise or lower the layer. Shortcut: B + +`toggleBiomes()` + +## Cells structure + click to toggle, drag to raise or lower the layer. Shortcut: E + +`toggleCells()` + +## Grid + click to toggle, drag to raise or lower. Select type in styles dropdown below. Shortcut: G + +`toggleGrid()` + +## Coordinate grid + click to toggle, drag to raise or lower the layer. Shortcut: O + +`toggleCoordinates()` + +## Compass (Wind) Rose + click to toggle, drag to raise or lower the layer. Shortcut: W + +`toggleCompass()` + +## Rivers + click to toggle, drag to raise or lower the layer. Shortcut: V + +`toggleRivers()` + +## Relief and biome icons + click to toggle, drag to raise or lower the layer. Shortcut: R + +`toggleRelief()` + +## Cultures + click to toggle, drag to raise or lower the layer. Shortcut: C + +`toggleCultures()` + +## States + click to toggle, drag to raise or lower the layer. Shortcut: S + +`toggleStates()` + +## State borders + click to toggle, drag to raise or lower the layer. Shortcut: D + +`toggleBorders()` + +## Trade routes +click to toggle, drag to raise or lower the layer. Shortcut: U + +`toggleRoutes()` + +## Temperature map + click to toggle, drag to raise or lower the layer. Shortcut: T + +`toggleTemp()` + +## Population map + click to toggle, drag to raise or lower the layer. Shortcut: P + +`togglePopulation()` + +## Precipitation map + click to toggle, drag to raise or lower the layer. Shortcut: A + +`togglePrec()` + +## Labels + click to toggle, drag to raise or lower the layer. Shortcut: L + +`toggleLabels()` + +## Burg icons + click to toggle, drag to raise or lower the layer. Shortcut: I + +`toggleIcons()` + +## Markers + click to toggle, drag to raise or lower the layer. Shortcut: M + +`toggleMarkers()` + +## Rulers + click to toggle, drag to move, click on label to delete. Shortcut: = + +`toggleRulers()` + +## Scale Bar + click to toggle, drag to move. Shortcut: - + +`toggleScaleBar()` + +# Select element + +* Anchor Icons +* Biomes +* Borders +* Burg Icons +* Cells +* Coastline +* Compass +* Coordinates +* Cultures +* Grid +* Heightmap +* Labels +* Lakes +* Landmass +* Markers +* Ocean +* Population +* Precipitation +* Relief Icons +* Rivers +* Routes +* Rulers +* States +* Temperature +* Texture + +## Text + +### Group + +### Opacity + +### Fill + +### Stroke + +### Stroke width + +### Font + +### Font size + +### Filter + +## Shapes + +### Opacity + +### Stroke + +### Stroke width + +### Filter + +### Clipping + +## Lines + +### Group + +### Opacity + +### Stroke + +### Stroke width + +### Stroke dash + +### Filter + +### Clipping + + +# Filters +## Grayscale + +`` + +## Sepia + +`` + +## Dingy + +`` + +## Tint + +`` \ No newline at end of file