Advertisement
jodiedamarell

theme five - taylor

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