/usr/share/doc/geotranz/help/geotrans.css is in geotranz-help 3.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | /* CLASSIFICATION: UNCLASSIFIED
*
* This file was created by Ned Ferris on 6/3/2009
*
* This style sheet is used to turn the classification banner on
* or off.
*
* If the banner needs to be on, set the attributes so the banner
* is in a large font and black as follows:
*
* font-size: 16pt;
* color: #000000;
*
* If the banner needs to be off, set the attributes so the banner
* is in a a negligible font size and white (as the background) as follows:
*
* font-size: 0pt;
* color: #FFFFFF;
*
*
*/
h1.classification_banner{
margin-top: 6.0pt;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 0in;
margin-bottom: 0.0001pt;
text-align: center
font-weight: bold;
font-size: 16pt;
color: #000000;
}
|