aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/links.css')
-rw-r--r--phpBB/styles/prosilver/theme/links.css68
1 files changed, 38 insertions, 30 deletions
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css
index 6a61e9a262..3a8407e2a6 100644
--- a/phpBB/styles/prosilver/theme/links.css
+++ b/phpBB/styles/prosilver/theme/links.css
@@ -1,15 +1,16 @@
-/* Link Styles
----------------------------------------- */
+/* -------------------------------------------------------------- /*
+ $Links
+/* -------------------------------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
- direction: ltr;
- unicode-bidi: embed;
text-decoration: none;
+
/* we use links inline more often then not so to address several bugs with
IE and some other browsers we render all links as inlineblock by default */
display: inline-block;
-
+ direction: ltr;
+ unicode-bidi: embed;
}
/* Coloured usernames */
@@ -20,28 +21,33 @@ a {
}
/* Links on gradient backgrounds */
-.forumbg .header a, .forabg .header a, th a {
+.forumbg .header a,
+.forabg .header a,
+th a {
text-decoration: none;
}
-.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
+.forumbg .header a:hover,
+.forabg .header a:hover,
+th a:hover {
text-decoration: underline;
}
+/* stylelint-disable selector-no-qualifying-type */
+
/* Notification mark read link */
.dropdown-extended a.mark_read {
- background-position: center center;
background-repeat: no-repeat;
+ background-position: center center;
border-radius: 3px 0 0 3px;
- display: none;
- margin-top: -20px;
position: absolute;
z-index: 2;
- right: 0;
top: 50%;
+ right: 0;
+ display: none;
-webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
box-sizing: border-box;
+ margin-top: -20px;
}
.dropdown-extended li:hover a.mark_read {
@@ -53,13 +59,16 @@ a {
}
.jumpbox-cat-link,
-.jumpbox-forum-link { font-weight: bold; }
+.jumpbox-forum-link {
+ font-weight: bold;
+}
/* Links for forum/topic lists */
-a.forumtitle {
- font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
- font-size: 1.2em;
+a.forumtitle,
+a.topictitle {
+ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
+ font-size: 13px;
font-weight: bold;
text-decoration: none;
}
@@ -69,10 +78,6 @@ a.forumtitle:hover {
}
a.topictitle {
- font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
- font-size: 1.2em;
- font-weight: bold;
- text-decoration: none;
display: inline;
}
@@ -90,7 +95,7 @@ a.lastsubject:hover {
}
.row-item a:hover {
- text-decoration: none
+ text-decoration: none;
}
.row-item .topictitle:hover,
@@ -111,25 +116,28 @@ a.lastsubject:hover {
text-decoration: none;
}
-.signature a, .signature a:hover {
- border: none;
+.signature a,
+.signature a:hover {
text-decoration: underline;
+ border: none;
}
/* Profile links */
-.postprofile a, .postprofile dt.author a {
+.postprofile a,
+.postprofile dt.author a {
font-weight: bold;
text-decoration: none;
}
-.postprofile a:hover, .postprofile dt.author a:hover {
+.postprofile a:hover,
+.postprofile dt.author a:hover {
text-decoration: underline;
}
/* Profile searchresults */
.search .postprofile a {
- text-decoration: none;
font-weight: normal;
+ text-decoration: none;
}
.search .postprofile a:hover {
@@ -149,20 +157,20 @@ a.lastsubject:hover {
.back2top .top {
float: right;
- margin-right: -10px;
margin-top: 0;
+ margin-right: -10px;
}
/* Arrow links */
.arrow-up {
- padding-left: 10px;
text-decoration: none;
border-bottom-width: 0;
+ padding-left: 10px;
}
.arrow-up:hover {
-
+ /* add hover styles here */
}
.arrow-down {
@@ -170,7 +178,7 @@ a.lastsubject:hover {
}
.arrow-down:hover {
-
+ /* add hover styles here */
}
.arrow-left:hover {