73 lines
2.4 KiB
CSS
73 lines
2.4 KiB
CSS
|
|
body {font-family:sans-serif;font-size:16px;}
|
||
|
|
|
||
|
|
a:link {text-decoration:none; color:#000044;}
|
||
|
|
a:visited {text-decoration:none; color:#000044;}
|
||
|
|
a:active {text-decoration:none; color:#000044;}
|
||
|
|
a:hover {text-decoration:underline;}
|
||
|
|
|
||
|
|
.even {background-color:#FFFFFF;}
|
||
|
|
.odd {background-color:#EEEEEE;}
|
||
|
|
.lent {background-color:#FFCCCC;}
|
||
|
|
|
||
|
|
.center {text-align: center;}
|
||
|
|
|
||
|
|
.filter {font-size:12px}
|
||
|
|
|
||
|
|
.list_title {font-weight:bold}
|
||
|
|
.list_diskid {font-weight:bold;font-size:12px}
|
||
|
|
.list_seen {font-size:12px}
|
||
|
|
.list_info {font-style:italic}
|
||
|
|
.list_plot {font-size:12px}
|
||
|
|
|
||
|
|
.tableborder {border-width:1px; border-style:solid; border-color:#000000;}
|
||
|
|
.infobox {border-width:1px; border-style:solid; border-color:#000000; font-size:18px;}
|
||
|
|
.infobox td {text-align:center}
|
||
|
|
|
||
|
|
.show_title {font-size:20pt; font-weight:bolder;}
|
||
|
|
.show_subtitle {font-size:16pt; font-weight:bolder;}
|
||
|
|
.show_id {font-size:16pt; font-weight:bolder;}
|
||
|
|
|
||
|
|
.notavail {color:#ff0000; font-weight:bold}
|
||
|
|
|
||
|
|
.logo {font-size:28px; font-weight:bolder; font-style:italic;}
|
||
|
|
|
||
|
|
.splitbrain {font-size:10px;}
|
||
|
|
.version {font-size:10px;}
|
||
|
|
|
||
|
|
.example {font-family:monospace; color:#004444;}
|
||
|
|
|
||
|
|
.textbox {font-family:sans-serif; font-size:12px; width:300px; height:120px }
|
||
|
|
|
||
|
|
/* setup screenshot thumbnails */
|
||
|
|
.setup-thumb {
|
||
|
|
float: left;
|
||
|
|
width: 105px;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 12px;
|
||
|
|
border: 1px solid #999;
|
||
|
|
margin: 0 15px 15px 0;
|
||
|
|
padding: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.setup-thumb a:hover {
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* this fixes a problem with opera */
|
||
|
|
tr {vertical-align: top;}
|
||
|
|
td {vertical-align: top; text-align:left}
|
||
|
|
|
||
|
|
/* special formatings for stuff in the helpbrowser */
|
||
|
|
.helpbrowser code {font-family:monospace; color:#004444;}
|
||
|
|
.helpbrowser td {background-color:#EEEEEE;}
|
||
|
|
.helpbrowser th {background-color:#EEEEEE;}
|
||
|
|
.helpbrowser h1 {text-align:center; font-size:20pt; font-weight:bolder;}
|
||
|
|
.helpbrowser h2 {margin-left:10px; font-size:16pt; font-weight:bolder;}
|
||
|
|
.helpbrowser h3 {margin-left:30px; font-size:12pt; font-weight:bolder; font-variant:small-caps}
|
||
|
|
.helpbrowser p {text-align:justify; margin-left:50px; width:90%}
|
||
|
|
.helpbrowser pre {margin-left:50px; font-family:monospace; color:#004444;}
|
||
|
|
.helpbrowser ul {margin-left:50px; width:90%}
|
||
|
|
.helpbrowser dl {margin-left:50px; width:90%}
|
||
|
|
.helpbrowser dd {margin-bottom:10px;}
|
||
|
|
.helpbrowser table {margin-left:50px; width:90%}
|