Subversion Repositories wimsdev

Rev

Rev 7095 | 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. #wims_modu_title1>.wims_title, .title_box>.wims_title{
  39.    margin-top: 0;
  40. }
  41.  
  42. #wims_modu_title2 .wims_title {
  43.     margin-bottom: 0;
  44. }
  45.  
  46. #wims_modu_title2 .wims_subtitle {
  47.    font-size:small;
  48.    margin: 12px;
  49.    margin-top: 0;
  50. }
  51.  
  52. #wims_modu_title3 .wims_subtitle {
  53.    display: block;
  54.    text-align:center;
  55.    font-weight:bold;
  56. }
  57.  
  58. #wims_modu_title3 .wims_title_close {padding:10px;}
  59.  
  60. h1.oeftitle {
  61.    text-align:center;
  62. }
  63. /* ****** END OF TITLES ******** */
  64.