mirror of
https://github.com/Wisser/Jailer.git
synced 2026-02-05 03:08:58 -06:00
33 lines
558 B
CSS
33 lines
558 B
CSS
<style type="text/css">
|
|
<!--
|
|
/* CSS Style-Sheet-Specifications */
|
|
/* created with (X)HTML-Format */
|
|
/* http://www.openwebsuite.org */
|
|
|
|
//-->
|
|
A {
|
|
font-weight: bold;
|
|
}
|
|
A:link {
|
|
color: #0000A0;
|
|
text-decoration: none;
|
|
}
|
|
A:visited {
|
|
color: #0000A0;
|
|
text-decoration: none;
|
|
}
|
|
A:hover {
|
|
color: #CC0000;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.titlebar {
|
|
vertical-align: middle; font-weight: bold; background-color: rgb(220, 220, 255);
|
|
}
|
|
|
|
.highlightedrow {
|
|
background-color: rgb(240, 255, 255);
|
|
}
|
|
|
|
</style>
|