Advertisement
ru2

Reading to escape (eng)

ru2
Apr 16th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Page >> Reading to escape
  6. By >> Ruba [http://ru2.tumblr.com/]
  7. >> Free to use, to share and alter
  8. >> Please give credit.
  9. -->
  10. <head>
  11. <title>Reading to escape </title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. <style type="text/css">
  15. ::-webkit-scrollbar-thumb:vertical {background-color:#e5e5e5;height:40px;}
  16. ::-webkit-scrollbar {height:0px;width:7px;background-color:#000;}
  17. body {font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  18. font-size:10px;
  19. background-image:url('http://media.tumblr.com/tumblr_m2lvbiLPWC1qan8h1.png');
  20. color:#aaa;}
  21. a{text-decoration:none; color:#ff7591;}
  22. #novu {position:fixed; top:0px; left:0px; text-align:center; font-weight:700;}
  23. #foq{font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  24. font-size:17px;
  25. float:left;
  26. padding-top:20px; padding-bottom:20px;
  27. background-color:#3b3d4e;
  28. letter-spacing:2px;
  29. border-right:5px solid;
  30. width:950px; Height:52px;
  31. text-align:left;
  32. padding-left:17px;
  33. color:#e4949e;}
  34. .zrr {float:left; padding-top:27px; padding-bottom:26px;
  35. font-size:10px;
  36. text-transform:uppercase;
  37. font-family:consolas;
  38. letter-spacing:2px;
  39. width:120px; Height:39px;
  40. border-right:5px solid;
  41. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  42. #back {background-color:#96d9e0;
  43. color:#4f4980;}
  44. #back:hover {opacity:0.5;
  45. color:#fffff;}
  46. #ask {background-color:#ffe6d3;
  47. color:#3d5a66;}
  48. #ask:hover {opacity:0.5;
  49. color:#6fada0;}
  50. #content {margin-top:85px; margin-left:85px; overflow:auto;}
  51.  
  52. .books {width:980px; Height:350px; margin-bottom:50px;}
  53. .book1 {margin-right:40px;
  54. text-align: right;
  55. width:240px; float:left; overflow:hidden;}
  56. .book2 {margin-right:40px; width:240px; float:left; overflow:hidden;}
  57. .text1 {float:left; margin-top:10px; margin-left:2px; margin-right:0px; width:230px; height:320px; -moz-border radius: 35px 0px 0px 35px; border-radius:35px 0px 0px 35px;
  58. text-align: justify; border-right:5px solid #ff7871;
  59. font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  60. background-color:#fffaed;
  61. color:#6a586b;
  62. font-size:12px;
  63. padding:10px; overflow:auto;}
  64. .text2 {float:left; margin-top:10px; margin-left:2px; margin-right:0px; width:230px; height:320px; -moz-border radius: 0px 35px 35px 0px; border-radius: 0px 35px 35px 0px;
  65. text-align: justify;
  66. font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Times New Roman', sans-serif;
  67. background-color:#fffaed;
  68. color:#6a586b;
  69. font-size:12px;
  70. padding:10px; overflow:auto;}
  71. .info {text-align:left;
  72. background-color:#fff8cc;
  73. color:#d17087;
  74. font-size:12px;}
  75. .cover {float:left;}
  76. .portrait {width:111px; margin-right:40px; Height:200px; margin:27px; margin-top:77px; border:4px solid #fff;}
  77. </style> </head> <body>
  78. <div id="novu"> <div id="foq">###TITLE###</div>
  79. <a href="/"><div class="zrr" id="back">Back home?</div></a> <a href="/ask"><div class="zrr" id="ask">Questions?</div></a> </div></div><p/> <div id="content">
  80.  
  81.  
  82. <!------------------------------- START/COPY TO ADD NEW BOOK -------------------------------!>
  83. <div class="books"><div class="cover">
  84. <img class="portrait" src="PHOTO URL FOR THE BOOK COVER HERE"/><br/></div>
  85. <td class="book1">
  86. <div class="text1">
  87. <span class="info">Title :</span> <a href="THE BOOK URL(GOODREADS?)">Book title</a> | book title2
  88. <br><br>
  89. <span class="info">By:</span> Author | Translator | Publisher
  90. <br><br>
  91. <span class="info">About: </span>
  92. </div>
  93. <td class="book2">
  94. <div class="text2">
  95. <span class="info">Rating: </span> ★★★☆☆
  96. <br/><br/><span class="info">Review: </span> Your review here
  97. <br>
  98. </td>
  99. </tr></div></div>
  100. <!------------------------------- END/ COPY TO ADD NEW BOOK -------------------------------!>
  101.  
  102.  
  103. </table> </div> </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement