SimSig:Resources: Difference between revisions

From Bradshaw, the companion guide to On Our Lines
mNo edit summary
 
Line 4: Line 4:


[[File:Popup timetable white gray windows.png|frameless|See chat on image file for CSS]]
[[File:Popup timetable white gray windows.png|frameless|See chat on image file for CSS]]
[[File_talk:Popup_timetable_white_gray_windows.png|Windows version - link to CSS]]


[[File:Popup timetable minimalist.png|frameless|See chat on image file for CSS]]
[[File:Popup timetable minimalist.png|frameless|See chat on image file for CSS]]


This CSS file for the pop-up timetable removes some unnecessary labels and some information the signaller probably has no way of knowing, like the train's exact current speed. It also removes "most recently seen" path but it'd be easy to put that back.
[[File_talk:Popup timetable minimalist.png|Windows version - link to CSS]]


== Minimised Simplifier CSS ==
[[File:Popup_timetable_minimalist_white_gray_linux.png|frameless]]


[[File:Minimal Simplifier as of 2021-02-14.png|frameless]]
[[File_talk:Popup_timetable_minimalist_white_gray_linux.png|Linux version - link to CSS]]


This removes columns from the Simplifier to make it useable on a 1366x768 laptop monitor.
These stylesheets remove some unnecessary labels and some information the signaller probably has no way of knowing, like the train's exact current speed. It also removes "most recently seen" path but it'd be easy to put that back.


<pre>
== Minimised Simplifier CSS ==
/* Remove redundant title */
h1 {
  display:none;
}


/* General theme is green on black */
[[File:Minimal Simplifier as of 2021-02-14.png|frameless]]
body {
  margin:2px;
  color:green;
  background-color:black;
}


/* Format table */
[[File_talk:Minimal Simplifier as of 2021-02-14.png|Link to CSS]]
table, th, td {
  font-family:Liberation Mono, Monospace, Consolas, Courier New, monospace;
  font-weight:normal;
  font-size:9pt;
  text-align:left;
  border-collapse:collapse;
  vertical-align:top;
  padding:2px;
}


/* Hide UID column and final six columns */
This removes columns from the Simplifier to make it useable on a 1366x768 laptop monitor.
.uid, .origin, .originTime, .destinationTime, .operator, .notes, .destination {
  display: none;
}
</pre>


== Customising SimSig's CSS ==
== Customising SimSig's CSS ==

Latest revision as of 20:38, 1 March 2021

Minimalist Timetable CSS[edit | edit source]

The CSS used to generate these timetables are on the Chat pages for the screenshot.

See chat on image file for CSS

Windows version - link to CSS

See chat on image file for CSS

Windows version - link to CSS

Linux version - link to CSS

These stylesheets remove some unnecessary labels and some information the signaller probably has no way of knowing, like the train's exact current speed. It also removes "most recently seen" path but it'd be easy to put that back.

Minimised Simplifier CSS[edit | edit source]

Link to CSS

This removes columns from the Simplifier to make it useable on a 1366x768 laptop monitor.

Customising SimSig's CSS[edit | edit source]

From the F3 menu, go to the CSS tab. There's three buttons to see the CSS for the Simplifier, Train List, and Timetable. To overwrite the CSS, right-click and Select All (most of the usual text-editing keyboard shortcuts don't work here), then right-click and paste.