Modified: vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpc__example_8php-example.html
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpc__example_8php-example.html?rev=1659630&r1=1659629&r2=1659630&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpc__example_8php-example.html 
(original)
+++ vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpc__example_8php-example.html Fri Feb 
13 18:10:03 2015
@@ -1,8 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>VCL XML RPC: xmlrpc_example.php</title>
-<link href="doxygen.css" rel="stylesheet" type="text/css">
-<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="xmlrpcdocs.css" rel="stylesheet" type="text/css" />
 </head><body>
 <!-- Generated by Doxygen 1.5.5 -->
 <div class="contents">

Added: vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpcdocs.css
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpcdocs.css?rev=1659630&view=auto
==============================================================================
--- vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpcdocs.css (added)
+++ vcl/trunk/web/.ht-inc/xmlrpcdocs/xmlrpcdocs.css Fri Feb 13 18:10:03 2015
@@ -0,0 +1,139 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+body {
+       font-family: Tahoma, Geneva, sans-serif;
+       font-size: 1.1em;
+}
+
+a {
+       text-decoration: none;
+       color: #3d3d82;
+}
+
+h2 {
+       color: #3d3d82;
+}
+
+a:hover {
+       text-decoration: underline;
+}
+
+#projectname {
+       font-size: 3em;
+       font-weight: bold;
+}
+
+.summary {
+       padding-top: 3px;
+       float: right;
+}
+
+.title {
+       border-top: 1px solid;
+       font-size: 2em;
+       font-weight: bold;
+       padding: 5px 0 0 10px;
+}
+
+.groupheader {
+       color: #3d3d82;
+       font-size: 1.6em;
+       font-weight: normal;
+       border-bottom: 1px solid;
+}
+
+.memberdecls {
+       border-collapse: separate;
+       border-spacing: 0 0;
+}
+
+.memItemLeft,
+.mdescLeft {
+       padding-left: 15px;
+       background-color: #f8f8f8;
+}
+
+.memItemRight {
+       background-color: #f8f8f8;
+}
+
+.memItemRight a {
+       font-weight: bold;
+}
+
+.mdescRight {
+       line-height: 160%;
+       background-color: #f8f8f8;
+}
+
+.memSeparator {
+       font-size: 5px;
+       background-color: #f8f8f8;
+       border-bottom: 1px solid #ccc;
+}
+
+.memitem {
+       border: 1px solid #3d3d82;
+       border-radius: 5px;
+       margin-bottom: 10px;
+}
+
+.memproto {
+       background-color: #d1d7f6;
+       padding: 5px 5px 0 5px;
+       border-radius: 5px 5px 0 0;
+}
+
+.memdoc {
+       padding: 0 5px 5px 5px;
+}
+
+td.memname {
+       font-weight: bold;
+       color: #3d3d82;
+}
+
+dt {
+       font-weight: bold;
+}
+
+.paramname {
+       color: #6c2b32;
+       font-weight: bold;
+}
+
+div.fragment {
+       border: 1px solid #b5baff;
+       border-radius: 8px;
+       padding: 8px;
+       background-color: #f8f8f8;
+}
+
+.comment {
+       color: blue;
+}
+
+.stringliteral {
+       color: #95181a;
+}
+
+.keywordflow {
+       color: #dc821b;
+}


Reply via email to