Subversion Repositories wimsdev

Rev

Rev 13084 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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