aboutsummaryrefslogtreecommitdiffstats
path: root/english/startpage.css
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@t-online.de>2019-04-15 17:05:41 +0200
committerLaura Arjona Reina <larjona@debian.org>2019-12-13 19:38:51 +0100
commit7a759ed8d1fcbac34b8abed13667be4b49fe12e5 (patch)
tree61f6d4d786cee7c8186bb5a65b6822532e225d6c /english/startpage.css
parentf1c0602d46d75e7daba96296e1b141b48743cdae (diff)
startpage.css: add new subclass for href style
Adding extra styling for href elements for using within the columns. Currently only based on a more prominent blue color than the default color for href.
Diffstat (limited to 'english/startpage.css')
-rw-r--r--english/startpage.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/english/startpage.css b/english/startpage.css
index 2243389bfa9..139fbe869a8 100644
--- a/english/startpage.css
+++ b/english/startpage.css
@@ -175,6 +175,26 @@ a.btn:hover {
left: 0px;
}
+.styled-href-blue li a, .styled-href-blue strong a, .styled-href-blue a:link:hover {
+ text-decoration: none;
+ position: relative;
+ color: #3366FF;
+}
+
+.styled-href-blue li a:after, .styled-href-blue strong a:after {
+ content: '';
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 0%;
+ border-bottom: 2px solid #3366FF;
+ transition: 0.35s;
+}
+
+.styled-href-blue li a:hover:after, .styled-href-blue strong a:hover:after {
+ width: 100%;
+}
+
@media screen and (min-width: 800px) {
.column {
flex: 1;

© 2014-2024 Faster IT GmbH | imprint | privacy policy