Skip to content

Commit

Permalink
changed the autolink style from a transparent background to light ora…
Browse files Browse the repository at this point in the history
…nge background and an orange underline.
  • Loading branch information
urs_hunkler committed Jul 26, 2005
1 parent 4967ac0 commit c82f9b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 4 additions & 8 deletions theme/orangewhite/styles_color.css
Expand Up @@ -40,13 +40,9 @@ a.dimmed:visited {
a:hover {
color:#F00
}
a.autolink:link,
a.autolink:visited {
color:#000;
background-color:transparent
}
a.autolink.glossary:hover {
cursor:help
a.autolink {
background-color:#FFEDCE;
border-bottom:1px solid #A74;
}
body {
background-color:#FFF
Expand Down Expand Up @@ -676,4 +672,4 @@ body#mod-quiz-report table#attempts .r1 {
}
.workshopassessmentheading {
background-color:#FFEDCE
}
}
7 changes: 7 additions & 0 deletions theme/orangewhite/styles_fonts.css
Expand Up @@ -48,6 +48,13 @@ a:visited {
a:hover {
text-decoration:underline
}
a.autolink {
font-size:100% !important;
}
a.autolink:hover {
text-decoration:none;
cursor:help
}
h1.main,
h2.main,
h3.main,
Expand Down

0 comments on commit c82f9b3

Please sign in to comment.