home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Bureautique / LibreOffice / LibreOffice_4.3.5_Win_x86.msi / beige1.css < prev    next >
Cascading Style Sheet File  |  2014-05-25  |  2KB  |  98 lines

  1. /*
  2.  * This file is part of the LibreOffice project.
  3.  *
  4.  * This Source Code Form is subject to the terms of the Mozilla Public
  5.  * License, v. 2.0. If a copy of the MPL was not distributed with this
  6.  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  7.  *
  8.  * This file incorporates work covered by the following license notice:
  9.  *
  10.  *   Licensed to the Apache Software Foundation (ASF) under one or more
  11.  *   contributor license agreements. See the NOTICE file distributed
  12.  *   with this work for additional information regarding copyright
  13.  *   ownership. The ASF licenses this file to you under the Apache
  14.  *   License, Version 2.0 (the "License"); you may not use this file
  15.  *   except in compliance with the License. You may obtain a copy of
  16.  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  17.  */
  18.  
  19. .doctitle {
  20.     font-family: "Times New Roman", Times, serif;
  21.     font-size: 14px;
  22.     color: #000000;
  23.     font-weight: bold;
  24. }
  25. .docdescription {
  26.     font-family: "Times New Roman", Times, serif;
  27.     font-size: 12px;
  28.     font-style: italic;
  29.     color: #000000;
  30. }
  31. .docauthor {
  32.     font-family: "Times New Roman", Times, serif;
  33.     font-size: 12px;
  34.     font-style: italic;
  35.     color: #000000;
  36. }
  37. .doccreationdate {
  38.     font-family: "Times New Roman", Times, serif;
  39.     font-size: 12px;
  40.     color: #000066;
  41. }
  42. .doclastchangeddate {
  43.     font-family: "Times New Roman", Times, serif;
  44.     font-size: 12px;
  45.     color: #990000;
  46. }
  47. .docfilename {
  48.     font-family: "Times New Roman", Times, serif;
  49.     font-size: 12px;
  50.     color: #000066;
  51. }
  52. .docfileformatinfo {
  53.     font-family: "Times New Roman", Times, serif;
  54.     font-size: 12px;
  55.     font-style: italic;
  56.     color: #000000;
  57. }
  58. .docnumberofpages {
  59.     font-family: "Times New Roman", Times, serif;
  60.     font-size: 12px;
  61.     color: #000000;
  62. }
  63. .docsizeinkb {
  64.     font-family: "Times New Roman", Times, serif;
  65.     font-size: 12px;
  66.     color: #000000;
  67. }
  68. body {
  69.     background-color: #FFCC99;
  70.     background-image: url(images/background.gif);
  71. }
  72. .toctitle {
  73.     font-family: "Times New Roman", Times, serif;
  74.     font-size: 20px;
  75.     font-style: normal;
  76.     font-weight: bold;
  77.     color: #000000;
  78.     background-color: #FFCC99;
  79. }
  80. .tcolor {
  81.     background-color: #FF9933;
  82. }
  83. .ccolor {
  84.     background-color: #FFCC99;
  85. }
  86. a:link {
  87.     font-family: "Times New Roman", Times, serif;
  88.     color: #003399;
  89. }
  90. a:visited {
  91.     font-family: "Times New Roman", Times, serif;
  92.     color: #0099FF;
  93. }
  94. a:active {
  95.     font-family: "Times New Roman", Times, serif;
  96.     color: #FF0000;
  97. }
  98.