/usr/share/kio_bookmarks/kio_bookmarks.css is in kio-extras-data 4:17.12.3-0ubuntu2.
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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | /*
Copyright (C) 2008 Xavier Vello <xavier.vello@gmail.com>
This program 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; either version 2 of the License, or
(at your option) any later version.
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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
body {
margin: 0 42px;
font-size: small;
font-family: "sans-serif";
line-height: 16px;
text-align: center;
white-space: nowrap;
}
div.column {
display: inline-block;
vertical-align: top;
width: 25%;
max-width: 300px;
min-width: 150px;
padding-top: 5px;
text-align: left;
}
ul li {
list-style: none;
white-space: normal;
margin: 0;
padding: 0;
}
div.column > ul {
margin: 5px 5px 10px 5px;
padding: 0 5px 5px 5px;
min-height: 150px;
background: no-repeat 90% 95%;
}
div.column > ul > li.title {
text-align: center;
font-weight: bold;
font-size: 100%;
margin: 2px -6px 5px -6px;
border-bottom: 1px solid #AAA;
}
li.link {
padding: 2px 5px 2px 20px;
margin-bottom: 0px;
}
ul ul {
margin-bottom: 5px;
border-left: 1px solid #AAA;
margin-left: 8px;
padding-left: 5px;
}
ul ul li.title {
padding: 0px 5px 2px 20px;
margin-left: -13px;
margin-bottom: 6px;
border-bottom: 1px solid #AAA;
height: 10px;
}
li img {
float: left;
margin-left: -20px;
}
a, a:hover a:visited {
text-decoration: none;
color: inherit;
}
hr {
width: 66%;
margin: 7px auto 7px auto;
background-color: #AAA;
border: none;
height: 1px;
}
p.message {
text-align: center;
margin: auto;
width: 50%;
margin-top: 2em;
padding: 2em;
}
div.toolbar {
position: fixed;
right: 0;
top: 0;
padding: 2px 0;
}
div.toolbar img {
display: block;
padding: 2px 5px;
margin: 0;
}
|