Warning, /office/kmymoney/kmymoney/html/welcome.css is written in an unsupported language. File is not indexed.

0001 /*
0002 3/23/2005  KMyMoney Welcome Page
0003 Robert Wadley    rob<at>robntina.fastmail.us
0004 David Wadley     mail<at>davidwadley.com
0005 */
0006 
0007 
0008 body {
0009     background-color: Highlight;
0010     margin-top:100px;
0011   }
0012 
0013 
0014 #background_image {
0015     z-index: -10;
0016     position:absolute;
0017     left:0px;
0018     top:0px;
0019     width:100%;
0020   }
0021 
0022 
0023 #KMyMoneyLogo {
0024     position:absolute;
0025     top:12px;
0026     left:25px;
0027     z-index: 10;
0028   }
0029 
0030 /*line of text under logo("Personal Finance Software")*/
0031 
0032 #tagline {
0033     position:absolute;
0034     top:55px;
0035     left:25px;
0036     font-family:bitstream vera sans, verdana, sans;
0037     font-size:8px;
0038     color: HighlightText;
0039   }
0040 
0041 /*("Welcome to KMyMoney","What's New in...")*/
0042 
0043 #title {
0044     font-family:bitstream vera sans, verdana, sans;
0045     line-height:1em;
0046     font-size: 20px;
0047     position:absolute;
0048     top:-3px;
0049     right:25px;
0050     color:HighlightText;
0051   }
0052 
0053 #subtitle {
0054     font-family:bitstream vera sans, verdana, sans;
0055     line-height:1em;
0056     font-size: 10px;
0057     position:absolute;
0058     top:30px;
0059     right:25px;
0060     color:HighlightText;
0061   }
0062 
0063 
0064 /*link under title, "Goto My Financial Summary"etc.*/
0065 
0066 #summaryLink, #returnLink {
0067     position:absolute;
0068     top:75px;
0069     left:6%;
0070     color:HighlightText;
0071   }
0072 
0073 
0074 #returnLink img {
0075     vertical-align:middle;
0076     position:relative;
0077     margin-right: 5px;
0078     top:-3px;
0079   }
0080 
0081 
0082 #summaryLink a, #returnLink a {
0083     color:HighlightText;
0084     text-decoration:none;
0085   }
0086 
0087 
0088 #summaryLink a:hover, #returnLink a:hover {
0089     color:HighlightText;
0090     text-decoration:underline;
0091   }
0092 
0093 
0094 
0095 /*start content box frame*/
0096 
0097 #topleft {
0098   background: 
0099 url(./images/topleft.png) no-repeat left top;
0100   width:87%;
0101   margin-left:5%;
0102   margin-right:5%;
0103 
0104   }
0105 #topright {
0106   background:url(./images/topright.png) 
0107   top right no-repeat;
0108   position: relative;
0109   right:-22px;
0110   padding-top: 20px;
0111   }
0112 
0113 #rightborder {
0114   background: url(./images/rightborder.png) 
0115   top right repeat-y;
0116   position: relative;
0117   right:-22px;
0118   padding-right: 22px;
0119   margin-bottom: -91px;/*appears to adjust margin below content*/
0120   }
0121 
0122 #bottomleft {
0123   background: 
0124         url(./images/bottomleft.png) 
0125   bottom left no-repeat;
0126     position: relative;
0127         top: 91px;
0128 padding-top: 0px;
0129         
0130   }
0131 
0132 #bottomright {
0133         background: url(./images/bottomright.png) 
0134   bottom right no-repeat;
0135     position: relative;
0136     right:-22px;
0137     padding-top: 91px;
0138   }
0139 
0140 /* end content box frame */
0141 
0142 
0143 /* list of links on welcome page */  
0144 
0145 #welcomeMenu ul {
0146     list-style-type:none;
0147     /*removes default bullets*/
0148   }
0149 
0150 
0151 #welcomeMenu li {
0152     margin-bottom: 10px;
0153     /*adds space between lines*/ color: black;
0154   }
0155 
0156 
0157 #welcomeMenu span:hover {
0158     text-decoration:underline;
0159     /*sets hover attributes*/
0160   }
0161 
0162 /* replacement bullets */
0163 
0164 #welcomeMenu img {
0165     vertical-align:middle;
0166     position:relative;
0167     margin-right: 5px;
0168     top: -2px;
0169   }