Advertisement
Guest User

For Scottishdrunk uvu

a guest
Mar 3rd, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!---
  4. Theme 15. UTA by soldierholic
  5. Don't remove the credit!
  6. Please don't take, use as a base, or claim the theme as your own.
  7. --->
  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. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Bold" content="#890000"/>
  17. <meta name="color:Accents" content="#bb0000"/>
  18. <meta name="color:Hover" content="#929292"/>
  19. <meta name="color:Primary" content="#000000"/>
  20. <meta name="color:Secondary" content="#474646"/>
  21. <meta name="color:Tags" content="#971717"/>
  22. <meta name="color:Text" content="#606060"/>
  23.  
  24. <meta name="image:Sidebar" content="http://static.tumblr.com/5rthwqc/Mzonau00x/_182_.png"/>
  25. <meta name="image:Small Side" content="http://static.tumblr.com/5rthwqc/4uenau04d/sdfsdf.png"/>
  26.  
  27. <meta name="if:400px" content="1" />
  28.  
  29. <meta name="text:Date Symbol" content="♔">
  30.  
  31. <meta name="text:Home Title" content="escape" />
  32. <meta name="text:Ask Title" content="approach" />
  33. <meta name="text:Submit Title" content="bestow" />
  34. <meta name="text:Archive Title" content="memoir" />
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="Link 1" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="Link 2" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="Link 3" />
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="Link 4" />
  44. <meta name="text:Link5" content="/" />
  45. <meta name="text:Link5 Title" content="Link 5" />
  46.  
  47.  
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:0,
  56. tip_fade_speed:0,
  57. attribute:"title"
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63. <style type="text/css">
  64. ::-webkit-scrollbar-thumb:vertical {
  65. background-color:{color:primary};
  66. height:7px;
  67. border-right:2px solid {color:background};
  68. border-left:1px solid {color:background};}
  69. ::-webkit-scrollbar-thumb:horizontal {
  70. background-color:{color:primary};
  71. height:7px!important;}
  72. ::-webkit-scrollbar {
  73. background:{color:background};
  74. height:7px;
  75. width:8px;}
  76. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  77. display:block;
  78. height:6px;
  79. background-color:{color:background};
  80. border-right:2px solid {color:background};}
  81.  
  82. body {
  83. background-color:{color:background};
  84. background-image:url("http://i.imgur.com/uj5L8oV.png");
  85. background-repeat:no-repeat;
  86. background-attachment:fixed;
  87. background-position:center top;
  88. overflow:hidden;
  89.  
  90. margin:0px;
  91. color:{color:text};
  92. font-family:arial;
  93. font-size:10px;
  94. font-style: none;}
  95.  
  96. sup,small,sub {
  97. font-size:9px;}
  98.  
  99. b,strong {color:{color:bold};}
  100.  
  101. a {
  102. color: {color:accents};
  103. text-decoration: none;
  104. font-weight: normal;
  105. -webkit-transition: all 0.5s ease-in-out;
  106. -moz-transition: all 0.5s ease-in-out;
  107. -o-transition: all 0.5s ease-in-out;}
  108.  
  109. a:hover {
  110. -webkit-transition: all 0.5s ease-in-out;
  111. -moz-transition: all 0.5s ease-in-out;
  112. -o-transition: all 0.5s ease-in-out;
  113. color: {color:hover};
  114. text-decoration: none;
  115. font-weight: normal;}
  116.  
  117. img {max-width:100%;}
  118.  
  119. blockquote {
  120. margin-left:25px;
  121. margin-right:5px;
  122. padding-left:10px;
  123. border-left:1px solid {color:secondary};}
  124.  
  125. h1 {font:20px cambria;
  126. letter-spacing:-1px;
  127. font-weight:bold;
  128. font-style:italic;
  129. text-align:center;
  130. color: {color:accents};}
  131.  
  132. #s-m-t-tooltip {
  133. margin:-30px 0 0 10px;
  134. display:none;
  135. text-align:left;
  136. position:absolute;
  137. letter-spacing:2px;
  138. text-transform:uppercase;
  139. font-family:calibri;
  140. font-size:8px;
  141. z-index:999;
  142. padding:2px 3px;
  143. line-height:12px;
  144. color:{color:background};
  145. background:{color:primary};}
  146.  
  147. #container {margin: auto;
  148. width: 900px;}
  149. .container{
  150. margin-left:100px;}
  151.  
  152. #pcontainer {
  153. background-color: {"ffffff"};
  154. {block:if400px}
  155. width:400px;
  156. {/block:if400px}
  157. {block:ifnot400px}
  158. width:400px;
  159. {/block:ifnot400px}
  160. padding: 20px 35px;
  161. margin:auto;
  162. margin-left:195px;
  163. margin-top:100px;
  164. top:40px;
  165. height:300px;
  166. position:relative;
  167. overflow-x:hidden;
  168. overflow-y:scroll;
  169. }
  170.  
  171. #entry {
  172. float:left;
  173. {block:if400px}
  174. width:422px;
  175. {/block:if400px}
  176. {block:ifnot400px}
  177. width:522px;
  178. {/block:ifnot400px}
  179. margin-top:10px;
  180. border:1px solid {color:"ffffff"};
  181. text-align:justify;}
  182.  
  183. #post {
  184. {block:if400px}
  185. width:400px;
  186. {/block:if400px}
  187. {block:ifnot400px}
  188. width:500px;
  189. {/block:ifnot400px}
  190. padding:15px;
  191. border:1px solid {color:"ffffff"};
  192. background-color: {color:"ffffff"};}
  193.  
  194. #tlink a {font:20px cambria;
  195. letter-spacing:-1px;
  196. font-weight:bold;
  197. font-style:italic;
  198. text-align:center;}
  199.  
  200. #pagination {
  201. {block:if400px}
  202. width:425px;
  203. {/block:if400px}
  204. {block:ifnot400px}
  205. width:525px;
  206. {/block:ifnot400px}
  207. position:fixed;
  208. height:15px;
  209. top:565px;
  210. background-color:{color:background};
  211. margin:auto;
  212. line-height:15px;
  213. padding-top:2px;
  214. padding-bottom:0px;
  215. font:8px consolas;
  216. text-align:center;
  217. text-transform:uppercase;}
  218.  
  219. #pagination a {
  220. line-height:15px;
  221. text-align:center;
  222. padding: 4px;
  223. color: {color:primary};
  224. text-decoration: none;}
  225.  
  226. #pagination .jump_page {
  227. text-decoration:none;}
  228.  
  229. #pagination .current_page {
  230. padding: 1px 4px;
  231. margin: 0px 2px;
  232. padding:4px;
  233. color: {color:bold};
  234. font-weight:bold;
  235. text-decoration:none;}
  236.  
  237. #sbar {
  238. margin-top:120px;
  239. margin-left:-60px;
  240. padding: 15px;
  241. position:fixed;}
  242.  
  243. #sidebar {
  244. margin-left:-170px;
  245. margin-top:2px;
  246. padding: 15px;
  247. position:fixed;
  248. z-index:1;}
  249. #sideimg img {
  250. width:260px;
  251. height: 540px;
  252. position:fixed;
  253. padding:5px;
  254. margin-top:-117px;
  255. margin-left:-100px;
  256. z-index:-1;}
  257. #navi {
  258. text-align:center;}
  259.  
  260. #navi a {
  261. width: 16px;
  262. height: 16px;
  263. background-color:{color:Primary};
  264. color:{color:background};
  265. text-align:center;
  266. font-size:8px;
  267. margin-top:3px;
  268. margin-bottom:10px;
  269. font-family:calibri;
  270. letter-spacing:0px;
  271. text-transform:uppercase;
  272. display:inline-block;
  273. line-height:16px;
  274. -webkit-transition: all 0.3s linear;
  275. -moz-transition: all 0.3s linear;
  276. transition: all 0.3s linear;}
  277.  
  278. #navi a:hover{
  279. color:{color:primary};
  280. box-shadow: inset 100px 0px 0px {color:background};
  281. -webkit-transition: all 0.5s linear;
  282. -moz-transition: all 0.5s linear;
  283. transition: all 0.5s linear;}
  284.  
  285. #desc {
  286. background-color:{color:background};
  287. width:150px;
  288. font:10px calibri;
  289. padding:10px;
  290. margin-top:-180px;
  291. margin-left:-52px;
  292. color: {color:Text};
  293. position:fixed;
  294. text-align: justify;
  295. z-index:999;}
  296. #desc p {margin-top:-5px;}
  297.  
  298. .descimg {
  299. text-align:center;}
  300.  
  301. .descimg img {
  302. width:100px;
  303. margin-bottom:0px;}
  304.  
  305. #clinks {
  306. display:inline-block;
  307. text-align:right;
  308. margin-top:5px;}
  309.  
  310. #clinks a {
  311. color: {color:secondary};
  312. background-color:{color:background};
  313. border-bottom:1px solid {color:primary};
  314. width:150px;
  315. height:15px;
  316. line-height:15px;
  317. text-align:left;
  318. font-size:8px;
  319. font-family:consolas;
  320. text-transform:uppercase;
  321. display:block;
  322. letter-spacing:2px;
  323. -moz-transition-duration:.7s;
  324. -webkit-transition-duration:.7s;
  325. -o-transition-duration:.7s;}
  326.  
  327. #clinks a:hover {
  328. margin-left:65px;
  329. width:85px;
  330. color: {color:hover};
  331. background-color:transparent;
  332. -moz-transition-duration:.5s;
  333. -webkit-transition-duration:.5s;
  334. -o-transition-duration:.5s;}
  335.  
  336. #space {margin-bottom:20px;}
  337.  
  338. .quote {
  339. font:20px cambria;
  340. margin-left:25px;
  341. {block:if400px}
  342. width:350px;
  343. {/block:if400px}
  344. {block:ifnot400px}
  345. width: 450px;
  346. {/block:ifnot400px}
  347. letter-spacing:-1px;
  348. font-weight:bold;
  349. font-style:italic;}
  350.  
  351. .source {
  352. text-align: right;
  353. font-size: 7px;
  354. text-transform: uppercase;
  355. letter-spacing: 2px;}
  356.  
  357. .audio {overflow:hidden;}
  358.  
  359. .audio img {max-width:84px;}
  360.  
  361. .playbutton {
  362. background-color:#fff;
  363. width: 30px;
  364. height: 30px;
  365. overflow: hidden;
  366. position: relative;
  367. margin:10px 9px 8px 10px;
  368. z-index: 99;
  369. opacity:.6;}
  370.  
  371. .playbox {
  372. background-color: #fff;
  373. border-radius:30px;
  374. position: absolute;
  375. margin:17px;
  376. z-index: 99;
  377. opacity:.3;
  378. -webkit-transition: all 0.5s ease-in-out;
  379. -moz-transition: all 0.5s ease-in-out;
  380. -o-transition: all 0.5s ease-in-out;}
  381.  
  382. .playbox:hover{
  383. opacity:.8;
  384. -webkit-transition: all 0.5s ease-in-out;
  385. -moz-transition: all 0.5s ease-in-out;
  386. -o-transition: all 0.5s ease-in-out;}
  387.  
  388. .cover {
  389. position: relative; }
  390.  
  391.  
  392. #ask {padding: 5px;
  393. text-align:justify;}
  394.  
  395. #ask img {
  396. max-width: 30px;
  397. padding:2px;
  398. -webkit-border-radius: 25px;
  399. border-radius: 25px;}
  400.  
  401. #ask a {
  402. font:23px cambria;
  403. font-style:italic;
  404. letter-spacing:-2px;
  405. font-weight:bold;
  406. text-transform:lowercase;
  407. text-decoration: none;}
  408.  
  409. #ask b {
  410. font:23px cambria;
  411. font-style:italic;
  412. letter-spacing:-2px;
  413. font-weight:bold;
  414. text-transform:lowercase;
  415. text-decoration: none;}
  416.  
  417. #ask i {
  418. font:23px cambria;
  419. font-style:italic;
  420. letter-spacing:-2px;
  421. font-weight:bold;
  422. text-transform:lowercase;
  423. text-decoration: none;}
  424.  
  425. #date {
  426. width:15px;
  427. font-size: 9px;
  428. text-transform:uppercase;
  429. letter-spacing:1px;
  430. background-color:{color:primary};
  431. color:{color:background};
  432. padding:5px 1px 5px 5px;}
  433.  
  434. #info {
  435. margin-top:-25px;
  436. margin-left:12px;
  437. border-radius:5px;
  438. text-transform:uppercase;
  439. font-style:none;
  440. font-family:calibri;
  441. font-size: 8px;
  442. {block:if400px}
  443. width:389px;
  444. {/block:if400px}
  445. {block:ifnot400px}
  446. width:489px;
  447. {/block:ifnot400px}
  448. color:{color:secondary};
  449. text-align:left;
  450. padding-left:15px;
  451. padding-right:5px;
  452. padding-top:4px;
  453. padding-bottom:5px;}
  454. #info a {color:{color:secondary};}
  455. #info a:hover {color:{color:accents};}
  456.  
  457. #tags {
  458. color:{color:tags};
  459. margin-top:-40px;
  460. margin-left:12px;
  461. padding-left:15px;
  462. text-align:left;
  463. line-height:8px;
  464. font-size:8px;
  465. margin-bottom:5px;
  466. text-transform:uppercase;
  467. font-family: calibri;
  468. padding-right:10px;}
  469.  
  470. #tags a {color:{color:tags};}
  471. #tags a:hover {color:{color:hover};}
  472.  
  473. .rb {
  474. text-align:right;
  475. padding-right:10px;
  476. margin-top:-10px;
  477. padding-top:1px;}
  478.  
  479. #notes {
  480. text-align: center;
  481. padding-left:5px;}
  482. #notes blockquote a {color:{Color:text};}
  483. #notes img {width:10px;
  484. border-radius:10px;
  485. padding-right:3px;
  486. padding-top:3px;}
  487. #notes a {color:{color:accents};}
  488. #notes a:hover {color:{color:hover};
  489. text-decoration:none;}
  490.  
  491. li.note {
  492. list-style-type: none;
  493. text-align:center;
  494. letter-spacing:2px;
  495. background-color:{color:background};
  496. font-family:consolas;
  497. font-size:8px;
  498. margin-bottom:5px;
  499. text-transform:uppercase;}
  500.  
  501. </style>
  502.  
  503.  
  504. </head>
  505. <body>
  506.  
  507. <div id="container">
  508. <div class="container">
  509. <div id="sbar">
  510. <div id="sidebar">
  511. <div id="sideimg">
  512. <img src="{image:sidebar}" alt="">
  513. </div>
  514. <div id="desc">
  515. <div class="descimg"><img alignt="center" src="{image:small side}"></div>
  516. <div id="navi">
  517. <a title="{text:home title}" href="/">i</a>
  518. <a title="{text:ask title}" href="/ask">ii</a>
  519. <a title="{text:submit title}" href="/submit">iii</a>
  520. <a title="{text:archive title}" href="/archive">iv</a>
  521. <a title="origin" target="blank" href="http://soldierholic.tumblr.com">v</a>
  522. </div>
  523. {description}
  524. <div id="clinks">
  525. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:IfLink1}
  526. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:IfLink2}
  527. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:IfLink3}
  528. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:IfLink4}
  529. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:IfLink5}
  530. </div>
  531. </div>
  532. </div>
  533.  
  534. </div>
  535.  
  536. <div id="pcontainer">
  537.  
  538. <div id="pagination">
  539. {block:Pagination}
  540.  
  541. {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
  542. {block:JumpPagination length="5"}
  543. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  544. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  545. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  546. {/block:Pagination}
  547. </div>
  548.  
  549. <div id="entry">
  550. {block:Posts}
  551. <div id="post">
  552. {block:ContentSource}
  553. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  554. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  555. {/block:SourceLogo}
  556. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  557. {/block:ContentSource}
  558.  
  559. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  560.  
  561. {block:Photo}{LinkOpenTag}{block:ifnot400px}<img src="{PhotoURL-500}">{/block:ifnot400px}{block:if400px}<img src="{PhotoURL-500}">{/block:if400px}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  562.  
  563. {block:Photoset}{block:ifnot400px}{Photoset-500}{/block:ifnot400px}{block:if400px}{Photoset-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  564.  
  565. {block:Quote}
  566. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.2">❝</div>
  567. <div style="margin-top:-29px;" class="quote">{Quote}
  568. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  569. </div>
  570. {/block:Quote}
  571.  
  572. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  573.  
  574. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  575.  
  576. {block:Audio}
  577. <table><tr><td style="width: 90px;"><div class="audio">
  578. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  579. {block:AlbumArt}<img src="{AlbumArtURL}" class="cover"/>{/block:AlbumArt}</td><td style="width: 300px; font:10px calibri; letter-spacing:2px; text-transform:uppercase;">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  580. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  581. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  582. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></td></tr></table>
  583. {block:Caption}{Caption}{/block:Caption}
  584. {/block:Audio}
  585.  
  586. {block:Video}{block:ifnot400px}{Video-500}{/block:ifnot400px}{block:if400px}{Video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  587.  
  588. {block:Answer}
  589. <div id="ask">
  590.  
  591. {block:if400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 355px;"><div style="margin-top:-5px;"><i>{Asker} asked </i><b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:10px; text-align:justify;">{Question}</div></div></td>
  592. </tr></table>{/block:if400px}
  593.  
  594. {block:ifnot400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker} asked</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px; text-align:justify;">{Question}</div></div></td>
  595. </tr></table>{/block:ifnot400px}
  596.  
  597. </div>
  598. {Answer}
  599. {/block:Answer}
  600. </div>
  601.  
  602. {block:Date}
  603. <div id="space">
  604. <div id="date">{text:date symbol}</div>
  605. <div id="info">{ShortMonth} {DayOfMonthWithZero} &middot; <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  606. <div class="rb">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &middot; {/block:RebloggedFrom}
  607. {block:ContentSource}<a href="{SourceURL}">source</a> &middot; {/block:ContentSource} <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Date}
  608.  
  609. {block:HasTags}<div id="tags">{block:Tags}&middot; <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  610. {/block:indexpage}
  611.  
  612. </div>
  613.  
  614. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  615. {/block:Posts}
  616.  
  617. </div>
  618. </div>
  619. </div>
  620. </div>
  621. </div>
  622. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement