first cut at nav bar
This commit is contained in:
@@ -401,6 +401,30 @@ a.button {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.rbluetext {
|
||||
color: #27aae1;
|
||||
}
|
||||
|
||||
.rdarkbluetext {
|
||||
color: #1c75bc;
|
||||
}
|
||||
|
||||
.rblue {
|
||||
color: #fae7e9;
|
||||
border: solid 1px #27aae1;
|
||||
background: #27aae1;
|
||||
}
|
||||
|
||||
.rblue:active {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.rblue:hover {
|
||||
background: #1c75bc;
|
||||
border: solid 1px #27aae1;
|
||||
}
|
||||
|
||||
|
||||
/* rosy */
|
||||
.rosy {
|
||||
color: #fae7e9;
|
||||
@@ -845,6 +869,12 @@ a.wh:hover {
|
||||
|
||||
}
|
||||
|
||||
.icon-link a:hover, a:visited, a:link, a:active {
|
||||
.icon-link a {
|
||||
text-decoration: none;
|
||||
color: #27aae1;
|
||||
}
|
||||
|
||||
.icon-link a:hover, a:active, a:visited, a:link {
|
||||
color: #1c75bc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user