SGvagon

Cnews stylish

Jan 18th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document url-prefix(http://www.cnews.cz),
  3. url-prefix(https://www.cnews)
  4. {
  5.  
  6. div#td-outer-wrap > .td-container {
  7. height: 0px;
  8. }
  9.  
  10. .post {
  11. background-color: #F0F0F0;
  12. padding: 5px 10px 5px 10px;
  13. border-width: 4px;
  14. border-style: outset;
  15. border-color: #FF0404;
  16. }
  17.  
  18. .td-ss-main-sidebar {
  19. background-color: #F0F0F0;
  20. padding: 5px 10px 5px 10px;
  21. border-width: 4px;
  22. border-style: outset;
  23. border-color: #FF0404;
  24. }
  25.  
  26. .td-crumb-container .entry-crumbs {
  27. margin-top: -10px;
  28. padding-top: 2px;
  29. color: #4B4B4B;
  30. }
  31.  
  32. .td-post-template-default .td-post-header .entry-title {
  33. font-size: 24px;
  34. line-height: 24px;
  35. text-align: center;
  36. }
  37.  
  38. .single .comments {
  39. background-color: #F0F0F0;
  40. padding: 5px 10px 5px 10px;
  41. border-width: 4px;
  42. border-style: outset;
  43. border-color: #FF0404;
  44. }
  45.  
  46. .comment .children {
  47. margin-top: 0px;
  48. }
  49.  
  50. .comment {
  51. margin-bottom: 0px;
  52. }
  53.  
  54. .td_block_wrap .td-next-prev-wrap {
  55. margin-bottom: 10px;
  56. }
  57.  
  58. article {
  59. border-width: 1px;
  60. border-style: inset;
  61. background-color: #FFFFFF;
  62. border-color: #FF0404;
  63. padding: 5px 10px 5px 10px;
  64. /* margin-top: -20px; */
  65. }
  66.  
  67. .td-header-wrap {
  68. margin-top: -19px;
  69. }
  70.  
  71. }
Advertisement
Add Comment
Please, Sign In to add comment