This commit is contained in:
parent
651fd993f1
commit
a6c30a803e
|
|
@ -7,6 +7,9 @@ summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
.imgLeft {
|
.imgLeft {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,28 +1,24 @@
|
||||||
/*color for inactive tabs*/
|
|
||||||
.navBar {
|
.navBar {
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: neon80;
|
font-family: neon80;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the text*/
|
|
||||||
.navBar a {
|
.navBar a {
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 14px 16px 0;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of links being hovered over */
|
|
||||||
.navBar a:hover {
|
.navBar a:hover {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of active page */
|
|
||||||
.navBar a.active {
|
.navBar a.active {
|
||||||
background-color: #0099cc;
|
background-color: #0099cc;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
@ -39,7 +35,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
padding: 14px 16px 0;
|
padding: 14px 16px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -62,7 +58,7 @@
|
||||||
.networkDrop-content a {
|
.networkDrop-content a {
|
||||||
float: none;
|
float: none;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
padding: 14px 16px 0;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
@ -79,7 +75,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
padding: 14px 16px 0;
|
padding: 14px 16px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -102,7 +98,7 @@
|
||||||
.webDrop-content a {
|
.webDrop-content a {
|
||||||
float: none;
|
float: none;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
padding: 14px 16px 0;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue