mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
3D logbook tabs
SVN revision: 511
This commit is contained in:
parent
41d952d90a
commit
de123e2499
@ -28,32 +28,61 @@ td {
|
|||||||
/* standard formatting for logbook tabs */
|
/* standard formatting for logbook tabs */
|
||||||
.tabs {
|
.tabs {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
font-size:small;
|
font-size:10pt;
|
||||||
background-color:white;
|
background-color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* unselected and selected group tabs */
|
/* unselected and selected group tabs */
|
||||||
|
|
||||||
.gtab, .gtab a {
|
.gtab a {
|
||||||
background-color:#B0E0B0;
|
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;
|
background-color:#486090;
|
||||||
color:white;
|
color:white;
|
||||||
|
border-right:1px solid #084070;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sgtab a:visited { color:white; } /* buf for IE */
|
.sgtab a:visited { color:white; } /* buf for IE */
|
||||||
|
|
||||||
/* unselected and selected logbook tabs */
|
/* unselected and selected logbook tabs */
|
||||||
|
|
||||||
.ltab, .ltab a {
|
.ltab a {
|
||||||
background-color:#E0E0E0;
|
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;
|
background-color:#486090;
|
||||||
color:white;
|
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 */
|
.sltab a:visited { color:white; } /* bug for IE */
|
||||||
|
|||||||
@ -28,32 +28,61 @@ td {
|
|||||||
/* standard formatting for logbook tabs */
|
/* standard formatting for logbook tabs */
|
||||||
.tabs {
|
.tabs {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
font-size:8pt;
|
font-size:10pt;
|
||||||
background-color:white;
|
background-color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* unselected and selected group tabs */
|
/* unselected and selected group tabs */
|
||||||
|
|
||||||
.gtab, .gtab a {
|
.gtab a {
|
||||||
background-color:#B0E0B0;
|
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;
|
background-color:#486090;
|
||||||
color:white;
|
color:white;
|
||||||
|
border-right:1px solid #084070;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sgtab a:visited { color:white; } /* buf for IE */
|
.sgtab a:visited { color:white; } /* buf for IE */
|
||||||
|
|
||||||
/* unselected and selected logbook tabs */
|
/* unselected and selected logbook tabs */
|
||||||
|
|
||||||
.ltab, .ltab a {
|
.ltab a {
|
||||||
background-color:#E0E0E0;
|
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;
|
background-color:#486090;
|
||||||
color:white;
|
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 */
|
.sltab a:visited { color:white; } /* bug for IE */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user