mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Changed link colors
SVN revision: 384
This commit is contained in:
parent
5d1b0a1e21
commit
4eefc88d77
@ -14,6 +14,7 @@ a:hover { color:#0000FF; text-decoration:underline }
|
|||||||
a:active { color:#0000FF; text-decoration:underline }
|
a:active { color:#0000FF; text-decoration:underline }
|
||||||
a:focus { color:#0000FF; text-decoration:underline }
|
a:focus { color:#0000FF; text-decoration:underline }
|
||||||
|
|
||||||
|
/* standard table cell */
|
||||||
td {
|
td {
|
||||||
color:black;
|
color:black;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
@ -141,8 +142,21 @@ td {
|
|||||||
.list2 {
|
.list2 {
|
||||||
background-color:#FFFFB0;
|
background-color:#FFFFB0;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
font-size:10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list1 a:link { color:black; text-decoration:none }
|
||||||
|
.list1 a:visited { color:black; text-decoration:none }
|
||||||
|
.list1 a:hover { color:#0000FF; text-decoration:underline }
|
||||||
|
.list1 a:active { color:black; text-decoration:underline }
|
||||||
|
.list1 a:focus { color:#0000FF; text-decoration:underline }
|
||||||
|
|
||||||
|
.list2 a:link { color:black; text-decoration:none }
|
||||||
|
.list2 a:visited { color:black; text-decoration:none }
|
||||||
|
.list2 a:hover { color:#0000FF; text-decoration:underline }
|
||||||
|
.list2 a:active { color:black; text-decoration:underline }
|
||||||
|
.list2 a:focus { color:#0000FF; text-decoration:underline }
|
||||||
|
|
||||||
/* attachment line */
|
/* attachment line */
|
||||||
|
|
||||||
.attachment {
|
.attachment {
|
||||||
@ -161,6 +175,18 @@ td {
|
|||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thread a:link { color:black; text-decoration:none }
|
||||||
|
.thread a:visited { color:black; text-decoration:none }
|
||||||
|
.thread a:hover { color:#0000FF; text-decoration:underline }
|
||||||
|
.thread a:active { color:black; text-decoration:underline }
|
||||||
|
.thread a:focus { color:#0000FF; text-decoration:underline }
|
||||||
|
|
||||||
|
.threadreply a:link { color:black; text-decoration:none }
|
||||||
|
.threadreply a:visited { color:black; text-decoration:none }
|
||||||
|
.threadreply a:hover { color:#0000FF; text-decoration:underline }
|
||||||
|
.threadreply a:active { color:black; text-decoration:underline }
|
||||||
|
.threadreply a:focus { color:#0000FF; text-decoration:underline }
|
||||||
|
|
||||||
/* attribute names and values on single message page */
|
/* attribute names and values on single message page */
|
||||||
.attribname {
|
.attribname {
|
||||||
background-color:#CCCCFF;
|
background-color:#CCCCFF;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user