Advertisement
jodiedamarell

theme six - cough syrup

Jan 15th, 2015
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. <!--
  2.  
  3. JAXCKSONTELLER - THEME #6
  4. "Cough Syrup"
  5.  
  6.  
  7. You can edit this theme as much as you like, so long as you keep the credit intact and don't edit, and then redistribute the theme for your own. The credit must remain where it is.
  8.  
  9. -->
  10.  
  11. <head>
  12.  
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#000"/>
  20. <meta name="color:sidebar" content="#aaa"/>
  21. <meta name="color:link" content="#888"/>
  22. <meta name="color:link hover" content="#b8b8b8"/>
  23. <meta name="color:navback" content="#ffffff"/>
  24. <meta name="color:navhover" content="#aaaaaa"/>
  25. <meta name="color:navtext" content="#000000"/>
  26. <meta name="color:ntexthover" content="#000000"/>
  27. <meta name="color:scrollbar" content="#888" />
  28. <meta name="color:borders" content="#333333"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <meta name="text:Link1 Label" content="Link One" />
  33. <meta name="text:Link1 URL" content="/" />
  34. <meta name="text:Link2 Label" content="Link Two" />
  35. <meta name="text:Link2 URL" content="/" />
  36. <meta name="text:Link3 Label" content="Link Three" />
  37. <meta name="text:Link3 URL" content="/" />
  38. <meta name="text:Link4 Label" content="Link Four" />
  39. <meta name="text:Link4 URL" content="/" />
  40. <meta name="text:Link5 Label" content="Link Five" />
  41. <meta name="text:Link5 URL" content="/" />
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar{height: 5px; width: 7px; -webkit-border-radius: 0px; background-color:transparent;}
  52.  
  53. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  54. ::-webkit-scrollbar-track{background-color:transparent;}
  55.  
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family:'calibri';
  62. font-size:9px;
  63. line-height:150%;
  64. text-align:justify;
  65. }
  66.  
  67. div#qTip {
  68. font-size:8px;
  69. margin-top: 3px;
  70. margin-left: 3px;
  71. display: none;
  72. text-align: center;
  73. position :absolute;
  74. letter-spacing: 1px;
  75. font-size:9px;
  76. text-transform: uppercase;
  77. z-index: 5;
  78. padding:3px;
  79. color: {color:text};
  80. background: #ffffff;
  81. border: 1px solid {color:border}}
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. -moz-outline-style:none;
  87. color:{color:link};
  88. -webkit-transition: all 0.5s ease-in-out;
  89. -moz-transition: all 0.5s ease-in-out;
  90. -o-transition: all 0.5s ease-in-out;
  91. }
  92.  
  93. a:hover {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:link hover};
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. img {
  104. border:none;
  105. }
  106.  
  107. h1 {
  108. font-size:15px;
  109. }
  110.  
  111. #image {
  112. float:left;
  113. margin-left:110px;
  114. position:fixed;
  115. width:300px;
  116. height:237px;
  117. overflow:hidden;
  118. margin-top:60px;
  119. padding:0px;
  120. z-index:0px;
  121. border:3px double {color:Borders};
  122. background-attachment:fixed;
  123.  
  124. }
  125.  
  126. #links {
  127. position: fixed;
  128. line-height:100%;
  129. padding-bottom:0px;
  130. margin-left:421px;
  131. margin-bottom:5px;
  132. margin-top:60px;
  133. text-align:center;
  134. }
  135.  
  136. #links a{
  137. height: 25px;
  138. width:60px;
  139. font-size: 8px;
  140. margin-bottom: 2px;
  141. display:inline-block;
  142. background-color:{color:navback};
  143. border:1px solid {color:borders};
  144. line-height:25px;
  145. font-family:'calibri';
  146. letter-spacing: 1px;
  147. text-transform: uppercase;
  148. padding:3px;
  149. color:{color:navtext};
  150. -webkit-transition: all 0.5s ease-in-out;
  151. -moz-transition: all 0.5s ease-in-out;
  152. -o-transition: all 0.5s ease-in-out;
  153. }
  154.  
  155. #links a:hover{
  156. opacity:0.5;
  157. border:1px solid {color:borders};
  158. -webkit-transition: all 0.5s ease-in-out;
  159. -moz-transition: all 0.5s ease-in-out;
  160. -o-transition: all 0.5s ease-in-out;
  161. }
  162.  
  163. #posttitle {
  164. letter-spacing: 1px;
  165. margin-bottom: 5px;
  166. color:{color:sidebar link};
  167. text-transform: uppercase;
  168. font-size:11px;
  169. text-align:left;
  170. }
  171.  
  172. #sidebar {
  173. position:fixed;
  174. font-size: 10px;
  175. font-family:'calibri';
  176. height:125px;
  177. width:353px;
  178. margin-top: 308px;
  179. margin-left:110px;
  180. background-color:{color:Sidebar};
  181. border:3px double {color:Borders};
  182. text-align: justify;
  183. padding: 10px;
  184. }
  185.  
  186.  
  187. #pagination {color:{color:text}; font-size:12px; text-transform:uppercase;font-family:'calibri'; text-align:center; background-color:transparent; padding-top:2px; padding-bottom:2px; margin-top:5px}
  188. #pagination a {color:{color:link}}
  189. #pagination a:hover {color:{color:text}}
  190.  
  191. #entries {
  192. padding:10px;
  193. width:500px;
  194. margin-left:570px;
  195. margin-top:40px;
  196. }
  197.  
  198. #post {
  199. width:500px;
  200. margin-bottom: 50px;
  201. }
  202.  
  203.  
  204. #info {
  205. font-size:8px;
  206. letter-spacing: 0px;
  207. text-transform: uppercase;
  208. padding-top: 3px;
  209. padding-bottom: 0px;
  210. text-align:center;
  211. margin-top:2px;
  212. font-family:'cambria';
  213. }
  214.  
  215. #tags {
  216. text-transform: lowercase;
  217. letter-spacing: 0px;
  218. margin-top:0px;
  219. font-size: 9px;
  220. text-align:center;
  221. }
  222.  
  223. b, strong {
  224. color:{color:link}
  225. }
  226.  
  227. i, em {
  228. color:{color:text}
  229. }
  230.  
  231. #p, p {
  232. margin-top:5px;
  233. margin-bottom:5px
  234. }
  235.  
  236. #audio {
  237. border-radius:50%;
  238. width:100%;
  239. height:100px;
  240. margin-bottom:10px}
  241.  
  242. .albumart {
  243. border-radius:0%;
  244. padding: 2px;
  245. border: 1px #f1f1f1 solid;
  246. border-radius:50%;
  247. float:left;
  248. width:100px;
  249. height:100px}
  250.  
  251. .player {
  252. border-radius:0%;
  253. margin-left:2px;
  254. margin-top:2px;
  255. padding:11px;
  256. display:block;
  257. height:80px;
  258. width:80px;
  259. overflow:hidden;
  260. position:absolute;
  261. opacity:0.3;
  262. background:#fff;
  263. -webkit-transition:all 0.4s ease-in-out;
  264. -moz-transition:all 0.4s ease-in-out;
  265. -o-transition:all 0.4s ease-in-out;
  266. -ms-transition: all 0.4s ease-in-out;
  267. transition:all 0.5s ease-in-out}
  268.  
  269. .player:hover {
  270. opacity:0.7;
  271. -webkit-transition:all 0.4s ease-in-out;
  272. -moz-transition:all 0.4s ease-in-out;
  273. -o-transition:all 0.4s ease-in-out;
  274. -ms-transition: all 0.4s ease-in-out;
  275. transition:all 0.5s ease-in-out}
  276.  
  277. .audioplayer {
  278. width:24px;
  279. height:24px;
  280. margin:28px 0 0 28px;
  281. overflow:hidden}
  282.  
  283. .audioinfo {
  284. margin-left:105px;
  285. height:54px;
  286. line-height:100%;
  287. color:{color:text};
  288. padding:26px 5px 24px 10px;
  289. text-align:left}
  290.  
  291. .tracktitle {
  292. margin-top: 10px;
  293. color:{color:title};
  294. margin-bottom:-15px;
  295. text-transform: uppercase;
  296. font-size: 11px;
  297. }
  298.  
  299. #asks {
  300. text-align:justify;
  301. padding:22px 5px 5px 8px;
  302. background-color:transparent;
  303. min-height:43px;
  304. margin-left:70px}
  305.  
  306. .asker {
  307. text-transform:uppercase;
  308. margin-bottom:-12px;
  309. font-size:11px;
  310. letter-spacing:0px;}
  311.  
  312. #answers {
  313. margin-top:8px}
  314.  
  315. blockquote {
  316. margin-top: 0px;
  317. margin-bottom: 0px;
  318. width: 480px;
  319. border-left: 1px {color:border} solid;
  320. padding-left: 5px;
  321. margin-left: 5px;
  322. text-align:justify;
  323. }
  324.  
  325. #credit a {
  326. position:fixed;
  327. letter-spacing: 1px;
  328. font:9px 'calibri';
  329. color:{color:link};
  330. padding:0px;
  331. bottom:10px;
  332. right:10px
  333. }
  334.  
  335. #credit a:hover {
  336. color:{color:text}
  337. }
  338.  
  339.  
  340. {CustomCSS}</style></head><body>
  341.  
  342. <div id="image"><img src="{image:sidebar}"></div>
  343.  
  344. <div id="links">
  345. <a href="/">Refresh</a><br>
  346. <a href="/ask">Message</a><br>
  347. <a href="{text:Link1 URL}">{text:Link1 Label}</a><br>
  348. <a href="{text:Link2 URL}">{text:Link2 Label}</a><br>
  349. <a href="{text:Link3 URL}">{text:Link3 Label}</a><br>
  350. <a href="{text:Link4 URL}">{text:Link4 Label}</a><br>
  351. <a href="{text:Link5 URL}">{text:Link5 Label}</a><br>
  352. </div>
  353.  
  354. <div id="sidebar">{Description}
  355. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  356. </div></div>
  357.  
  358. <div id="entries">{block:Posts}<div id="post">
  359.  
  360. {block:Title}<div id="posttitle">{Title}</div>{/block:Title} {Body}
  361.  
  362. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  363.  
  364. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  365.  
  366. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  367.  
  368. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  369.  
  370. {block:Chat}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  371.  
  372. {block:Audio}
  373. <div id="audio">
  374. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  375. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 50%">{/block:AlbumArt}</div>
  376. <div class="audioinfo">
  377. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by <b>{Artist}</b>{/block:Artist}</div><br>
  378. {block:Album}<br>
  379. <b>Album:</b> {Album}{/block:Album}<br>
  380. <b>Played:</b> {FormattedPlayCount} times</div></div>
  381. {block:Caption}{Caption}{/block:Caption}
  382. {/block:Audio}
  383.  
  384. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  385.  
  386. {block:Answer}
  387. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:left; margin-top:5px; border:1px solid #f1f1f1; padding: 1px; border-radius: 50%">
  388. <div id="asks"><div class="asker">{Asker}:</div>
  389. <br>{Question}</div>
  390. <br><div id="answers">{Answer}</div>
  391. {/block:Answer}
  392.  
  393.  
  394. <div id="info">
  395. {block:NoteCount}★ {NoteCount} &mdash; {/block:NoteCount}{block:Date}<a href="{Permalink}">{TimeAgo}</a> on {DayofMonthWithZero} {ShortMonth} '{ShortYear}{/block:Date} &nbsp; {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} ★ {block:ContentSource}<a href="{SourceURL}">original</a>{/block:ContentSource}
  396. <center>
  397.  
  398. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}</center>
  399. </div></div>
  400. {/block:Posts}
  401.  
  402. {block:PostNotes}{PostNotes}{/block:PostNotes}
  403.  
  404. </div>
  405.  
  406.  
  407.  
  408. <!-- DO NOT REMOVE THIS -->
  409. <div id="credit"><a href="http://jaxcksonteller.tumblr.com/">THEME</a></div>
  410. <!-- DO NOT REMOVE THIS -->
  411.  
  412. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement