Advertisement
Guest User

codigo

a guest
Jun 25th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. .journalbox .list li {
  2. background-color: transparent !important;
  3. color: #000000 !important;
  4. }
  5.  
  6. .journalbox .list li.a {
  7. background-color: transparent !important;
  8. color: #000000 !important;
  9. }
  10.  
  11. .journalbox {
  12. border: 0px #000000 solid !important;
  13. }
  14.  
  15. .journalbox h2 {
  16. color: 000000 !important;
  17. }
  18.  
  19. .journalbox .journaltop {
  20. background-color: transparent !important;
  21. text-align: center !important;
  22. padding-top: 200px;
  23. color: transparent !important;
  24. background-image: url(http://i68.tinypic.com/sghbiq.png);
  25. background-position: top center;
  26. background-repeat: no-repeat;
  27. height: 179px;
  28. position: relative;
  29.  
  30. }
  31.  
  32. .journalbox a {
  33. color: #660000 !important;
  34. }
  35.  
  36. .journalbox a:hover {
  37. color: #70E0FF !important;
  38. }
  39.  
  40. .journalbox .journalbottom a.commentslink {
  41. color: #660000 !important;
  42. }
  43.  
  44. .journalbox .journalbottom a.prevlink {
  45. color: #660000 !important;
  46. }
  47.  
  48. .journalbox .journalbottom a.commentslink:hover {
  49. color: #A785FF !important;
  50. }
  51.  
  52. .journalbox .journalbottom a.prevlink:hover {
  53. color: #A785FF !important;
  54. }
  55.  
  56. .journalbox .journalbottom {
  57. background-color: transparent !important;
  58. padding-top: 6px;
  59. background-image: url(http://i63.tinypic.com/2lcr5tz.jpg);
  60. background-position: top center;
  61. background-repeat: no-repeat;
  62. height: 267px;
  63. padding: 40px 150px 20px 150px;
  64. }
  65.  
  66. .journalbox .gr-body {
  67. padding: 100px;
  68.  
  69. }
  70.  
  71. .journalbox .journaltext {
  72. color: 000000 !important;
  73. background-image: url(http://i67.tinypic.com/mrvluo.png);
  74. background-repeat: repeat-y;
  75. background-position: top center;
  76. padding: 40px 200px 20px 200px;
  77. }
  78.  
  79. .journalbox .boxtop {
  80. padding: 0 !important;
  81. }
  82.  
  83. h2 {
  84. position: absolute;
  85. top: 30%;
  86. left: 32%;
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement