Skip to content
Snippets Groups Projects
Commit 564531bb authored by quark's avatar quark
Browse files

Merge branch 'researchreport' of C:\Users\quark\IdeaProjects\fltrail with conflicts.

parent 1707fc77
No related branches found
No related tags found
No related merge requests found
html, body
width: 100%
height: 100%
margin: 0
padding: 0
font-size: 10px
font-family: 'Roboto', sans-serif
background-color: gray
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-size: 10px;
font-family: 'Roboto', sans-serif;
background-color: gray;
}
.researchReportForm {
width: 100%;
display: grid;
grid-template-rows: 5rem 90vh 5rem;
grid-template-columns: 15% 75% 10%;
grid-template-areas: "sidebar header header" "sidebar editor editor" "sidebar buttons .";
}
.researchReportForm
width: 100%
display: grid
grid-template-rows: 5rem 90vh 5rem
grid-template-columns: 15% 75% 10%
grid-template-areas: "sidebar header header" "sidebar editor editor" "sidebar buttons ."
.researchReportMenu
background: black
color: white
grid-area: sidebar
nav
font-size: 1.5rem
.researchReportMenu {
background: black;
color: white;
grid-area: sidebar nav;
font-size: 1.5rem
menu
menuitem
a
color: White
text-decoration: none
margin: 0 0 0 1rem
.researchReportTitlebar
background: #003f60
color: White
grid-area: header
display: flex
justify-content: center
align-items: center
a
color: White;
text-decoration: none;
margin: 0 0 0 1rem;
}
.researchReportEditor
grid-area: editor
background: gray
color: black
display: flex
justify-content: Left
align-items: Center
.editor-inhalt
margin: 6rem
padding: 6rem
font-size: 2rem
color: #fff
text-align: Left
width: 10%
.researchReportTitleba {
background: #003f60;
color: White;
grid-area: header;
display: flex;
justify-content: center;
align-items: center;
}
.researchReportEditor {
grid-area: editor;
background: gray;
color: black;
display: flex;
justify-content: Left;
align-items: Center;
.editor-inhalt {
margin: 6rem;
padding: 6rem;
font-size: 2rem;
color: #fff;
text-align: Left;
width: 10%;
}
}
.researchReportButtons
background-color: #4CAF50
border: 1.8px solid black
color: black
padding: 15px 25px
text-align: center
font-size: 16px
cursor: pointer
.researchReportButtons {
background-color: #4CAF50;
border: 1.8px solid black;
color: black;
padding: 15px 25px;
text-align: center;
font-size: 16px;
cursor: pointer;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment