Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.83 KB | None | 0 0
  1. <!----
  2.  
  3. THEME 03 - UNTITLED by frankiesrps
  4.  
  5. Feel free to edit this theme as you wish, but please keep the credit intact. Do not use this theme as a base and redistribute as your own. Thank you!
  6.  
  7. ---->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19.  
  20. <meta name="color:background" content="#ffffff" />
  21. <meta name="color:borders" content="#d9e2e1" />
  22. <meta name="color:sidebar" content="#ebfaf9" />
  23. <meta name="color:borders" content="#505151" />
  24. <meta name="color:title" content="#b1988d" />
  25. <meta name="color:text" content="#aaaaaa" />
  26. <meta name="color:link" content="#eea384" />
  27. <meta name="color:entries" content="" />
  28. <meta name="color:navbg" content="" />
  29. <meta name="color:navfont" content="" />
  30. <meta name="color:prebg" content=""/>
  31. <meta name="color:pretext" content=""/>
  32. <meta name="color:postbg" content=""/>
  33.  
  34. <meta name="image:sidebarbg" content="" />
  35. <meta name="image:sidebarimg" content="" />
  36.  
  37. <meta name="text:title1" content="TITLE1" />
  38. <meta name="text:title2" content="TITLE2" />
  39.  
  40. <meta name="text:home text" content=""/>
  41. <meta name="text:ask text" content=""/>
  42.  
  43. <meta name="text:Link1" content="" />
  44. <meta name="text:Link1 URL" content="/" />
  45. <meta name="text:Link2" content="" />
  46. <meta name="text:Link2 URL" content="/" />
  47. <meta name="text:Link3" content="" />
  48. <meta name="text:Link3 URL" content="/" />
  49. <meta name="text:Link4" content="" />
  50. <meta name="text:Link4 URL" content="/" />
  51. <meta name="text:Link5" content="" />
  52. <meta name="text:Link5 URL" content="/" />
  53. <meta name="text:Link6" content="" />
  54. <meta name="text:Link6 URL" content="/" />
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar {width: 3px; height: 3px; background: ##403c3a;}
  60. ::-webkit-scrollbar-thumb {background-color:{color:title};}
  61.  
  62. body {
  63. color:{color:text};
  64. text-align:justify;
  65. font:10px Cambria;
  66. background-color:{color:background};}
  67.  
  68.  
  69. b, strong {color:{color:text};}
  70. i, em {color:{color:text};}
  71. p {margin-top:5px; margin-bottom:5px}
  72.  
  73. blockquote {
  74. border-left:1px solid {color:borders};
  75. padding:0px 0 0px 5px;
  76. margin:0px 0px 0px 10px}
  77.  
  78. pre {
  79. font-family:Cambria;
  80. font-size:9px;
  81. text-transform:uppercase;
  82. background-color:{color:prebg};
  83. padding:2px;
  84. text-align:center;
  85. color:{color:pretext};
  86. }
  87.  
  88. a {
  89. color:{color:link};
  90. text-decoration:none;}
  91.  
  92. a:hover {
  93. color:{color:text};
  94. border-bottom:0px solid {color:link};
  95. -webkit-transition: all 0.2s ease-out;
  96. -moz-transition: all 0.2s ease-out;
  97. transition: all 0.2s ease-out;
  98. }
  99.  
  100. #header1 {
  101. font:14px georgia;
  102. color:{color:text};
  103. font-style:none;
  104. font-weight:none;
  105. text-align:center;
  106. text-shadow:2px 2px 2px #0000000px 1px 1px;
  107.  
  108. }
  109.  
  110. #header2 {
  111. font:14px georgia;
  112. color:{color:text};
  113. text-shadow:0px 1px 1px;
  114. font-style:none;
  115. }
  116.  
  117. #sidebar {
  118. margin-left:170px;
  119. margin-top:120px;
  120. border:1px solid {color:borders};
  121. float:left;
  122. position:fixed;
  123. width:388px;
  124. height:376px;
  125. overflow:hidden;
  126. padding:2px;
  127. top:0;
  128. left:0;
  129. background-image:url('{image:sidebarbg}');
  130. background-color:transparent;
  131. background-attachment:fixed;
  132. background-size: auto;
  133. background-position:bottom left;
  134. background-repeat:repeat
  135.  
  136. }
  137.  
  138.  
  139. #sidebarimg {
  140. float:left;
  141. margin-top:39px;
  142. margin-left:0px;
  143. position:fixed;
  144. width:190px;
  145. height:335px;
  146. overflow:auto;
  147. border:1px solid {color:borders};
  148. background-color:transparent;
  149. background-image:url('{image:sidebarimg}');
  150. background-size:auto;
  151. background-position:center;
  152. background-repeat:no-repeat
  153.  
  154. }
  155.  
  156. #sbartext {
  157. background-color:#ffffff;
  158. width:162px;
  159. height:215px;
  160. font:10px cambria;
  161. color:{color:text};
  162. margin-top:95px;
  163. margin-left:194px;
  164. text-align:center;
  165. border:1px solid {color:borders};
  166. padding:8px 15px 15px 15px;
  167.  
  168. }
  169.  
  170. .pagination {
  171. margin-top:-16px;
  172. text-align:center;
  173.  
  174. }
  175.  
  176. .pagination a {
  177. display:inline-block;
  178. color:{color:link};
  179. font:39px georgia;
  180. text-transform:lowercase;
  181. text-shadow:0px 1px 1px;
  182.  
  183. }
  184.  
  185. .pagination a:hover {
  186. color:#3b3d2e;
  187. opacity:1;
  188. -webkit-transition: all 0.5s ease-out;
  189. -moz-transition: all 0.5s ease-out;
  190. transition: all 0.5s ease-out;
  191.  
  192. }
  193.  
  194. #toptitle {font-family:arial; letter-spacing:0px; font-size:20px; color:{color:navbg}; font-style:italic; font-weight:bold; text-align:center; text-shadow: 0px 2px 0px #000000; text-transform:uppercase; margin-top:3px;}
  195. #topsub {font-family:georgia; letter-spacing:1px; font-size:9px; color:#000000; text-align:center; font-style:italic; text-shadow: 0px 0px 0px #000000; text-transform:lowercase; padding-bottom:3px; margin-top:-2px}
  196.  
  197. #box1 {position:fixed; width:182px; height:42px; margin-left:194px; margin-top:39px; background-color:#ffffff; border:1px solid {color:borders}; z-index:2; padding:5px 5px;}
  198.  
  199. #box2 {position:fixed; width:182px; height:27px; margin-left:194px; margin-top:2px; background-color:#ffffff; border:1px solid {color:borders}; z-index:2; padding:5px 5px;}
  200.  
  201. #box3 {position:fixed; width:386px; height:35px; margin-top:0px; background-color:#ffffff; border:1px solid {color:borders}; z-index:2; }
  202.  
  203. #nav {
  204. margin-top:-1px;
  205. overflow:auto;
  206. font-style:italic;
  207. text-align:center;
  208. position:center;
  209. }
  210.  
  211. #nav a {
  212. display:inline-block;
  213. position:center;
  214. width:40px;
  215. background-color:{color:navbg};
  216. height:25px;
  217. padding:2px 2px;
  218. margin-top:3px;
  219. color:{color:navfont};
  220. font:22px Arial;
  221. font-style:italic;
  222. font-weight:bold;
  223. border:1px solid #000000;
  224. letter-spacing:0px;
  225. text-shadow: 0px 2px 0px #000000;
  226. }
  227.  
  228. #nav a:hover {
  229. letter-spacing:2px;
  230. color:{color:text};
  231. -webkit-transition: all 0.2s ease-out;
  232. -moz-transition: all 0.2s ease-out;
  233. transition: all 0.2s ease-out}
  234.  
  235. #entries {
  236. height:auto;
  237. width:550px;
  238. margin-left:620px;
  239. margin-top:20px;
  240.  
  241. }
  242.  
  243. #entrybar {
  244. padding:2px;
  245. margin-bottom:45px;
  246. width:auto;
  247. margin-left:0px;
  248. margin-top:0px;
  249. background-color:{color:sbar};
  250. background-image:url('{image:sidebarbg}');
  251. border: 1px solid {color:borders};
  252.  
  253. }
  254.  
  255.  
  256. #posts {
  257. border:1px solid #000000;
  258. background-color:{color:postbg};
  259. font-size:10px;
  260. padding: 10px;
  261. margin-bottom:0px;
  262. color:{color:Text};
  263.  
  264.  
  265. }
  266.  
  267. #info {
  268. width:542px;
  269. margin-top:2px;
  270. padding-top:5px;
  271. padding-bottom:2px;
  272. background:{color:postbg};
  273. color:{color:text};
  274. font:9px cambria;
  275. line-height:100%;
  276. text-align:center;
  277. letter-spacing:1px;
  278. text-transform:uppercase;
  279. border:1px solid {color:borders};
  280. }
  281.  
  282. #info a {color:{color:links}}
  283. #info a:hover {color:{color:text}}
  284.  
  285. #tags {
  286. width:550px;
  287. background:transparent;
  288. margin-top:-1px;
  289. margin-bottom:2px;
  290. color:{color:text};
  291. font:9px cambria;
  292. text-align:center;
  293. text-transform:none;
  294.  
  295. }
  296.  
  297. #tags a {color:{color:link}}
  298. #tags a:hover {color:{color:text}}
  299. .num {color:{color:text}}
  300.  
  301. .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  302. .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  303. .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  304. .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  305. .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  306. .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  307. .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  308. .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  309. .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  310. .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  311.  
  312. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  313.  
  314. #asks {
  315. text-align:center;
  316. padding:8px;
  317. background-color:{color:transparent};
  318. border:3px double {color:borders};
  319.  
  320. }
  321.  
  322. .asker {
  323. margin-bottom:-8px;
  324. font-size:11px;
  325. font-style:italic;
  326. letter-spacing:1px;
  327.  
  328. }
  329.  
  330. #answers {
  331. margin-left:3px;
  332. margin-top:8px;
  333.  
  334. }
  335.  
  336. #audios {
  337. width:100%;
  338. height:100px;
  339. margin-bottom:5px;
  340.  
  341. }
  342.  
  343. .albumart {
  344. float:left;
  345. width:100px;
  346. height:100px;
  347.  
  348. }
  349.  
  350. .player {
  351. width:25px;
  352. height:25px;
  353. margin-top:34px;
  354. margin-left:33px;
  355. overflow:hidden;
  356. position:absolute;
  357. padding:3px;
  358. opacity:0.4;
  359. -webkit-transition:all 0.4s ease-in-out;
  360. -moz-transition:all 0.4s ease-in-out;
  361. -o-transition:all 0.4s ease-in-out;
  362. -ms-transition: all 0.4s ease-in-out;
  363. transition:all 0.5s ease-in-out;
  364.  
  365. }
  366.  
  367. .player:hover {
  368. opacity:0.7;
  369. -webkit-transition:all 0.4s ease-in-out;
  370. -moz-transition:all 0.4s ease-in-out;
  371. -o-transition:all 0.4s ease-in-out;
  372. -ms-transition: all 0.4s ease-in-out;
  373. transition:all 0.5s ease-in-out;
  374.  
  375. }
  376.  
  377. .audioinfo {
  378. margin-left:110px;
  379. line-height:150%;
  380. font-family:calibri;
  381. font-size:10px;
  382.  
  383. }
  384.  
  385. #source {
  386. margin-top:3px;
  387. text-align:right;
  388. margin-bottom:5px;
  389. font-size:10px;
  390.  
  391. }
  392.  
  393. #cred a {position:fixed;
  394. font:14px Marck Script;
  395. background-color:transparent;
  396. border:1px dotted {color:sidebar};
  397. color:{color:link};
  398. padding:5px;
  399. bottom:20px;
  400. right:20px;
  401.  
  402. }
  403.  
  404. #cred a:hover {
  405. color:{color:text};}
  406.  
  407. #credit a{
  408. position:fixed;
  409. right:3px;
  410. bottom:3px;
  411. padding:4px;
  412. background:white;
  413. font-size:11px;
  414. color:black;
  415. -moz-transition-duration:1s;
  416. -webkit-transition-duration:1s;
  417. -o-transition-duration:1s;
  418.  
  419. }
  420.  
  421. #credit a:hover {
  422. opacity:1;
  423. color:white;
  424. background:black;
  425. -moz-transition-duration:1s;
  426. -webkit-transition-duration:1s;
  427. -o-transition-duration:1s;
  428.  
  429. }
  430.  
  431.  
  432. </style>
  433. </head>
  434.  
  435. <body>
  436.  
  437. <div id="sidebar">
  438. <div id="sidebarimg"></div>
  439. <div id="box3">
  440. <div id="nav">
  441. <a href="/" title="{text:home text}">i.</a>
  442. <a href="/ask" title="{text:ask text}">ii.</a>
  443. <a href="{text:Link1 URL}" title="{text:Link1}">iii.</a>
  444. <a href="{text:Link2 URL}" title="{text:Link2}">iv.</a>
  445. <a href="{text:Link3 URL}" title="{text:Link3}">v.</a>
  446. <a href="{text:Link4 URL}" title="{text:Link4}">vi.</a>
  447. <a href="{text:Link5 URL}" title="{text:Link5}">vii.</a>
  448. <a href="{text:Link6 URL}" title="{text:Link6}">viii.</a>
  449. </div></div>
  450. <div id="box1">
  451. <div id="toptitle">{text:title1}</div>
  452. <div id="topsub">{text:title2}</div></div>
  453. <div id="sbartext">{block:Description}{Description}{/block:Description}</div>
  454. <div id="box2">
  455. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  456. {block:NextPage}<a href="{NextPage}"> »</a>&nbsp;&nbsp;{/block:NextPage}{/block:Pagination}</div></div>
  457.  
  458. </div>
  459.  
  460.  
  461. <div id="entries">{block:Posts}<div id="entrybar"><div id="posts">
  462.  
  463. {block:Title}<div id="header1">{Title}</div>{/block:Title}
  464. {block:Text}{Body}{/block:Text}
  465.  
  466. {block:Quote}
  467. <div id="header2">❝ {Quote} ❞</div>
  468. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  469. {/block:Quote}
  470.  
  471. {block:Link}
  472. <div id="header1"><a href="{URL}" class="link" {Target}> {Name}</a></div>
  473. {block:Description}<div class="description">{Description}</div>{/block:Description}
  474. {/block:Link}
  475.  
  476. {block:Photo}
  477. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  478. {block:Caption}{Caption}{/block:Caption}
  479. {/block:Photo}
  480.  
  481. {block:Photoset}
  482. <center>{Photoset-500}</center>
  483. {block:Caption}{Caption}{/block:Caption}
  484. {/block:Photoset}
  485.  
  486. {block:Chat}
  487. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">
  488. {block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  489. {/block:Chat}
  490.  
  491. {block:Video}
  492. {Video-500}
  493. {block:Caption}{Caption}{/block:Caption}
  494. {/block:Video}
  495.  
  496. {block:Audio}
  497. <div id="audios">
  498. <div class="player">{AudioPlayerWhite}</div>
  499. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  500. <div class="audioinfo"><br>
  501. <b>SONG:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  502. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}<br>
  503. <b>ALBUM:</b> {block:Album}{Album}{/block:Album}<br>
  504. <b>PLAYS:</b> {PlayCount}</div></div>
  505. {block:Caption}{Caption}{/block:Caption}
  506. {/block:Audio}
  507.  
  508. {block:Answer}
  509. <div id="asks"><div class="asker">{Asker} wondered:</div>
  510. <br>{Question}</div>
  511. <div id="answers">{Answer}</div>
  512. {/block:Answer}</div>
  513.  
  514.  
  515. <div id="info">
  516. {block:NoteCount}★ {NoteCount} &mdash; {/block:NoteCount}{block:Date}<a href="{Permalink}">{TimeAgo}</a> on {DayofMonthWithZero} {ShortMonth} {Year}{/block:Date} {block:RebloggedFrom}&mdash; via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}
  517.  
  518. {block:HasTags}<div id="tags">
  519. {block:Tags}<a href="/tagged/{Tag}"> <span class="num">#</span>{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  520. </div>{/block:HasTags}</div></div>
  521.  
  522. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  523. </div></div>
  524.  
  525.  
  526. <!----- put in your url here! ---->
  527. <div id="credit"><a href="http://frankiesrps.tumblr.com">F</a></div>
  528. </body>
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement