Skip to content

Instantly share code, notes, and snippets.

@Ashley-Upson
Created July 19, 2017 22:02
Show Gist options
  • Save Ashley-Upson/b3462b783e904b291e50ea9694d2769b to your computer and use it in GitHub Desktop.
Save Ashley-Upson/b3462b783e904b291e50ea9694d2769b to your computer and use it in GitHub Desktop.
/* Globals */
a, a:link, a:visited {
color: #cecece;
}
a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
body {
background-color: #cecece;
color: #000000;
font-family: Arial;
margin: 0;
padding: 0;
}
div[name="main"] {
padding-top: 100px;
padding-bottom: 50px;
}
fieldset, fieldset p {
background-color: #cecece;
color: #35424a;
display: block;
text-align: left;
}
fieldset > legend {
color: #35424a;
font-weight: bold;
}
input {
width: 100%;
}
input[type="submit"] {
width: auto;
}
section {
background-color: #cecece;
color: #ffffff;
padding: 5px;
text-align: center;
}
table tr td {
background-color: #cecece;
border: 1px dashed #35424a;
color: black;
padding: 5px;
vertical-align: top;
}
.container, div[name="main"] {
margin: auto;
overflow: hidden;
width: 80%;
}
.display, .display > tr > td{
background-color: #35424a;
color: #000000;
font-weight: bold;
padding: 5px;
}
.right {
text-align: right;
}
/* Header */
header {
background-color: #35424a;
border-bottom: 3px solid #e8491d;
color: #ffffff;
padding: 5px;
position: fixed;
width: 100%;
}
header a {
font-size: 20px;
padding: 0 10px 0 10px;
text-decoration: none;
text-transform: uppercase;
}
header a:hover {
color: #ffffff;
text-decoration: underline;
}
header li {
display: inline;
padding: 0 20px 0 20px;
}
header nav {
float: right;
margin-top: -60px;
}
/* Footer */
footer {
background-color: #35424a;
border-top: 3px solid #e8491d;
bottom: 0px;
color: #ffffff;
min-height: 40px;
padding-bottom: 10px;
position: fixed;
text-align: center;
width: 100%;
}
/* Specifics */
#schemList, #resList, #modList {
display: none;
}
.output tr td {
background-color: #cecece;
border: 0px;
color: #000000;
font-weight: normal;
padding: 2px;
}
.pagination {
text-align: center;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
.pagination a.active {
background-color: #cecece;
color: #ffffff;
}
.pagination a:hover:not(.active) {
background-color: #ddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment