[Xfce4-commits] <wiki:master> Fix some link css mess.
Nick Schermer
noreply at xfce.org
Wed Jan 4 21:38:03 CET 2012
Updating branch refs/heads/master
to c483753e9ecca6da53ae5b63744abf335516fd33 (commit)
from 43b495c3856dd6b811aec78cc3c6b5525b913fa0 (commit)
commit c483753e9ecca6da53ae5b63744abf335516fd33
Author: Nick Schermer <nick at xfce.org>
Date: Wed Jan 4 21:36:42 2012 +0100
Fix some link css mess.
lib/tpl/docs/design.css | 43 +++++++++++++++++++++++++++----------------
1 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/lib/tpl/docs/design.css b/lib/tpl/docs/design.css
index 6c66215..366b729 100644
--- a/lib/tpl/docs/design.css
+++ b/lib/tpl/docs/design.css
@@ -212,6 +212,26 @@ div.dokuwiki h3, div.dokuwiki div.level3 { margin-left: 20px; }
div.dokuwiki h4, div.dokuwiki div.level4 { margin-left: 40px; }
div.dokuwiki h5, div.dokuwiki div.level5 { margin-left: 60px; }
+div.header a.wikilink1,
+div.header a.wikilink2,
+div.dokuwiki a.wikilink1,
+div.dokuwiki a.wikilink2,
+div.dokuwiki a.interwiki,
+div.dokuwiki a.urlextern,
+div.dokuwiki a.fn_bot,
+div.dokuwiki a.fn_top {
+ transition: color .2s linear;
+ -moz-transition: color .2s linear;
+ -webkit-transition: color .2s linear;
+ -o-transition: color .2s linear;
+ color: __existing__;
+ text-decoration: none !important;
+}
+
+div.header a.wikilink1:hover,
+div.header a.wikilink1:active,
+div.header a.wikilink2:hover,
+div.header a.wikilink2:active,
div.dokuwiki a.urlextern:hover,
div.dokuwiki a.urlextern:active,
div.dokuwiki a.windows:hover,
@@ -221,31 +241,22 @@ div.dokuwiki a.wikilink1:active,
div.dokuwiki a.wikilink2:hover,
div.dokuwiki a.wikilink2:active,
div.dokuwiki a.interwiki:hover,
-div.dokuwiki a.interwiki:active {
+div.dokuwiki a.interwiki:active,
+div.dokuwiki a.fn_bot:hover,
+div.dokuwiki a.fn_bot:active,
+div.dokuwiki a.fn_top:hover,
+div.dokuwiki a.fn_top:active {
color: __hover__;
}
-div.dokuwiki a {
- transition: color .2s linear;
- -moz-transition: color .2s linear;
- -webkit-transition: color .2s linear;
- -o-transition: color .2s linear;
-}
-
div.dokuwiki a.urlextern {
background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
-/* existing wikipage */
-div.dokuwiki a.urlextern,
-div.dokuwiki a.wikilink1 {
- color: __existing__;
- text-decoration: none !important;
-}
-
/* not existing wikipage */
-div.dokuwiki a.wikilink2 {
+div.dokuwiki a.wikilink2,
+div.header a.wikilink2 {
color: __existing__;
text-decoration: none !important;
border-bottom: dashed 1px __missing__ !important;
More information about the Xfce4-commits
mailing list