home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / Compulsory2013 / MakeUp / css / custom.css < prev    next >
Cascading Style Sheet File  |  2013-06-07  |  658b  |  33 lines

  1. ∩╗┐body {
  2. }
  3. hr { margin-top: 5px;margin-bottom: 20px;}
  4.  
  5. /* override from bootstrap */
  6. .page-header 
  7. {
  8.     padding-bottom: 0px;
  9.     padding-top: 10px;
  10.     margin: 0 0 10px 0px !important;
  11.     border-bottom: 1px solid #eeeeee;
  12.     position: fixed;
  13.     top: 0;
  14.     background-color: #fff;
  15.     max-width: 940px;
  16. }
  17.  
  18. .table-header {
  19.     background-color: #036; 
  20.     color: #fdfeff; 
  21. }
  22.  
  23. .header-userinfo { font-size: 11px;}
  24.  
  25. .container, .navbar-static-top .container,.navbar-fixed-top .container,
  26.     .navbar-fixed-bottom .container {
  27.     max-width: 940px;
  28. }
  29.  
  30.  
  31. .text-bold { font-weight: bold;}
  32. .table { width: auto;min-width: 50%; }
  33.