2003-04-21 11:26:07 +04:00
|
|
|
body {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2003-04-17 11:36:28 +04:00
|
|
|
}
|
|
|
|
|
2003-04-21 11:26:07 +04:00
|
|
|
/* header stuff */
|
2003-04-17 11:36:28 +04:00
|
|
|
.spacetrace-header {
|
2003-04-21 11:26:07 +04:00
|
|
|
background: green;
|
|
|
|
min-height: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigate {
|
|
|
|
background: lightgrey;
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 2px;
|
2003-04-17 11:36:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-item {
|
|
|
|
border: 2px outset;
|
2003-04-21 11:26:07 +04:00
|
|
|
margin: 0px;
|
2003-04-17 11:36:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-item > a {
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-04-21 11:26:07 +04:00
|
|
|
.header-item {
|
2003-04-17 11:36:28 +04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-title {
|
2003-04-21 11:26:07 +04:00
|
|
|
font-weight: bold;
|
2003-04-17 11:36:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* footer stuff */
|
|
|
|
.footer-separator {
|
|
|
|
border: 1px inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-text {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* data tables */
|
|
|
|
|
|
|
|
/* headers at the top of specific call site pages */
|
|
|
|
|
2003-04-21 11:26:07 +04:00
|
|
|
table.summary {
|
2003-04-17 11:36:28 +04:00
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* lists of callsites/etc */
|
|
|
|
table.data td {
|
|
|
|
border-top: 1px solid;
|
2003-04-21 11:26:07 +04:00
|
|
|
padding: 5px;
|
2003-04-17 11:36:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
table.data {
|
|
|
|
clear: right;
|
2003-04-21 11:26:07 +04:00
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.row-header {
|
|
|
|
background: #009090;
|
|
|
|
width: 100%;
|
2003-04-17 11:36:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
table.data th {
|
2003-04-21 11:26:07 +04:00
|
|
|
padding: 5px;
|
|
|
|
margin: 0px;
|
2003-04-17 11:36:28 +04:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.callsite {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* links to source */
|
|
|
|
.source-extra {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.source, a.callsite {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|