Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 5fda6e5

Browse files
committed
CSS Adjustment
1 parent 709d848 commit 5fda6e5

25 files changed

+263
-572
lines changed

frontend/Views/ContactUs/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
<div class="subSection">
1111
<h1>@item.Name</h1>
12-
<a href="mailto:@item.Email">@item.Email</a>
12+
<a href="mailto:@item.Email" target="_blank">@item.Email</a>
1313
<p>@item.Date</p>
1414
<p>@item.Message</p>
1515
</div>

frontend/Views/Error/Error401.cshtml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Not Authorised";
43
}
54

6-
<style>
7-
main,
8-
body,
9-
html,
10-
.container {
11-
width: 100% !important;
12-
max-width: 10000px;
13-
height: 70% !important;
14-
padding: 0px !important;
15-
margin: 0px !important;
16-
margin-top: 65px !important;
17-
background-color: rgb(255, 222, 222);
18-
}
19-
20-
::-webkit-scrollbar {
21-
width: 10px;
22-
display: none;
23-
}
24-
</style>
25-
265
<div class="sectioN noSelect">
276
<h1>401.</h1><br>
287
<h2>You are not</h2>

frontend/Views/Error/Error404.cshtml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Not Found";
43
}
54

6-
<style>
7-
main,
8-
body,
9-
html,
10-
.container {
11-
width: 100% !important;
12-
max-width: 10000px;
13-
height: 70% !important;
14-
padding: 0px !important;
15-
margin: 0px !important;
16-
margin-top: 65px !important;
17-
background-color: rgb(255, 222, 222);
18-
}
19-
20-
::-webkit-scrollbar {
21-
width: 10px;
22-
display: none;
23-
}
24-
</style>
25-
265
<div class="sectioN noSelect">
276
<h1>404.</h1><br>
287
<h2>This is not the</h2>

frontend/Views/Error/Load1.cshtml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Loading...";
43
}
54

6-
<style>
7-
#customNav {
8-
background-color: #f5f4e9;
9-
}
10-
11-
body,
12-
html {
13-
background-color: #f5f4e9;
14-
}
15-
</style>
16-
175
<div class="mainSection" style="box-shadow: none; margin-top:200px">
186
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
197
</div>

frontend/Views/Error/Load2.cshtml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Loading...";
43
}
54

6-
<style>
7-
#customNav {
8-
background-color: #f5f4e9;
9-
}
10-
11-
body,
12-
html {
13-
background-color: #f5f4e9;
14-
}
15-
</style>
16-
175
<div class="mainSection" style="box-shadow: none; margin-top:200px">
186
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
197
</div>

frontend/Views/Error/Load3.cshtml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Loading...";
43
}
54

6-
<style>
7-
#customNav {
8-
background-color: #f5f4e9;
9-
}
10-
11-
body,
12-
html {
13-
background-color: #f5f4e9;
14-
}
15-
</style>
16-
175
<div class="mainSection" style="box-shadow: none; margin-top:200px">
186
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
197
</div>

frontend/Views/Error/Load4.cshtml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Loading...";
43
}
54

6-
<style>
7-
#customNav {
8-
background-color: #f5f4e9;
9-
}
10-
11-
body,
12-
html {
13-
background-color: #f5f4e9;
14-
}
15-
</style>
16-
175
<div class="mainSection" style="box-shadow: none; margin-top:200px">
186
<img src="https://github.com/dependabot-pr/Static-Files/raw/main/Assets/spinner.gif" alt="load">
197
</div>

frontend/Views/Error/NotLoggedIn.cshtml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Not Logged In";
43
}
54

6-
<style>
7-
main,
8-
body,
9-
html,
10-
.container {
11-
width: 100% !important;
12-
max-width: 10000px;
13-
height: 70% !important;
14-
padding: 0px !important;
15-
margin: 0px !important;
16-
margin-top: 65px !important;
17-
background-color: rgb(255, 222, 222);
18-
}
19-
20-
::-webkit-scrollbar {
21-
width: 10px;
22-
display: none;
23-
}
24-
</style>
25-
265
<div class="sectioN noSelect">
276
<h1>Not Logged In</h1><br>
287
<h2>Please <a asp-controller="User" asp-action="Login">Login</a> or <a asp-controller="NewUser"

frontend/Views/Error/Unexpected.cshtml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
11
@{
2-
32
ViewData["Title"] = "Unexpected Error";
43
}
54

6-
<style>
7-
main,
8-
body,
9-
html,
10-
.container {
11-
width: 100% !important;
12-
max-width: 10000px;
13-
height: 70% !important;
14-
padding: 0px !important;
15-
margin: 0px !important;
16-
margin-top: 65px !important;
17-
background-color: rgb(255, 254, 222);
18-
}
19-
20-
::-webkit-scrollbar {
21-
width: 10px;
22-
display: none;
23-
}
24-
25-
.sectioN {
26-
background-color: rgb(255, 254, 222) !important;
27-
}
28-
</style>
29-
305
<div class="sectioN noSelect">
316
<h1>Unexpected Error</h1><br>
327
<h2>An unexpected error has occured</h2>

frontend/Views/Messages/CreateMessage.cshtml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@
22
ViewBag.Title = "Added Successfully";
33
}
44

5-
<style>
6-
main,
7-
body,
8-
html,
9-
.container {
10-
width: 100% !important;
11-
max-width: 10000px;
12-
height: 100% !important;
13-
padding: 0px !important;
14-
margin: 0px !important;
15-
margin-top: 65px !important;
16-
}
17-
18-
::-webkit-scrollbar {
19-
width: 10px;
20-
display: none;
21-
}
22-
</style>
23-
24-
255
@if (@ViewBag.LogMessage == null)
266
{
277
<div class="sectioN sectioNG noSelect">

0 commit comments

Comments
 (0)