mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
3D tabs
SVN revision: 510
This commit is contained in:
parent
8a469a964f
commit
41d952d90a
@ -14,7 +14,6 @@ a:hover { color:#0000FF; text-decoration:underline }
|
||||
a:active { color:#0000FF; text-decoration:underline }
|
||||
a:focus { color:#0000FF; text-decoration:underline }
|
||||
|
||||
/* standard table cell */
|
||||
td {
|
||||
color:black;
|
||||
font-family:sans-serif;
|
||||
@ -28,32 +27,61 @@ td {
|
||||
/* standard formatting for logbook tabs */
|
||||
.tabs {
|
||||
font-family:sans-serif;
|
||||
font-size:medium;
|
||||
font-size:10pt;
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
/* unselected and selected group tabs */
|
||||
|
||||
.gtab, .gtab a {
|
||||
.gtab a {
|
||||
background-color:#B0E0B0;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
}
|
||||
|
||||
.sgtab, .sgtab a {
|
||||
.gtab {
|
||||
background-color:#B0E0B0;
|
||||
border-right:1px solid #409040;
|
||||
}
|
||||
|
||||
.sgtab a {
|
||||
color:white;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
}
|
||||
|
||||
.sgtab {
|
||||
background-color:#486090;
|
||||
color:white;
|
||||
border-right:1px solid #084070;
|
||||
}
|
||||
|
||||
.sgtab a:visited { color:white; } /* buf for IE */
|
||||
|
||||
/* unselected and selected logbook tabs */
|
||||
|
||||
.ltab, .ltab a {
|
||||
.ltab a {
|
||||
background-color:#E0E0E0;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
}
|
||||
|
||||
.sltab, .sltab a {
|
||||
.ltab {
|
||||
background-color:#E0E0E0;
|
||||
border-right:1px solid gray;
|
||||
}
|
||||
|
||||
.sltab a {
|
||||
background-color:#486090;
|
||||
color:white;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
}
|
||||
|
||||
.sltab {
|
||||
background-color:#486090;
|
||||
color:white;
|
||||
border-right:1px solid #084070;
|
||||
}
|
||||
|
||||
.sltab a:visited { color:white; } /* bug for IE */
|
||||
@ -132,8 +160,6 @@ td {
|
||||
|
||||
/* odd and even lines in message listing */
|
||||
|
||||
/* link colors and decorations for message listings */
|
||||
|
||||
.list1 {
|
||||
background-color:#DDEEBB;
|
||||
text-align:center;
|
||||
@ -144,18 +170,6 @@ td {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.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 {
|
||||
@ -164,28 +178,16 @@ td {
|
||||
}
|
||||
|
||||
/* threaded listing */
|
||||
.thread, .thread a {
|
||||
.thread {
|
||||
background-color:#DDEEBB;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.threadreply, .threadreply a {
|
||||
.threadreply {
|
||||
background-color:#FFFFB0;
|
||||
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 */
|
||||
.attribname {
|
||||
background-color:#CCCCFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user