Merge branch 'css-link-fixes' of max.mehl/pmpc-website into master

lektura
Max Mehl 2017-09-11 22:49:20 +02:00 committed by Gogs
commit e0ae45ae1c
1 changed files with 20 additions and 17 deletions

View File

@ -66,12 +66,6 @@ blockquote p {
margin: 0px;
font-size: 1em;
}
#legal a {
color: #CCC;
}
#legal a:hover {
color: #EEE;
}
/* ORGANISATIONS SECTION */
#organisations ul {
@ -108,12 +102,6 @@ blockquote p {
}
/* SIGN FORM */
#action a {
color: #CCC;
}
#action a:hover {
color: #EEE;
}
#actionintro strong {
text-transform: uppercase;
letter-spacing: 1px;
@ -249,8 +237,8 @@ table#sigtable tr:hover {
background-color: rgba(230, 230, 230, 0.1);
}
/* SPECIAL LINK UNDERLINE EFFECT */
a:not(.btn):not(.hiddenlink) {
/* LINK STYLES */
.navbar-nav a {
box-shadow: 0 0 1px transparent;
display: inline-block;
overflow: hidden;
@ -259,7 +247,7 @@ a:not(.btn):not(.hiddenlink) {
vertical-align: middle;
margin-top: -3px;
}
a:not(.btn):not(.hiddenlink)::before {
.navbar-nav a::before {
background: #006d9e none repeat scroll 0 0;
bottom: 2px;
content: "";
@ -272,12 +260,27 @@ a:not(.btn):not(.hiddenlink)::before {
transition-timing-function: ease-out;
z-index: -1;
}
a:not(.btn):not(.hiddenlink):hover::before, a:not(.btn):not(.hiddenlink):focus::before, a:not(.btn):not(.hiddenlink):active::before {
.navbar-nav a:hover::before, .navbar-nav a:focus::before, .navbar-nav a:active::before {
left: 0;
right: 0;
}
a {
border-bottom: 1px dotted rgba(255,255,255,0.5);
}
a:hover {
border-bottom: 1px dotted rgba(255,255,255,1);
}
#action a, #legal a, #page a { color: #CCC; }
#action a:hover, #legal a:hover, #page a:hover { color: #EEE; }
#organisations a { border-bottom: 1px dotted rgba(0,109,158,0.5); }
#organisations a:hover { border-bottom: 1px dotted rgba(0,109,158,1); }
.btn { border: 0 !important; }
.btn:hover { border: 0 !important; }
.hiddenlink { border: 0 !important;}
.hiddenlink:hover { border: 0 !important; }
/* Bouncing down arrow */
/* BOUNCING DOWN ARROW */
.arrow-bounce {
text-align: center;
margin: -60px 0 -20px 0;