Advertisement
maol3

Untitled

Jul 7th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. * {
  2. color: #FFF;
  3. background: #111;
  4. margin: 0;
  5. padding: 0;
  6. }
  7.  
  8. div.content {
  9. margin: 0 auto;
  10. width: 80%;
  11. }
  12.  
  13. header {
  14. margin: 30px 0 20px 10px;
  15. }
  16.  
  17. header a {
  18. font-weight: bold;
  19. margin-right: 25px;
  20. position: relative;
  21. top: -40px;
  22. left: 30px;
  23. }
  24.  
  25. header a.selected {
  26. color: #64B835;
  27. }
  28.  
  29. .video-player {
  30. width: 60%;
  31. height: auto;
  32. }
  33.  
  34. aside.right {
  35. float: right;
  36. width: 37%;
  37. }
  38.  
  39. div.left {
  40. float: left;
  41. }
  42.  
  43. div.season {
  44. margin-top: 10px;
  45. margin-bottom: 50px;
  46. }
  47.  
  48. table {
  49. width: 100%;
  50. }
  51.  
  52. table tr td {
  53. width: 15%;
  54. }
  55.  
  56. img.icon {
  57. width: 80%;
  58. height: auto;
  59. border-radius: 15px;
  60. position: relative;
  61. left: -3px;
  62. margin-bottom: 5px;
  63. }
  64.  
  65. .border
  66. {
  67. border-top: 1px solid #2E3033;
  68. margin-bottom: 10px;
  69. }
  70.  
  71. a, p, h3 {
  72. text-decoration: none;
  73. font-family: Helvetica, Arial, sans-serif;
  74. }
  75.  
  76. p.msg {
  77. float: left;
  78. width: 65%;
  79. display: block;
  80. clear: both;
  81. }
  82.  
  83. h3 {
  84. font-size: 20px;
  85. font-weight: bold;
  86. margin-bottom: 10px;
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement