Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <style>
  2. body{
  3. margin: 0;
  4. padding: 0;
  5. font-family: 'Roboto Condensed','Roboto';
  6. background: transparent;
  7. }
  8.  
  9. #hidden{
  10. display: none;
  11. }
  12.  
  13. #fhd-container{
  14. width: 1600px;
  15. height: 960px;
  16. padding-left: 160px;
  17. padding-right: 160px;
  18. padding-top: 60px;
  19. padding-bottom: 60px;
  20. position: relative;
  21. overflow: hidden;
  22. }
  23.  
  24. #fdh-top-left{
  25. position: absolute;
  26. }
  27. #fhd-bug-live{
  28. position: relative;
  29. float: left;
  30. background: #002142;
  31. color: white;
  32. width: 130px;
  33. padding: 15px 20px;
  34. font-size: 30px;
  35. font-weight: bold;
  36. z-index: 100;
  37. opacity: 0;
  38. }
  39. #fhd-bug-live-info{
  40. position: relative;
  41. float: left;
  42. background: white;
  43. color: #002142;
  44. width: 205px;
  45. padding: 15px 20px;
  46. font-size: 30px;
  47. z-index: 99;
  48. opacity: 0;
  49. /*Animation*/
  50. -webkit-animation-duration: 3s;
  51. -webkit-animation-delay: 2s;
  52. animation-duration: 0.7s;
  53. animation-delay: 0.4s;
  54. }
  55. #fhd-bottom-left{
  56. position: absolute;
  57. bottom: 60px;
  58. background: url('fondscoreboard_cut.png');
  59. width: 820px;
  60. height: 78px;
  61. display: none;
  62. /*Animation*/
  63. -webkit-animation-duration: 0.8s;
  64. animation-duration: 0.8s;
  65. }
  66. #scoreboard-scoreA{
  67. color: white;
  68. font-size: 42px;
  69. margin-top: 15px;
  70. margin-left: 216px;
  71. width: 80px;
  72. font-family: 'Roboto';
  73. font-weight: bold;
  74. text-align: center;
  75. float: left;
  76. }
  77. #scoreboard-scoreB{
  78. color: white;
  79. font-size: 42px;
  80. margin-top: 15px;
  81. margin-left: 225px;
  82. width: 80px;
  83. font-family: 'Roboto';
  84. font-weight: bold;
  85. text-align: center;
  86. float: left;
  87. }
  88. .workout-timer{
  89. float: left;
  90. position: absolute;
  91. }
  92. #scoreboard-timer{
  93. color: white;
  94. font-size: 42px;
  95. margin-top: 14px;
  96. margin-left: 630px;
  97. width: 95px;
  98. text-align: center;
  99. float: left;
  100. overflow: hidden;
  101. }
  102. #scoreboard-quart{
  103. color: white;
  104. font-size: 42px;
  105. margin-top: 15px;
  106. margin-left: 153px;
  107. float: left;
  108. }
  109. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement