Advertisement
shotforthesky

Tumblr Watched Movies Theme #01

Mar 20th, 2012
2,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.52 KB | None | 0 0
  1. <!--
  2. theme by Mimì @ thearmyinside.tumblr.com
  3. -->
  4.  
  5. <html>
  6. <head>
  7.  
  8. <title>{title}</title>
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11.  
  12. <style type="text/css">
  13.  
  14. body {
  15. background-color:#FCF2DD;
  16. background-attachment:fixed;
  17. font-family:Georgia;
  18. font-size:10px;
  19. }
  20.  
  21. a:link, a:active, a:visited {
  22. color:{color:link};
  23. text-decoration:none;
  24. }
  25. a:hover {
  26. color:{color:hover};
  27. -webkit-transition.duration: 0.5s;
  28. -moz-transition-duration:0,5s;
  29. }
  30.  
  31. #entry {
  32. width:800px;
  33. height:auto;
  34. margin-left:200px;
  35. margin-top:50px;
  36. }
  37.  
  38. #title {
  39. text-align:center;
  40. letter-spacing:1px;
  41. font-family: Georgia;
  42. text-transform:lowercase;
  43. font-style: Georgia;
  44. line-height:110%;
  45. margin-top:200px;
  46. }
  47.  
  48. #sidebar {
  49. width:150px;
  50. height:1000px;
  51. background-color:#ECDDB8;
  52. float:left;
  53. margin-left:-10px;
  54. margin-top:-10px;
  55. padding:4px;
  56. text-align:center;
  57. position:fixed;
  58. border-right:3px solid #f0e68c;
  59. }
  60.  
  61. #icon {
  62. border-color: #FCF2DD;
  63. border: 10px solid;
  64. height:48px;
  65. width:48px;
  66. margin-left:40px;
  67. margin-top:5px;
  68. position:fixed;
  69. color:#FCF2DD;
  70. -moz-border-radius: 100px;
  71. -khtml-border-radius: 100px;
  72. -webkit-border-radius: 100px;
  73. border-radius: 100px;
  74. }
  75.  
  76. .links_list {
  77. margin: 0px;
  78. padding: 0px;
  79. width: 110px;
  80. margin-left: 20px;
  81. margin-top: 80px;
  82. }
  83.  
  84. .links_body a{
  85. display:block;
  86. background: #FCF2DD;
  87. color: #525252;
  88. padding: 0px; margin: 1px;
  89. letter-spacing: 2px;
  90. display: block;
  91. font-family:'Yanone Kaffeesatz', sans-serif;
  92. text-align: center;
  93. height:10px;
  94. font-size:7px;
  95. -moz-border-radius: 15px;
  96. -khtml-border-radius: 15px;
  97. -webkit-border-radius: 15px;
  98. border-radius: 15px;
  99. text-transform:uppercase;
  100. -webkit-transition: all 0.3s ease;
  101. -moz-transition: all 0.3s ease;
  102. transition: all 0.3s ease;
  103. }
  104.  
  105. .links_body a:hover{
  106. color:#000000;
  107. padding-right:20px;
  108. background-color: #ECDDB8;
  109. background-image:none;
  110. -webkit-transition: all 0.3s ease;
  111. -moz-transition: all 0.3s ease;
  112. transition: all 0.3s ease;
  113. }
  114.  
  115. .movie {
  116. width:150px;
  117. height:210px;
  118. background-color:#ffffff;
  119. text-align:center;
  120. overflow:hidden;
  121. position:relative;
  122. word-wrap: break-word;
  123. -moz-border-radius: 20px; -khtml-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
  124. }
  125.  
  126. .movie img {
  127. width:150px;
  128. height:210px;
  129. position:relative;
  130. z-index:10;
  131. -moz-user-select: none;
  132. -webkit-user-select: none;
  133. /* this will work for QtWebKit in future */
  134. -webkit-user-drag: none;
  135. -webkit-transition: all 0.8s ease-in-out;
  136. -moz-transition: all 0.8s ease-in-out;
  137. -o-transition: all 0.8s ease-in-out;
  138. transition: all 0.8s ease-in-out;
  139. -moz-border-radius: 20px; -khtml-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
  140. }
  141.  
  142. .movie:hover img {
  143. margin-top:210px;
  144. -webkit-transition: all 0.8s ease-in-out;
  145. -moz-transition: all 0.8s ease-in-out;
  146. -o-transition: all 0.8s ease-in-out;
  147. transition: all 0.8s ease-in-out;
  148. -moz-border-radius: 20px; -khtml-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
  149. }
  150.  
  151. .movie:hover .info {
  152. margin-left:0px;
  153. -webkit-transition: all 0.8s ease-in-out;
  154. -moz-transition: all 0.8s ease-in-out;
  155. -o-transition: all 0.8s ease-in-out;
  156. transition: all 0.8s ease-in-out;
  157. -moz-border-radius: 20px; -khtml-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
  158. }
  159.  
  160. .info {
  161. width:134px;
  162. height:194px;
  163. padding:8px;
  164. margin-top:20px;
  165. font-size:11px;
  166. color:#000000;
  167. position:absolute;
  168. z-index:5;
  169. -webkit-transition: all 0.8s ease-in-out;
  170. -moz-transition: all 0.8s ease-in-out;
  171. -o-transition: all 0.8s ease-in-out;
  172. transition: all 0.8s ease-in-out;
  173. }
  174.  
  175. .review{
  176. margin-top:7px;
  177. font-size:9px;
  178. z-index:6;
  179. }
  180.  
  181. #text {
  182. font-size:16px;
  183. text-align:center;
  184. letter-spacing:1px;
  185. font-family: Georgia;
  186. font-style: bold;
  187. line-height:110%;
  188. margin-top:10px;
  189. }
  190.  
  191. </style>
  192. <style type="text/css">{CustomCSS}</style>
  193.  
  194. </head>
  195.  
  196. <body>
  197.  
  198. <div class="body">
  199. <div id="sidebar">
  200. <div id="title">
  201. <a href="/"><font size="2"; color="#C4A668">{Title}</font></a></div><br>
  202. <div id="icon"><img src="{PortraitURL-48}" style="-moz-border-radius: 100px; -khtml-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;" class="imdava"></div>
  203. <div class="links_list">
  204. <div class="links_body">
  205. <a href="/">Home</a>
  206. <a href="/archive">Archive</a>
  207. <a href="/ask">Ask me</a>
  208. <a target="_blank" href="http://thearmyinside.tumblr.com">Theme (c)</a></div></div>
  209. </div>
  210. <br>
  211.  
  212. <div id="entry">
  213.  
  214. <div id="text">Movies 2012<br>
  215. <font size="1" color="#000000">This list includes re-watched movies</font></div>
  216. <br>
  217.  
  218. <table cellpadding="0px" cellspacing="8px">
  219.  
  220. <!----- FIRST ROW START ----->
  221. <tr>
  222.  
  223. <td><div class="movie">
  224. <div class="info"><strong>Title</strong><br>(Year)
  225. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  226. </div>
  227. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  228. </div></td>
  229.  
  230. <td><div class="movie">
  231. <div class="info"><strong>Title</strong><br>(Year)
  232. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  233. </div>
  234. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  235. </div></td>
  236.  
  237. <td><div class="movie">
  238. <div class="info"><strong>Title</strong><br>(Year)
  239. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  240. </div>
  241. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  242. </div></td>
  243.  
  244. <td><div class="movie">
  245. <div class="info"><strong>Title</strong><br>(Year)
  246. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  247. </div>
  248. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  249. </div></td>
  250.  
  251. <td><div class="movie">
  252. <div class="info"><strong>Title</strong><br>(Year)
  253. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  254. </div>
  255. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  256. </div></td>
  257.  
  258. </tr>
  259.  
  260. <!----- FIRST ROW END ----->
  261.  
  262. <!----- SECOND ROW START ----->
  263. <tr>
  264.  
  265. <td><div class="movie">
  266. <div class="info"><strong>Title</strong><br>(Year)
  267. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  268. </div>
  269. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  270. </div></td>
  271.  
  272. <td><div class="movie">
  273. <div class="info"><strong>Title</strong><br>(Year)
  274. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  275. </div>
  276. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  277. </div></td>
  278.  
  279. <td><div class="movie">
  280. <div class="info"><strong>Title</strong><br>(Year)
  281. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  282. </div>
  283. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  284. </div></td>
  285.  
  286. <td><div class="movie">
  287. <div class="info"><strong>Title</strong><br>(Year)
  288. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  289. </div>
  290. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  291. </div></td>
  292.  
  293. <td><div class="movie">
  294. <div class="info"><strong>Title</strong><br>(Year)
  295. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  296. </div>
  297. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  298. </div></td>
  299.  
  300. </tr>
  301.  
  302. <!----- SECOND ROW END ----->
  303.  
  304. <!----- THIRD ROW START ----->
  305. <tr>
  306.  
  307. <td><div class="movie">
  308. <div class="info"><strong>Title</strong><br>(Year)
  309. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  310. </div>
  311. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  312. </div></td>
  313.  
  314. <td><div class="movie">
  315. <div class="info"><strong>Title</strong><br>(Year)
  316. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  317. </div>
  318. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  319. </div></td>
  320.  
  321. <td><div class="movie">
  322. <div class="info"><strong>Title</strong><br>(Year)
  323. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  324. </div>
  325. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  326. </div></td>
  327.  
  328. <td><div class="movie">
  329. <div class="info"><strong>Title</strong><br>(Year)
  330. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  331. </div>
  332. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  333. </div></td>
  334.  
  335. <td><div class="movie">
  336. <div class="info"><strong>Title</strong><br>(Year)
  337. <div class="review">Write whatever you want...<br><br><font size="2">Rating: <strong>?/5</strong></font></div>
  338. </div>
  339. <img src="http://dl.dropbox.com/u/38384326/Stars/Blank.png" width="150" height="210" title="Title">
  340. </div></td>
  341.  
  342. </tr>
  343.  
  344. <!----- THIRD ROW END ----->
  345.  
  346. </table>
  347.  
  348. </div>
  349.  
  350. </body>
  351. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement