Advertisement
crimical

P4 -- index

Jan 7th, 2015
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- PAGE 4 BY CRIMICAL; INDEX
  5.  
  6. DO NOT CLAIM AS YOUR OWN, DO NOT REMOVE CREDIT
  7. thank you for using my theme :)
  8.  
  9. -->
  10.  
  11. <title>{Title} &mdash; tv index</title>
  12.  
  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=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  17.  
  18. <style type="text/css">
  19.  
  20. /* basic */
  21.  
  22. body{
  23. margin:0px;
  24. padding:0px;
  25. background-color:white;
  26. color:#222;
  27. font-family:'inconsolata';
  28. font-size:10px;
  29. line-height:170%;
  30. text-align:center;
  31. }
  32.  
  33. a{
  34. text-decoration:none;
  35. color:#222;
  36. -webkit-transition:0.7s ease-in-out;
  37. }
  38.  
  39. a:hover{ color:#333; }
  40.  
  41. u{ border-bottom:1px solid; text-decoration:none; }
  42.  
  43. #side{
  44. position:fixed;
  45. width:220px;
  46. margin:150px 0 0 150px;
  47. }
  48.  
  49. h1{
  50. text-align:center;
  51. text-transform:uppercase;
  52. border-bottom:1px solid #333;
  53. padding-bottom:10px;
  54. }
  55.  
  56. .progress{ margin:45px auto 0; width:200px; text-transform:uppercase; }
  57.  
  58. .progress u{ font-size:9px; }
  59.  
  60. .progress table{ height:10px; margin-bottom:10px; }
  61.  
  62. .progress table td:nth-of-type(1){
  63. background:#367987;
  64. }
  65.  
  66. .progress table td:nth-of-type(2){
  67. background:#f2f2f2;
  68. }
  69.  
  70. #index{
  71. width:450px;
  72. margin:80px 0 100px 550px;
  73. }
  74.  
  75. h2{
  76. font-weight:normal;
  77. margin-bottom:20px;
  78. margin-top:80px;
  79. text-transform:uppercase;
  80. text-align:center;
  81. }
  82.  
  83. h2:nth-of-type(1){ margin-top:50px; }
  84.  
  85. table.month{ width:450px; }
  86.  
  87. table.month tr{
  88. margin-bottom:2px;
  89. border-bottom:1px solid #f2f2f2;
  90. }
  91.  
  92. table.month tr:nth-of-type(1){
  93. font-weight:bold;
  94. text-transform:uppercase;
  95. }
  96.  
  97. table.month td:nth-of-type(1){
  98. width:100px;
  99. text-align:right;
  100. background:#f7f7f7;
  101. padding:3px 10px 3px 0;
  102. }
  103.  
  104. table.month td:nth-of-type(2){
  105. width:125px;
  106. text-align:left;
  107. padding:3px 0 3px 10px;
  108. }
  109.  
  110. table.month td:nth-of-type(3){
  111. width:225px;
  112. text-align:left;
  113. }
  114.  
  115. table.month img{
  116. display:inline-block;
  117. margin-top:-1px;
  118. margin-left:5px;
  119. }
  120.  
  121. .credit{
  122. position:fixed;
  123. bottom:20px;
  124. right:20px;
  125. }
  126.  
  127. .credit a{
  128. border:1px solid #f4f4f4;
  129. padding:5px;
  130. height:10px;
  131. width:10px;
  132. text-transform:uppercase;
  133. font-size:8px;
  134. font-family:arial;
  135. color:gray;
  136. }
  137.  
  138. </style>
  139. </head>
  140.  
  141. <body>
  142.  
  143. <div class="credit">
  144. <a href="http://crimicalthemes.tumblr.com/">cr</a>
  145. </div>
  146.  
  147. <p style="text-align:left; margin:0"><a style="font-size:9px; padding:3px 0 0 5px; opacity:.6; text-transform:uppercase;" href="/">home</a></p>
  148.  
  149.  
  150. <div id="side"> <!-- sidebar -->
  151. <h1>tv index</h1>
  152.  
  153. <div class="progress">
  154.  
  155.  
  156. <p><u> currently watching </u></p>
  157.  
  158. show
  159. <!-- progress table -->
  160. <table>
  161. <tr title="1 episode of 12">
  162. <td width="16px"> </td>
  163. <td width="184px"> </td>
  164. </tr>
  165. </table>
  166.  
  167.  
  168. <p><u> airing </u></p>
  169.  
  170. show (day of week and/or station)<br>
  171. show (day of week and/or station)
  172.  
  173.  
  174. <p style="margin-top:10px"><u> on hiatus </u></p>
  175.  
  176. RETURN DATE &ndash; show<br>
  177. RETURN DATE &ndash; show
  178.  
  179. </div>
  180. </div>
  181.  
  182. <div id="index">
  183.  
  184. <!-- beginning first month -->
  185.  
  186. <h2> january </h2>
  187.  
  188. <table class="month">
  189. <tr> <!-- header line, do not delete -->
  190. <td> day </td>
  191. <td> series </td>
  192. <td> </td>
  193. </tr>
  194.  
  195. <tr>
  196. <td> 01 </td> <!-- day -->
  197. <td> Example </td> <!-- show -->
  198. <td> 1.01 Pilot </td> <!-- episode title -->
  199. </tr>
  200. <tr>
  201. <td> 02 </td> <!-- day -->
  202. <td> Example </td> <!-- show -->
  203. <td> 1.01 Pilot </td> <!-- episode title -->
  204. </tr>
  205. <tr>
  206. <td> 03 </td>
  207. <td> Example <br>
  208. Example </td>
  209. <td> 1.01 Pilot <br>
  210. 1.02 Second </td>
  211. </tr>
  212. </table>
  213.  
  214. <!-- end first month -->
  215.  
  216. </div>
  217. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement