/var/lib/virtuoso-opensource-6.1/vsp/releasenotes.css is in virtuoso-vsp-startpage 6.1.4+dfsg1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | /*
* $Id: releasenotes.css,v 1.2 2006/08/15 22:15:54 source Exp $
*
* This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
* project.
*
* Copyright (C) 1998-2006 OpenLink Software
*
* This project is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; only version 2 of the License, dated June 1991.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
BODY
{
MARGIN-TOP: 0px;
FONT-SIZE: 70%;
MARGIN-LEFT: 0em;
MARGIN-RIGHT: 3em;
FONT-FAMILY: Verdana, 'Times New Roman', Helvetica, Utopia, Times, 'MS Serif', Serif;
BACKGROUND-COLOR: #ffffff
}
H1
{
PADDING-RIGHT: 3em;
MARGIN-TOP: 5px;
FONT-SIZE: 185%;
MARGIN-BOTTOM: 5px;
MARGIN-LEFT: 0em
}
.chaphead
{
PADDING-BOTTOM: 5px;
MARGIN-LEFT: 0em;
COLOR: #191970;
LINE-HEIGHT: normal;
MARGIN-RIGHT: -3em;
PADDING-TOP: 5px;
BORDER-BOTTOM: navy thin solid;
FONT-FAMILY: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
BACKGROUND-COLOR: skyblue;
TEXT-ALIGN: right
}
P
{
MARGIN-TOP: 2px;
MARGIN-BOTTOM: 5px;
TEXT-ALIGN: left
}
H2, H3, H4, P
{
margin-left: 1em;
}
.sect1head
{
MARGIN-TOP: 5px;
FONT-SIZE: 165%;
MARGIN-BOTTOM: 5px;
PADDING-TOP: 30px
}
A
{
FONT-FAMILY: Verdana, Arial, Sans-Serif;
TEXT-DECORATION: none
}
A:active
{
TEXT-DECORATION: none
}
A:visited
{
TEXT-DECORATION: none
}
A:hover
{
TEXT-DECORATION: underline
}
.vtabfoot
{
FONT-SIZE: 8pt;
PADDING-BOTTOM: 10px;
FONT-FAMILY: Tahoma, Verdana, Utopia, Times, Helvetica, Sans-Serif;
BACKGROUND-COLOR: white;
TEXT-ALIGN: center
}
LI
{
PADDING-BOTTOM: 5px;
PADDING-TOP: 3px;
}
|