/usr/share/bibledit-gtk/style.css is in bibledit-gtk-data 4.6-1.
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 | #top {
position:relative;
top:0;
left:0;
visibility:visible;
clear:both;
background-color:#D3D3D3;
margin:none;
padding:1em;
}
#menu {
float:left;
width:200px;
background-color:#D3D3D3;
padding:1em;
}
#content {
position:relative;
top:0;
left:0;
margin-left:240px;
clear:both;
padding:1em;
}
#bottom {
position:relative;
top:0;
left:0;
clear:both;
}
|