home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / xoops.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-12-15  |  1.3 KB  |  63 lines

  1. table {
  2.     width:      100%;
  3. }
  4.  
  5. img {
  6.     border:     0;
  7. }
  8.  
  9. acronym, abbr, dfn {
  10.     cursor:     help;
  11. }
  12.  
  13. #xoopsHiddenText {
  14.     visibility:         hidden;
  15.     color:              #000000;
  16.     font-weight:        normal;
  17.     font-style:         normal;
  18.     text-decoration:    none;
  19. }
  20.  
  21. .pagneutral {
  22.     font-size:          10px;
  23.     width:              16px;
  24.     height:             19px;
  25.     text-align:         center;
  26.     background-image:   url(./images/pagneutral.gif);
  27. }
  28.  
  29. .pagact {
  30.     font-size:          10px;
  31.     width:              16px;
  32.     height:             19px;
  33.     text-align:         center;
  34.     background-image:   url(./images/pagact.gif);
  35. }
  36.  
  37. .paginact {
  38.     font-size:          10px;
  39.     width:              16px;
  40.     height:             19px;
  41.     text-align:         center;
  42.     background-image:   url(./images/paginact.gif);
  43. }
  44.  
  45.  
  46.  
  47. /* For required elements in XOOPS form, can be overwritten in theme styles */
  48. .xoops-form-element-caption .caption-marker {
  49.     display:            none;
  50. }
  51.  
  52. .xoops-form-element-caption-required .caption-marker {
  53.     background-color:   inherit;
  54.     padding-left:         2px;
  55.     color:                 #ff0000;
  56. }
  57.  
  58. .xoops-form-element-help {
  59.     font-size:            .9em;
  60.     padding-top:        5px;
  61.     font-weight:        normal;
  62. }
  63.