Subversion Repositories wimsdev

Rev

Rev 10788 | 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.  
  28. #wims_modu_title1>.wims_title, .title_box>.wims_title{
  29.    margin-top: 0;
  30. }
  31.  
  32. #wims_modu_title2>.wims_title {
  33.     margin-bottom: 0;
  34. }
  35.  
  36. #wims_modu_title2>.wims_subtitle {
  37.    font-size:small;
  38.    margin: 12px;
  39.    margin-top: 0;
  40. }
  41.  
  42. #wims_modu_title3>.wims_subtitle {
  43.    display: block;
  44.    text-align:center;
  45.    font-weight:bold;
  46. }
  47. /* add mdash around wims_subtitle */
  48. #wims_modu_title3>.wims_subtitle:before,#wims_modu_title3>.wims_subtitle:after {
  49.    content:"\2014";
  50.    padding:0 .5em;
  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.