infernotorrent

going up // ihm

Apr 23rd, 2010
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. .journalbox {
  2. text-align:center;
  3. background-color:transparent;
  4. border-width:0;
  5. margin:0 auto;
  6. padding:40px;
  7. _width:500px;
  8. max-width:500px;
  9. color:#000;
  10. }
  11. .journaltop {
  12. background-color:transparent;
  13. color:#fff;
  14. margin:0 0 25px 0;
  15. font:145% Helvetica, Arial, sans-serif;
  16. padding:0;
  17. text-align:right;
  18. }
  19. .journaltop h2 {
  20. color:#00BCFA;
  21. position:relative;
  22. top:400px;
  23. left:50px;
  24. z-index:10;
  25. text-align:left;
  26. }
  27. .journaltop img {
  28. display:none;
  29. }
  30. .journaltext {
  31. padding:0;
  32. }
  33. .img {
  34. position:absolute;
  35. z-index:99;
  36. bottom:0;
  37. left:0;
  38. width:100%;
  39. height:200px;
  40. background:transparent url(http://i43.tinypic.com/23r90n5.png) no-repeat center bottom;
  41. z-index:9;
  42. }
  43. .txt {
  44. font:200% Helevetica, Tahoma, Segoe UI;
  45. line-height:1.2em;
  46. color:#00BCFA;
  47. height:300px;
  48. max-width:480px;
  49. overflow:auto;
  50. padding-right:30px;
  51. text-shadow:0px 1px 0px #fff;
  52. margin-left:13%;
  53. margin-right:13%;
  54. }
  55. .txt strong {
  56. color:#0086B2;
  57. }
  58. .txt em {
  59. color:#0086B2;
  60. }
  61. .txt a {
  62. color:#00C000;
  63. }
  64. .journalbottom {
  65. position:absolute;
  66. z-index:99;
  67. bottom:0;
  68. left:0;
  69. width:100%;
  70. height:100px;
  71. color:transparent;
  72. }
  73. .prevlink {
  74. display:none;
  75. }
  76. .commentslink {
  77. position:relative;
  78. margin-right:25em;
  79. color:#00BCFA;
  80. }
Add Comment
Please, Sign In to add comment