2
0

Update site with different Master Password options.

This commit is contained in:
Maarten Billemont
2014-06-08 23:49:49 -04:00
parent b74bc79699
commit cced75cdfe
48 changed files with 40 additions and 32 deletions

View File

@@ -7,6 +7,40 @@ body {
font-weight: 300;
}
a {
position: relative;
color: inherit;
}
a:link, a:visited {
color: #08c;
}
a:hover {
text-decoration: none;
}
a:link:hover {
text-decoration: underline;
}
a .popup {
display: none;
background: rgba(0, 0, 0, 0.5);
border: 1px solid;
border-radius: 5px;
color: #AAA;
position: absolute;
z-index: 99;
right: 0;
bottom: 100%;
max-width: inherit;
max-height: 400px;
margin-right: -100px;
margin-bottom: 20px;
padding: 8px;
}
a:hover .popup {
display: block;
}
nav {
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}