docbook.wysiwygdocbook1.01.exampfigequ.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flying-saucer-examples Show documentation
Show all versions of flying-saucer-examples Show documentation
Misc. Flying Saucer example code. It is not deployed with a release.
/*
* exampfigequ.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 example, figure, equation and media elements
*/
example, informalexample, figure, informalfigure, equation, informalequation {
padding: .5em;
border: 1px solid gray;
}
equation > mediaobject, informalequation > mediaobject, inlineequation > inlinemediaobject {
font-family: serif;
font-style: italic;
}
figure, informalfigure {
text-align: center;
}
figure>title {
text-align: left;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy