home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 July & August / PCWorld_2005-07-08_cd.bin / komunikace / netscape / nsb-install-8-0.exe / chrome / aim.jar / content / aim / activation.css next >
Cascading Style Sheet File  |  2004-12-02  |  2KB  |  103 lines

  1. /* ===== activation.css ================================================
  2.    == Used by Activation overlay wizardpages.
  3.    ===================================================================== */
  4.  
  5. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6.  
  7. /* ::::: text in grid boxes of new and existing account wizard pages ::::: */
  8.  
  9. .activationFieldLabel {
  10.   text-align:right;
  11. }
  12.  
  13. .wizard-header {
  14.   background: url("chrome://browser/skin/header.png") #FFFFFF no-repeat 50% 50%;
  15.   height : 60px;
  16. }
  17.  
  18. #AccountWizard[currentpageid="ispPage1"] > .wizard-header,
  19. #AccountWizard[currentpageid="accounttype"] > .wizard-header,
  20. #AccountWizard[currentpageid="accounttype-webmail"] > .wizard-header,
  21. #AccountWizard[currentpageid="identitypage"] > .wizard-header, 
  22. #AccountWizard[currentpageid="serverpage"] > .wizard-header, 
  23. #AccountWizard[currentpageid="loginpage"] > .wizard-header, 
  24. #AccountWizard[currentpageid="newsserver"] > .wizard-header, 
  25. #AccountWizard[currentpageid="accnamepage"] > .wizard-header, 
  26. #AccountWizard[currentpageid="done"] > .wizard-header {
  27.   background: none;
  28.   background-color: #5B7693;
  29. }
  30.  
  31. .pageHeader {
  32.   font-weight : bold;
  33. }
  34.  
  35. .boldtext {
  36.   font-weight : bold;
  37. }
  38.  
  39. #registerBox {
  40.   margin-left : 20px;
  41. }
  42.  
  43. .actvLinkedText {
  44.   cursor: pointer;
  45.   color: #0000FF;
  46.   text-decoration: underline;
  47. }
  48.  
  49. #learnAbountNN {
  50.   margin-left: 3px;
  51.   margin-right: 0px;
  52. }
  53.  
  54. .infoLabel {
  55.   font-weight : bold;
  56.   font-style: italic;
  57.   font-size: 12pt;
  58. }
  59.  
  60. separator.groove,
  61. separator.groove[orient="horizontal"] {
  62.   margin-left: 6px;
  63.   margin-right: 6px;
  64. }
  65.  
  66. .infoIcon {
  67.   margin-left: 6px;
  68.   width: 18px;
  69.   height: 19px;
  70.   list-style-image: url("chrome://communicator/skin/profile/infoIcon.png");
  71. }
  72.  
  73. .dynamicHelpText {
  74.   margin-left: 6px;
  75.   margin-right: 6px;
  76. }
  77.  
  78. .moz-text-plain[wrap="true"] {
  79.   white-space: -moz-pre-wrap;
  80. }
  81.  
  82. .servicesDesc {
  83.   margin-left: 40px;
  84. }
  85.  
  86. .hiddenWindowForServerInteractions {
  87.   visibility: hidden;
  88.   height: 0px;
  89.   max-height: 0px;
  90. }
  91.  
  92. .helpAreaBox {
  93.   height: 53px;
  94. }
  95.  
  96. #date {
  97.   width: 8em;
  98. }
  99.  
  100. #month {
  101.   width: 8em;
  102. }
  103.