Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
yelp-xsl /
xslt /
docbook /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
db2html-bibliography.xsl
14.66
KB
-rw-r--r--
db2html-block.xsl
23.32
KB
-rw-r--r--
db2html-callout.xsl
3.65
KB
-rw-r--r--
db2html-classsynopsis.xsl
24.32
KB
-rw-r--r--
db2html-cmdsynopsis.xsl
22.26
KB
-rw-r--r--
db2html-css.xsl
6.51
KB
-rw-r--r--
db2html-division.xsl
37.22
KB
-rw-r--r--
db2html-ebnf.xsl
2.08
KB
-rw-r--r--
db2html-footnote.xsl
5.89
KB
-rw-r--r--
db2html-funcsynopsis.xsl
7.12
KB
-rw-r--r--
db2html-index.xsl
8.4
KB
-rw-r--r--
db2html-inline.xsl
39.16
KB
-rw-r--r--
db2html-links.xsl
8.26
KB
-rw-r--r--
db2html-list.xsl
23.1
KB
-rw-r--r--
db2html-math.xsl
6.02
KB
-rw-r--r--
db2html-media.xsl
18.08
KB
-rw-r--r--
db2html-refentry.xsl
8.34
KB
-rw-r--r--
db2html-suppressed.xsl
3.62
KB
-rw-r--r--
db2html-table.xsl
50.97
KB
-rw-r--r--
db2html-xref.xsl
7.23
KB
-rw-r--r--
db2html.xsl
1.74
KB
-rw-r--r--
db2xhtml.xsl
2.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : db2html-css.xsl
<?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- --> <!-- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu.org/licenses/>. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0"> <!--!!========================================================================== DocBook to HTML - CSS :Requires: color html l10n REMARK: Describe this module --> <xsl:template mode="html.css.mode" match="*"> <xsl:param name="direction"> <xsl:call-template name="l10n.direction"/> </xsl:param> <xsl:param name="left"> <xsl:call-template name="l10n.align.start"> <xsl:with-param name="direction" select="$direction"/> </xsl:call-template> </xsl:param> <xsl:param name="right"> <xsl:call-template name="l10n.align.end"> <xsl:with-param name="direction" select="$direction"/> </xsl:call-template> </xsl:param> <xsl:text> div.hgroup.bridgehead { margin-top: 1em; } <!-- == common == --> sub { font-size: 0.83em; } sub sub { font-size: 1em; } sup { font-size: 0.83em; } sup sup { font-size: 1em; } table.table-pgwide { width: 100%; } table.table-rules-groups thead + *, table.table-rules-rows thead + *, table.table-rules-groups tfoot + *, table.table-rules-rows tfoot + *, table.table-rules-groups tbody + *, table.table-rules-rows tbody + *, table.table-rules-rows tr + * { border-top: solid 1px; } table.table-rules-cols td + *, table.table-rules-cols th + * { border-</xsl:text><xsl:value-of select="$left"/><xsl:text>: solid 1px; } td.td-colsep { border-</xsl:text><xsl:value-of select="$right"/><xsl:text>: solid 1px; } td.td-rowsep { border-bottom: solid 1px; } <!-- == bibliography == --> span.bibliolabel { font-weight: bold; color: </xsl:text><xsl:value-of select="$color.text_light"/><xsl:text>; } div.biblioentry span.title { font-weight: normal; font-style: italic; } span.citetitle { font-style: italic; } <!-- == block == --> div.epigraph { text-align: </xsl:text><xsl:value-of select="$right"/><xsl:text>; margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 20%; margin-</xsl:text><xsl:value-of select="$right"/><xsl:text>: 0; color: </xsl:text><xsl:value-of select="$color.text_light"/><xsl:text>; } div.programlisting .userinput { font-weight: bold; color: </xsl:text><xsl:value-of select="$color.text_light"/><xsl:text>; } div.address, div.literallayout { white-space: pre; } <!-- == footnotes == --> div.footnotes { border-top: solid 2px </xsl:text> <xsl:value-of select="$color.gray_border"/><xsl:text>; } div.footnote { margin-top: 1.44em; } sup.footnote { font-size: 0.83em; } a.footnote { font-weight: bold; text-decoration: none; border-bottom: none; padding: 0.2em 0.5em 0.2em 0.5em; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } div.footnote > a.footnote { margin-</xsl:text><xsl:value-of select="$right"/><xsl:text>: 0.83em; background-color: </xsl:text><xsl:value-of select="$color.gray_background"/><xsl:text>; } div.footnote > a.footnote + p { display: inline-block; margin: 0; } a.footnote:hover, div.footnote > a.footnote:hover { background-color: </xsl:text><xsl:value-of select="$color.blue_background"/><xsl:text>; -moz-box-shadow: 0 0 2px </xsl:text> <xsl:value-of select="$color.blue_border"/><xsl:text>; -webkit-box-shadow: 0 0 2px </xsl:text> <xsl:value-of select="$color.blue_border"/><xsl:text>; box-shadow: 0 0 2px </xsl:text> <xsl:value-of select="$color.blue_border"/><xsl:text>; } <!-- == unsorted == --> dl.index dt { margin-top: 0; } dl.index dd { margin-top: 0; margin-bottom: 0; } dl.indexdiv dt { margin-top: 0; } dl.indexdiv dd { margin-top: 0; margin-bottom: 0; } dl.setindex dt { margin-top: 0; } dl.setindex dd { margin-top: 0; margin-bottom: 0; } div.simplelist { margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 1.72em; } div.simplelist table { margin-left: 0; border: none; } div.simplelist td { padding: 0.5em; border-</xsl:text><xsl:value-of select="$left"/><xsl:text>: solid 1px </xsl:text> <xsl:value-of select="$color.gray_border"/><xsl:text>; } <!-- div.simplelist td.td-first { padding-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 0; border-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 0; } --> span.accel { text-decoration: underline; } span.email { font-family: monospace; } span.firstterm { font-style: italic; } span.foreignphrase { font-style: italic; } dt.glossterm span.glossterm { font-style: normal; } <!-- dt.glossterm { margin-left: 0em; } dd + dt.glossterm { margin-top: 2em; } dd.glossdef, dd.glosssee, dd.glossseealso { margin-top: 0em; margin-bottom: 0; } --> span.glossterm { font-style: italic; } span.lineannotation { font-style: italic; } span.medialabel { font-style: italic; } .methodparam span.parameter { font-style: italic; } span.paramdef span.parameter { font-style: italic; } span.prompt { font-family: monospace; } span.wordasword { font-style: italic; } <!-- FIXME below --> dt.question { margin-left: 0; margin-right: 0; font-weight: bold; } dd + dt.question { margin-top: 1em; } dd.answer { margin-top: 1em; margin-left: 2em; margin-right: 2em; } div.qanda-label { line-height: 1.72em; float: </xsl:text><xsl:value-of select="$left"/><xsl:text>; margin-</xsl:text><xsl:value-of select="$right"/><xsl:text>: 1em; font-weight: bold; } dl.qandaset ol, dl.qandaset ul, dl.qandaset table { clear: both; } div.synopfragment { padding-top: 0.5em; } span.co { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: </xsl:text> <xsl:value-of select="$color.yellow_background"/><xsl:text>; outline: solid 1px </xsl:text> <xsl:value-of select="$color.yellow_border"/><xsl:text>; } span.co a { text-decoration: none; } span.co a:hover { text-decoration: none; } div.co { margin: 0; float: </xsl:text><xsl:value-of select="$left"/><xsl:text>; clear: both; } </xsl:text> </xsl:template> </xsl:stylesheet>
Close