Subversion Repositories wimsdev

Rev

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

  1. /*********************************
  2.    Nikaia styles for WIMS TITLES
  3. **********************************/
  4.  
  5. .title_box,
  6. #titre_aide,
  7. #name_list_instruction,
  8. #enev_menu li,
  9. .wimstable caption,
  10. .oeftitle,
  11. .wims_docu_title,
  12. .wims_title_seq {
  13.   background-color: var(--wims_ref_bgcolor);
  14.   color: var(--wims_ref_menucolor);
  15. }
  16. .title_box a,.wims_docu_title>a{
  17.   color: var(--wims_ref_menucolor);
  18. }
  19. .wims_docu_title>a:hover{
  20.   text-decoration: underline;
  21. }
  22.  
  23.  
  24. #wims_modu_title2>.wims_title,
  25. #wims_modu_title2>.wims_subtitle {
  26.     float: left;
  27. }
  28.  
  29. #wims_modu_title1>.wims_title_close {
  30.    padding-left:10px;
  31.    margin-left:10px;
  32.    padding-bottom:5px;
  33. }
  34.  
  35.  
  36. #wims_modu_title1>.wims_title, .title_box>.wims_title{
  37.    margin-top: 6px;
  38. }
  39.  
  40. /* see a subtitle sample in module=adm%2Fnew */
  41. #wims_modu_title2>.wims_subtitle {
  42.    margin-top: 12px;
  43. }
  44.  
  45. /* ****** END OF TITLES ******** */
  46.