Added D4Science template customisation

This commit is contained in:
Francesco Mangiacrapa 2022-04-01 13:01:02 +02:00
parent 35f6cd7a06
commit 59fec81441
3 changed files with 1209 additions and 0 deletions

View File

@ -26,6 +26,11 @@
<!-- REPLACE THE {YOUR_APPLICATION_NAME} WITH YOUR APPLICATION NAME. E.g. <!-- REPLACE THE {YOUR_APPLICATION_NAME} WITH YOUR APPLICATION NAME. E.g.
/gcat, /uri-resolver /> --> /gcat, /uri-resolver /> -->
<!-- <swagger basePath="[YOUR_APPLICATION-NAME]" /> --> <!-- <swagger basePath="[YOUR_APPLICATION-NAME]" /> -->
<docs
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/d4science_docs.fmt">
<additional-css
file="${project.basedir}/src/main/resources/META-INF/d4science_enunciate_custom.css" />
</docs>
</modules> </modules>
</enunciate> </enunciate>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,25 @@
.d4science_intro {
top: 0;
z-index: 2000;
position: fixed;
display: block ruby;
padding: 10px;
background: white;
width: 100%;
}
.navbar-fixed-top {
top: 100px !important;
}
.sidebar {
top: 160px !important;
}
.navbar {
margin-bottom: 40px !important;
}
.main {
top: 90px;
}