Advertisement
Guest User

SlideShow css

a guest
Dec 1st, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1.  
  2. @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
  3. @import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
  4. @import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
  5. @import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
  6.  
  7. #slideshow{
  8. width: 1170px;
  9. height: 395.566px;
  10. background: #383535;
  11. position: fixed;
  12. top: 180px;
  13. left:50%;
  14. transform: translate(-50%);
  15. }
  16.  
  17. #slidePagination{
  18. height: 364px;
  19. width: 369px;
  20.  
  21. display: block;
  22. /*position: relative;*/
  23. left:65%;
  24.  
  25. }
  26. .transbox{
  27.  
  28. margin: 30px;
  29. border: 1px solid black;
  30. opacity:0.6;
  31. filter:alpha(opacity=60); /* For IE8 and earlier */
  32. }
  33.  
  34. #slidebutton1, #slidebutton2,#slidebutton3, #slidebutton4{
  35. background-color: #383535;
  36. border: none;
  37. padding: 1px 32px;
  38. text-align: center;
  39. text-decoration: none;
  40. display: inline-block;
  41. cursor: pointer;
  42. width: 305px;
  43. height: 96px;
  44.  
  45. float: none !important;
  46. border-bottom: 1px solid #2c2929;
  47. border-right: none;
  48.  
  49. }
  50.  
  51.  
  52.  
  53. #link0text, #link1text, #link2text,#link3text{
  54. line-height: 23px;
  55. font-weight: bold;
  56. margin-top: 0px;
  57. font: 23px Open Sans, Arial;
  58. margin-bottom: 6px;
  59. text-align: left;
  60. text-transform: uppercase;
  61. color: white;
  62. }
  63.  
  64. #p0text, #p1text, #p2text, #p3text {
  65. margin-top: 0px;
  66. margin-bottom: 0px;
  67. text-align: left;
  68. font: 20px Open Sans, Arial;
  69. color: white;
  70.  
  71. }
  72.  
  73. /*
  74. #slidebutton1:hover, #slidebutton2:hover,#slidebutton3:hover, #slidebutton4:hover {
  75. background-color: #ffcc02;
  76. box-shadow: 0 24px 50px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  77.  
  78.  
  79. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement