Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rhys Evans
Team 5 - Smart Towns
Merge requests
!15
Header and Footer css Moved
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Header and Footer css Moved
headandfoot
into
main
Overview
1
Commits
2
Pipelines
0
Changes
7
Merged
Rhys Nute
requested to merge
headandfoot
into
main
1 year ago
Overview
1
Commits
2
Pipelines
0
Changes
7
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ead99af4
2 commits,
1 year ago
7 files
+
148
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/main/resources/static/css/templatingstyle.css
0 → 100644
+
93
−
0
Options
/* Header */
.headerBar
{
border-bottom
:
2px
rgb
(
230
,
230
,
230
)
solid
;
margin-bottom
:
20px
;
display
:
flex
;
background
:
blueviolet
;
}
/* Navbar Links */
.navBar
{
margin-top
:
50px
;
margin-left
:
auto
;
margin-right
:
20px
;
text-align
:
right
;
}
.work
{
color
:
rgb
(
255
,
255
,
255
);
}
.navBar
ul
{
list-style
:
none
;
display
:
flex
;
margin-left
:
100px
;
}
.navBar
a
{
border-left
:
2px
rgb
(
185
,
185
,
185
)
solid
;
padding
:
10px
40px
;
text-decoration
:
none
;
color
:
rgb
(
87
,
86
,
86
);
white-space
:
nowrap
;
overflow
:
hidden
;
float
:
right
;
}
.navBar
a
:hover
{
background-color
:
rgb
(
209
,
209
,
209
);
}
.navBar
li
{
margin-left
:
10px
;
margin-right
:
10px
;
color
:
rgb
(
255
,
255
,
255
);
}
.navListLast
{
border-right
:
2px
rgb
(
185
,
185
,
185
)
solid
;
margin-right
:
40px
;
}
/* Navbar Logo */
.Logo
{
margin-left
:
10px
;
padding
:
20px
;
width
:
fit-content
;
}
.Logo
img
{
width
:
120px
;
margin-left
:
15px
;
}
/* Footer */
footer
{
margin-top
:
20px
;
display
:
flex
;
justify-content
:
center
;
}
.footerBar
{
border-top
:
2px
rgb
(
230
,
230
,
230
)
solid
;
text-align
:
left
;
display
:
flex
;
background
:
blueviolet
;
color
:
rgb
(
255
,
255
,
255
);
padding-left
:
30px
;
}
.footerBar
ul
{
list-style
:
none
;
display
:
flex
;
}
.copyright
{
text-align
:
left
;
display
:
flex
;
}
.containerFooter
{
display
:
flex
;
flex-direction
:
row
;
}
.leftFooter
{
flex
:
1
;
color
:
rgb
(
255
,
255
,
255
);
}
.centerFooter
{
flex
:
1
;
color
:
rgb
(
255
,
255
,
255
);
}
.rightFooter
{
flex
:
1
;
color
:
rgb
(
255
,
255
,
255
);
}
\ No newline at end of file
Loading