mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-01 12:22:58 +02:00
[ticket/12769] Misc Link fixes
This commit is contained in:
@@ -124,72 +124,49 @@ a.lastsubject:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.top {
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Back to top of page */
|
||||
.back2top {
|
||||
clear: both;
|
||||
height: 11px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
a.top {
|
||||
background: none no-repeat top left;
|
||||
text-decoration: none;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
display: block;
|
||||
.back2top .top {
|
||||
float: right;
|
||||
overflow: hidden;
|
||||
letter-spacing: 1000px;
|
||||
text-indent: 11px;
|
||||
}
|
||||
|
||||
a.top2 {
|
||||
background: none no-repeat 0 50%;
|
||||
text-decoration: none;
|
||||
padding-left: 15px;
|
||||
margin-right: -10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Arrow links */
|
||||
a.arrow-up { background: none no-repeat left center; }
|
||||
a.arrow-down { background: none no-repeat right center; }
|
||||
a.arrow-left { background: none no-repeat 3px 60%; }
|
||||
a.arrow-right { background: none no-repeat 95% 60%; }
|
||||
|
||||
a.arrow-up {
|
||||
.arrow-up {
|
||||
padding-left: 10px;
|
||||
text-decoration: none;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
a.arrow-up:hover {
|
||||
background-position: left top;
|
||||
.arrow-up:hover {
|
||||
|
||||
}
|
||||
|
||||
a.arrow-down {
|
||||
.arrow-down {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
a.arrow-down:hover {
|
||||
background-position: right bottom;
|
||||
.arrow-down:hover {
|
||||
|
||||
}
|
||||
|
||||
.arrow-left:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.arrow-left {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
a.arrow-left:hover {
|
||||
.arrow-right:hover {
|
||||
text-decoration: none;
|
||||
background-position: 0 60%;
|
||||
}
|
||||
|
||||
a.arrow-right {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
a.arrow-right:hover {
|
||||
text-decoration: none;
|
||||
background-position: 100% 60%;
|
||||
}
|
||||
|
||||
/* invisible skip link, used for accessibility */
|
||||
|
Reference in New Issue
Block a user