All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docbook.wysiwygdocbook1.01.linespec.css Maven / Gradle / Ivy

There is a newer version: 9.11.1
Show newest version
/*
 * linespec.css
 *
 * Copyright (c) 2004 David Holroyd, and contributors
 * Copyright (c) 2005 Michael Thiele, and contributors
 * See the file 'COPYING' for terms of use
 *
 * Part of wysiwygDocBook 1.01, a developed DocBook CSS stylesheet based on version 0.4 from
 *   http://www.badgers-in-foil.co.uk/projects/docbook-css/
 *
 * This file contains formatting for line-specific environments
 */

address, literallayout, screen, screenshot, synopsis {
	white-space:pre;
}
screen, screenshot, synopsis {
	font-family:monospace;
}
synopsis optional:before {
	content: "[";
}
synopsis optional:after {
	content: "]";
}
programlisting, programlistingco {
	padding: .5em;
	background-color: #dddddd;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy