Thread: [phpwebapp-commits] CVS: web_app/boxes/docbook/css preformated.css,NONE,1.1 media.css,NONE,1.1 list.
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-10-26 14:31:18
|
Update of /cvsroot/phpwebapp/web_app/boxes/docbook/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv766/boxes/docbook/css Added Files: preformated.css media.css list.css link.css key_gui.css inline.css footnotes.css figure.css contents.css bookinfo.css admonitions.css Log Message: The 'docbook' webbox is used just to display the cache (HTML) files of a DocBookWiki application. It is useful for including a docbook document in an application. --- NEW FILE: preformated.css --- .screen { border: 1px solid #444444; padding: 2px; background-color: #777777; color: #ffffff; } .programlisting { border: 1px solid #4444cc; background-color: #8888ff; color: #ffff00; font-weight: bold; } .literallayout { } --- NEW FILE: media.css --- .imageobject { margin: 5px; } .imageobject .imagedata { padding: 5px; border: 1px solid #eeeeee; } .imagedata img { } .imageobject .caption { padding: 2px; text-align: center; color: #444444; } --- NEW FILE: list.css --- li.listitem { font-family: sans-serif; font-size: 10pt; color: #000066; } ul.itemizedlist { } ol.orderedlist { } --- NEW FILE: link.css --- a.ulink, a.xref { } a.ulink:link, a.xref:link { color: #0000aa; } a.ulink:visited, a.xref:visited { color: #0000bb; } a.ulink:active, a.xref:active, a.ulink:hover, a.xref:hover, a.ulink:focus, a.xref:focus { color: #0000ff; } --- NEW FILE: key_gui.css --- .menuchoice, .keycombo, .keycap, .shortcat { font-weight: bold; } .guilabel, .guibutton, .guiicon, .guimenu, .guisubmenu, .guimenuitem { font-weight: bold; } --- NEW FILE: inline.css --- .prompt { color: #882222; } .screen .prompt, .programlisting .prompt { color: #eeeeee; font-weight: bold; } .command, .application, .option { color: #222266; font-weight: bold; } .screen .command, .programlisting .command, .screen .application, .programlisting .application, .screen .option, .programlisting .option { color: #ffffff; font-weight: bold; } .computeroutput { } .screen .computeroutput, .programlisting .computeroutput { } .userinput, .replaceable, .varname { font-style: italic; } .screen .userinput, .programlisting .userinput, .screen .replaceable, .programlisting .replaceable, .screen .varname, .programlisting .varname { color: #ffffff; font-style: italic; font-weight: bold; } .filename { color: #226622; } .acronym { font-weight: bold; } .trademark, .firstterm, .wordasword { } .emphasis { font-style: italic; } .screen .emphasis, .programlisting .emphasis { font-style: normal; font-weight: bold; color: #ffffff; } --- NEW FILE: footnotes.css --- .footnote { font-size: 6px; vertical-align: super; } .footnotes { margin-top: 10px; margin-left: 20px; width: 90%; font-size: small; } .footnotes hr { } .footnote-body { } --- NEW FILE: figure.css --- .figure-screen { border: 1px solid #eeeeee; background-color: #f8f8f8; color: #000000; } .figure-title { text-align: center; color: #444444; } .example-title { text-align: center; color: #444444; } --- NEW FILE: contents.css --- dt.chapter { margin-top: 5px; } dt.chapter a { color: #884400; font-family: sans-serif; font-size: 11pt; text-decoration: underline; } dt.sect1 { margin-top: 2px; } dt.sect1 a { color: #006644; font-family: sans-serif; font-size: 10pt; font-weight: bold; } dt.sect2 a, dt.sect3 a, dt.sect4 a, dt.sect5 a, dt.simplesect a { color: #004466; } --- NEW FILE: bookinfo.css --- .bookinfo, .articleinfo { margin-top: 10px; margin-bottom: 10px; } .bookinfo .header, .articleinfo .header { font-weight: bold; } .bookinfo .para, .articleinfo .para, .bookinfo .date, .articleinfo .date, .bookinfo .release, .articleinfo .release, .bookinfo .author, .articleinfo .author, .bookinfo .abstract, .articleinfo .abstract, .bookinfo .keywordset, .articleinfo .keywordset { } .bookinfo .copyright, .articleinfo .copyright, .bookinfo .legalnotice, .articleinfo .legalnotice { font-style: italic; } .bookinfo hr, .articleinfo hr { margin-top: 10px; } --- NEW FILE: admonitions.css --- .note, .tip, .caution, .important, .warning { margin: 5px 20px; padding: 5px; border: 1px solid #ddcc00; background-color: #ffffee; } .note .para, .tip .para, .caution .para, .important .para, .warning .para { color: #222288; margin: 0px; } .note .title, .tip .title, .caution .title, .important .title, .warning .title { font-family: sans-serif; font-size: 10pt; font-weight: bold; text-align: left; color: #000066; } .tip { border: 1px solid #ccdd00; background-color: #eeffee; } .tip .para { color: #224488; } .tip .para { color: #224466; } .caution { border: 1px solid #ddcc22; background-color: #ffeeff; } .caution .para { color: #226666; } .caution .title { color: #224444; } .warning { border: 1px solid #ddcc00; background-color: #ffeeee; } .warning .para { color: #442288; } .warning .title { color: #442266; } .important { border: 1px solid #eedd00; background-color: #ffdddd; } .important .para { color: #442288; } .important .title { color: #442266; } |