This commit is contained in:
shimingxy
2020-03-07 12:44:04 +08:00
parent 6e7d5e9dfa
commit 4acca0c51e
5 changed files with 27 additions and 6 deletions

View File

@@ -9,9 +9,11 @@
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/fluido-1.8.min.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
<link rel="stylesheet" href="{{ "/css/apache-maven-fluido-1.8.min.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
<link rel="stylesheet" href="{{ "/css/site.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
<link rel="stylesheet" href="{{ "/css/print.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
<script src="{{ "/js/fluido-1.8.min.js" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}"></script>
<script type="text/javascript" src="{{ "/js/apache-maven-fluido-1.8.min.js" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}"></script>
</head>

File diff suppressed because one or more lines are too long

21
docs/css/print.css Normal file
View File

@@ -0,0 +1,21 @@
/*
* 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.
*/
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}

1
docs/css/site.css Normal file
View File

@@ -0,0 +1 @@
/* You can override this file with your own styles */