Skip to content
Snippets Groups Projects

Database

Merged Michel, Jamie (UG - Computer Science) requested to merge database into master
6 files
+ 143
8
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -71,7 +71,8 @@ fieldset {
@@ -71,7 +71,8 @@ fieldset {
-ms-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
color: black;
color: #444;
 
margin-top: 4%;
}
}
.ghost-button:hover {
.ghost-button:hover {
border:2px solid #e95e01;
border:2px solid #e95e01;
@@ -86,7 +87,6 @@ p {
@@ -86,7 +87,6 @@ p {
width: 100%;
width: 100%;
height: 100%;
height: 100%;
color: white;
color: white;
display: grid;
background-size: 300% 300%;
background-size: 300% 300%;
/* background-image: linear-gradient(
/* background-image: linear-gradient(
-90deg,
-90deg,
@@ -132,4 +132,67 @@ p {
@@ -132,4 +132,67 @@ p {
border-color: #007299;
border-color: #007299;
color: #007299;
color: #007299;
box-shadow: none;
box-shadow: none;
 
}
 
 
/* Add a black background color to the top navigation */
 
.topnav {
 
background-color: cornflowerblue;
 
overflow: hidden;
 
}
 
 
/* Style the links inside the navigation bar */
 
.topnav a {
 
float: left;
 
color: #f2f2f2;
 
text-align: center;
 
padding: 14px 16px;
 
font-size: 1.3em;
 
text-decoration: none;
 
font-family: Calibri, 'Trebuchet MS', sans-serif;
 
font-weight: bold;
 
}
 
 
/* Change the color of links on hover */
 
.topnav a:hover {
 
background-color: #ddd;
 
color: #e95e01;
 
text-decoration: none;
 
}
 
 
/* Add a color to the active/current link */
 
.topnav a.active {
 
background-color: #e95e01;
 
color: white;
 
}
 
 
.title{
 
color: cornflowerblue;
 
font-size: 2.2em;
 
margin-top: 5%;
 
}
 
 
.subtitle{
 
color: #e95e01;
 
font-size: 1.2em;
 
}
 
 
table, th, td {
 
border: 1px solid black;
 
color: black;
 
}
 
 
td{
 
min-width: 10em;
 
font-family: Calibri, 'Trebuchet MS', sans-serif;
 
}
 
 
th{
 
color: #e95e01;
 
font-size: 1.2em;
 
}
 
 
.thead{
 
font-family: Calibri, 'Trebuchet MS', sans-serif;
 
color: cornflowerblue;
 
font-size: 2em;
}
}
 
\ No newline at end of file
Loading