Advertisement
thelioness

theme for thexsilverxarrow

Mar 31st, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 36 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#D6D5D5">
  17. <meta name="color:Link Hover" content="#eeeeee"/>
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="text:link 1" content="Link 1"/>
  20. <meta name="text:link 1 url" content="/"/>
  21. <meta name="text:link 2" content="Link 2"/>
  22. <meta name="text:link 2 url" content="/"/>
  23. <meta name="text:link 3" content="Link 3"/>
  24. <meta name="text:link 3 url" content="/"/>
  25. <meta name="text:link 4" content="Link 4"/>
  26. <meta name="text:link 4 url" content="/"/>
  27. <meta name="text:link 5" content="Link 5"/>
  28. <meta name="text:link 5 url" content="/"/>
  29. <meta name="text:link 6" content="Link 6"/>
  30. <meta name="text:link 6 url" content="/"/>
  31.  
  32.  
  33.  
  34. <style type="text/css">
  35. #updates{
  36. padding:15px;
  37. overflow:hidden;
  38. position:fixed;
  39. width:90px;
  40. height:200px;
  41. transition-duration: 0.9s;
  42. -moz-transition-duration: 0.9s;
  43. -webkit-transition-duration: 0.9s;
  44. -o-transition-duration: 0.9s;
  45. }
  46.  
  47. #utitles{
  48. width:90px;
  49. text-transform:uppercase;
  50. padding-bottom:2px;
  51. margin-bottom:2px;
  52. border-bottom:1px solid #cecece;
  53. text-align:center;
  54. }
  55.  
  56. #arrow1{
  57. opacity:1;
  58. position:relative;
  59. width:150px;
  60. height:15px;
  61. transition-duration: 0.9s;
  62. -moz-transition-duration: 0.9s;
  63. -webkit-transition-duration: 0.9s;
  64. -o-transition-duration: 0.9s;
  65. }
  66.  
  67. #uword1{
  68. overflow:hidden;
  69. z-index:99;
  70. background:black;
  71. opacity:1;
  72. margin-top:-10px;
  73. margin-left:-120px;
  74. position:relative;
  75. width:90px;
  76. outline:1px solid #cecece;
  77. margin-right:10px;
  78. height:auto;
  79. font-size:9px;
  80. line-height:14px;
  81. padding:5px;
  82. -webkit-transition: all 0.8s ease-out;
  83. -moz-transition: all 0.8s ease-out;
  84. transition: all 0.8s ease-out;
  85. }
  86.  
  87. #arrow1:hover{
  88. margin-left:150px;
  89. transition-duration: 0.9s;
  90. -moz-transition-duration: 0.9s;
  91. -webkit-transition-duration: 0.9s;
  92. -o-transition-duration: 0.9s;
  93. }
  94. #arrow1:hover #uword1{
  95. opacity:1;
  96. margin-left:-150px;
  97. -webkit-transition: all 0.8s ease-out;
  98. -moz-transition: all 0.8s ease-out;
  99. transition: all 0.8s ease-out;
  100. }
  101.  
  102. #arrow2{
  103. opacity:1;
  104. position:relative;
  105. width:150px;
  106. height:15px;
  107. transition-duration: 0.9s;
  108. -moz-transition-duration: 0.9s;
  109. -webkit-transition-duration: 0.9s;
  110. -o-transition-duration: 0.9s;
  111. }
  112.  
  113. #uword2{
  114. overflow:hidden;
  115. z-index:99;
  116. background:black;
  117. opacity:1;
  118. margin-top:-10px;
  119. margin-left:120px;
  120. position:relative;
  121. width:90px;
  122. outline:1px solid #cecece;
  123. height:auto;
  124. font-size:9px;
  125. line-height:14px;
  126. padding:5px;
  127. -webkit-transition: all 0.8s ease-out;
  128. -moz-transition: all 0.8s ease-out;
  129. transition: all 0.8s ease-out;
  130. }
  131.  
  132. #arrow2:hover{
  133. margin-left:-150px;
  134. transition-duration: 0.9s;
  135. -moz-transition-duration: 0.9s;
  136. -webkit-transition-duration: 0.9s;
  137. -o-transition-duration: 0.9s;
  138. }
  139. #arrow2:hover #uword2{
  140. opacity:1;
  141. margin-left:150px;
  142. transition-duration: 0.9s;
  143. -moz-transition-duration: 0.9s;
  144. -webkit-transition-duration: 0.9s;
  145. -o-transition-duration: 0.9s;
  146. }
  147. #l a {
  148. margin-left:80px;
  149. font-size:10px;
  150. text-align:center;
  151. display:inline-block;
  152. position:fixed;
  153. opacity:0;
  154. margin-top:-5px;
  155. transition:0.7s ease-in-out;
  156. -o-transition:0.7s ease-in-out;
  157. -ms-transition:0.7s ease-in-out;
  158. -moz-transition:0.7s ease-in-out;
  159. -webkit-transition:0.7s ease-in-out;
  160. }
  161.  
  162. #t {
  163. width:100px;
  164. height:1px;
  165. background-color:#777;
  166. margin:20px 5px 0;
  167. position:fixed;
  168. z-index:2;
  169. -ms-transform:rotate(45deg);
  170. -moz-transform:rotate(45deg);
  171. -webkit-transform:rotate(45deg);
  172. -o-transform:rotate(45deg);
  173. transition:0.7s ease-in-out;
  174. -o-transition:0.7s ease-in-out;
  175. -ms-transition:0.7s ease-in-out;
  176. -moz-transition:0.7s ease-in-out;
  177. -webkit-transition:0.7s ease-in-out;
  178. }
  179.  
  180. #l {
  181. position:fixed;
  182. width:100px;
  183. height:1px;
  184. background-color:#777;
  185. margin:20px 5px 0;
  186. z-index:2;
  187. -ms-transform:rotate(-45deg);
  188. -moz-transform:rotate(-45deg);
  189. -webkit-transform:rotate(-45deg);
  190. -o-transform:rotate(-45deg);
  191. transition:0.7s ease-in-out;
  192. -o-transition:0.7s ease-in-out;
  193. -ms-transition:0.7s ease-in-out;
  194. -moz-transition:0.7s ease-in-out;
  195. -webkit-transition:0.7s ease-in-out;
  196. }
  197.  
  198. ::-webkit-scrollbar-thumb{
  199. background-color: #D6D5D5;
  200. border: 2px solid #ffffff;
  201. height:auto;
  202. }
  203.  
  204. ::-webkit-scrollbar {
  205. height:auto;
  206. width:1px;
  207. background-color:##f3f3f3;
  208. }
  209.  
  210.  
  211. iframe#tumblr_controls {
  212. white-space:nowrap;
  213. -webkit-filter: invert(100%);
  214. -moz-filter: invert(100%);
  215. -o-filter: invert(100%);
  216. -ms-filter: invert(100%);
  217. filter: invert(100%);
  218. opacity:.2;transition: .8s ease-in-out;
  219. -webkit-transition: .8s ease-in-out;
  220. -moz-transition: .8s ease-in-out;
  221. -o-transition: .8s ease-in-out;
  222. }
  223.  
  224. h1 {
  225. font-weight:normal;
  226. font-size:13px;
  227. text-align:center;
  228. font-style:normal;
  229. line-height:100%;
  230. letter-spacing:1px;
  231. text-transform:normal;
  232. color:#ffffff;
  233. }
  234.  
  235. h2 {
  236. font-size:10px;
  237. text-align:center;
  238. line-height:100%;
  239. letter-spacing:-0.5px;
  240. color:#ffffff;
  241. font-weight:bold;
  242. text-transform:uppercase;
  243. padding:5px;
  244. padding-bottom:2px;
  245. }
  246.  
  247.  
  248. blockquote {
  249. border-left:1px solid #252525;
  250. padding-left:5px;
  251. margin:5px;
  252. }
  253.  
  254.  
  255. body {
  256. background-image: url('https://41.media.tumblr.com/1f5c1c5e01ed2225d403541715d4dada/tumblr_nm3ph3lyQ41rjlh6wo1_1280.jpg');
  257. background-attachment: fixed;
  258. background-repeat:repeat;
  259. background-size:1300px;
  260. background-color:#ce0b0b;
  261. background-position: 10px -50px;
  262.  
  263. margin:0px;
  264. color:#ce0b0b;
  265. font-family:arial;
  266. font-size:11.5px;
  267. line-height:100%;
  268. text-wrap: break-word;
  269. text-align: justify;
  270. }
  271.  
  272. a {
  273. text-decoration:none;
  274. outline:none;
  275. -moz-outline-style:none;
  276. color:#ffffff;
  277. -moz-transition-duration:0.5s;
  278. -webkit-transition-duration:0.5s;
  279. -o-transition-duration:0.5s;
  280. }
  281.  
  282. a:hover {
  283. text-decoration:none;
  284. outline:none;
  285. -moz-outline-style:none;
  286. color:#ffffff;
  287. }
  288.  
  289. img {
  290. border:none;
  291. }
  292.  
  293. blockquote {
  294. padding-left:5px;
  295. border-left:1px solid;
  296. }
  297.  
  298. blockquote blockquote {
  299. padding-left:5px;
  300. border-left:1px solid;
  301. }
  302.  
  303. #post {
  304. width:500px;
  305. padding-bottom:30px;
  306. margin-top:20px;
  307. }
  308.  
  309. #entries {
  310. padding:10px;
  311. width:500px;
  312. height: 400px;
  313. overflow: auto;
  314. margin-left:500px;
  315. margin-top:180px;
  316. margin-bottom:40px;
  317. position: fixed;
  318. }
  319.  
  320. #sidebar {
  321. color:#353535;
  322. position:fixed;
  323. width:100px;
  324. height:auto;
  325. margin-top:50px;
  326. margin-left:1250px;
  327. text-align:left;
  328. }
  329.  
  330. #sidebar img {
  331. width:100px;
  332. height:100px;
  333. margin-top:-15px;
  334. margin-bottom:5px;
  335. padding:-1px;
  336. outline-offset:4px;
  337. }
  338.  
  339. #links {
  340. position:fixed;
  341. color:#ce0b0b;
  342. font-family: times ;
  343. width:100px;
  344. margin-top:170px;
  345. margin-left:-120px;
  346. font-size:27px;
  347. text-transform:uppercase;
  348. text-align:left;
  349. line-height:130%;
  350. }
  351.  
  352. #links a{
  353. line-height:130%;
  354. padding:0px;
  355. margin-top:1px;
  356. margin-left:3px;
  357. text-decoration:none;
  358. color:#ffffff;
  359. -moz-transition-duration:.7s;
  360. -webkit-transition-duration:.7s;
  361. -o-transition-duration:.7s;
  362. }
  363.  
  364. #links a:hover {
  365. color: #fff;
  366. -moz-transition-duration:.4s;
  367. -webkit-transition-duration:.4s;
  368. -o-transition-duration:.4s;
  369.  
  370. }
  371.  
  372. #description {
  373. width:100px;
  374. font-family: 'Lato', sans-serif;
  375. margin-bottom:0px;
  376. margin-top:8px;
  377. margin-left:0px;
  378. text-align:right;
  379. font-size:9px;
  380. color: #777;
  381. line-height:145%;
  382. }
  383.  
  384. #description a {
  385. color:#999;
  386. }
  387.  
  388. #description a:hover {
  389. color:#fff;
  390. }
  391.  
  392. #pagination {
  393. font-family:arial;
  394. width:200px;
  395. font-size:9px;
  396. text-transform:normal;
  397. margin-top:550px;
  398. margin-left:-595px;
  399. padding-left:5px;
  400. letter-spacing:1px;
  401. font-style:normal;
  402. text-align:right;
  403. position: fixed;
  404. }
  405.  
  406. #pagination a {
  407. color:#777;
  408. }
  409.  
  410. #info {
  411. font-family:arial;
  412. width:500px;
  413. margin-top:6px;
  414. padding-top:1px;
  415. word-spacing:1px;
  416. font-size:8px;
  417. color:#ffffff;
  418. text-transform:uppercase;
  419. font-style:normal;
  420. text-align:left;
  421. border-top:1px solid #ccc;
  422. -moz-transition-duration:0.5s;
  423. -webkit-transition-duration:0.5s;
  424. -o-transition-duration:0.5s;
  425. }
  426.  
  427. #info a {
  428. margin-right:2px;
  429. color:#ffffff;
  430. font-style:normal;
  431. }
  432.  
  433. #info a:hover {
  434. color:#ffffff;
  435. }
  436.  
  437. .tags {
  438. font-family:arial;
  439. width:500px;
  440. text-transform:normal;
  441. line-height:120%;
  442. font-size:10px;
  443. text-align:left;
  444. padding-top:5px;
  445. padding-bottom:15px;
  446. -moz-transition-duration:0.2s;
  447. -webkit-transition-duration:0.2s;
  448. -o-transition-duration:0.2s;
  449. }
  450. .tags a{
  451. font-style:italic;
  452. color:#252525;
  453. -moz-transition-duration:0.2s;
  454. -webkit-transition-duration:0.2s;
  455. -o-transition-duration:0.2s;
  456. }
  457. .tags a:hover{
  458. color:#ffffff;
  459. -moz-transition-duration:0.2s;
  460. -webkit-transition-duration:0.2s;
  461. -o-transition-duration:0.2s;
  462. }
  463.  
  464. .audio{
  465. background-color:#e5e5e5;
  466. height:65px;
  467. overflow:hidden;
  468. }
  469.  
  470. #ask {
  471. padding:5px;
  472. padding-bottom:10px;
  473. padding-left:10px;
  474. text-align:left;
  475. color:#353535;
  476. line-height:140%;
  477. background-color:#f7f7f7;
  478. }
  479. #ask img {
  480. margin-left:-2px;
  481. margin-bottom:-9px;
  482. padding:3px;
  483. }
  484. #ans {
  485. text-align:left;
  486. padding:5px;
  487. color:#353535;
  488. }
  489.  
  490. #credit {
  491. font-size:9px;
  492. font-family:cambria;
  493. font-style:normal;
  494. letter-spacing:1px;
  495. -moz-transition-duration:0.5s;
  496. -webkit-transition-duration:0.5s;
  497. -o-transition-duration:0.5s;
  498. }
  499.  
  500. #credit a {
  501. padding:5px;
  502. position:fixed;
  503. right:15px;
  504. bottom:10px
  505. }
  506.  
  507. #credit a:hover {
  508. color:#fff;
  509. }
  510.  
  511. {CustomCSS}</style></head><body>
  512. <div id="updates">
  513. <!--------arrow pointing right start-------------->
  514.  
  515. <div id="arrow1">
  516.  
  517. <img src="http://static.tumblr.com/gym8ndc/QIFnbbxmu/arrow1.png" width="100">
  518. <div id="uword1">
  519. <div id="utitles"></div>
  520.  
  521. <center>"I ᴡᴀs ʙᴏʀɴ ᴡɪᴛʜ <br><b>SILVER</b><Br/> ʙᴇᴛᴡᴇᴇɴ ᴍʏ ᴛᴇᴇᴛʜ ᴀɴᴅ ɴᴏᴡ I ᴋɴᴏᴡ ᴡʜᴇɴ ᴛᴏ <Br/><b>S H I N E</b><Br/> ᴀɴᴅ ᴡʜᴇɴ ᴛᴏ <Br/><b>S T I N G</b> ."</center>
  522. </div>
  523. </div>
  524.  
  525. <!-------------------end----------------------->
  526.  
  527. <!--------arrow pointing left start-------------->
  528.  
  529. <div id="arrow2">
  530. <img src="http://static.tumblr.com/gym8ndc/nfInbbyaf/arrow_2.png" width="100">
  531. <div id="uword2">
  532. <div id="utitles"></div>
  533. <center>INDEPENDENT ALLISON ARGENT</center>
  534.  
  535. </div>
  536. </div>
  537.  
  538. <!-------------------end----------------------->
  539.  
  540.  
  541. <!--------arrow pointing right start-------------->
  542.  
  543. <div id="arrow1">
  544. <img src="http://static.tumblr.com/gym8ndc/QIFnbbxmu/arrow1.png" width="100">
  545. <div id="uword1">
  546. <div id="utitles"></div>
  547. <center>Mᴜɴ ɪs ᴜɴᴅᴇʀᴀɢᴇ ᴀɴᴅ ᴀ ʜᴜɢᴇ ᴅᴏʀᴋ. Mᴜʟᴛɪ ᴇᴠᴇʀʏᴛʜɪɴɢ. Nᴏɴ sᴇʟᴇᴄᴛɪᴠᴇ ᴀɴᴅ ᴡɪʟʟ ʀᴘ ᴡɪᴛʜ ᴀɴʏᴏɴᴇ﹗<Br/><br/>
  548.  
  549. <sub><a href="http://dangerouslytris.tumblr.com/">theme credit</a></sub>
  550.  
  551. </center>
  552. </div>
  553. </div>
  554. <!-------------------end----------------------->
  555.  
  556. </div>
  557.  
  558. <div id="sidebar">
  559.  
  560. <p></p>
  561. <div id="links">
  562. <a href="/">I.</a><br><br>
  563. <a href="/ask">II.</a><br><br>
  564. <a href="/rules">III.</a><br><br>
  565. <a href="/verses">IV.</a><br><br>
  566. <a href="/">V.</a><br><br>
  567.  
  568. </div>
  569. <div style="float:right;"><p></p><br><br><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">RETURN</a>{/block:PreviousPage} &mdash; {block:NextPage}<a href="{NextPage}">FORTH</a>{/block:NextPage}</div>{/block:Pagination} </div></div>
  570. </div>
  571. <div id="entries">{block:Posts}<div id="post">
  572.  
  573. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  574.  
  575. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  576.  
  577. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  578.  
  579. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  580.  
  581. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  582.  
  583. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  584.  
  585. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  586. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  587.  
  588. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  589.  
  590. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  591.  
  592. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#999;padding:3px;color:#fff;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big></big></font> <a href="{Permalink}">{NoteCount}</a>notes {/block:NoteCount} {block:RebloggedFrom} — <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  593. {block:ContentSource} , <a title="{SourceTitle}" href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  594. {block:HasTags}
  595. <div class="tags">
  596. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  597. {/block:HasTags}
  598. <div class="postnote">
  599. {block:PostNotes}{PostNotes}{/block:PostNotes}
  600. </div>
  601. </div>
  602. {/block:Posts}
  603.  
  604. </div>
  605. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></div>
  606.  
  607. </body>
  608.  
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement