This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/archiva-web-content.git
commit a58a3cd4944968de9d71d11f6952b84bb52c8c07 Author: Martin Stockhammer <[email protected]> AuthorDate: Sat Nov 30 10:04:26 2019 +0100 Apache Archiva Versioned docs for 3.0.0-SNAPSHOT --- docs/3.0.0-SNAPSHOT/css/site.css | 180 ++++++++++++++++++++++++++++----------- 1 file changed, 131 insertions(+), 49 deletions(-) diff --git a/docs/3.0.0-SNAPSHOT/css/site.css b/docs/3.0.0-SNAPSHOT/css/site.css index eb1304f..6f4ce5c 100644 --- a/docs/3.0.0-SNAPSHOT/css/site.css +++ b/docs/3.0.0-SNAPSHOT/css/site.css @@ -17,9 +17,8 @@ * under the License. */ -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: none; - padding-right: 0; +body { + padding-top: 1px; } a.externalLink[href^="https"] { @@ -27,70 +26,81 @@ a.externalLink[href^="https"] { padding-right: 18px; } -body ul { - list-style-type: square; +#leftColumn { + display: none !important +} + +#bodyColumn { + margin-left: 1.5em; } -#downloadbox { +div#rhs { float: right; - margin-left: 2em; - padding-left: 1em; - padding-right: 1em; - padding-bottom: 1em; - border: 1px solid #999; - background-color: #eee; - width: 17.5em; -} - -#downloadbox h5 { - color: #000; - margin: 0; - border-bottom: 1px solid #aaaaaa; - font-size: smaller; - padding: 0; + text-align: center; +} + +div.mainBox { + margin-left: auto; + margin-right: auto; margin-top: 1em; + margin-bottom: 1em; + width: 75%; + background-color: #ccc; + position: relative; + padding-left: 5em; + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; } -#downloadbox p { +div.mainBox div { + padding: 0.4em; +} + +div.newsBox { + margin-left: auto; + margin-right: auto; margin-top: 1em; - margin-bottom: 0; + margin-bottom: 1em; + width: 75%; + background-color: #ccc; + position: relative; + padding-left: 8em; + border-top-right-radius: 8px; + border-bottom-right-radius: 8px; } -#downloadbox li { - text-indent: inherit; +div.newsBox div { + padding: 0.6em; } -div.p { - margin-top: 5px; - margin-bottom: 10px; +div.mainBox span + p a { + background: url(../images/arrow.png) no-repeat; + background-size: 16px 16px; + background-position: right; + padding-right: 20px; } -pre.commandline { - border: 1px solid #bbb; - background-color: white; - margin-top: 5px; - margin-bottom: 5px; - font-size: 10pt; - padding: 15px; - color: gray; +div.mainBox span + p a { + font-size: 1.5em; + /*color: black;*/ } -img { - border-style: solid ; - border-width: 1px; - border-color: #ddd; - padding: 5px; - margin-top: 10px; - border-radius: 5px; +div.mainBox span + p a:hover { + /*color: blue;*/ } -pre.commandline .input { - color: #55f; +.bignumber { + position: absolute; + color: white; + left: 0.25em; + font-size: 1.9em; } -pre.commandline .command { - color: black; - font-weight: bold; +div.linkBox p { + text-align: right; + margin-bottom: 0; + margin-top: 0; + padding-top: 0; } #banner { @@ -98,6 +108,78 @@ pre.commandline .command { } #banner img { - margin: 2px; + margin: 10px; +} + +div.jqmWindow h2, div.jqmWindow p { + text-align: center; +} + +span.jqmClose { + position: absolute; + cursor: pointer; + right: 4px; + top: 6px; +} + + +div.section { + margin-right: 110px; + margin-left: 10px; +} + +.hero-unit p { + /* font-weight: inherit;*/ +} + +.archivascreenshots { + border: 1px solid silver; + margin-left: 0.25em; + margin-bottom: 0.25em +} + +.rhs span { + display: block; + font-size: 13px; + font-weight: bold; + margin-top: 1.5em; + margin-bottom: 1.5em; +} + +.container ul li iframe { + margin-top: 4px; + margin-right: 4px; +} + +.modal-body table { + border: 0px; +} + + +.features-preview:after { + background-color: #F5F5F5; + border: 1px solid #DDDDDD; + border-radius: 4px 0 4px 0; + color: #9DA0A4; + content: "New web UI"; + font-size: 12px; + font-weight: bold; + left: -1px; + padding: 3px 7px; + position: absolute; + top: -1px; + +} +.features-preview { + background-color: #FFFFFF; + border: 1px solid #DDDDDD; + border-radius: 4px 4px 4px 4px; + margin: 15px 0; + padding: 39px 19px 14px; + position: relative; + min-height: 450px; } +.carousel .item > img { + min-height: 400px; +} \ No newline at end of file
