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;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* {box-sizing: border-box;}
|
||||
|
||||
.wrapper {
|
||||
max-width: 1024px;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
font: 1.2em Helvetica, arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -149,5 +149,11 @@ p {
|
||||
}
|
||||
|
||||
i {
|
||||
text-decoration: none;
|
||||
font-size: 2em;
|
||||
color: #27aae1;
|
||||
}
|
||||
|
||||
i:hover {
|
||||
color: #1c75bc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user