Warning, /network/konqueror/kioworkers/bookmarks/kio_bookmarks.css is written in an unsupported language. File is not indexed.
0001 /*
0002 SPDX-FileCopyrightText: 2008 Xavier Vello <xavier.vello@gmail.com>
0003
0004 SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006
0007 body {
0008 margin: 0 42px;
0009 font-size: small;
0010 font-family: "sans-serif";
0011 line-height: 16px;
0012 text-align: center;
0013 white-space: nowrap;
0014 }
0015
0016 div.column {
0017 display: inline-block;
0018 vertical-align: top;
0019 width: 25%;
0020 max-width: 300px;
0021 min-width: 150px;
0022 padding-top: 5px;
0023 text-align: left;
0024 }
0025
0026 ul li {
0027 list-style: none;
0028 white-space: normal;
0029 margin: 0;
0030 padding: 0;
0031 }
0032
0033 div.column > ul {
0034 margin: 5px 5px 10px 5px;
0035 padding: 0 5px 5px 5px;
0036 min-height: 150px;
0037 background: no-repeat 90% 95%;
0038 }
0039
0040 div.column > ul > li.title {
0041 text-align: center;
0042 font-weight: bold;
0043 font-size: 100%;
0044 margin: 2px -6px 5px -6px;
0045 border-bottom: 1px solid #AAA;
0046 }
0047
0048 li.link {
0049 padding: 2px 5px 2px 20px;
0050 margin-bottom: 0px;
0051 }
0052
0053 ul ul {
0054 margin-bottom: 5px;
0055 border-left: 1px solid #AAA;
0056 margin-left: 8px;
0057 padding-left: 5px;
0058 }
0059
0060 ul ul li.title {
0061 padding: 0px 5px 2px 20px;
0062 margin-left: -13px;
0063 margin-bottom: 6px;
0064 border-bottom: 1px solid #AAA;
0065 height: 10px;
0066 }
0067
0068 li img {
0069 float: left;
0070 margin-left: -20px;
0071 }
0072
0073 a, a:hover a:visited {
0074 text-decoration: none;
0075 color: inherit;
0076 }
0077
0078 hr {
0079 width: 66%;
0080 margin: 7px auto 7px auto;
0081 background-color: #AAA;
0082 border: none;
0083 height: 1px;
0084 }
0085
0086 p.message {
0087 text-align: center;
0088 margin: auto;
0089 width: 50%;
0090 margin-top: 2em;
0091 padding: 2em;
0092 }
0093
0094 div.toolbar {
0095 position: fixed;
0096 right: 0;
0097 top: 0;
0098 padding: 2px 0;
0099 }
0100
0101 div.toolbar img {
0102 display: block;
0103 padding: 2px 5px;
0104 margin: 0;
0105 }