-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site checkin for project Dynamo Framework
- Loading branch information
Showing
956 changed files
with
94,776 additions
and
474 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
/*- | ||
* #%L | ||
* Dynamo Framework | ||
* %% | ||
* Copyright (C) 2014 - 2024 Open Circle Solutions BV | ||
* %% | ||
* Licensed 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. | ||
* #L% | ||
*/ | ||
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"; | ||
@import "https://cdn.jsdelivr.net/gh/asciidoctor/[email protected]/data/stylesheets/asciidoctor-default.css"; | ||
|
||
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap'); | ||
|
||
body { | ||
color: #515147; | ||
font-family: Raleway; | ||
} | ||
|
||
body.toc2.toc-right #toc.toc2 { | ||
border-left: 1px solid #39A248; | ||
} | ||
|
||
#toc.toc2 { | ||
border-left: 1px solid #39A248; | ||
} | ||
|
||
|
||
h1, h2, h3, h4, h5, h6, #toctitle { | ||
color: #39A248; | ||
font-family: Raleway; | ||
} | ||
|
||
code { | ||
font-family: "Roboto Mono"; | ||
background: inherit; | ||
} | ||
|
||
:not(pre):not([class^=L]) > code { | ||
background: inherit; | ||
color: #39A248; | ||
} | ||
|
||
|
||
#toc { | ||
font-family: Raleway; | ||
background: white; | ||
} | ||
|
||
a { | ||
color: #39A248; | ||
text-decoration: none; | ||
} | ||
|
||
a:hover { | ||
color: #39A248; | ||
text-decoration: underline; | ||
} | ||
|
||
#toc a { | ||
color: #515147; | ||
} | ||
|
||
#toc a:hover { | ||
color: #39A248; | ||
text-decoration: none; | ||
} | ||
|
||
#toc.toc2 { | ||
background: white; | ||
} | ||
|
||
#toc ul { | ||
font-family: Raleway; | ||
} | ||
|
||
#footer { | ||
background: white; | ||
text-align: right; | ||
} | ||
|
||
#footer-text { | ||
color: #515147; | ||
font-style: italic; | ||
} | ||
|
||
table.grid-all > * > tr > * { | ||
border-width: 2px; | ||
} | ||
|
||
table.tableblock, th.tableblock, td.tableblock { | ||
border: 2px solid #ffffff; | ||
} | ||
|
||
table tbody tr { | ||
background-color: #e9f0e8; | ||
} | ||
|
||
table thead tr, | ||
table tfoot tr { | ||
background-color: #39a248; | ||
} | ||
|
||
table.stripes-all > * > tr, | ||
table.stripes-odd > * > tr:nth-of-type(odd), | ||
table.stripes-even > * > tr:nth-of-type(even), | ||
table.stripes-hover > * > tr:hover { | ||
background-color: #cee0cf; | ||
} | ||
|
||
table thead tr th, table tfoot tr th { | ||
color: white; | ||
font-weight: bold; | ||
} | ||
|
||
table thead, table tfoot { | ||
background-color: #39a248; | ||
} | ||
|
||
.admonitionblock td.content > .title, | ||
.audioblock > .title, | ||
.exampleblock > .title, | ||
.imageblock > .title, | ||
.listingblock > .title, | ||
.literalblock > .title, | ||
.stemblock > .title, | ||
.openblock > .title, | ||
.paragraph > .title, | ||
.quoteblock > .title, | ||
table.tableblock > .title, | ||
.verseblock > .title, | ||
.videoblock > .title, | ||
.dlist > .title, | ||
.olist > .title, | ||
.ulist > .title, | ||
.qlist > .title, | ||
.hdlist > .title { | ||
font-family: Raleway; | ||
color: #515147; | ||
} | ||
|
||
.admonitionblock > table tbody tr { | ||
background-color: white; | ||
} | ||
|
||
pre.rouge { | ||
background-color: #e9f0e8 !important; | ||
} | ||
|
||
p { | ||
text-align: justify; | ||
text-justify: inter-word; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* You can override this file with your own styles */ |
Large diffs are not rendered by default.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
maven/dynamo-angular/css/apache-maven-fluido-2.0.0-M10.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* You can override this file with your own styles */ |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.