Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. body{
  2. margin: 0;
  3. padding: 0;
  4. font-family: 'Source Sans Pro', sans-serif;
  5. }
  6. #tabs{
  7. margin: 0;
  8. width: 100%;
  9. min-height: 120px;
  10. max-height: 120px;
  11. border-top: 4px;
  12. border-top-color: #48CAFF;
  13. position: fixed;
  14. }
  15. #rtabs{
  16. margin: 0;
  17. width: 100%;
  18. min-height: 120px;
  19. max-height: 120px;
  20. border-top: 4px;
  21. border-top-color: #48CAFF;
  22. position: fixed;
  23. }
  24. .tabs-back{
  25. float: left;
  26. display: inline;
  27. width: 100%;
  28. text-align: center;
  29. height: 120px;
  30. border-top: 4px #48CAFF;
  31. border-top-color: #48CAFF;
  32. /*background-color: #FF3732;*/
  33. /*background-color: #2b2b2b;
  34. opacity: 0.9;*/
  35. background: rgba(43,43,43,0.9);
  36. }
  37. .tabs-tab{
  38. float: left;
  39. height: 100%;
  40. width: 16.6666666667%;
  41. font-size: 166.66666666666668%;
  42. line-height: 450%;
  43. display: inline;
  44. color: #fff;
  45. -webkit-transition: .3s;
  46. }
  47. .tabs-tab:hover{
  48. background: rgba(51,51,51,0.8);
  49. -webkit-transition: .3s;
  50. }
  51. #tabs-middle{
  52. height: 100%;
  53. }
  54. button.small{
  55. font-family: 'Source Sans Pro', sans-serif;
  56. font-size: 50%;
  57. border: 0;
  58. border-radius: 5px;
  59. width: 200px;
  60. height: 66.66666666666668px;
  61. background-color: #00CCFF;
  62. }
  63. button.small:hover{
  64. -webkit-box-shadow: inset 0px -5px 3px rgba(0, 82, 102, 1), inset 0 0px 4px rgba(0, 0, 0, 0.9);
  65. -moz-box-shadow: inset 0px -5px 3px rgba(0, 82, 102, 1), inset 0 0px 4px rgba(0, 0, 0, 0.9);
  66. box-shadow: inset 0px -5px 3px rgba(0, 82, 102, 1), inset 0 0px 4px rgba(0, 0, 0, 0.9);
  67. }
  68. #tab-light-box{
  69. /*background-color: #333333;*/
  70. background: rgba(51,51,51,0.75);
  71. width: 200px;
  72. height: 66.66666666666668px;
  73. margin-left: 80px;
  74. float: left;
  75. color: #fff;
  76. line-height: 200%;
  77. margin-top: 26.66666666666668px;
  78. font-size: 200%;
  79. border-radius: 6.66666666666668px;
  80. }
  81. .bparagraph{
  82. text-align: center;
  83. height: 866.66666666666668px;
  84. font-size: 266.66666666666668%;
  85. }
  86. h3{
  87. color: #5F9F9F;
  88. text-shadow: 2px 0px 20px #8FD8D8;
  89. font-size: 233.33333333333332%;
  90. display: inline;
  91. }
  92. h3.team-member-info{
  93. color: #5F9F9F;
  94. display: initial;
  95. }
  96. h2{
  97. color: #fff;
  98. text-shadow: 1px 0px 10px rgba(255,255,255,0.8);
  99. font-size: 115%;
  100. }
  101. u.dotted:hover{
  102. border-bottom: 1px dashed #79CDCD;
  103. }
  104. u.dotted{
  105. text-decoration: none;
  106. }
  107. #team-member-wrap{
  108. margin-left:20px;
  109. }
  110. .team-member{
  111. background: rgba(51,51,51,0.5);
  112. width: 293.33333333333332px;
  113. height: 480.66666666666668px;
  114. float: left;
  115. margin: 13.33333333333332px;
  116. }
  117. th{
  118. background-color: #000;
  119. color: #fff;
  120. }
  121. td{
  122. background-color: #444444;
  123. color: #fff;
  124. }
  125. .hidden{
  126. display: none;
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement