1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-02 08:39:49 +02:00

Fix styling

This commit is contained in:
Elias 2019-04-09 18:16:02 +02:00
parent f3fe437283
commit 1fba9c0249
4 changed files with 475 additions and 469 deletions

View File

@ -16,8 +16,11 @@ outputdir = ./html
outputformats = HTML
# the string that actually includes the CSS into documentation file
HTML.headerstyles = "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/style.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\"/>\n"
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/style.css\"/>"
HTML.headerstyles += "<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\"/>\n"
# what to append to every page after header
HTML.postheader = "<div class=\"container-fullwidth nav\"><p class=\"logo\">ScreenPlay Code Docs</p></div>\n<div class=\"wrapper container\">\n"
HTML.postheader += "<div class=\"container-fullwidth nav\"><div class=\"container navWrapper\"><span class=\"logo\">ScreenPlay Code Docs </span></div></div>"
HTML.postheader += "<div class=\"wrapper container\">\n"
# what to append to every page after the content
HTML.footer = "<hr/><p class=\"footer center\">Copyright Aimber GBR</p>\n</div>"

View File

@ -1,6 +1,6 @@
body {
color: #f3f3f4;
background-color: #f3f3f4 !important;;
}
h1, h2, h3 {
@ -17,11 +17,19 @@ body {
color: white;
}
.navWrapper {
display: flex;
align-items: center;
}
.wrapper {
margin: 1rem;
padding: 3rem !important;
border-radius: 3px;
background-color:white;
}
.logo {
font-size: 1.5rem;
margin: auto;
}

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="" title="" version="" project="">
<namespace name="" status="active" access="public" documented="false"/>
</INDEX>

File diff suppressed because it is too large Load Diff