Subversion Repositories wimsdev

Rev

Rev 14719 | 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_title2 .wims_title,
  34. #wims_modu_title2 .wims_subtitle {
  35.     float: left;
  36. }
  37.  
  38. #wims_modu_title2 .wims_subtitle {
  39.    font-size:small;
  40.    margin: 12px;
  41. }
  42. #wims_modu_title1 .wims_title_close {
  43.    padding-left:10px;
  44.    margin-left:10px;
  45.    padding-bottom:5px;
  46. }
  47. #wims_modu_title3 .wims_subtitle {
  48.    display: block;
  49.    text-align:center;
  50.    font-weight:bold;
  51. }
  52.  
  53. #wims_modu_title3 .wims_title_close {padding:10px;}
  54.  
  55. h1.oeftitle {
  56.    text-align:center;
  57. }
  58. /* ****** END OF TITLES ******** */
  59.