Difference between pages "Hydrant" and "MediaWiki:Timeless.css"

(Difference between pages)
imported>Ac14
 
 
Line 1: Line 1:
[[File:TPFhydrants.jpg|thumb|right|A single and double sided hydrant]]
+
/* CSS placed here will affect users of the Timeless skin */
The TPF hydrants are meshed fire hydrants that can be changed to any color.
+
#p-logo {
 
+
display: none;
==Use==
+
}
Use of the hydrants is simple. While holding a supply line, enter mouselook and point at the hydrant, then click.
+
#p-logo-text {
 
+
background: white url("/logo.png") no-repeat fixed center !important;
==Types & Features==
+
width:130px;
There are two types of hydrants available. A single sided hydrant and a double sided hydrant capable of 2 supply connections.<br>
+
height:36px;
 
+
}
By default hydrants can be knocked over by vehicles if they are going over a certain speed. Placing an N at the end of the hydrants name and rerezzing it will stop this behavior (TPF Hydrant N). Hydrants cannot be knocked over if there is something connected to them.
+
#p-banner {
 
+
display:none !important;
{{TPF}}
+
}
 +
h1, h2, h3, h4, h5 {
 +
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
 +
}

Revision as of 23:52, 11 July 2018

/* CSS placed here will affect users of the Timeless skin */
#p-logo { 
	display: none;
}
#p-logo-text {
	background: white url("/logo.png") no-repeat fixed center !important;
	width:130px;
	height:36px;
}
#p-banner {
	display:none !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
}