Subversion Repositories wimsdev

Rev

Rev 7075 | Rev 13084 | 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.  
  12. /*#wims_title h1.wims_title {
  13.    text-align:center;
  14.    /*padding:10px 0 0 0;
  15.    margin:0 0 .25em;*/
  16.    /* Font Family is better placed in general.css
  17.    font-family:Georgia,Times New Roman,Times,serif;
  18.    font-weight:normal;*/
  19. /*}*/
  20. h2.wims_subtitle {
  21.    text-align:center;
  22.    display: block;
  23.    font-weight:normal;
  24.    margin-top:0;
  25.    font-style:italic;
  26. }
  27. /*#wims_modu_title1 .wims_title_close {
  28.    padding-left:30%;
  29.    margin-left:30%;
  30.    padding-bottom:5px;
  31. }*/
  32.  
  33. #wims_modu_title1 .wims_title_close {
  34.    padding-left:10px;
  35.    margin-left:10px;
  36.    padding-bottom:5px;
  37. }
  38.  
  39. #wims_modu_title2 .wims_title {
  40.     margin-bottom: 0;
  41. }
  42.  
  43. #wims_modu_title2 .wims_subtitle {
  44.    font-size:small;
  45.    margin: 12px;
  46.    margin-top: 0;
  47. }
  48.  
  49. #wims_modu_title3 .wims_subtitle {
  50.    display: block;
  51.    text-align:center;
  52.    font-weight:bold;
  53. }
  54.  
  55. #wims_modu_title3 .wims_title_close {padding:10px;}
  56.  
  57. h1.oeftitle {
  58.    text-align:center;
  59. }
  60. /* ****** END OF TITLES ******** */
  61.