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

0001 
0002 @media screen {
0003 
0004   A.el { text-decoration: none; }
0005   A.elRef { font-weight: bold }
0006   A.code { text-decoration: none; font-weight: normal; color: #4C59A6 }
0007   A.codeRef { font-weight: normal; color: #4C59A6 }
0008   A:hover { text-decoration: none; font-weight: normal; color: #4C59A6 }
0009 
0010   body {
0011     background-color: Window;
0012     color:WindowText;
0013     font-family: verdana, arial, sans-serif;
0014   }
0015 
0016   .setcolor { /*sets color of some spacing elements (such as the column between assets and liabilities) to the desired color*/
0017     background-color:Window;
0018 }
0019 
0020 body#summaryview { /* set body attributes that affect only the summary view (and not reports) */
0021     background: url(./images/bg-texture.png) repeat fixed;
0022     background-color:Window;
0023 }
0024 
0025 
0026 #vieweffect { /* creates a dropshadow at the top of the view creating a resessed effect */
0027     background: url(./images/top-shadow.png) repeat-x top;
0028     margin:0px -10px 0px -10px;
0029     position:fixed;
0030     top:-5px;
0031     width:100%;
0032     height:20px;
0033     z-index:50;
0034 }
0035 
0036   #summarytitle { /* "your financial summary" title on summary page */
0037     display:block;
0038     margin-bottom:6px;
0039     text-align: right;
0040     color:WindowText;
0041     Font-size:20px;
0042     padding:10px 15px 15px 0;
0043   }
0044 
0045   .shadow {/*wraps .displayblock -can be used for special decorative effects like a drop shadow */
0046    background: url(./images/shadow.png) no-repeat bottom right;
0047     margin:0px 5px 30px 15px;
0048   }
0049 
0050   .displayblock {/*ties together a summary header and a table into a single content block*/
0051     display:block;
0052     position:relative;
0053     top:-6px;
0054     left:-6px;
0055     background-color: Window;
0056     border-right: 1px solid black;
0057     border-bottom: 1px solid black;
0058     border-left: 1px solid black;
0059 /*border:1px solid WindowText;*/
0060     padding: 0px;
0061   }
0062 
0063   .summaryheader { /*section labels over each table in the financial summary*/
0064    background: Highlight url(./images/currencyflourish.png) no-repeat bottom right;
0065     color:WindowText;
0066     Font-size:1.2em;
0067     font-weight:bold;
0068     padding:5px 10px;
0069   }
0070 
0071   .summarytable { /*the tables in the financial summary */
0072     padding:5px;
0073   }
0074 
0075   .summarytable td { /*style <td> in the tables in the financial summary */
0076     padding:5px 10px;
0077     border-left: medium solid Window;
0078     border-right: medium solid Window;
0079     color:WindowText;
0080   }
0081 
0082   .itemtitle { /*<tr> -additional label for table headers. example "Assets" and "Liabilities"*/
0083     color:Highlight;
0084     Font-weight:bold;
0085   }
0086 
0087   .itemtitle td { /*<td> table data cells related to .itemtitle*/
0088     padding:0px 10px 0px 10px;
0089     border-left: 0px;
0090     border-right: 0px;
0091     font-size:1.2em;
0092   }
0093 
0094   .item { /*<tr> -item labels (table headers) for sections in the financial summary */
0095     font-weight:bold;
0096     color:WindowText;
0097   }
0098 
0099   .item td { /*<td> table data cells related to .item*/
0100     border-left: 0px;
0101     border-right: 0px;
0102     border-bottom:3px solid WindowText;
0103   }
0104 
0105   .warningtitle { /*<tr> -set warning background color -overdue payments -items of this class also belong to the class called "itemtitle"*/
0106     color:red;/*set programatically, not by css*/
0107     background-color: Highlight;
0108   }
0109 
0110   .warning { /*<tr> -set warning background color -items of this class also belong to the class called "item"*/
0111     background-color: Highlight;
0112   }
0113 
0114   th.left, td.left {/*rule to align table header and table data cells*/
0115     text-align: left;
0116   }
0117 
0118   th.right, td.right {/*rule to align table header and table data cells*/
0119     text-align: right;
0120   }
0121 
0122   th.center, td.center {/*rule to align table header and table data cells*/
0123     text-align: center;
0124   }
0125 
0126   .gap { /* used for spacing in financial summary and reports if needed -match to background color of body if you don't want it to show.*/
0127 
0128   }
0129 
0130 /***********************************************************/
0131 /* These affect only the reports found in the reports view */
0132 
0133   h2.report { /* header -title on report pages */
0134     font-size: 18px;
0135     font-family: verdana, arial, sans-serif;
0136     margin-right: 10px;
0137     margin-left: 10px;
0138     margin-top: 10px;
0139     margin-bottom: 10px;
0140     text-align: center;
0141     color:WindowText;
0142     }
0143 
0144   .itemheader { /*column labels in reports */
0145     font-family: verdana, arial, helvetica, sans-serif;
0146     font-weight: bold;
0147     background-color: Window;
0148     color: WindowText;
0149     padding-top: 5px;
0150     padding-left: 20px;
0151     padding-bottom: 5px;
0152   }
0153 
0154   div.subtitle { /*subtitle of each report page*/
0155     text-align: center;
0156     color:WindowText;
0157   }
0158 
0159   table.report {/*center the report*/
0160     margin-left:auto;
0161     margin-right:auto;
0162   }
0163 
0164   table.report th {/*styles table header cells*/
0165     padding: 0.5em 0.5em;
0166   }
0167 
0168   table.report td {/*styles table cells- but not background color*/
0169     font-size: 9pt;
0170     padding: 0 0.5em;
0171     text-align: right;
0172   }
0173 
0174   table.report td.leftborder {/*does not appear to be in use*/
0175     border-left: 1px solid;
0176   }
0177 
0178   table.report td.left {/*far left column*/
0179     text-align: left;
0180   }
0181 
0182   table.report td.left0 {/*does not appear to be in use*/
0183     text-align: left;
0184   }
0185 
0186   table.report td.left1 {/*does not appear to be in use*/
0187     text-align: left;
0188     text-indent: 1.0em;
0189   }
0190 
0191   table.report td.left2 {/*does not appear to be in use*/
0192     text-align: left;
0193     text-indent: 2.0em;
0194   }
0195 
0196   table.report tr#subtotal td {/*line separating row groups*/
0197     border-bottom: 1px solid black;
0198     font-weight: normal;
0199   }
0200 
0201 table.report tr#solo td {/*line separating rows that are not groups*/
0202     border-bottom: 1px solid black;
0203     font-weight: normal;
0204   }
0205 
0206 table.report tr#topparent td.left {/*parent label for each row group containing children*/
0207     font-weight: bold;
0208   }
0209 
0210   table.report tr#solo td.left {/*label for each row group _not_ containing children*/
0211     font-weight: bold;
0212   }
0213 
0214   table.report tr.sectionheader td { /* label (title) of each section -subtotals  -for example 'Income' and 'Expenses' */
0215     font-weight: bold;
0216     padding: 0.5em 0.5em 0 0.5em;
0217     color:WindowText;
0218   }
0219 
0220   table.report tr.sectionfooter td { /* totals for each section -subtotals */
0221     border-top: 1px solid black;
0222     padding: 0 0.5em 0.5em 0.5em;
0223     color:WindowText;
0224   }
0225 
0226   table.report tr.sectionfooterfirst td { /* totals for each section -subtotals */
0227     border-top: 1px solid black;
0228     padding: 0 0.5em 0 0.5em;
0229     color:WindowText;
0230   }
0231 
0232     table.report tr.sectionfootermiddle td { /* totals for without top border */
0233     padding: 0 0.5em 0 0.5em;
0234     color:WindowText;
0235   }
0236 
0237   table.report tr.sectionfooterlast td { /* totals for each section -subtotals */
0238     padding: 0 0.5em 0.5em 0.5em;
0239     color:WindowText;
0240   }
0241 
0242   table.report tr.reportfooter td { /* "Grand Total" totals" */
0243     border-bottom: 1px solid black;
0244     border-top: 1px solid black;
0245     padding: 0 0.5em 0 0.5em;
0246     color:WindowText;
0247   }
0248 
0249   table.report tr.reportfooter td.left { /* "Grand Total" label in the left column */
0250     font-weight: bold;
0251     color:WindowText;
0252   }
0253 
0254   table.report tr.spacer td {/*used to make a table row act as a spacer when needed*/
0255     font-size: 4pt;
0256     padding: 1em 0;
0257   }
0258 }
0259 
0260 @media print {
0261 
0262   /* unvisited link */
0263   a:link { color: black; text-decoration: none }
0264 
0265   body  { background: white; margin: 0; padding: 0 }
0266   body  { font-family: helvetica, arial; font-size: 10pt }
0267   td,th { font-family: helvetica, arial; font-size:  9pt }
0268 
0269   thead { display: table-header-group }
0270   tbody { display: table-row-group }
0271   tfoot { display: table-footer-group }
0272   tr    { page-break-inside: avoid }
0273 
0274   div.gap { display: none }
0275   .spacer { display: none }
0276 
0277   h2.report,
0278   div.subtitle { margin: 6pt; padding: 0; text-align: center }
0279   div.subtitle { margin-bottom: 18pt }
0280 
0281   table { border-collapse: separate; border-spacing: 1px; }
0282   table { margin-left: auto; margin-right: auto }
0283   td    { vertical-align: baseline }
0284 
0285   table.report {/*center the report*/
0286     margin-left:auto;
0287     margin-right:auto;
0288   }
0289 
0290   table.report th {/*styles table header cells*/
0291     padding: 0.5em 0.5em;
0292   }
0293 
0294   table.report td {/*styles table cells- but not background color*/
0295     text-align: right;
0296   }
0297   table.report td.left {/*far left column*/
0298     text-align: left;
0299   }
0300 
0301   table.report td.left0 {/*does not appear to be in use*/
0302     text-align: left;
0303   }
0304 
0305   table.report td.left1 {/*does not appear to be in use*/
0306     text-align: left;
0307     text-indent: 1.0em;
0308   }
0309 
0310   table.report td.left2 {/*does not appear to be in use*/
0311     text-align: left;
0312     text-indent: 2.0em;
0313   }
0314 
0315   table.report tr#subtotal td {/*line separating row groups*/
0316     border-bottom: 1px solid black;
0317     font-weight: normal;
0318   }
0319 
0320 table.report tr#solo td {/*line separating rows that are not groups*/
0321     border-bottom: 1px solid black;
0322     font-weight: normal;
0323   }
0324 
0325 table.report tr#topparent td.left {/*parent label for each row group containing children*/
0326     font-weight: bold;
0327   }
0328 
0329   table.report tr#solo td.left {/*label for each row group _not_ containing children*/
0330     font-weight: bold;
0331   }
0332 
0333   th { border-bottom: 1pt solid black }
0334 /*  th             { background: #cccccc } */
0335   tr.item0 td    { background: #f2f2ff }
0336   tr.item1 td    { background: #f2fff2 }
0337   tr.row-even td { background: #f2f2ff }
0338   tr.row-odd  td { background: #f2fff2 }
0339 
0340   tr.item0 td,
0341   tr.item1 td,
0342   tr.itemA td,
0343   tr.itemZ td { font-style: italic }
0344 
0345   td.left0,
0346   td.left1,
0347   td.left2,
0348   td.left   { text-align: left  }
0349   td.center { text-align: center  }
0350   td.right  { text-align: right }
0351   td, th    { padding: 2pt 4pt }
0352 
0353   tr.sectionheader td.left,
0354   tr.sectionfooter td.left,
0355   tr.sectionheader td.left0,
0356   tr.sectionfooter td.left0 {
0357     padding-top: 12pt; font-size: 1.1em; font-weight: bold
0358   }
0359 
0360   tr.sectionheader td.left1,
0361   tr.sectionfooter td.left1,
0362   tr.sectionheader td.left2,
0363   tr.sectionfooter td.left2 {
0364     padding-top:  6pt; font-size: 0.9em; font-weight: bold
0365   }
0366 
0367   tr.reportfooter td.left {
0368     padding-top: 12pt; font-size: 1.1em; font-weight: bold
0369   }
0370 
0371   #subtotal { font-style: italic }
0372 /*  #topparent td, #solo td { border-top: 1px solid black } */
0373 }
0374 
0375 tr.item0 td,tr.item1 td,tr.itemA td,tr.itemZ td {
0376     font-style: italic;
0377   }
0378 
0379 tr.itemA td {
0380     border-bottom: 1px dotted black;
0381   }
0382 
0383 tr.itemZ td {
0384     border-top: 1px dotted black;
0385   }
0386 
0387 .item0 .value,.item1 .value {
0388     padding-right: 2em;
0389   }