hoopers

Highlighted Textbook

Jan 3rd, 2015
898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. <!-- Hello! this is a theme by waifu5.tumblr.com made possible by using a basecode provided by themesbyzsu.tumblr.com/hardziam. I would like to thank them for this base code! Also please don't steal or take any parts of this code!
  2. Thanks again,
  3. waifu5// liss -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  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="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15.  
  16. <meta name="color:Background" content="#fff" />
  17. <meta name="color:Body" content="#333" />
  18. <meta name="color:Link" content="#8d8c8d" />
  19. <meta name="text:Link1" content="link" />
  20. <meta name="text:Link1 URL" content="/" />
  21. <meta name="text:Link2" content="link" />
  22. <meta name="text:Link2 URL" content="/" />
  23. <meta name="text:Link3" content="link" />
  24. <meta name="text:Link3 URL" content="/" />
  25. <meta name="text:Link4" content="link" />
  26. <meta name="text:Link4 URL" content="/" />
  27. <script language=”JavaScript” src=”http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js” type=”text/JavaScript”></script>
  28.  
  29. <style>
  30. div#qTip {
  31. padding:5px;
  32. display: none;
  33. text-align: center;
  34. position: absolute;
  35. font-size:8px;
  36. margin-left:10px;
  37. z-index: 1000;
  38. color:#000;
  39. }
  40. </style>
  41.  
  42. <style type="text/css">
  43. @font-face {font-family: Old Style; src:url(http://static.tumblr.com/qlqlqm0/ZiBn90yr0/oldsh____1_.ttf)}
  44. body {
  45. background: {color:Background};
  46. position:absolute;
  47. font-size:13px;
  48. letter-spacing:1px;
  49. font-family:Palatino, serif;
  50. color:black;
  51.  
  52. }
  53.  
  54. blockquote {
  55. padding:5px;
  56. padding-left:10px;
  57. text-align: justify;
  58. }
  59.  
  60. blockquote img {
  61. max-width: 100%;
  62. display: block;
  63. margin-bottom: 5px;
  64. }
  65.  
  66. blockquote blockquote {
  67. margin: 10px;
  68. padding: 10px;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. color:{color:Link};
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;
  78. }
  79.  
  80. a:hover {
  81. color:black;
  82. background-color:yellow;
  83. -webkit-transition: all 0.5s ease-in-out;
  84. -moz-transition: all 0.5s ease-in-out;
  85. -o-transition: all 0.5s ease-in-out;
  86. }
  87.  
  88. h1 {
  89. font-family:times;
  90. text-align:center;
  91. }
  92.  
  93. h2 {
  94. font-family:times;
  95. text-transform:lowercase;
  96. padding:5px;
  97. color:{color:Link};
  98. }
  99.  
  100. #title {
  101. color:black;
  102. text-align:right;
  103. font-family: times;
  104. }
  105. #title a {
  106. color:{color:Body};
  107. font-size:17px;
  108. font-family:times;
  109. text-decoration:none;
  110. -webkit-transition: all 0.3s ease-in-out;
  111. -moz-transition: all 0.3s ease-in-out;
  112. -o-transition: all 0.3s ease-in-out;
  113. }
  114. #title a:hover {
  115. color:black;
  116. padding:3px;
  117. -webkit-transition: all 0.3s ease-in-out;
  118. -moz-transition: all 0.3s ease-in-out;
  119. -o-transition: all 0.3s ease-in-out;
  120. }
  121. #sidebar {
  122. position:fixed;
  123. top:200px;
  124. left:150px;
  125. width:250px;
  126. padding:5px;
  127. }
  128.  
  129.  
  130. #description {
  131. padding:10px;
  132. color:{color:Description};
  133. font-family:times;
  134. font-size:11px;
  135. text-align:left;
  136. font-family:;
  137. }
  138.  
  139. #pagination {
  140. background:black;
  141. color:white;
  142. }
  143.  
  144. #links {
  145. text-align:right; }
  146.  
  147.  
  148. #links a{
  149. display:inline-block;
  150. font-family:times;
  151. font-size:10px;
  152. padding:2px;
  153. color:{color:Link};
  154. -webkit-transition: all 0.2s ease-in-out;
  155. -moz-transition: all 0.2s ease-in-out;
  156. -o-transition: all 0.2s ease-in-out;
  157. }
  158.  
  159. #links a:hover{
  160. color:black;
  161. padding:2px;
  162. -webkit-transition: all 0.5s ease-in-out;
  163. -moz-transition: all 0.5s ease-in-out;
  164. -o-transition: all 0.5s ease-in-out;
  165. }
  166.  
  167.  
  168. #entries {
  169. font-size:10px;
  170. margin-left: 500px;
  171. margin-top:40px;
  172. float: right;
  173. text-align: justify;
  174. }
  175.  
  176. #post {
  177. font-size:10px;
  178. padding: 55px;
  179. margin-bottom:30px;
  180. width: 400px;
  181. color:{color:Body};
  182. text-align: left;
  183. overflow:hidden;
  184. }
  185.  
  186. #info {
  187. padding: 10px;
  188. text-align:center;
  189. }
  190.  
  191. #credit a{
  192. position:fixed;
  193. right:3px;
  194. bottom:3px;
  195. padding:4px;
  196. font-size:11px;
  197. font-family:times;
  198. color:black;
  199. -moz-transition-duration:.5s;
  200. -webkit-transition-duration:.5s;
  201. -o-transition-duration:.5s;
  202. }
  203.  
  204. #credit a:hover {
  205. color:black;
  206.  
  207. -moz-transition-duration:.5s;
  208. -webkit-transition-duration:.5s;
  209. -o-transition-duration:.5s;
  210. }
  211.  
  212.  
  213. </style>
  214. <style type="text/css">{CustomCSS}</style>
  215. </head>
  216.  
  217. <body>
  218. <div id="sidebar">
  219. <div id="title"><a href="/">{title}</a></div>
  220. <div id="links">
  221. <div id="links">
  222. <a href="{text:Link1 URL}">{text:Link1}</a>
  223. <a href="{text:Link2 URL}">{text:Link2}</a>
  224. <a href="{text:Link3 URL}">{text:Link3}</a>
  225. <a href="{text:Link4 URL}">{text:Link4}</a>
  226. </div>
  227. </div>
  228.  
  229. <div id="description">
  230. {block:Description}{Description}{/block:Description}
  231. </div>
  232. <center>
  233. {block:PreviousPage}<a href="{PreviousPage}">↩</a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">↪</a>{/block:NextPage}</center>
  234.  
  235. </div>
  236.  
  237.  
  238. <div id="entries">
  239. {block:Posts}
  240. <div id="post">
  241.  
  242. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  243.  
  244. {block:Quote}<h3>“{Quote}” </h3>
  245. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  246.  
  247. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  248. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  249.  
  250. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  251. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  252.  
  253. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  254. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  255.  
  256.  
  257.  
  258.  
  259. {block:Audio}
  260. {block:AudioPlayer}
  261. {AudioPlayerblack}
  262. {/block:AudioPlayer}
  263. {block:AlbumArt}
  264. <img src="{AlbumArtURL}" width="100px"/>
  265. {/block:AlbumArt}
  266. <br>
  267. {block:TrackName}Track: {TrackName}{/block:TrackName}<br>
  268. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  269. {block:Album}Album: {Album}{/block:Album}<br>
  270. {block:Playcount}Play count: {FormattedPlayCount}{/block:Playcount}
  271. {block:Caption}{Caption}{/block:Caption}
  272. {/block:Audio}
  273.  
  274. {block:Answer}
  275. <img src="{AskerPortraitURL-30}">
  276. {Asker} asked: {Question}<br>
  277. {Answer}{/block:Answer}
  278.  
  279.  
  280.  
  281. <div id="info">
  282. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  283. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}){/block:RebloggedFrom}<br>
  284. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  285.  
  286. </div>
  287. {/block:Posts}
  288.  
  289. {block:PostNotes}{PostNotes}{/block:PostNotes}
  290.  
  291. </div>
  292.  
  293.  
  294.  
  295. <!----- put in your url here! ---->
  296. <div id="credit"><a href="http://voeid.tumblr.com">waifu5</a></div>
  297. </body>
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment