Advertisement
NamPNQ

Fix css dspl

Sep 9th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. <style>
  2. @charset "utf-8";
  3.  
  4. /* CSS Document */
  5.  
  6. #main-detail:not([class^="meme"]):not([component]) {
  7. overflow: hidden;
  8. font-family: "Times New Roman", Times, serif !important;
  9. font-size: 18px !important;
  10. line-height: 27px !important;
  11. word-wrap: break-word !important;
  12. color: #111;
  13. }
  14. #main-detail *:not([class^="meme"]):not([component]) {
  15. font-family: "Times New Roman", Times, serif !important;
  16. font-size: 18px !important;
  17. line-height: 27px !important;
  18. word-wrap: break-word !important;
  19. color: #111;
  20. }
  21. #main-detail div span:not([class^="meme"]):not([component]) {
  22. font-family: inherit !important;
  23. font-size: 18px !important;
  24. line-height: 27px !important;
  25. }
  26. #main-detail h1:not([class^="meme"]):not([component]) {
  27. font-size: 19px !important;
  28. font-weight: bold !important;
  29. line-height: 25px !important;
  30. margin: 7px 0 !important;
  31. }
  32. #main-detail h2:not([class^="meme"]):not([component]) {
  33. font-size: 18px !important;
  34. font-weight: bold !important;
  35. line-height: 23px !important;
  36. margin: 5px 0 !important;
  37. }
  38. #main-detail h3:not([class^="meme"]):not([component]) {
  39. font-size: 17px !important;
  40. font-weight: bold !important;
  41. line-height: 22px !important;
  42. margin: 5px 0 !important;
  43. }
  44. #main-detail h4:not([class^="meme"]):not([component]) {
  45. font-size: 16px !important;
  46. font-weight: bold !important;
  47. line-height: 21px !important;
  48. }
  49. #main-detail h5:not([class^="meme"]):not([component]) {
  50. font-size: 14px !important;
  51. font-weight: bold !important;
  52. line-height: 21px !important;
  53. }
  54. #main-detail h6:not([class^="meme"]):not([component]) {
  55. font-size: 13px !important;
  56. font-weight: bold !important;
  57. line-height: 21px !important;
  58. }
  59. #main-detail div:not([class^="meme"]):not([component]) {
  60. margin: 10px 0 !important;
  61. }
  62. /*#main-detail p{text-align:justify;}*/
  63.  
  64. #main-detail strong,
  65. #main-detail b {
  66. color: #222 !important;
  67. }
  68. #main-detail p:not([class^="meme"]):not([component]),
  69. #main-detail ul:not([class^="meme"]):not([component]),
  70. #main-detail ol:not([class^="meme"]):not([component]),
  71. #main-detail dd:not([class^="meme"]):not([component]),
  72. #main-detail pre:not([class^="meme"]):not([component]),
  73. #main-detail hr:not([class^="meme"]):not([component]) {
  74. margin-bottom: 5px !important;
  75. }
  76. #main-detail ul ul:not([class^="meme"]):not([component]),
  77. #main-detail ol ol:not([class^="meme"]):not([component]),
  78. #main-detail ul ol:not([class^="meme"]):not([component]),
  79. #main-detail ol ul:not([class^="meme"]):not([component]) {
  80. margin: 0px 0px 0px 20px !important;
  81. }
  82. #main-detail table:not([class^="meme"]):not([component]) {
  83. margin: 0 auto;
  84. max-width: 675px !important;
  85. }
  86. #main-detail tr td:not([class^="meme"]):not([component]) {
  87. padding: 5px !important;
  88. }
  89. #main-detail img:not([class^="meme"]):not([component]) {
  90. margin: auto !important;
  91. height: auto !important;
  92. max-width: 675px !important;
  93. border: 0 none !important;
  94. display: block;
  95. border: 1px solid #666 !important;
  96. }
  97. #main-detail a:not([class^="meme"]):not([component]) {
  98. color: #0b6098 !important;
  99. }
  100. #main-detail a:hover:not([class^="meme"]):not([component]) {
  101. color: #0062ab !important;
  102. }
  103. #main-detail a:not([class^="meme"]):not([component]),
  104. #main-detail a *:not([class^="meme"]):not([component]) {
  105. color: #0b6098 !important;
  106. }
  107. #main-detail a:hover:not([class^="meme"]):not([component]),
  108. #main-detail a *:hover:not([class^="meme"]):not([component]) {
  109. text-decoration: underline
  110. }
  111. #main-detail a:hover:not([class^="meme"]):not([component]) {
  112. color: #ca0002 !important;
  113. text-decoration: none;
  114. }
  115. #main-detail strong:not([class^="meme"]):not([component]),
  116. #main-detail b:not([class^="meme"]):not([component]) {
  117. font-weight: bold !important;
  118. }
  119. #main-detail .picture:not([class^="meme"]):not([component]) {} #main-detail .picture .pic:not([class^="meme"]):not([component]) {
  120. padding: 0 !important;
  121. }
  122. /*#main-detail .picture .pic img{width: 100% !important;}*/
  123.  
  124. #main-detail .picture .caption:not([class^="meme"]):not([component]) {
  125. background: rgba(255, 255, 255, 1);
  126. padding: 5px !important;
  127. font-size: 15px !important;
  128. color: #5C5C5C;
  129. text-align: center;
  130. line-height: 17px !important;
  131. }
  132. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement