styles.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400);
  2. /* The MIT License (MIT) Copyright (c) 2014 cPanel, Inc. - for more information about the licensing of this document, please review the LICENSE.md file in the project root */
  3. b, strong, label {font-weight:500;}
  4. header .navbar-header .navbar-brand .brand-name {font-weight:200;}
  5. body {
  6. background: url(buildings-high-rise-manhattan-2324.jpg) no-repeat center center fixed;
  7. /* SOURCE: http://www.pexels.com/photo/2324/ photo by Philipp Henzler, unsplash.com */
  8. -webkit-background-size: cover;
  9. -moz-background-size: cover;
  10. -o-background-size: cover;
  11. background-size: cover;
  12. padding-top:0;
  13. font-family: 'Source Sans Pro', sans-serif;
  14. font-weight:400;
  15. }
  16. #quickLinks {
  17. display:none;
  18. margin-bottom:0;
  19. background:none;
  20. border:0;
  21. }
  22. #content {
  23. background:rgba(255,255,255,0.9);
  24. margin-top:20px;
  25. padding-top:20px;
  26. -webkit-box-shadow: 10px 10px 95px -2px rgba(0,0,0,1);
  27. -moz-box-shadow: 10px 10px 95px -2px rgba(0,0,0,1);
  28. box-shadow: 10px 10px 95px -2px rgba(0,0,0,1);
  29. -webkit-border-radius: 3px;
  30. -moz-border-radius: 3px;
  31. border-radius: 3px;
  32. }
  33. #-group iframe {
  34. width: 100%;
  35. }
  36. .navbar, footer {
  37. background:none;
  38. border:none;
  39. margin-bottom:0;
  40. }
  41. header .navbar-fixed-top {
  42. position:relative;
  43. top:inherit;
  44. width:inherit;
  45. margin-top:10px;
  46. }
  47. .cellbox-header {
  48. background:none;
  49. }
  50. header .brand-name {
  51. color:white;
  52. }
  53. .navbar-preferences {
  54. margin-top:8px;
  55. margin-right:-17px;
  56. }
  57. .btn, button, .btn-default, .btn-default[disabled] {
  58. border: none;
  59. box-shadow: none;
  60. -webkit-box-shadow: none;
  61. }
  62. footer .navbar-nav>li>a {
  63. color:white;
  64. }
  65. .nav>li>a:hover, .nav>li>a:focus {
  66. background:none;
  67. }