mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Style improvements, fix more road styles
This commit is contained in:
94
css/app.css
94
css/app.css
@@ -54,101 +54,7 @@ table th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
path {
|
||||
fill: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
circle.handle {
|
||||
cursor: move;
|
||||
stroke-width: 1;
|
||||
stroke:#222;
|
||||
fill:#eee;
|
||||
}
|
||||
|
||||
path.casing {
|
||||
stroke: #111;
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
||||
path.casing.active {
|
||||
stroke:#FFF9C9;
|
||||
stroke-opacity:0.5;
|
||||
stroke-width:8;
|
||||
}
|
||||
|
||||
path.stroke {
|
||||
stroke: #555;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
path.stroke.railway-rail {
|
||||
stroke: white;
|
||||
stroke-width: 3;
|
||||
stroke-dasharray: 12,12;
|
||||
}
|
||||
|
||||
path.stroke.railway-subway {
|
||||
stroke: #444;
|
||||
stroke-width: 3;
|
||||
stroke-dasharray: 8,8;
|
||||
}
|
||||
|
||||
path.area.active {
|
||||
fill-opacity:0.4;
|
||||
}
|
||||
|
||||
path.area.natural {
|
||||
stroke: #ADD6A5;
|
||||
fill: #ADD6A5;
|
||||
stroke-width:1;
|
||||
fill-opacity:0.3;
|
||||
}
|
||||
|
||||
path.area.building {
|
||||
stroke: #9E176A;
|
||||
stroke-width: 1;
|
||||
fill: #ff6ec7;
|
||||
fill-opacity: 0.3;
|
||||
}
|
||||
|
||||
path.area.landuse {
|
||||
stroke: #444;
|
||||
stroke-width:1;
|
||||
fill: #444;
|
||||
opacity:0.2;
|
||||
}
|
||||
|
||||
path.stroke.highway-residential {
|
||||
stroke:#E8E8E8;
|
||||
stroke-width:3;
|
||||
}
|
||||
|
||||
path.stroke.highway-unclassified,
|
||||
path.stroke.highway-tertiary {
|
||||
stroke:#FEFECB;
|
||||
stroke-width:3;
|
||||
}
|
||||
|
||||
path.stroke.highway-service {
|
||||
stroke:#fff;
|
||||
stroke-width:2;
|
||||
}
|
||||
|
||||
path.stroke.highway-motorway,
|
||||
path.stroke.highway-motorway_link {
|
||||
stroke:#809BC0;
|
||||
}
|
||||
|
||||
path.stroke.highway-trunk,
|
||||
path.stroke.highway-trunk_link {
|
||||
stroke:#7FC97F;
|
||||
}
|
||||
|
||||
path.stroke.waterway {
|
||||
stroke: #10539a;
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
||||
.help-pane {
|
||||
position:absolute;
|
||||
|
||||
Reference in New Issue
Block a user