Subversion Repositories wimsdev

Rev

Rev 7075 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /************************
  2.    WIMS TITLES
  3. *************************/
  4. .wims_docu_title, .wims_sheet_title, .wimscenter {text-align:center;}
  5.  
  6. .wims_title {
  7.    text-align:center;
  8.    padding:10px;
  9.    margin:0 0 .25em;
  10. }
  11. #wims_title h1.wims_title {
  12.    text-align:center;
  13.    padding:10px 0 0 0;
  14.    margin:0 0 .25em;
  15.    font-family:Georgia,Times New Roman,Times,serif;
  16.    font-weight:normal;
  17. }
  18. h2.wims_subtitle {
  19.    text-align:center;
  20.    display: block;
  21.    font-weight:normal;
  22.    margin-top:0;
  23.    font-style:italic;
  24. }
  25. #wims_modu_title1 .wims_title_close {
  26.    padding-left:30%;
  27.    margin-left:30%;
  28.    padding-bottom:5px;
  29. }
  30. #wims_modu_title2 .wims_subtitle {
  31.    font-size:small;
  32. }
  33. #wims_modu_title1 .wims_title_close {
  34.    padding-left:10px;
  35.    margin-left:10px;
  36.    padding-bottom:5px;
  37. }
  38. #wims_modu_title3 .wims_subtitle {
  39.    display: block;
  40.    text-align:center;
  41.    font-weight:bold;
  42. }
  43.  
  44. #wims_modu_title3 .wims_title_close {padding:10px;}
  45.  
  46. h1.oeftitle {
  47.    text-align:center;
  48.    font-size:100%;
  49. }
  50. /* ****** END OF TITLES ******** */
  51.