mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12769] Misc Link fixes
This commit is contained in:
parent
6cccd3bcdd
commit
91c4e8c5fb
4 changed files with 51 additions and 118 deletions
|
@ -42,6 +42,35 @@ hr {
|
||||||
.dropdown-extended a.mark_read {
|
.dropdown-extended a.mark_read {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Post body links */
|
||||||
|
.postlink {
|
||||||
|
border-bottom-color: #368AD2;
|
||||||
|
color: #368AD2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.postlink:visited {
|
||||||
|
border-bottom-color: #5D8FBD;
|
||||||
|
color: #5D8FBD;
|
||||||
|
}
|
||||||
|
|
||||||
|
.postlink:hover {
|
||||||
|
background-color: #D0E4F6;
|
||||||
|
color: #0D4473;
|
||||||
|
}
|
||||||
|
|
||||||
|
.signature a, .signature a:hover {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Back to top of page */
|
||||||
|
.top i {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Arrow links */
|
||||||
|
.arrow-left:hover, .arrow-right:hover {
|
||||||
|
color: #368AD2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Round cornered boxes and backgrounds
|
/* Round cornered boxes and backgrounds
|
||||||
|
@ -291,13 +320,6 @@ p.post-notice.reported:before, p.post-notice.error:before {
|
||||||
background-image: url("./images/icon_topic_reported.gif");
|
background-image: url("./images/icon_topic_reported.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
--------------------------------------------------------------
|
|
||||||
Colours and backgrounds for links.css
|
|
||||||
-------------------------------------------------------------- */
|
|
||||||
|
|
||||||
a { color: #105289; }
|
|
||||||
a:hover { color: #D31141; }
|
|
||||||
|
|
||||||
/* Links on gradient backgrounds */
|
/* Links on gradient backgrounds */
|
||||||
.forumbg .header a, .forabg .header a, th a {
|
.forumbg .header a, .forabg .header a, th a {
|
||||||
|
@ -307,55 +329,6 @@ a:hover { color: #D31141; }
|
||||||
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
|
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
|
||||||
color: #A8D8FF;
|
color: #A8D8FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Post body links */
|
|
||||||
.postlink {
|
|
||||||
border-bottom-color: #368AD2;
|
|
||||||
color: #368AD2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.postlink:visited {
|
|
||||||
border-bottom-color: #5D8FBD;
|
|
||||||
color: #5D8FBD;
|
|
||||||
}
|
|
||||||
|
|
||||||
.postlink:hover {
|
|
||||||
background-color: #D0E4F6;
|
|
||||||
color: #0D4473;
|
|
||||||
}
|
|
||||||
|
|
||||||
.signature a, .signature a:hover {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Back to top of page */
|
|
||||||
a.top {
|
|
||||||
background-image: url("./images/icon_back_top.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
a.top2 {
|
|
||||||
background-image: url("./images/icon_back_top.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Arrow links */
|
|
||||||
a.arrow-up { background-image: url("./images/arrow_up.gif"); }
|
|
||||||
a.arrow-down { background-image: url("./images/arrow_down.gif"); }
|
|
||||||
a.arrow-left { background-image: url("./images/arrow_left.gif"); }
|
|
||||||
a.arrow-right { background-image: url("./images/arrow_right.gif"); }
|
|
||||||
|
|
||||||
a.arrow-up:hover {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.arrow-left:hover {
|
|
||||||
color: #368AD2;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.arrow-right:hover {
|
|
||||||
color: #368AD2;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
Colours and backgrounds for content.css
|
Colours and backgrounds for content.css
|
||||||
|
|
|
@ -123,6 +123,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover { text-decoration: underline; }
|
||||||
|
|
||||||
/* Main blocks
|
/* Main blocks
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
@ -909,18 +910,9 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||||
}
|
}
|
||||||
|
|
||||||
.phpbb_alert .alert_close {
|
.phpbb_alert .alert_close {
|
||||||
display: block;
|
|
||||||
float: right;
|
float: right;
|
||||||
width: 16px;
|
margin-right: -36px;
|
||||||
height: 16px;
|
margin-top: -8px;
|
||||||
overflow: hidden;
|
|
||||||
text-decoration: none !important;
|
|
||||||
background: transparent none 0 0 no-repeat;
|
|
||||||
margin-top: -7px;
|
|
||||||
margin-right: -31px;
|
|
||||||
}
|
|
||||||
.phpbb_alert .alert_close:hover {
|
|
||||||
background-position: 0 -16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.phpbb_alert p {
|
.phpbb_alert p {
|
||||||
|
|
|
@ -77,15 +77,6 @@ ul.topiclist dfn {
|
||||||
width: 990px;
|
width: 990px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist li.row dt a.subforum {
|
|
||||||
background-image: none;
|
|
||||||
background-position: 0 50%;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
position: relative;
|
|
||||||
white-space: nowrap;
|
|
||||||
padding: 0 0 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.forum-image {
|
.forum-image {
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
|
@ -124,72 +124,49 @@ a.lastsubject:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top {
|
||||||
|
font-size: 12px;
|
||||||
|
text-decoration: none;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Back to top of page */
|
/* Back to top of page */
|
||||||
.back2top {
|
.back2top {
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 11px;
|
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.top {
|
.back2top .top {
|
||||||
background: none no-repeat top left;
|
|
||||||
text-decoration: none;
|
|
||||||
width: 11px;
|
|
||||||
height: 11px;
|
|
||||||
display: block;
|
|
||||||
float: right;
|
float: right;
|
||||||
overflow: hidden;
|
margin-right: -10px;
|
||||||
letter-spacing: 1000px;
|
margin-top: 0;
|
||||||
text-indent: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.top2 {
|
|
||||||
background: none no-repeat 0 50%;
|
|
||||||
text-decoration: none;
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Arrow links */
|
/* 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;
|
padding-left: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.arrow-up:hover {
|
.arrow-up:hover {
|
||||||
background-position: left top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.arrow-down {
|
.arrow-down {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.arrow-down:hover {
|
.arrow-down:hover {
|
||||||
background-position: right bottom;
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow-left:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.arrow-left {
|
.arrow-right:hover {
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.arrow-left:hover {
|
|
||||||
text-decoration: none;
|
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 */
|
/* invisible skip link, used for accessibility */
|
||||||
|
|
Loading…
Add table
Reference in a new issue