summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/texlive/texlive-sr/anthes-dindex.css
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/texlive/texlive-sr/anthes-dindex.css')
-rw-r--r--Master/texmf/doc/texlive/texlive-sr/anthes-dindex.css126
1 files changed, 126 insertions, 0 deletions
diff --git a/Master/texmf/doc/texlive/texlive-sr/anthes-dindex.css b/Master/texmf/doc/texlive/texlive-sr/anthes-dindex.css
new file mode 100644
index 00000000000..b8329c23750
--- /dev/null
+++ b/Master/texmf/doc/texlive/texlive-sr/anthes-dindex.css
@@ -0,0 +1,126 @@
+* {
+ margin: 0px;
+ padding: 0px;
+}
+
+body {
+ font-family: "DejaVu Sans", Verdana, Sans, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ margin-top: 4px;
+ /*text-align: center;*/
+ margin-left: 7px;
+ margin-right: 7px;
+ margin-bottom: 7px;
+}
+
+div#anthesdirheader {
+ padding: 0px;
+}
+
+div#indexof {
+ border-bottom: 1px dotted gray;
+ border-top: 1px dotted gray;
+ padding-top: 6px;
+ padding-bottom: 6px;
+ padding-left: 15px;
+ font-size: 14px;
+ color: #9f0e0e;
+ font-weight: bold;
+ /* width: 680px; */
+}
+
+div#dirmessage {
+ border-bottom: 1px dotted gray;
+ padding-top: 6px;
+ padding-bottom: 6px;
+ padding-left: 15px;
+ padding-right: 15px;
+ font-size: 11px;
+ font-weight: normal;
+ color: #3b3a3a;
+}
+
+div#dirmessage pre {
+ padding-top: 6px;
+ padding-bottom: 6px;
+ padding-left: 35px;
+ padding-right: 45px;
+ font-size: 11px;
+ font-weight: normal;
+ color: #161414;
+}
+
+#item {
+ padding-left: 10px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+
+#dirmessage a, #item a {
+ color: #b10101;
+ text-decoration: none;
+}
+
+img {
+ border: 0px;
+ padding: 0px;
+}
+
+table {
+ border: 0;
+ border-spacing: 0;
+ empty-cells: show;
+}
+
+th {
+ background: #e7e7e7;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ padding-left: 15px;
+ padding-right: 15px;
+ text-align: left;
+ font-size: 12px;
+}
+
+td {
+ padding-top: 4px;
+ padding-bottom: 4px;
+ padding-left: 12px;
+ padding-right: 12px;
+ text-align: left;
+ font-size: 12px;
+ font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Lucida Sans Typewriter", Monaco, "Courier New", "Lucida Console", Courier, monospace;
+ border-bottom: 1px dotted #91918f;
+}
+
+table a {
+ display: block;
+ text-decoration: none;
+ color: #740202;
+}
+
+tr:hover {
+ background-color: #fff3d4;
+}
+
+#anthesdirheader {
+ padding-bottom: 10px;
+}
+
+#anthesdirfooter {
+ padding-top: 10px;
+ padding-bottom: 7px;
+ border-bottom: 1px dotted gray;
+}
+
+#contactline {
+ padding-top: 5px;
+ padding-bottom: 5px;
+ border-bottom: 1px dotted gray;
+ color: #494242;
+}
+
+#contactline a {
+ text-decoration: none;
+ color: #b10101;
+}