Visual improvements

This commit is contained in:
William Miceli
2019-12-03 23:53:43 -05:00
parent e93827e46f
commit 2b11c3339a
6 changed files with 34 additions and 19 deletions

View File

@@ -1,31 +1,39 @@
body {
background-color: #3B5998;
color: white;
font-family: Arial, sans-serif;
}
.button a {
/* font: bold 11px Arial;*/
input {
padding: 3px;
margin: 2px;
}
.button {
font-weight: bold;
font-size: 16px;
text-align: center;
text-decoration: none;
background-color: #EEEEEE;
background-color: #FAFAFA;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
padding: 4px 12px 4px 12px;
border-radius: 5px;
border-top: 2px solid #CCCCCC;
border-right: 3px solid #333333;
border-bottom: 2px solid #333333;
border-left: 3px solid #CCCCCC;
}
.topNavBar {
background-color: rgb(236, 236, 236);
background-color:#FAFAFA;
overflow: hidden;
}
.topNavBar a {
float: left;
color: #363636;
color: #333333;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topNavBar a:hover {
background-color: rgb(44, 48, 255);
color: rgb(255, 255, 255);
background-color: #88BBFF;
color: #FFF;
}