Commit graph

55 commits

Author SHA1 Message Date
Warren Block
5cd65a46d8 Improve the spacing of callout lists. Thanks to Allan Jude for his help. 2014-02-05 17:31:48 +00:00
Gabor Kovesdan
9205a7ee5a - Revert the change of the size of admonition boxes since it did not render
fine when embedded to procedures (should that be allowed at all?)

Reported by:	wblock
2014-02-04 14:47:02 +00:00
Gabor Kovesdan
75d5254c5a - Reduce bottom padding in admonition boxes
Reported by:	wblock
2014-01-22 11:16:07 +00:00
Gabor Kovesdan
26483d1c82 - Make the admonition boxes consistent
Reported by:	wblock
2014-01-22 11:08:48 +00:00
Gabor Kovesdan
a71d7bf3e6 - Render terms as bold and add some top margin to avoid sticking it to
tables in the previous definition

PR:		docs/181121
Submitted by:	Ken Reed <kreed002@gmail.com>
2014-01-22 10:27:50 +00:00
Gabor Kovesdan
8dedf73a24 - Render port and package names as links to their package description as they
used to be rendered

Reported by:	wblock
2014-01-10 18:18:51 +00:00
Warren Block
0cacc5cb47 Show port names in monospace italic. 2014-01-09 02:28:38 +00:00
Warren Block
eeee0b20e6 Add "overflow: auto;" to CSS. With Firefox and other browsers, this
puts a scrollbar on programlisting and screen elements that have lines
too long to fit on the screen.  The previous version just wrapped these
long lines with no indication.  Proposed on the -doc mailing list in
August, no public objections, discussed with gabor@ who may have an
alternate method.  In the meantime, this is better than what we had.
2013-12-17 23:20:30 +00:00
Gabor Kovesdan
d8198c0872 - Restore colored background for screen
- Render userinput as bold

Reported by:	wblock
2013-11-12 10:11:03 +00:00
Gabor Kovesdan
91b1380f4e - Explicitly list some font directories, it seems FOP does not find somee font
otherwise

Reported by:	many
2013-11-12 09:59:59 +00:00
Gabor Kovesdan
e755cbb739 - Restore grey background for programlisting
Submitted by:	pluknet
2013-11-11 16:09:14 +00:00
Gabor Kovesdan
86a8d2d471 MFH 2013-11-05 15:52:37 +00:00
Warren Block
6cedb661a6 Make userinput bold, add box and light background color to screen elements.
Asked on -doc on 2013-07-23, no objections.
2013-08-13 17:27:38 +00:00
Gabor Kovesdan
988c5ce88c - MFH 2013-07-24 19:11:16 +00:00
Gabor Kovesdan
4befd50e40 - Somehow hyphenation path handling is buggy but it works when set in the
base path
2013-07-21 14:49:22 +00:00
Warren Block
8ec1643f75 Enhancements of the CSS. Reduce indents, add spacing between table
columns, make admonishments a bit wider.  Thanks to Allan Jude and db@
for help with this.

Reviewed by:	gabor
2013-07-21 14:42:14 +00:00
Gabor Kovesdan
480e4220cf - Add a FOP config file and use it 2013-07-11 19:27:42 +00:00
Gabor Kovesdan
ecd76805e8 - Example has a title not just a label so the content can start in the
second line.  This fixes some rendering issues in the fdp-primer. [1]

Reported by:	wblock [1]
2013-06-23 20:28:38 +00:00
Isabell Long
f3a760eabf Change the documentation from a serif font to a sans-serif font, in order
to improve readability.

Discussed on: freebsd-doc@
2013-05-31 14:46:48 +00:00
Gabor Kovesdan
f4f6d84a74 - Add a boxed formatting for procedure descriptions 2013-05-13 16:51:51 +00:00
Gabor Kovesdan
478de03cac - Readjust styling for some recent changes 2013-05-12 17:36:00 +00:00
Gabor Kovesdan
581bb4d850 - Create cleaner XHTML and exclusively use CSS for formatting 2013-04-11 06:35:51 +00:00
Gabor Kovesdan
e1acf87ead - Render corpauthor in the same way as author
- Use more consistent styling for Table of Contents, and List of Foobar
  headers
2013-04-06 16:41:29 +00:00
Gabor Kovesdan
9334bf876f - Add titlepage customization so that chapter authors can be rendered as
they used to be
2013-03-23 21:21:23 +00:00
Gabor Kovesdan
be2bbeeff4 - Add support for the svnref element 2013-03-14 20:36:44 +00:00
Gabor Kovesdan
6dc14c39e4 - Fix formatting of warning, tip, etc. 2013-03-08 09:33:05 +00:00
Gabor Kovesdan
6186404cc9 - Readjust CSS styling to work with the new XHTML structure 2013-03-03 21:08:24 +00:00
Gabor Kovesdan
a06603e1e8 - MFH 2013-02-05 09:14:34 +00:00
Gabor Kovesdan
31698a11f5 - Add a Subversion config fragment that sets the SVN properties when adding
files
2012-10-20 12:26:26 +00:00
Eitan Adler
89b7f2ff85 According to QuirksMode border-radius is supported on:
IE9+, FF10+, Safari 5.1+, Chrome 17+, and Opera 11+.

In other words these compatability hacks are no longer needed.

Approved by:	gabor
No objections:	www@
2012-10-12 12:10:41 +00:00
Gabor Kovesdan
f139bc3486 - Class names and elements are now generated lower case. Adjust the CSS
file accordingly.

Approved by:	doceng (implicit)
2012-08-21 09:32:29 +00:00
Warren Block
c3ebf18dee Be more specific about which table headers to force left-justified so
header and footer elements aren't unjustifiably justified.

Submitted by:	Jason Massey
PR:		www/164454
Reviewed by:	gjb (mentor)
2012-01-25 22:16:36 +00:00
Warren Block
e42b39db05 Fix rendering of calloutlist entries so they appear on the same line as
the definition.

Approved by:	gjb (mentor)
2012-01-07 00:46:26 +00:00
Warren Block
c26ee529de Remove trailing whitespace.
Approved by:	gjb (mentor)
2012-01-06 15:11:37 +00:00
Warren Block
018e7cfc14 Clarity changes:
Left-align table headers so they line up with columns.

  Set line-height: 1.1 in programlistings so descenders have a little
  clearance from the line below.

Appearance changes:
  Remove padding entries from various blockquotes.

  Reduce "body blockquote" line-spacing: from 1.5 to 1.3 so lines don't
  look double-spaced.

  Fix uneven margin spacing on notes and other blockquotes.

  Add rounded border corners.

Reviewed by:	(original version) Niclas Zeising, Remko Lodder, Eitan
		Adler, doc@ (no objections)
Approved by:	gjb (mentor)
2012-01-06 14:20:52 +00:00
Dmitry Morozovsky
4a50f95240 Implement <SVNref> tag element, which generates link to SVNweb to the given
revision.

Mark last two __FreeBSD_version bumps with it, and format long lines.

Prodded by:			glebius
With great DSL help from:	pluknet
2011-12-18 12:51:56 +00:00
Glen Barber
481d1e39b8 Colorize 'caution' blocks.
Feedback from:	manolis, Chad Perrin, Warren Block,
		Steve Craver, Isabell Long, Jason Helfman,
		eadler
Approved by:	jkois (mentor)
2011-03-06 13:18:58 +00:00
Hiroki Sato
49d43a9402 Add more spacing for cells in CALSTABLE. 2010-03-20 04:15:01 +00:00
Giorgos Keramidas
8256de476c Tweak a bit the default stylesheet:
* Remove background color from <screen> elements.  It makes them stand
  out too much.  Some pages have many <screen> elements, listing shell
  commands and their output.  Having a dark background seems a bit too
  distracting.

* Keep the background color for <programlisting> elements, but make it
  a bit lighter and add a thin border that is slightly darker than the
  highlighting background.

* Change the width of <example>, <note>, <warning> and other block
  elements to use a percentage of the page width instead of a
  hardcoded pixel-based length.

* Add Wikipedia-inspired coloured backgrounds and thin borders around
  <example>, <note>, <warning> and tip elements.

Reviewed by:	blackend, gavin, rene
No objections:	freebsd-doc
2008-11-21 07:28:34 +00:00
Chin-San Huang
f8bc76267f - Decorating BLOCKQUOTE box. 2008-11-09 04:24:47 +00:00
Chin-San Huang
d9548d4215 - Make the CSS more better. 2007-09-02 22:52:01 +00:00
Chin-San Huang
32c9e91791 - Make the <hr> looks better. 2007-07-08 06:23:33 +00:00
Chin-San Huang
41278b78a2 - Make the background color of GUIMENU, GUIMENUITEM, GUISUBMENU, GUILABEL,
INTERFACE, GUIBUTTON, SHORTCUT, SHORTCUT to be more clear.
2007-06-28 04:59:50 +00:00
Marc Fonvieille
b62f91718c Fix a very old rendering bug. Now application names should be rendered
with the same (black) color in the whole doc/ set.
2007-04-12 16:10:21 +00:00
Ceri Davies
f0421265e6 Group elements with the same style information together.
No functional change.
2006-02-26 13:16:52 +00:00
Hiroki Sato
ca944c36ab Remove trailing whitespaces. 2004-07-23 18:58:56 +00:00
Hiroki Sato
c8277d756c Fix a build problem when print/ghostscript-afpl is used:
- epsgeom+gs now converts EPS files.  graphics/peps is no longer used.
 - Add $PERL, $REALPATH, and $SETENV into doc.project.mk.

Tested by:	simon
2004-07-23 18:53:34 +00:00
Ceri Davies
033231458f Avoid problems with Netscape and our stylesheets by removing the entry
for "BODY P".  This seems to have no effect within other browsers, but
stops Netscape from displaying images on top of the document text.

PR:		docs/48472
Submitted by:	Alan Larson <larson@eng.paix.net>
2004-03-22 19:17:52 +00:00
Marc Fonvieille
4ddb96e3eb Update the copyright (this file changed in 2003). 2003-07-10 15:25:35 +00:00
Murray Stokely
8a01141e46 Add a simple script to locate areas of a DocBook file where
<indexterms> are sparse.  Also add makefile glue so that this may be
invoked on the Handbook or any other document in the FDP tree by
typing "make indexcheck".

Sponsored by:	FreeBSD Mall, Inc.
2003-05-04 04:59:43 +00:00