mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-18 06:36:13 -05:00
fe5a520632
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@87 3dd849cd-670e-4645-a7cd-dd197c8d0e81
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(230, 230, 240);
|
|
}
|
|
|
|
</style>
|