/usr/share/kmymoney/html/welcome.css is in kmymoney-common 5.0.1-2.
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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | /*******************************************************************
3/23/2005 KMyMoney Welcome Page
Robert Wadley rob<at>robntina.fastmail.us
David Wadley mail<at>davidwadley.com
********************************************************************/
body {
background-color: Highlight;
margin-top:100px;
}
#background_image {
z-index: -10;
position:absolute;
left:0px;
top:0px;
width:100%;
}
#KMyMoneyLogo {
position:absolute;
top:12px;
left:25px;
z-index: 10;
}
/*line of text under logo("Personal Finance Software")*/
#tagline {
position:absolute;
top:55px;
left:25px;
font-family:bitstream vera sans, verdana, sans;
font-size:8px;
color: HighlightText;
}
/*("Welcome to KMyMoney","What's New in...")*/
#title {
font-family:bitstream vera sans, verdana, sans;
line-height:1em;
font-size: 20px;
position:absolute;
top:-3px;
right:25px;
color:HighlightText;
}
#subtitle {
font-family:bitstream vera sans, verdana, sans;
line-height:1em;
font-size: 10px;
position:absolute;
top:30px;
right:25px;
color:HighlightText;
}
/*link under title, "Goto My Financial Summary"etc.*/
#summaryLink, #returnLink {
position:absolute;
top:75px;
left:6%;
color:HighlightText;
}
#returnLink img {
vertical-align:middle;
position:relative;
margin-right: 5px;
top:-3px;
}
#summaryLink a, #returnLink a {
color:HighlightText;
text-decoration:none;
}
#summaryLink a:hover, #returnLink a:hover {
color:HighlightText;
text-decoration:underline;
}
/*start content box frame*/
#topleft {
background:
url(./images/topleft.png) no-repeat left top;
width:87%;
margin-left:5%;
margin-right:5%;
}
#topright {
background:url(./images/topright.png)
top right no-repeat;
position: relative;
right:-22px;
padding-top: 20px;
}
#rightborder {
background: url(./images/rightborder.png)
top right repeat-y;
position: relative;
right:-22px;
padding-right: 22px;
margin-bottom: -91px;/*appears to adjust margin below content*/
}
#bottomleft {
background:
url(./images/bottomleft.png)
bottom left no-repeat;
position: relative;
top: 91px;
padding-top: 0px;
}
#bottomright {
background: url(./images/bottomright.png)
bottom right no-repeat;
position: relative;
right:-22px;
padding-top: 91px;
}
/* end content box frame */
/* list of links on welcome page */
#welcomeMenu ul {
list-style-type:none;
/*removes default bullets*/
}
#welcomeMenu li {
margin-bottom: 10px;
/*adds space between lines*/ color: black;
}
#welcomeMenu span:hover {
text-decoration:underline;
/*sets hover attributes*/
}
/* replacement bullets */
#welcomeMenu img {
vertical-align:middle;
position:relative;
margin-right: 5px;
top: -2px;
}
|