gatk-3.8/settings/helpTemplates/style.css

96 lines
1.2 KiB
CSS
Raw Normal View History

2011-07-25 03:43:23 +08:00
body
{
background-color: #ffffff;
color: #202020;
}
body, p, ul, ol, dl
{
font-family: Corbel, Verdana, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
}
p, ul, ol, dl, dt, dd, td
{
font-size: 12pt;
}
p.version, p.see-also
{
font-size: 8pt;
}
2011-07-25 03:43:23 +08:00
h1, h2, h3
{
font-family: Corbel, Arial, Helvetica, Sans-Serif;
font-weight: bold;
2011-07-25 03:43:23 +08:00
text-align: left;
2011-07-25 06:14:21 +08:00
color: #669;
2011-07-25 03:43:23 +08:00
}
h1
{
font-size: 32pt;
letter-spacing: -2px;
}
h3
{
font-size: 16pt;
font-weight: normal;
}
2011-07-25 06:14:21 +08:00
/*
* enum DT layout
*/
dl {
border: 1px solid #ccc;
2011-07-25 03:43:23 +08:00
}
2011-07-25 06:14:21 +08:00
dt {
font-weight: bold;
text-decoration: underline;
}
dd {
margin: 0;
padding: 0 0 0.5em 0;
}
2011-07-25 03:43:23 +08:00
2011-07-25 06:14:21 +08:00
/*
* clean table layouts
*/
2011-07-25 05:45:58 +08:00
#hor-minimalist-b
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #fff;
margin: 5px;
width: 100%;
border-collapse: collapse;
text-align: left;
}
#hor-minimalist-b th
2011-07-25 03:43:23 +08:00
{
2011-07-25 05:45:58 +08:00
font-size: 14px;
font-weight: normal;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
2011-07-25 03:43:23 +08:00
}
2011-07-25 05:45:58 +08:00
#hor-minimalist-b td
2011-07-25 03:43:23 +08:00
{
2011-07-25 05:45:58 +08:00
border-bottom: 1px solid #ccc;
color: #669;
padding: 6px 8px;
2011-07-25 03:43:23 +08:00
}
2011-07-25 05:45:58 +08:00
#hor-minimalist-b tbody tr:hover td
{
color: #009;
2011-07-25 06:14:21 +08:00
}
th#row-divider
{
font-weight: bolder;
font-size: larger;
2011-07-25 05:45:58 +08:00
}