Advertisement
tayjardinerph

Theme 16: I'm Waking Up

Apr 14th, 2013
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.94 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3. <!-- Theme #16 by kongersthemes/leiratherph (previously known as tayjardinerph) on Tumblr.
  4. If you have any problems with the theme, don't hesitate to ask and I will do my best to help you.
  5.  
  6. Rules:
  7. 1.DO NOT REMOVE THIS CREDIT, and do not remove the credit in the sidebar. Do not move it to a credit page, just leave it where it is.
  8. 2.DO NOT steal any of my code. If a teenage girl can teach herself html, I'm pretty sure that anyone else can.
  9. 3. DO NOT use this as a base theme. You can edit it as much as you want, but don't remove the credit or redistribute the edited version.
  10. -->
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <title>{Title}</title>
  17. <meta name="color:Background" content="#000000" />
  18. <meta name="color:Sidebar" content="#121534" />
  19. <meta name="color:Sidebar Text" content="#ffffff" />
  20. <meta name="color:Sidebar Links" content="#263789" />
  21. <meta name="color:Sidebar Links Hover" content="#273646" />
  22. <meta name="color:Text" content="#000000" />
  23. <meta name="color:Posts" content="#efefef" />
  24. <meta name="color:Links" content="#3c648b" />
  25. <meta name="color:Links Hover" content="#273646" />
  26. <meta name="color:Title" content="#695473" />
  27. <meta name="color:Scrollbar" content="#7978ba" />
  28. <meta name="color:Scrollbar Background" content="#000000" />
  29. <meta name="color:Ask Background" content="#87778f" />
  30. <meta name="font:Body" content="Georgia" />
  31. <meta name="image:Background" content="" />
  32. <meta name="image:Sidebar" content="http://static.tumblr.com/a4cf691e8487003406c28515d685faaf/tsk5yze/WbYmgw7jp/tumblr_static_alexandra_daddario.gif" />
  33. <meta name="text:Asker" content="enquired:" />
  34. <meta name="text:Link1Title" content="Link1" />
  35. <meta name="text:Link1URL" content="/" />
  36. <meta name="text:Link2Title" content="Link2" />
  37. <meta name="text:Link2URL" content="/" />
  38. <meta name="text:Link3Title" content="Link3" />
  39. <meta name="text:Link3URL" content="" />
  40. <meta name="text:Link4Title" content="Link4" />
  41. <meta name="text:Link4URL" content="/" />
  42. <meta name="text:Link5Title" content="Link5" />
  43. <meta name="text:Link5URL" content="/" />
  44. <meta name="text:Link6Title" content="Link6" />
  45. <meta name="text:Link6URL" content="/" />
  46. <head>
  47. <style type="text/css">
  48. body {
  49. background-color: {color:Background};
  50. background-image: url({image:Background});
  51. background-attachment: fixed;
  52. background-repeat: repeat;
  53. background-position: top left;
  54. font: 13px normal {font:Body};
  55. color: {color:Text};
  56. margin: 0;
  57. word-wrap: break-word;
  58. }
  59. a {
  60. color: {color:Links};
  61. text-decoration: none;
  62. -webkit-transition: all 0.8s ease;
  63. -moz-transition: all 0.8s ease;
  64. -o-transition: all 0.8s ease;
  65. }
  66. a:hover {
  67. text-decoration: underline;
  68. color: {color:Links Hover};
  69. -webkit-transition: all 0.8s ease;
  70. -moz-transition: all 0.8s ease;
  71. -o-transition: all 0.8s ease;
  72. }
  73. #title {
  74. }
  75. #sidebar {
  76. background-color: {color:Sidebar};
  77. position: fixed;
  78. top: 60px;
  79. left: 650px;
  80. width: 258px;
  81. }
  82. #sidebar .title {
  83. font: 20px normal 'Lobster',cursive;
  84. text-align: center;
  85. padding: 10px;
  86. }
  87. #sidebar .title a {
  88. color: {color:Title};
  89. text-decoration: none;
  90. -webkit-transition: all 0.8s ease;
  91. -moz-transition: all 0.8s ease;
  92. -o-transition: all 0.8s ease;
  93. }
  94. #sidebar .title a:hover {
  95. color: {color:Text};
  96. -webkit-transition: all 0.8s ease;
  97. -moz-transition: all 0.8s ease;
  98. -o-transition: all 0.8s ease;
  99. }
  100. #sidebar .image {
  101. width: 215px;
  102. height: auto;
  103. margin-top: 10px;
  104. }
  105. #sidebar .description {
  106. color: {color:Sidebar Text};
  107. text-align: center;
  108. padding: 10px;
  109. line-height: 100%;
  110. font: 11px normal {font:Body};
  111. }
  112. #sidebar .description a {
  113. color: {color:Links};
  114. text-decoration: none;
  115. -webkit-transition: all 0.8s ease;
  116. -moz-transition: all 0.8s ease;
  117. -o-transition: all 0.8s ease;
  118. }
  119. #sidebar .description a:hover {
  120. color: {color:Text};
  121. text-decoration: underline;
  122. -webkit-transition: all 0.8s ease;
  123. -moz-transition: all 0.8s ease;
  124. -o-transition: all 0.8s ease;
  125. }
  126. #sidebar .links {
  127. background-color: {color:Sidebar Links};
  128. color: {color:Posts};
  129. font-size: 9px;
  130. text-align: center;
  131. padding: 3px 5px;
  132. margin: 2px 2px 2px 2px;
  133. float: left;
  134. width: 115px;
  135. -webkit-transition: all 0.8s ease;
  136. -moz-transition: all 0.8s ease;
  137. -o-transition: all 0.8s ease;
  138. }
  139. #sidebar .links a {
  140. text-decoration: none;
  141. color: {color:Posts};
  142. -webkit-transition: all 0.8s ease;
  143. -moz-transition: all 0.8s ease;
  144. -o-transition: all 0.8s ease;
  145. }
  146. #sidebar .links:hover {
  147. background-color: {color:Sidebar Links Hover};
  148. color: {color:Posts};
  149. -webkit-transition: all 0.8s ease;
  150. -moz-transition: all 0.8s ease;
  151. -o-transition: all 0.8s ease;
  152. }
  153. #sidebar .credit {
  154. background-color: {color:Sidebar Links};
  155. color: {color:Posts};
  156. font-size: 9px;
  157. text-align: center;
  158. padding: 3px 5px;
  159. width: 244px;
  160. margin-top: 48px;
  161. margin-left: 2px;
  162. -webkit-transition: all 0.8s ease;
  163. -moz-transition: all 0.8s ease;
  164. -o-transition: all 0.8s ease;
  165. }
  166. #sidebar .credit a {
  167. text-decoration: none;
  168. color: {color:Posts};
  169. -webkit-transition: all 0.8s ease;
  170. -moz-transition: all 0.8s ease;
  171. -o-transition: all 0.8s ease;
  172. }
  173. #sidebar .credit:hover {
  174. background-color: {color:Sidebar Links Hover};
  175. color: {color:Posts};
  176. -webkit-transition: all 0.8s ease;
  177. -moz-transition: all 0.8s ease;
  178. -o-transition: all 0.8s ease;
  179. }
  180. #sidebar .pagination {
  181. width: 260px;
  182. text-align: center;
  183. padding: 3px 0;
  184. margin-top: -15px;
  185. }
  186. #sidebar .pagination a {
  187. color: {color:Links}
  188. text-decoration: none;
  189. font-size: 50px;
  190. -webkit-transition: all 0.8s ease;
  191. -moz-transition: all 0.8s ease;
  192. -o-transition: all 0.8s ease;
  193. }
  194. #sidebar .pagination a:hover {
  195. color: {color:Sidebar Text};
  196. text-decoration: none;
  197. -webkit-transition: all 0.8s ease;
  198. -moz-transition: all 0.8s ease;
  199. -o-transition: all 0.8s ease;
  200. }
  201. #content {
  202. width: 560px;
  203. background-color: transparent;
  204. margin: 0 60px 0 20px;
  205. padding: 20px 0;
  206. color: {color:Text};
  207. }
  208. #content a {
  209. color: {color:Links};
  210. text-decoration: none;
  211. -webkit-transition: all 0.8s ease;
  212. -moz-transition: all 0.8s ease;
  213. -o-transition: all 0.8s ease;
  214. }
  215. #content a:hover {
  216. text-decoration: underline;
  217. color: {color:Links Hover};
  218. -webkit-transition: all 0.8s ease;
  219. -moz-transition: all 0.8s ease;
  220. -o-transition: all 0.8s ease;
  221. }
  222. #content blockquote {
  223. border-left: solid 3px {color:Text};
  224. margin: 0;
  225. padding-left: 10px;
  226. }
  227. #img {
  228. border: 0px;
  229. max-width:100%;
  230. }
  231. #posts {
  232. background-color: {color:Posts};
  233. width: 500px;
  234. margin: 0 auto 10px;
  235. padding: 10px;
  236. }
  237. #content #posts .title {
  238. font-size: 22px;
  239. font-family: "Lobster", cursive;
  240. }
  241.  
  242. #content #posts .text {
  243. font-size:11px;
  244. }
  245. #content #posts #permalink {
  246. font-size: 9px;
  247. margin-top:6px;
  248. }
  249. #content #posts #tags {
  250. font-size: 9px;
  251. }
  252. #content #notecontainer {
  253. margin: 20px auto;
  254. width: 500px;
  255. font-size: 11px;
  256. }
  257. #content #notecontainer ol.notes {
  258. list-style-type: none;
  259. margin: 0;
  260. padding: 0;
  261. color: {color:Posts};
  262. }
  263. #content #notecontainer img.avatar {
  264. margin-right: 10px;
  265. width: 16px;
  266. height: 16px;
  267. }
  268. #content #posts .ask {
  269. width: 454px;
  270. background-color: {color:Ask Background};
  271. color: {color:Text};
  272. text-align: center;
  273. font: 11px normal {font:Body};
  274. margin-left: 12px;
  275. padding: 10px;
  276. }
  277. #content #posts .quote {
  278. width: 454px;
  279. background-color: {color:Ask Background};
  280. color: {color:Text};
  281. text-align: center;
  282. font: 15px normal 'Lobster',cursive;
  283. margin-left: 12px;
  284. padding: 10px;
  285. }
  286. #content #posts .audio {
  287. font-size: 12px;
  288. margin-top: -55px;
  289. margin-left: 55px;
  290. }
  291. #content #posts .album {
  292. margin-left: -55px;
  293. }
  294. ::-webkit-scrollbar-thumb:vertical {
  295. background-color: {color:Scrollbar};
  296. height: 50px;
  297. }
  298. ::-webkit-scrollbar-thumb:horizontal {
  299. background-color: {color:Scrollbar};
  300. height: 50px;
  301. }
  302. ::-webkit-scrollbar {
  303. height: 10px;
  304. width: 10px;
  305. background-color: {color:Scrollbar Background};
  306. }
  307. iframe#tumblr_controls {
  308. top: 0% !important;
  309. right:0% !important;
  310. position: fixed !important;
  311. }
  312. #scrollToTop:link, #scrollToTop:visited {
  313. color: transparent;
  314. background-color: transparent;
  315. display: none;
  316. position: fixed;
  317. top: 5px;
  318. left: 701px;
  319. font-family: 'Loved by the King', cursive;;
  320. font-size: 30px;
  321. color: {color:Text};
  322. background-color: {color:Posts};
  323. float: left;
  324. text-decoration: none;
  325. -webkit-transition: all 0.8s ease;
  326. -moz-transition: all 0.8s ease;
  327. -o-transition: all 0.8s ease;
  328. }
  329. </style>
  330.  
  331. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  332. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  333. <a href="javascript:;" id="scrollToTop">Back to the top!</a>
  334.  
  335. </head>
  336. <body>
  337.  
  338.  
  339. <div id="sidebar"><div class="title"><a href="/">{Title}</a></div>
  340. <div class="links"><a href="/">Home</a></div>
  341. <a href="/ask"><div class="links">Ask</div></a>
  342. <a href="/submit"> <div class="links">Submit</div></a>
  343. <div class="links"><a href="/archive">Archive</a></div>
  344. <div class="credit"><a href="http://kongersthemes.tumblr.com/" target="_blank">Theme</a></div>
  345.  
  346. {block:IfLink1URL}<select style="width: 254px; border: 0px solid; padding: 3px; color: {color:Posts}; background-color: {color:Sidebar Links}; font-family: georgia; text-transform: uppercase; font-size: 9px; letter-spacing: 1px; margin-left: 2px; margin-top: 4px;" onchange="location.href=this.options[this.selectedIndex].value;">
  347. <option value="#">NAVIGATION</option>
  348. <option value="{text:Link1URL}">{text:Link1Title}</option>{/block:IfLink1URL}
  349. {block:IfLink2URL}<option value="{text:Link2URL}">{text:Link2Title}</option>{/block:IfLink2URL}
  350. {block:IfLink3URL}<option value="{text:Link3URL}">{text:Link3Title}</option>{/block:IfLink3URL}
  351. {block:IfLink4URL}<option value="{text:Link4URL}">{text:Link4Title}</option>{/block:IfLink4URL}
  352. {block:IfLink5URL}<option value="{text:Link5URL}">{text:Link5Title}</option>{/block:IfLink5URL}
  353. {block:IfLink6URL}<option value="{text:Link6URL}">{text:Link6Title}</option>{/block:IfLink6URL}
  354. </select>
  355. <center><img class="image" src="{image:Sidebar}" /></center>
  356. <div class="description">{Description}</div>
  357. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}</div>
  358. </div>
  359.  
  360. <div id="content">
  361. {block:Posts}
  362. <div id="posts">
  363.  
  364. {block:Photo}
  365. <center>{LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}</center>
  366. <div class="text">{block:Caption}{Caption}{/block:Caption}</div>
  367. {/block:Photo}</center>
  368.  
  369. {block:Video}
  370. <center>{Video-500}</center>
  371. <div class="text">{block:Caption}{Caption}{/block:Caption}</div>
  372. {/block:Video}
  373.  
  374. {block:Audio}
  375. <img width="50px" src="http://media.tumblr.com/tumblr_m8qh5004U51r8ftsb.png">
  376. {block:AlbumArt}<img class="album" width="50px" src="{AlbumArtURL}" />{/block:AlbumArt}
  377. <div class="audio">{block:Artist}
  378. <strong>Artist:</strong> {Artist}{/block:Artist}<br />{block:Album}<strong>Album:</strong> {Album}{/block:Album}<br /> <strong>Played:</strong> {PlayCountWithLabel}.</div><br />
  379. {AudioPlayerBlack}
  380. <div class="text">{block:Caption}{Caption}{/block:Caption}</div>
  381. {/block:Audio}
  382.  
  383. {block:Quote}
  384. <div class="quote">“{Quote}”</div>
  385. {block:Source}<br /><div class="text">— {Source}</div>{/block:Source}
  386. {/block:Quote}
  387.  
  388. {block:Chat}
  389. {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  390. <div class="text">{block:Lines}
  391. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br/>
  392. {/block:Lines}</div>
  393. {/block:Chat}
  394.  
  395. {block:Link}
  396. <div class="title"><a href="{URL}">{Name}</a></div>
  397. <div class="text">{block:Description}{Description}{/block:Description}</div>
  398. {/block:Link}
  399.  
  400. {block:Text}
  401. {block:Title}<div class="title">{Title}</div>{/block:Title}
  402. <div class="text">{Body}</div>
  403. {/block:Text}
  404.  
  405. {block:Answer}
  406. <div class="text">{Asker} &darr; <br /><br /></div>
  407. <div class="ask">{Question}</div>
  408. <div class="text">{Answer}</div>
  409. {/block:Answer}
  410.  
  411. <div id="permalink">
  412. {block:Date}Posted <a href="{Permalink}">{TimeAgo}{/block:Date}
  413. {block:NoteCount}</a> with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}
  414. </a>
  415. </div>
  416. {block:HasTags}<div id="tags">
  417. {block:Tags}
  418. <a href="{TagURL}">#{Tag}</a>
  419. {/block:Tags}
  420. </div>
  421. {/block:HasTags}
  422. </div>
  423. {block:PostNotes}
  424. <div id="notecontainer">{PostNotes}</div>
  425. {/block:PostNotes}
  426. {/block:Posts}
  427. </div>
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement