Advertisement
pistachi-o

tv schedule

May 27th, 2012
8,039
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 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. <!--
  6. tv schedule table by pistachi-o.tumblr.com
  7. please don't remove the credit and claim it as your own
  8. -->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <meta name="description" content="" />
  17.  
  18. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  19.  
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
  22. <script type="text/javascript">
  23. WebFontConfig = {
  24. google: { families: [ 'News+Cycle::latin' ] }
  25. };
  26. (function() {
  27. var wf = document.createElement('script');
  28. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  29. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  30. wf.type = 'text/javascript';
  31. wf.async = 'true';
  32. var s = document.getElementsByTagName('script')[0];
  33. s.parentNode.insertBefore(wf, s);
  34. })(); </script>
  35.  
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  38. <script type="text/javascript">
  39. WebFontConfig = {
  40. google: { families: [ 'Dosis::latin' ] }
  41. };
  42. (function() {
  43. var wf = document.createElement('script');
  44. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  45. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  46. wf.type = 'text/javascript';
  47. wf.async = 'true';
  48. var s = document.getElementsByTagName('script')[0];
  49. s.parentNode.insertBefore(wf, s);
  50. })(); </script>
  51.  
  52. <style type="text/css">
  53.  
  54. body {
  55. background-color: #FFFFFF;
  56. color: #696866;
  57. font-family: 'News Cycle', sans-serif;
  58. font-size: 10px;
  59. text-align: center;
  60. line-height: 100%;
  61. }
  62.  
  63. a:link, a:active, a:visited {
  64. color: #033649;
  65. text-decoration: none;
  66. }
  67.  
  68. a:hover {
  69. color: #9ABFC8;
  70. text-decoration: none;
  71. }
  72.  
  73.  
  74. .container {
  75. width: 1070px;
  76. margin: 10px auto;
  77. position: relative;
  78. text-align: center;
  79. }
  80.  
  81. #daycl {
  82. float: left;
  83. width: 130px;
  84. padding: 10px;
  85. margin: -10px 2px 0px 0px;
  86. height: 100%;
  87. background: #F5f5f5;
  88. display: block;
  89. }
  90.  
  91. #daycl .title {
  92. font-family: 'Dosis', serif;
  93. font-size: 13px;
  94. letter-spacing: 2px;
  95. width: 130px;
  96. padding: 10px;
  97. color: #000;
  98. background: #FAFAFA;
  99. margin: 4px 0px 4px -10px;
  100. text-transform: uppercase;
  101. }
  102.  
  103. #daycl .one {
  104. color: #696866;
  105. display: block;
  106. font-size: 10px;
  107. width: 130px;
  108. padding: 3px 0px;
  109. margin-bottom: 2px;
  110. tet-align: center;
  111. background-color: #E4E8E9;
  112. text-transform: uppercase;
  113. }
  114.  
  115. #daycl .two {
  116. color: #d9d9d9;
  117. display: block;
  118. font-size: 10px;
  119. width: 130px;
  120. padding: 3px 0px;
  121. margin-bottom: 2px;
  122. tet-align: center;
  123. background: rgba (0, 0, 0, 0.7);
  124. text-transform: uppercase;
  125. }
  126.  
  127. .credits {
  128. position: fixed;
  129. padding: 5px;
  130. bottom: 5px;
  131. left: 0;
  132. margin-left: 5px;
  133. z-index: 1000;
  134. text-transform: uppercase;
  135. font-size: 8px;
  136. }
  137.  
  138. @import url(http://fonts.googleapis.com/css?family=News+Cycle);
  139. @import url(http://fonts.googleapis.com/css?family=Dosis);
  140.  
  141.  
  142. </style>
  143.  
  144. <body>
  145. <div class="credits"><a href="http://nutty-themes.tumblr.com/" target="_blank">THEME BY PISTACHI-O</a></div>
  146.  
  147. <div class="container">
  148.  
  149. <div id="daycl">
  150. <div class="title" style="background:#E4E8E9";>Summer TV</div>
  151. <a class="two" href="/">Confirmed Fall TV Schedule</a>
  152. </div>
  153.  
  154.  
  155. <div id="daycl">
  156. <div class="title">Sunday</div>
  157. <a class="one" href="/">Title</a>
  158. <a class="two" href="/">Title</a>
  159. </div>
  160.  
  161.  
  162. <div id="daycl">
  163. <div class="title">Monday</div>
  164. <a class="one" href="/">Title</a>
  165. <a class="two" href="/">Title</a>
  166. </div>
  167.  
  168.  
  169. <div id="daycl">
  170. <div class="title">Tuesday</div>
  171. <a class="one" href="/">Title</a>
  172. <a class="two" href="/">Title</a>
  173. </div>
  174.  
  175.  
  176. <div id="daycl">
  177. <div class="title">Wednesday</div>
  178. <a class="one" href="/">Title</a>
  179. <a class="two" href="/">Title</a>
  180. </div>
  181.  
  182.  
  183. <div id="daycl">
  184. <div class="title">Thursday</div>
  185. <a class="one" href="/">Title</a>
  186. <a class="two" href="/">Title</a>
  187. </div>
  188.  
  189.  
  190. <div id="daycl">
  191. <div class="title">Friday</div>
  192. <a class="one" href="/">Title</a>
  193. <a class="two" href="/">Title</a>
  194. </div>
  195.  
  196.  
  197.  
  198. </div>
  199.  
  200.  
  201.  
  202.  
  203.  
  204. </body>
  205.  
  206. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement