Guest User

custom.css

a guest
Sep 3rd, 2014
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. body
  2. {
  3. background-color: white;
  4. background-image: none ;
  5. }
  6.  
  7. #logonbox-logoimage{
  8. background-image: url("../custom/logo_company.png");
  9. background-repeat: no-repeat;
  10. height:86px;
  11. width:333px;
  12. }
  13.  
  14. #logonbox-logonform label{
  15. font-weight: bold;
  16. }
  17.  
  18. #logonbox-logonform .error, #logonbox-logonform .warning, #logonbox-logonform .information, #logonbox-logonform .confirmation, #logonbox-logonform .plain {
  19. color: darkblue;
  20. }
  21.  
  22. #logonbelt-topshadow{
  23. top: 0px;
  24. width: 100%;
  25. }
  26.  
  27. #logonbelt-bottomshadow{
  28. top: 0px;
  29. width: 100%;
  30. }
  31.  
  32. #logonbox-container{
  33. top: 0px;
  34. width: 320px;
  35. min-width: 320px;
  36. background: white;}
  37. }
  38.  
  39. #logonbox-innerbox{
  40. top: 0px;
  41. width: 0px;
  42. margin-left: 0px;
  43. }
  44.  
  45. #logonbox-logoimage{
  46. position: relative;
  47. float:left;
  48. top:0px;
  49. right:5px;
  50. }
  51.  
  52. #logonbox-logoarea{
  53. display: table-row;
  54. }
  55.  
  56. #logonbox-logonform{
  57. padding: 74px 10px 10px 10px;
  58. }
Advertisement
Add Comment
Please, Sign In to add comment