Advertisement
getnakedmiley

Films Page theme

Apr 17th, 2013
4,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 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. <!-- Films Page theme by STATEOFGRACES -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,700,700italic' rel='stylesheet' type='text/css'>
  17.  
  18.  
  19. <style type="text/css">
  20.  
  21.  
  22. a {
  23. color:#E6E4E4;
  24. text-decoration:none;
  25. -moz-transition-duration:0.4s;
  26. -webkit-transition-duration:0.4s;
  27. -o-transition-duration:0.4s;
  28. }
  29.  
  30. a:hover {
  31. color:#111111;
  32. text-shadow: 0 0 15px rgba(0,0,0,0.3);
  33. text-decoration:none;
  34. -moz-transition-duration:0.4s;
  35. -webkit-transition-duration:0.4s;
  36. -o-transition-duration:0.4s;
  37. }
  38.  
  39.  
  40. ::-webkit-scrollbar {background-color:#FAFAFA; height:8px; width:8px}
  41. ::-webkit-scrollbar-thumb:vertical {background-color:#D6D6D6; height:50px}
  42. ::-webkit-scrollbar-thumb:horizontal {background-color:#D6D6D6; height:8px!important}
  43. ::selection {background-color: #FAFAFA;
  44. }
  45.  
  46.  
  47. body {
  48. font-family:arial;
  49. font-weight:normal;
  50. background-color:#fafafa;
  51. }
  52.  
  53.  
  54.  
  55.  
  56. h1 {
  57. font-family:cambria;
  58. font-weight:normal;
  59. text-align:left;
  60. line-height:90%;
  61. font-size:14px;
  62. font-style:italic;
  63. color:#9A9A9A;
  64. }
  65.  
  66. blockquote {
  67. border-left:2px solid #9A9A9A;
  68. padding-left:5px;
  69. margin:5px;
  70. }
  71.  
  72. #theme {
  73. text-align: center;
  74. margin: 0 auto -12px auto;
  75. }
  76.  
  77. .sbar {
  78. width:200px;
  79. height:100%;
  80. position:fixed;
  81. text-align:center;
  82. padding:20px;
  83. left:0;
  84. top:0;
  85. background-color:#ffffff;
  86. }
  87.  
  88. .title {
  89. background-color:#111111;
  90. margin-top:150px;
  91. color:#ffffff;
  92. text-align:right;
  93. font-size:50px;
  94. padding:100px 10px 20px;
  95. font-family: 'Titillium Web', sans-serif;
  96. font-weight:700;
  97. line-height:40px;
  98. }
  99.  
  100. .links {
  101. text-align:right;
  102. margin-top:10px;
  103. width:200px;
  104. line-height:100%;
  105. border-top:1px solid #F0F0F0;
  106. border-bottom:1px solid #F0F0F0;
  107. -moz-transition-duration:0.6s;
  108. -webkit-transition-duration:0.6s;
  109. -o-transition-duration:0.6s;
  110. }
  111.  
  112. .links a{
  113. margin:5px 0px 5px;
  114. display:inline-block;
  115. font-size:10px;
  116. padding:10px 0px 10px;
  117. width:35px;
  118. text-transform:lowercase;
  119. text-align:center;
  120. line-height:100%;
  121. text-decoration:none;
  122. color:#E6E4E4;
  123. background-color:#FFFFFF;
  124. -moz-transition-duration:0.6s;
  125. -webkit-transition-duration:0.6s;
  126. -o-transition-duration:0.6s;
  127. }
  128.  
  129. .links a:hover{
  130. color:#111111;
  131. background-color:#FAFAFA;
  132. -moz-transition-duration:0.6s;
  133. -webkit-transition-duration:0.6s;
  134. -o-transition-duration:0.6s;
  135. }
  136.  
  137. .description {
  138. text-align:left;
  139. margin-top:10px;
  140. line-height:150%;
  141. font-size:11px;
  142. color:#9A9A9A;
  143. }
  144.  
  145.  
  146. #stuffcontainer {
  147. float:left;
  148. margin:100px 0px 100px 300px;
  149. text-align:justify;
  150. color:#9A9A9A;
  151. }
  152.  
  153.  
  154. #stuff {
  155. width:180px;
  156. padding:10px;
  157. margin:10px;
  158. background-color:#fff;
  159. float:left;
  160. text-align:justify;
  161. font-size:10px;
  162. line-height:90%;
  163. color:#9A9A9A;
  164. }
  165.  
  166. #stuff img {
  167. width:180px;
  168. height:260px;
  169. }
  170.  
  171. #stuff a {
  172. color:#E6E4E4;
  173. }
  174.  
  175. #stuff:hover .bg {
  176. opacity:0.8;
  177. -moz-transition-duration:0.6s;
  178. -webkit-transition-duration:0.6s;
  179. -o-transition-duration:0.6s;
  180. }
  181.  
  182. #stuff:hover .info {
  183. opacity:1;
  184. -moz-transition-duration:0.6s;
  185. -webkit-transition-duration:0.6s;
  186. -o-transition-duration:0.6s;
  187. }
  188.  
  189. .bg {
  190. width:180px;
  191. height:260px;
  192. position:absolute;
  193. background-color:#fff;
  194. text-align:center;
  195. opacity:0;
  196. -moz-transition-duration:0.6s;
  197. -webkit-transition-duration:0.6s;
  198. -o-transition-duration:0.6s;
  199. }
  200.  
  201. .info {
  202. position:absolute;
  203. text-align:center;
  204. margin:20px;
  205. padding:50px 0px 20px;
  206. background-color:#fff;
  207. width:140px;
  208. height:150px;
  209. font-family: 'Titillium Web', sans-serif;
  210. font-size:12px;
  211. line-height:19px;
  212. font-weight:normal;
  213. opacity:0;
  214. -moz-transition-duration:0.6s;
  215. -webkit-transition-duration:0.6s;
  216. -o-transition-duration:0.6s;
  217. }
  218.  
  219. .circle-static {
  220. margin:10px 30px 10px 30px;
  221. width: 79px;
  222. height: 15px;
  223. display: block;
  224. background: url('http://static.tumblr.com/qlfmldj/hpfmlcb72/rating.png') 0 0 no-repeat;
  225. }
  226.  
  227. .circle-50 {
  228. background-position: -4px -4px;
  229. }
  230.  
  231. .circle-45 {
  232. background-position: -4px -20px;
  233. }
  234.  
  235. .circle-40 {
  236. background-position: -20px -4px;
  237. }
  238.  
  239. .circle-35 {
  240. background-position: -20px -20px;
  241. }
  242.  
  243. .circle-30 {
  244. background-position: -36px -4px;
  245. }
  246.  
  247. .circle-25 {
  248. background-position: -36px -20px;
  249. }
  250.  
  251. .circle-20 {
  252. background-position: -52px -4px;
  253. }
  254.  
  255. .circle-15 {
  256. background-position: -52px -20px;
  257. }
  258.  
  259. .circle-10 {
  260. background-position: -68px -4px;
  261. }
  262.  
  263. .circle-5 {
  264. background-position: -68px -20px;
  265. }
  266.  
  267. .circle-0 {
  268. background-position: -84px -4px;
  269. }
  270.  
  271. .year {
  272. margin:-30px 50px 0px;
  273. position:absolute;
  274. width:30px;
  275. line-height:150%;
  276. font-size:9px;
  277. color:#ed1c24;
  278. font-weight:normal;
  279. padding:5px;
  280. background-color:#fafafa;
  281. }
  282.  
  283. {CustomCSS}
  284.  
  285. </style></head>
  286.  
  287. <body>
  288. <div id="theme">
  289. <div class="sbar">
  290. <div class="title"><i>films</i><br>LIST</div>
  291. <div class="links">
  292. <a href="/">home</a>
  293. <a href="/ask">ask</a>
  294. <a href="http://sunsgodownthemes.tumblr.com/">©</a>
  295. </div>
  296. <div class="description">
  297. {Description}
  298. </div>
  299. </div>
  300.  
  301. <div id="stuffcontainer">
  302.  
  303. <div id="stuff">
  304. <div class="bg"></div>
  305. <div class="info">
  306. <div class="year">YEAR</div>
  307. MOVIE TITLE
  308. <span class="circle-static circle-35"></span>
  309. </div>
  310. <img src="http://static.tumblr.com/qlfmldj/6AEmlennz/1.png">
  311. </div>
  312.  
  313. <div id="stuff">
  314. <div class="bg"></div>
  315. <div class="info">
  316. <div class="year">YEAR</div>
  317. MOVIE TITLE
  318. <span class="circle-static circle-40"></span>
  319. </div>
  320. <img src="http://static.tumblr.com/qlfmldj/cTUmlenqk/2.png">
  321. </div>
  322.  
  323. <div id="stuff">
  324. <div class="bg"></div>
  325. <div class="info">
  326. <div class="year">YEAR</div>
  327. MOVIE TITLE
  328. <span class="circle-static circle-45"></span>
  329. </div>
  330. <img src="http://static.tumblr.com/qlfmldj/ow8mlenqz/3.png">
  331. </div>
  332.  
  333. </div>
  334.  
  335. </div>
  336.  
  337. </body>
  338. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement