Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. body {
  2. font-family: Arial, sans-serif;
  3. font-size: 13px;
  4. }
  5.  
  6. #thumbnailContainer div {
  7. position: relative;
  8. width: 6700px;
  9. }
  10.  
  11.  
  12. #thumbnailContainer {
  13. position: absolute;
  14. margin-top: -560px;
  15. margin-left:584px;
  16. overflow: hidden;
  17. width: 702px;
  18. height: 83px;
  19. background-color:rgba(0,0,0,0.6);
  20. padding-top: 40px;
  21. padding-left: 18px;
  22. padding-bottom: 40px;
  23. border-top:#000 solid 1px;
  24. border-bottom:#000 solid 1px;
  25. }
  26.  
  27. #thumbnailContainer img {
  28. margin-right: 15px;
  29. border: 1px solid #cdcdcd;
  30.  
  31. }
  32.  
  33. #thumbnailContainer a {
  34. outline: none;
  35. }
  36.  
  37. #thumbnailContainer img.highlight {
  38. border: 1px solid magenta;
  39. opacity: 1 !important;
  40. }
  41.  
  42. #thumbnailContainer img.transparent {
  43. opacity: 0.4;
  44. }
  45.  
  46. .contentContainer {
  47. margin: 70px auto;
  48. margin-left: auto; margin-right: auto;
  49. }
  50.  
  51. .largeImage {
  52. width: 800px;
  53. background: #efefef;
  54. text-align: center;
  55. }
  56.  
  57. a {
  58. text-decoration: none;
  59. border: none;
  60. color: #000000;
  61. }
  62. a:hover {
  63. text-decoration: underline;
  64. }
  65.  
  66. .prev, .next {
  67. font-size: 30px;
  68. font-weight: bold;
  69. float: left;
  70. margin-top: 10px;
  71. padding: 10px;
  72. cursor: pointer;
  73. }
  74.  
  75. .play, .stop {
  76. font-size: 20px;
  77. font-weight: bold;
  78. float: left;
  79. padding: 5px;
  80. cursor: pointer;
  81. }
  82.  
  83. #largePicContainer {
  84. overflow: hidden;
  85. position: relative;
  86. }
  87.  
  88. #largePicContainer div {
  89. width: 700px;
  90. position: absolute;
  91. }
  92.  
  93. #largePicContainer img {
  94. margin: 0px;
  95. padding: 0px;
  96. }
  97.  
  98. .tPrev, .tNext
  99. {
  100. font-size:50px;
  101. color:#F00;
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement