<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xorg/doc/xorg-sgml-doctools/xorg.css, branch master</title>
<subtitle>X.org xorg-sgml-doctools documentation.  (mirrored from https://gitlab.freedesktop.org/xorg/doc/xorg-sgml-doctools)</subtitle>
<id>http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/atom/xorg.css?h=master</id>
<link rel='self' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/atom/xorg.css?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/'/>
<updated>2023-02-25T17:06:11Z</updated>
<entry>
<title>Remove "All rights reserved" from Oracle copyright notices</title>
<updated>2023-02-25T17:06:11Z</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2023-02-25T17:06:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=a3fa202c5f04f2149b7e1f473075bb8be79162ff'/>
<id>urn:sha1:a3fa202c5f04f2149b7e1f473075bb8be79162ff</id>
<content type='text'>
Oracle no longer includes this term in our copyright &amp; license notices.

Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
</content>
</entry>
<entry>
<title>CSS style: support styling for multi licensed docs</title>
<updated>2011-09-18T17:19:43Z</updated>
<author>
<name>Gaetan Nadon</name>
<email>memsize@videotron.ca</email>
</author>
<published>2011-09-18T15:11:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=f79f3f5c7eb592211a7646d57e011594b60515cc'/>
<id>urn:sha1:f79f3f5c7eb592211a7646d57e011594b60515cc</id>
<content type='text'>
For documentation having multiple licenses, the copyright and legalnotice
elements sequence cannot instantiated multiple times.
The copyright notice and license text are therefore coded inside a legalnotice
element. The role attribute on the paragraph is used to allow styling of the
copyright notice text which should not be italicized.
Also restore the font size to the default "medium" size.

Markup example:
&lt;para role="multiLicensing"&gt;Copyright © 1994 X Consortium&lt;/para&gt;

Signed-off-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
</content>
</entry>
<entry>
<title>Embed CSS styles inside the HTML HEAD element</title>
<updated>2011-09-09T18:15:24Z</updated>
<author>
<name>Gaetan Nadon</name>
<email>memsize@videotron.ca</email>
</author>
<published>2011-09-08T17:42:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=fc347e2cd78c2a95b85a961eb110206b6f126b08'/>
<id>urn:sha1:fc347e2cd78c2a95b85a961eb110206b6f126b08</id>
<content type='text'>
Rather than referring to the external xorg.css stylesheet, embed the content
of the file in the html output produced. This is accomplished by adding
an xsl:template to the customization layer. The content of xorg.css must not
be encoded due to the '&lt;' character.

This makes the whole html docs tree much more relocatable.
In addition, it eliminates xorg.css as a runtime file which makes
xorg-sgml-doctools a build time only package.

Signed-off-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
</content>
</entry>
<entry>
<title>CSS: authors and affiliation spacing</title>
<updated>2011-09-09T18:15:24Z</updated>
<author>
<name>Gaetan Nadon</name>
<email>memsize@videotron.ca</email>
</author>
<published>2011-09-07T01:01:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=9d312bd9b62b8dc1b13ba427aafee99440df6a4b'/>
<id>urn:sha1:9d312bd9b62b8dc1b13ba427aafee99440df6a4b</id>
<content type='text'>
The objective is to have more spacing between each author so their affiliation
is visually grouped with its author. The previous method was not reliable as
it was making an assumption about the preceeding element.

The new method of reducing the bottom margin for the author should be more
reliable.

Signed-off-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
</content>
</entry>
<entry>
<title>Review documents cascading style sheet</title>
<updated>2011-08-11T01:25:23Z</updated>
<author>
<name>Gaetan Nadon</name>
<email>memsize@videotron.ca</email>
</author>
<published>2011-07-27T14:33:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=cddda1bc9758c612dbfb6188e75e0c06135bd735'/>
<id>urn:sha1:cddda1bc9758c612dbfb6188e75e0c06135bd735</id>
<content type='text'>
There is no drastic changes in style, it will go unnoticed
for the most part. Many inconsistencies in titles and headings
were fixed in both books and articles.

The large libX11 specs was used a reference. The border above
each and every section was removed, keeping only level 2 headings.
It alleviates the sense of "being lost". An additional step might be
the section numbering.

The body background and foreground colors are no longer set, which
will not interfere with the user own styling. This should fix #37535.

The figure-float was removed as it was specific for one figure and
did not yield nice results. There is virtually no room for
improvements with what docbook has to offer.

All xorg docs were reviewed to ensure nothing got badly broken.
A few changes in the doc source was made in libX11 and similar
changes need to be done in the remaining xorg docs. They only affect
minor spacing issues.

Signed-off-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
</content>
</entry>
<entry>
<title>xorg.css: center &lt;othercredit&gt; as well</title>
<updated>2010-11-06T20:30:14Z</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2010-11-06T20:29:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=45ee22dd4a64d4a07d6f67d5bdb80d4f2394e222'/>
<id>urn:sha1:45ee22dd4a64d4a07d6f67d5bdb80d4f2394e222</id>
<content type='text'>
Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
</content>
</entry>
<entry>
<title>xorg.css: center more bits of title pages</title>
<updated>2010-10-09T00:33:04Z</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2010-10-09T00:33:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=251ae8ac450171ba9b868c9173e6cc0b50a569bc'/>
<id>urn:sha1:251ae8ac450171ba9b868c9173e6cc0b50a569bc</id>
<content type='text'>
Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
</content>
</entry>
<entry>
<title>Add style rules for &lt;screen&gt; output sections to xorg.css</title>
<updated>2010-06-28T07:00:42Z</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2010-06-28T07:00:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=3286e44b95a8de6c563fc136c71b5defd6ae530c'/>
<id>urn:sha1:3286e44b95a8de6c563fc136c71b5defd6ae530c</id>
<content type='text'>
Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
</content>
</entry>
<entry>
<title>Provide common CSS &amp; XSL stylesheets for DocBook docs</title>
<updated>2010-06-19T02:24:25Z</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2010-06-16T05:03:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools/commit/?id=dabf5491b6a80733119b6d329dc11953afe28933'/>
<id>urn:sha1:dabf5491b6a80733119b6d329dc11953afe28933</id>
<content type='text'>
These have been copied into &amp; expanded in several modules already,
might as well make a common copy to share so that our docs end up
with a common style.

Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
Reviewed-by: Dan Nicholson &lt;dbn.lists@gmail.com&gt;
</content>
</entry>
</feed>
