Skip to content

VictorienDotNet/IDFMobility-Stylesheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ile-de-france Mobility Stylesheet

A CSS stylesheet which displays Train, Subway, Bus and Tramway signs of Paris and its suburb. This repository is unofficial but based on the official IDFM guidelines. This stylesheet aims to be light and easy to use with a similar render than SVG.

1. Import the stylesheet

The library is divided into two files:

  • font.min.css is used to import the necessary Parisian font which is used for subway and train signs. The IDF Voyageur font is used for tramway and bus signs;
  • signs.min.css contains all rules related to colours and layout.

To use the library, add the stylesheets at your project:

<link href="stylesheets/fonts.min.css" type="text/css">
<link href="stylesheets/signs.min.css" type="text/css">

2. Display the route

The attribute route is use display the content and the style of the route image.

<div route="240"></div>

About

A CSS Stylesheet which display Train, Subway, Bus and Tramway signs of Île-de-France

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors