- Defined icon and translation directories in %files section on spec file - Spec file modified to refrect changes about icon and desktop file - Added the gpsbabel.png - Added missing packages for gui version to spec file * libqt5-qtwebkit * shapelib-devel * update-desktop-files * autoconf - Added patches * 0002-gpsbabel-1.4.3-use-system-shapelib.patch * 0003-gpsbabel-1.4.3-gmapbase.patch * 0004-gpsbabel-1.4.3-nosolicitation.patch * 0006-Use-system-zlib.patch OBS-URL: https://build.opensuse.org/request/show/309134 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsbabel?expand=0&rev=21
140 lines
2.1 KiB
CSS
140 lines
2.1 KiB
CSS
body {
|
|
background-color: #ccffff;
|
|
position: relative;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
div#content {
|
|
position: absolute;
|
|
overflow: auto;
|
|
top: 20px;
|
|
left: 11em;
|
|
/* Explictly set right: so that IE won't underlay text under right div */
|
|
right: 190px;
|
|
/* margin-right: 180px; */
|
|
/* padding: 10px; */
|
|
color: #000000;
|
|
}
|
|
|
|
p.doc-footer {
|
|
/* color: red; */
|
|
border: 1px solid;
|
|
padding: 10px;
|
|
background: #ccffd0;
|
|
}
|
|
|
|
/* As above, but split for right column content */
|
|
div#scontent {
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 11em;
|
|
right: 27%;
|
|
color: #000000;
|
|
}
|
|
div#news {
|
|
position: absolute;
|
|
top: 80px;
|
|
right: 1px;
|
|
width: 180px;
|
|
font-size: smaller;
|
|
}
|
|
|
|
div#adsense {
|
|
/* position: absolute;
|
|
top: 80px;
|
|
right: 1px;
|
|
width: 180px;
|
|
padding: 5px; */
|
|
float: right;
|
|
margin: 10px;
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
div#links {
|
|
position: absolute;
|
|
top: 80px;
|
|
left: 0;
|
|
width: 10em;
|
|
z-index: 30;
|
|
color: #ccffff;
|
|
margin: 0 0 1px;
|
|
background-color: #333399;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div#logo {
|
|
position: absolute;
|
|
width: 150px;
|
|
text-align: center;
|
|
}
|
|
|
|
div#links a {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
display: block;
|
|
/* text-align: center; */
|
|
margin: 0 0 1px;
|
|
/* font-size: larger; */
|
|
}
|
|
|
|
div#links a:hover {
|
|
color: #ffcc33;
|
|
/* font-size: larger; */
|
|
}
|
|
|
|
|
|
/* Used in makedoc.in for the individual pages in doc. */
|
|
p.fmtcapshdr {
|
|
font-size: smaller;
|
|
}
|
|
p.fmtcapsitem {
|
|
font-size: smaller;
|
|
}
|
|
|
|
.command,.userinput {
|
|
/* Come back to this and find a 'prettier' style. */
|
|
/* color: red; */
|
|
/* width: 100%; */
|
|
border: 1px dashed;
|
|
display: block;
|
|
/* font-family: monospace; */
|
|
overflow: auto;
|
|
background-color: #E5E9EB;
|
|
padding : 10px;
|
|
}
|
|
|
|
.programlisting {
|
|
font-family: monospace;
|
|
overflow: auto;
|
|
}
|
|
|
|
/*
|
|
// Used in readme.xml for screen samples.
|
|
*/
|
|
.screen {
|
|
/* color: #ff0000; */
|
|
font-family: monospace,"New Courier";
|
|
margin-left: 5em;
|
|
}
|
|
|
|
h1 {
|
|
/* margin : -9px -9px 0.5em; */
|
|
padding : 15px 0px 5px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
|
|
.adblock300x250left {
|
|
float: left;
|
|
height: 250px;
|
|
width: 300px;
|
|
margin-bottom: 10px;
|
|
margin-left: 0px;
|
|
margin-top: 20px;
|
|
margin-right: 15px;
|
|
} |