Advertisement
booksinvolved

scrapbook

Jul 7th, 2014
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <!----- theme by jasnahdavar
  8. ------- the paste and original post were removed because i'm an idiot but here is the code
  9. ------- DO NOT steal/redistribute/claim as your own
  10. ------- ASK ME if you want to use as a base code
  11. ------- this is a really simple theme honestly
  12. ------- my askbox is always open!
  13. ------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <style type="text/css">
  24.  
  25. ::-webkit-scrollbar-thumb:vertical { height:12px; border:2px solid #fff; background-color:#cfcfcf; }
  26. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; }
  27. ::-webkit-scrollbar { width:7px; height:7px; border:5px solid #fff; background-color:#cfcfcf; }
  28. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{ display:block; height:8px; border-right:2px solid #fff; border-left:2px solid #fff; background-color:#cfcfcf; }
  29.  
  30. body {
  31. background: #FFFFFF;
  32. font-size: 11px;
  33. color: #000000;
  34. font-family:helvetica;
  35.  
  36. }
  37.  
  38. a:link, a:active, a:visited {
  39. color: #ff0066; /* LINK COLOR */
  40. text-decoration: none;
  41. -webkit-transition: all 0.3s ease-out;
  42. -moz-transition: all 0.3s ease-out;
  43. transition: all 0.3s ease-out;
  44. }
  45.  
  46. a:hover {
  47. color: #ffccff; /* LINK HOVER COLOR */
  48. text-decoration: none;
  49. -webkit-transition: all 0.3s ease-out;
  50. -moz-transition: all 0.3s ease-out;
  51. transition: all 0.3s ease-out;
  52.  
  53. }
  54.  
  55. /* NAVLINKS */
  56.  
  57. #nav {
  58. position:fixed;
  59. top:100px;
  60. display:block;
  61. }
  62.  
  63. #nav a {
  64. display:block;
  65. text-transform:uppercase;
  66. margin:10px;
  67.  
  68. }
  69.  
  70. /* --- CALENDAR --- */
  71.  
  72. #calendar {
  73. position:absolute;
  74. text-align:center;
  75. left:50%;
  76. margin-left:-375px;
  77. margin-bottom:20px;
  78. width:750px;
  79.  
  80. }
  81.  
  82. .header {
  83. border-top-right-radius:10px;
  84. border-top-left-radius:10px;
  85. border-top:20px solid #ff0066; /* HEADER COLOR */
  86. }
  87.  
  88.  
  89. .month {
  90. text-align:center;
  91. margin-top:50px;
  92. font-family:arial;
  93. font-weight:bold;
  94. font-size:20px;
  95. }
  96.  
  97. .year {
  98. text-align:center;
  99. font-family:arial;
  100. font-size:12px;
  101. color:#999; /* YEAR COLOR */
  102.  
  103. }
  104.  
  105.  
  106.  
  107.  
  108. /* DATES */
  109.  
  110. td {
  111. padding:2px;
  112. width:100px;
  113. height:100px;
  114. border:1px solid #999;
  115. background:#fff; /* BOX BACKGROUND COLOR */
  116. }
  117.  
  118. .date {
  119. font-weight:bold;
  120. position:absolute;
  121. margin-top:-50px;
  122. width:100px;
  123. border-bottom:1px solid #999;
  124. text-align:center;
  125. height:15px;
  126. font-size:14px;
  127. color:#999; /* DAY NUMBER COLOR */
  128.  
  129. }
  130.  
  131. .content {
  132. margin-top:-32px;
  133. position:absolute;
  134. text-align:left;
  135. padding-left:5px;
  136. font-size:10px;
  137. height:80px;
  138. width:95px;
  139. overflow:auto;
  140. color:#666; /*-- DATE CONTENT COLOR -- */
  141. padding:2px;
  142. }
  143.  
  144. .detail {
  145.  
  146. font-weight:bold;
  147. color:#4d4d4d; /* DATE SUBHEADING COLOR (watched, read, etc) */
  148. text-align:left;
  149. margin-left:-2px;
  150. margin-bottom:2px;
  151. }
  152.  
  153.  
  154.  
  155. /*credit do not edit*/
  156.  
  157. #credit {
  158. bottom:10px;
  159. right:0px;
  160. font-size:25px;
  161. position:fixed;
  162.  
  163. }
  164.  
  165. .cr {
  166. background:transparent;}
  167.  
  168.  
  169. .theme {
  170. width:0px;
  171. background:#ff0066;
  172. color:#fff;
  173. height:18px;
  174. font-size:10px;
  175. margin-top:-25px;
  176. padding-top:2px;
  177. visibility:hidden; position:fixed;
  178. text-align:center;
  179. text-transform:uppercase;
  180.  
  181. }
  182.  
  183.  
  184.  
  185. .cr:hover .theme {
  186. visibility:visible;
  187. width:200px;
  188. margin-left:-200px;
  189.  
  190. transition:0.6s;
  191. }
  192.  
  193. </style>
  194. </head>
  195. <body>
  196.  
  197. <div id="nav">
  198. <a href="/">home</a>
  199. <a href="/ask">ask</a>
  200. <a href="http://tumblr.com">dash</a>
  201. </div>
  202. <div id="calendar">
  203. <div class="month">MONTH</div>
  204. <div class="year">YEAR</div>
  205.  
  206. <div class="header">
  207. <table>
  208. <tr>
  209. <td>
  210. <div class="date">#</div>
  211. <div class="content">
  212. write anything you like here. movies you watched, books you read, friends you met, idk its a scrapbook. it can run over to be as long as you like too. just make sure there are no more than 7 boxes in a row <!-- description -->
  213. </div>
  214. </td>
  215. <td>
  216. <div class="date">#</div>
  217. <div class="content">
  218.  
  219. <div class="detail">watched:</div>
  220. content
  221. </div>
  222. </td>
  223. <!--- to add more boxes copy the following code --->
  224.  
  225. <td>
  226. <div class="date">#</div>
  227. <div class="content">
  228. content
  229. </div>
  230. </td>
  231.  
  232. <!--- remember to keep no more than seven boxes in the same row --->
  233.  
  234. </tr>
  235. <!--- end first row
  236. ----- to start a new row copy the code below --->
  237.  
  238. <tr>
  239.  
  240. <td>
  241. <div class="date">#</div>
  242. <div class="content">
  243. content
  244. </div>
  245. </td>
  246. </tr>
  247.  
  248.  
  249.  
  250.  
  251. </table>
  252. </div>
  253. <!--- end first month --->
  254.  
  255. <!--- to add more months copy the code below --->
  256.  
  257. <div class="month">MONTH</div>
  258. <div class="year">YEAR</div>
  259. <div class="header">
  260. <table>
  261. <tr>
  262.  
  263. <td>
  264. <div class="date">#</div>
  265. <div class="content">
  266. content
  267. </div>
  268. </td>
  269. </tr>
  270.  
  271.  
  272.  
  273.  
  274. </table>
  275. </div>
  276.  
  277. <!--- end second month --->
  278.  
  279. </div>
  280. <!--- END CODING
  281. PLEASE DO NOT REMOVE CREDIT --->
  282.  
  283.  
  284. <div id="credit"><div class="cr"><a href="http://jasnahdavar.tumblr.com">©</a>
  285. <div class="theme">theme by jasnahdavar</div></div>
  286. </div>
  287.  
  288.  
  289. </body>
  290. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement