Advertisement
pistachi-o

currently watching #1

May 4th, 2012
9,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 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. <!-- currently watching blog page -->
  4. <!-- made by pistachi-o (nutty-themes @ tumblr) -->
  5. <!-- please don't remove the credit and claim it as your own -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <meta name="description" content="" />
  16.  
  17. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  20.  
  21. <script src="http://static.tumblr.com/whx9ghv/lq0m3ktlh/modernizr.custom.34978.js"></script>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  24.  
  25. <style type="text/css">
  26.  
  27. body {
  28. background-color: #FFFFFF;
  29. font-size: 10px;
  30. text-align: center;
  31. line-height: 100%;
  32. }
  33.  
  34. a:link, a:active, a:visited {
  35. color: #033649;
  36. text-decoration: none;
  37. }
  38.  
  39. a:hover {
  40. color: #9ABFC8;
  41. text-decoration: none;
  42. }
  43.  
  44. .container {
  45. width: 960px;
  46. margin: 10px auto 30px auto;
  47. }
  48.  
  49. .container a:link, a:active, a:visited {
  50. color: #FFFFFF;
  51. text-decoration: none;
  52. }
  53.  
  54. .container a:hover {
  55. color: #FFFFFF;
  56. text-decoration: none;
  57. }
  58.  
  59. .container label {
  60. font-family: 'Dosis', Arial, sans-serif;
  61. text-transform: uppercase;
  62. line-height: 200%;
  63. font-size: 19px;
  64. width: 25%;
  65. height: 40px;
  66. color: #F3F3F3;
  67. box-shadow: 0px 0px 0px 1px #aaa, 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);
  68. float: left;
  69. margin-bottom: 20px;
  70. cursor: pointer;
  71. }
  72.  
  73. .container label.label-type-all {
  74. border-radius: 3px 0px 0px 3px;
  75. background: #EEEEEE;
  76. }
  77.  
  78. .container label.label-type-1 {
  79. background: #521515;
  80. }
  81. .container label.label-type-2 {
  82. background: #A6C4C5;
  83. }
  84. .container label.label-type-3 {
  85. background: #3D96B9;
  86. border-radius: 0px 3px 3px 0px;
  87. }
  88.  
  89. .container input.selector-type-all:checked ~ label.label-type-all,
  90. .container input.selector-type-1:checked ~ label.label-type-1,
  91. .container input.selector-type-2:checked ~ label.label-type-2,
  92. .container input.selector-type-3:checked ~ label.label-type-3 {
  93. color: #424d71;
  94. text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  95. box-shadow: 0px 0px 0px 1px #40496e, 0 1px 5px rgba(0,0,0,0.1) inset;
  96. }
  97.  
  98. .container input {
  99. display: none;
  100. }
  101.  
  102. .items {
  103. position: relative;
  104. margin: 0px auto;
  105. padding-top: 20px;
  106. }
  107.  
  108. .items li {
  109. list-style: none;
  110. margin: 5px;
  111. float: left;
  112. width: 200px;
  113. height: 230px;
  114. padding: 5px;
  115. background: #EEEEEE;
  116. -webkit-transition: opacity 0.6s ease-in-out;
  117. -moz-transition: opacity 0.6s ease-in-out;
  118. -o-transition: opacity 0.6s ease-in-out;
  119. -ms-transition: opacity 0.6s ease-in-out;
  120. transition: opacity 0.6s ease-in-out;
  121. }
  122.  
  123. .items li img {
  124. display: block;
  125. margin: 5px 0px;
  126. max-width: 200px;
  127. text-align: center;
  128. }
  129.  
  130. .items li .title1 {
  131. width: 200px;
  132. height: auto;
  133. padding: 5px;
  134. background: #521515;
  135. font-family: 'Dosis', sans-serif;
  136. line-height: 100%;
  137. font-size: 12px;
  138. letter-spacing: 2px;
  139. text-transform: uppercase;
  140. text-align: center;
  141. margin-left: -5px;
  142. margin-top: -5px;
  143. color: #FFF;
  144. }
  145.  
  146. .items li .title2 {
  147. width: 200px;
  148. height: auto;
  149. padding: 5px;
  150. background: #A6C4C5;
  151. font-family: 'Dosis', sans-serif;
  152. line-height: 100%;
  153. font-size: 12px;
  154. letter-spacing: 2px;
  155. text-transform: uppercase;
  156. text-align: center;
  157. margin-left: -5px;
  158. margin-top: -5px;
  159. color: #FFF;
  160. }
  161.  
  162. .items li .title3 {
  163. width: 200px;
  164. height: auto;
  165. padding: 5px;
  166. background: #3D96B9;
  167. font-family: 'Dosis', sans-serif;
  168. line-height: 100%;
  169. font-size: 12px;
  170. letter-spacing: 2px;
  171. text-transform: uppercase;
  172. text-align: center;
  173. margin-left: -5px;
  174. margin-top: -5px;
  175. color: #FFF;
  176. }
  177.  
  178. .items li .border1 {
  179. margin-left: -5px;
  180. margin-top: 8px;
  181. position: relative;
  182. width: 200px;
  183. height: auto;
  184. padding: 5px;
  185. font-family: 'Dosis', sans-serif;
  186. line-height: 100%;
  187. font-size: 9px;
  188. letter-spacing: 2px;
  189. text-transform: uppercase;
  190. text-align: right;
  191. color: #FFF;
  192. background: #521515;
  193. }
  194.  
  195. .items li .border2 {
  196. margin-left: -5px;
  197. margin-top: 8px;
  198. position: relative;
  199. width: 200px;
  200. height: auto;
  201. padding: 5px;
  202. font-family: 'Dosis', sans-serif;
  203. line-height: 100%;
  204. font-size: 9px;
  205. letter-spacing: 2px;
  206. text-transform: uppercase;
  207. text-align: right;
  208. color: #FFF;
  209. background: #A6C4C5;
  210. }
  211.  
  212. .items li .border3 {
  213. margin-left: -5px;
  214. margin-top: 8px;
  215. position: relative;
  216. width: 200px;
  217. height: auto;
  218. padding: 5px;
  219. font-family: 'Dosis', sans-serif;
  220. line-height: 100%;
  221. font-size: 9px;
  222. letter-spacing: 2px;
  223. text-transform: uppercase;
  224. text-align: right;
  225. color: #FFF;
  226. background: #3D96B9;
  227. }
  228.  
  229. .container input.selector-type-all:checked ~ .items li,
  230. .container input.selector-type-1:checked ~ .items .item-type-1,
  231. .container input.selector-type-2:checked ~ .items .item-type-2,
  232. .container input.selector-type-3:checked ~ .items .item-type-3 {
  233. opacity: 1;
  234. }
  235.  
  236. .container input.selector-type-1:checked ~ .items li:not(.item-type-1),
  237. .container input.selector-type-2:checked ~ .items li:not(.item-type-2),
  238. .container input.selector-type-3:checked ~ .items li:not(.item-type-3) {
  239. opacity: 0.1;
  240. }
  241.  
  242. .container input.selector-type-1:checked ~ .items li:not(.item-type-1) span,
  243. .container input.selector-type-2:checked ~ .items li:not(.item-type-2) span,
  244. .container input.selector-type-3:checked ~ .items li:not(.item-type-3) span {
  245. display:none;
  246. }
  247.  
  248. .credits {position: fixed; padding: 5px; bottom: 5px; left: 0; z-index: 1000; font-size: 8px;}
  249. .credits a {color: #000;}
  250.  
  251. a.icon {
  252. margin: 12px;
  253. background-color: transparent;
  254. display: inline-block;
  255. position: relative;
  256. vertical-align: top;
  257. height: 46px;
  258. width: 46px;
  259. z-index: 9000;
  260. }
  261.  
  262. a.icon:after,
  263. a.icon:before {
  264. background: #fed;
  265. border: 3px solid #EEEEEE;
  266. content: '';
  267. position: absolute;
  268. }
  269.  
  270. a.icon:hover:after,
  271. a.icon:hover:before {
  272. border: 3px solid #F5F5F5;
  273. }
  274.  
  275. a.prev:after,
  276. a.prev:before {
  277. border-radius: 2px;
  278. height: 0;
  279. left: 15px;
  280. width: 32px;
  281. }
  282.  
  283. a.prev:after {
  284. bottom: 8px;
  285. -webkit-transform: rotate(45deg);
  286. -moz-transform: rotate(45deg);
  287. -o-transform: rotate(45deg);
  288. transform: rotate(45deg);
  289. }
  290.  
  291. a.prev:before {
  292. top: 8px;
  293. -webkit-transform: rotate(-45deg);
  294. -moz-transform: rotate(-45deg);
  295. -o-transform: rotate(-45deg);
  296. transform: rotate(-45deg);
  297. }
  298.  
  299. #pagel {
  300. position: fixed;
  301. left: 0;
  302. top: 40%;
  303. }
  304.  
  305. </style>
  306.  
  307. <body>
  308. <div id="pagel">
  309. <a class="prev icon" title="Back To Blog" href="/"></a>
  310. </div>
  311.  
  312. <div class="credits"><a href="http://nutty-themes.tumblr.com/" target="_blank">THEME BY PISTACHI-O</a></div>
  313.  
  314. <section class="container">
  315.  
  316. <input id="select-type-all" name="radio-set-1" type="radio" class="selector-type-all" checked="checked" />
  317. <label for="select-type-all" class="label-type-all">All</label>
  318.  
  319. <input id="select-type-1" name="radio-set-1" type="radio" class="selector-type-1" />
  320. <label for="select-type-1" class="label-type-1">Watching</label>
  321.  
  322. <input id="select-type-2" name="radio-set-1" type="radio" class="selector-type-2" />
  323. <label for="select-type-2" class="label-type-2">On Hiatus/To Watch</label>
  324.  
  325. <input id="select-type-3" name="radio-set-1" type="radio" class="selector-type-3" />
  326. <label for="select-type-3" class="label-type-3">Completed Series</label>
  327.  
  328.  
  329. <ul class="items">
  330.  
  331. <!-- Label 1 (Currently Watching) -->
  332. <li class="item-type-1">
  333. <div class="title1"><a href="/tagged/">Title (1)</a></div> <!-- Name of Show -->
  334. <img src="http://i.imgur.com/5LxbB.jpg" /> <!-- Image URL -->
  335. <div class="border1">Progess</div>
  336. </li>
  337.  
  338. <!-- Label 2 (On Hiatus) -->
  339. <li class="item-type-2">
  340. <div class="title2"><a href="/tagged/">Title (To Be Aired)</a></div> <!-- Name of Show -->
  341. <img src="http://i.imgur.com/LGkxT.jpg" /> <!-- Image URL -->
  342. <div class="border2">Progess</div>
  343. </li>
  344.  
  345. <!-- Label 3 (Completed) -->
  346. <li class="item-type-3">
  347. <div class="title3"><a href="/tagged/">Title (Alphas)</a></div> <!-- Name of Show -->
  348. <img src="http://i.imgur.com/5kB3V.jpg" /> <!-- Image URL -->
  349. <div class="border3">Progess</div>
  350. </li>
  351.  
  352.  
  353. </ul>
  354. </section>
  355.  
  356.  
  357.  
  358. </body>
  359.  
  360. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement