Files
igl/style.css
T

118 lines
1.6 KiB
CSS

table
{
border-spacing: 0px;
}
tr.header th
{
border-bottom: 1px solid;
background-color: #ffb;
padding-left: 10px;
padding-right: 20px;
}
tr.d0 td
{
background-color: #EEE;
color: black;
padding-left: 10px;
padding-right: 20px;
min-width: 200px;
}
tr.d1 td
{
background-color: #bcf;
color: black;
padding-left: 10px;
padding-right: 20px;
min-width: 200px;
}
tr.gotcha1 td
{
background-color: #fcb;
color: black;
padding-left: 10px;
padding-right: 20px;
min-width: 200px;
}
tr.gotcha2 td
{
background-color: #fed;
color: black;
padding-left: 10px;
padding-right: 20px;
min-width: 200px;
}
/* Don't color pre tag like a box when it shows up in table */
tr pre
{
background-color: inherit;
overflow: auto;
padding: none;
border: none;
}
.note:before
{
font-style: normal;
content: "Note: ";
}
.note
{
background-color: #ddd;
border: 1px solid #bbb;
margin-top: 2px;
margin-bottom: 2px;
font-style: italic;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
}
span.highlight
{
background-color: #4F5;
}
a
{
text-decoration:none;
border:none;
outline:none;
color:#0645AD;
}
a:hover
{
color:#0645AD;
text-decoration: underline;
}
a:visited
{
color:#0b0080;
}
span.todo:before
{
font-style: normal;
content: "TODO: ";
}
span.todo
{
color: #F54;
font-style: italic;
}
pre
{
background-color: #c3e0f0;
overflow: auto;
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
border: 1px solid #999;
}
img.center
{
display: block;
margin-left: auto;
margin-right: auto;
}