Advertisement
lojsan7

bellamytheme

May 5th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.81 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 16 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="image:Background Image" content=""/>
  15. <meta name="color:Text" content="#9B9B9B"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:border" content="#F2F2F2"/>
  18. <meta name="color:scrollbar" content="#D6D5D5">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:homelink title" content="home">
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/">
  31.  
  32. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  33.  
  34. <style>
  35. div#qTip {
  36. padding: 3px;
  37. display: none;
  38. text-align: center;
  39. position: absolute;
  40. font-size:8px;
  41. line-height:9px;
  42. font-family:calibri;
  43. z-index: 1000;
  44. border: 1px solid #d3d3d3;
  45. background-color:#fff;
  46. color: #aaaaaa;
  47. text-transform:uppercase;
  48. letter-spacing: 1px;
  49. }
  50. </style>
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. ::-webkit-scrollbar-thumb{
  56. background-color: #424440;
  57. border: 2px solid transparent;
  58. height:5px;
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62. height:auto;
  63. width:4px;
  64. background-color: transparent;
  65. border:5px solid transparent;
  66. }
  67.  
  68. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  69.  
  70. iframe#tumblr_controls {
  71. top: 0% !important;
  72. right:0% !important;
  73. opacity:0.3;
  74. position: fixed !important;
  75. filter:alpha(opacity=30);
  76. -webkit-transition: all 0.7s ease;
  77. -moz-transition: all 0.7s ease;
  78. -o-transition: all 0.7s ease;
  79. }
  80.  
  81. iframe#tumblr_controls:hover{
  82. top: 0% !important;
  83. right:0% !important;
  84. opacity:0.8;
  85. position: fixed !important;
  86. filter:alpha(opacity=80);
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease;
  90. }
  91.  
  92. h1 {
  93. font-weight:normal;
  94. font-size:13px;
  95. text-align:center;
  96. font-style:normal;
  97. line-height:100%;
  98. letter-spacing:1px;
  99. text-transform:normal;
  100. color:{color:text};
  101. }
  102.  
  103. h2 {
  104. font-size:10px;
  105. text-align:center;
  106. line-height:100%;
  107. letter-spacing:-0.5px;
  108. color:{color:text};
  109. font-weight:bold;
  110. text-transform:uppercase;
  111. padding:5px;
  112. padding-bottom:2px;
  113. }
  114.  
  115.  
  116. blockquote {
  117. border-left:2px solid {color:text};
  118. padding-left:5px;
  119. margin:5px;
  120. }
  121.  
  122.  
  123. body {
  124. background:{color:background};
  125. background-image: url('http://i.imgur.com/mu4v0qW.png');
  126. background-repeat: no-repeat;
  127. background-size: center;
  128. background-attachment: fixed;
  129. position: absolute;
  130. margin-left:720px;
  131. color:{color:text};
  132. font-family:times new roman;
  133. font-size:12px;
  134. line-height:100%;
  135. }
  136.  
  137. a {
  138. text-decoration:none;
  139. outline:none;
  140. -moz-outline-style:none;
  141. color:{color:link};
  142. -moz-transition-duration:0.5s;
  143. -webkit-transition-duration:0.5s;
  144. -o-transition-duration:0.5s;
  145. }
  146.  
  147. a:hover {
  148. text-decoration:none;
  149. outline:none;
  150. -moz-outline-style:none;
  151. color:{color:link hover};
  152. }
  153.  
  154. img {
  155. border:none;
  156. }
  157.  
  158. blockquote {
  159. padding-left:5px;
  160. border-left:2px solid;
  161. }
  162.  
  163. blockquote blockquote {
  164. padding-left:5px;
  165. border-left:2px solid;
  166. }
  167.  
  168. #theme {
  169. width:500px;
  170. margin:0 auto -12px auto;
  171. }
  172.  
  173. #post {
  174. width:500px;
  175. padding-bottom:30px;
  176. margin-top:25px;
  177. }
  178.  
  179. #entries {
  180. position:fixed;
  181. height:500px;
  182. width:513px;
  183. padding:5px;
  184. margin-left:-30px;
  185. margin-top:160px;
  186. text-align:left;
  187. background-color: #101012;
  188. border: 1px solid #101012;
  189. z-index:999;
  190. overflow-x:hidden;
  191. overflow-y:auto;
  192. }
  193.  
  194.  
  195. #sidebar {
  196. color:{color:text};
  197. position:fixed;
  198. width:90px;
  199. margin-top:150px;
  200. margin-left:-70px;
  201. text-align:left;
  202. }
  203.  
  204. #sidebar img {
  205. width:100px;
  206. margin-bottom:6px;
  207. padding:-1px;
  208. opacity:.9;
  209. outline-offset:4px;
  210. }
  211.  
  212.  
  213. #links {
  214. position:absolute;
  215. letter-spacing:1px;
  216. font-family:arial;
  217. font-weight:bold;
  218. width:25px;
  219. margin-top:90px;
  220. margin-left:600px;
  221. font-size:20px;
  222. text-transform:uppercase;
  223. text-align:justify;
  224. line-height:300%;
  225. }
  226.  
  227. #links a {
  228. width:12px;
  229. height:12px;
  230. line-height:300%;
  231. margin:8px;
  232. display:inline-block;
  233. float:left;
  234.  
  235. border:1.5px solid transparent;
  236. -webkit-transition:all 0.5s;
  237. -moz-transition:all 0.5s;
  238. -ms-transition:all 0.5s;
  239. -o-transition:all 0.5s;
  240. }
  241. #links a:hover {
  242. color:#000;
  243. -webkit-transition:all 0.5s;
  244. -moz-transition:all 0.5s;
  245. -ms-transition:all 0.5s;
  246. -o-transition:all 0.5s;
  247. }
  248.  
  249. #body:hover #sidebar {
  250. opacity:1;
  251. -moz-transition-duration:.7s;
  252. -webkit-transition-duration:.7s;
  253. -o-transition-duration:.7s;
  254.  
  255. }
  256.  
  257.  
  258. #description {
  259. position:fixed;
  260. width:100px;
  261. font-family:times;
  262. margin-bottom:15px;
  263. margin-top:0px;
  264. margin-left:-4px;
  265. padding:4px;
  266. text-align:center;
  267. font-size:9px;
  268. color: {color:text};
  269. letter-spacing:0px;
  270. line-height:125%;
  271. }
  272.  
  273. #description a {
  274. color:{color:link};
  275. }
  276.  
  277. #description a:hover {
  278. color:#f1f1f1;
  279. }
  280.  
  281. #sidebar #description {
  282. margin-top:0px;
  283. opacity:1;
  284. -moz-transition-duration:.7s;
  285. -webkit-transition-duration:.7s;
  286. -o-transition-duration:.7s;
  287. }
  288. #sidebar:hover #description {
  289. margin-top:12px;
  290. opacity:1;
  291. -moz-transition-duration:.7s;
  292. -webkit-transition-duration:.7s;
  293. -o-transition-duration:.7s;
  294. }
  295.  
  296. #info {
  297. font-family:calibri;
  298. width:500px;
  299. margin-top:3px;
  300. padding:1px;
  301. padding-top:5px;
  302. font-size:8px;
  303. color:{color:text};
  304. text-transform:uppercase;
  305. font-style:normal;
  306. text-align:left;
  307. border-top:1px solid {color:border};
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312.  
  313. #info a {
  314. color:{color:link};
  315. text-align:right;
  316. font-style:normal;
  317. }
  318.  
  319. #info a:hover {
  320. color:{color:link hover};
  321. }
  322.  
  323. .tags {
  324. font-family:consolas;
  325. font-style:normal;
  326. width:500px;
  327. text-transform:lowercase;
  328. font-style:italic;
  329. color:{color:link};
  330. line-height:120%;
  331. font-size:8px;
  332. text-align:left;
  333. padding-top:0px;
  334. -moz-transition-duration:0.2s;
  335. -webkit-transition-duration:0.2s;
  336. -o-transition-duration:0.2s;
  337. }
  338.  
  339. .tags a:hover {
  340. color:{color:link hover};
  341. }
  342.  
  343. audio{
  344. background-color:#e5e5e5;
  345. height:65px;
  346. overflow:hidden;
  347. }
  348.  
  349. .question {
  350. padding:6px;
  351. text-align:left;
  352. text-transform:italic;
  353. color:{color:text};
  354. background-color: #f7f7f7;
  355. border-left:3px solid #e9e9e9;
  356. line-height:120%;
  357. }
  358.  
  359. .answer {
  360. text-align:left;
  361. padding:3px;
  362. color:{color:text};
  363. }
  364.  
  365.  
  366. #credit {
  367. font-size:9px;
  368. font-family:cambria;
  369. font-style:italic;
  370. letter-spacing:1px;
  371. -moz-transition-duration:0.5s;
  372. -webkit-transition-duration:0.5s;
  373. -o-transition-duration:0.5s;
  374. }
  375.  
  376. #credit a {
  377. background-color:#fff;
  378. padding:5px;
  379. border:1px solid #e9e9e9;
  380. position:fixed;
  381. right:15px;
  382. bottom:10px
  383. }
  384.  
  385. #credit a:hover {
  386. color:#fff;
  387. background-color:#191919;
  388. }
  389.  
  390. #pagination {
  391. letter-spacing:1px;
  392. font-family:'bebas';
  393. font-siz
  394. text-transform:uppercase;
  395. position:absolute;
  396. display:inline-block;
  397. width:200px;
  398. margin-top:355px;
  399. margin-left:782px;
  400. height:60px;
  401. color:#444;
  402. font-size:12px;
  403. }
  404.  
  405. #pagination a{
  406. color:#5f4d8e;
  407. font-size:20px;
  408. }
  409.  
  410. /************** FLAGS UPDATES TAB **************/
  411. /* tutorial by deanlirium|tumblr (clarence.tk) */
  412.  
  413. #flags {
  414. position:fixed;
  415. top:100px; /* distance from the top of the page - adjust as you wish! */
  416. right:0px;
  417. text-align:center;
  418. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  419. color:#8C8C8C; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  420. font-size:8px; /* adjust font size */
  421. letter-spacing:1px;
  422. z-index:2147483607;
  423. font-family:calibri;}
  424.  
  425.  
  426. #flag1 {
  427. border:solid 6px #4A4A4A; /* flag color */
  428. border-left:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  429. padding-right:10px;
  430. right:00px;
  431. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  432. height:0px;
  433. position:absolute;
  434. -moz-transition:all 0.7s ease-out;
  435. -webkit-transition:all 0.7s ease-out;
  436. -o-transition:all 0.7s ease-out;}
  437.  
  438. #flag1:hover {
  439. width:180px;} /* lenght of the OPEN flag */
  440.  
  441. #upd1 {
  442. position:absolute;
  443. width:110px;
  444. padding:10px;
  445. padding-right:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  446. right:-180px;
  447. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  448. opacity:0;
  449. -moz-transition:all 0.7s ease-out;
  450. -webkit-transition:all 0.7s ease-out;
  451. -o-transition:all 0.7s ease-out;}
  452.  
  453. #flag1:hover #upd1{
  454. right:0px;
  455. opacity:1;}
  456.  
  457. /* following is the coding for the other flags - same as above! */
  458.  
  459. #flag2 {
  460. border:solid 6px #8C8C8C;
  461. margin-top:20px;
  462. position:absolute;
  463. border-left:solid 6px transparent;
  464. padding-right:10px;
  465. right:00px;
  466. width:20px;
  467. height:0px;
  468. -moz-transition:all 0.7s ease-out;
  469. -webkit-transition:all 0.7s ease-out;
  470. -o-transition:all 0.7s ease-out;}
  471.  
  472. #flag2:hover {
  473. width:180px;}
  474.  
  475. #upd2 {
  476. position:absolute;
  477. width:110px;
  478. padding:10px;
  479. padding-right:60px;
  480. right:-180px;
  481. margin-top:6px;
  482. opacity:0;
  483. -moz-transition:all 0.7s ease-out;
  484. -webkit-transition:all 0.7s ease-out;
  485. -o-transition:all 0.7s ease-out;}
  486.  
  487. #flag2:hover #upd2{
  488. right:0px;
  489. opacity:1;}
  490.  
  491. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  492.  
  493. #flag3 {
  494. border:solid 6px #B3B3B3;
  495. position:absolute;
  496. margin-top:40px; /* this one! */
  497. border-left:solid 6px transparent;
  498. padding-right:10px;
  499. right:0px;
  500. width:20px;
  501. height:0px;
  502. -moz-transition:all 0.7s ease-out;
  503. -webkit-transition:all 0.7s ease-out;
  504. -o-transition:all 0.7s ease-out;}
  505.  
  506. #flag3:hover {
  507. width:180px;}
  508.  
  509. #upd3 {
  510. position:absolute;
  511. width:110px;
  512. padding:10px;
  513. padding-right:60px;
  514. right:-180px;
  515. margin-top:6px;
  516. opacity:0;
  517. -moz-transition:all 0.7s ease-out;
  518. -webkit-transition:all 0.7s ease-out;
  519. -o-transition:all 0.7s ease-out;}
  520.  
  521. #flag3:hover #upd3{
  522. right:0px;
  523. opacity:1;}
  524.  
  525. /* to here */
  526.  
  527. {CustomCSS}</style></head><body>
  528.  
  529. <div id="flags">
  530. <div id="flag1"><div id="upd1">
  531.  
  532. independent <big><i>BELLAMY BLAKE</i></big>. written by <big><i>ali</i></big>.</p>occasionally nsfw. formerly <big><i>ARESVEIN</big></i> , <big><i>ATLASBLOOD.</big></i>
  533.  
  534.  
  535. </div></div>
  536.  
  537. <div id="flag2"><div id="upd2">
  538.  
  539. skype available upon request.</p>all icons were made by me. please do not steal.
  540.  
  541.  
  542.  
  543. </div></div>
  544.  
  545. <!---- if you want more flags, copy from here ---->
  546.  
  547. <div id="flag3"><div id="upd3">
  548.  
  549. <b><i>starters:</i></b> 0<br><b><i>replies:</i></b> 0<br></p>currently accepting memes and starters.
  550.  
  551. </div></div>
  552.  
  553. <!---- to here and change the numbers according to your css! ---->
  554.  
  555. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  556.  
  557. </div>
  558.  
  559. {CustomCSS}</style></head><body>
  560.  
  561. <div id="theme">
  562.  
  563. <div id="sidebar">
  564.  
  565. <div id="sidebarimgage">
  566. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  567.  
  568. <div id="links">
  569. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="previous page">-</a>{/block:PreviousPage}{/block:Pagination}
  570. <a href="{text:link1 url}" title="{text:link1}">♛</a><br>
  571. <a href="{text:link2 url}" title="{text:link2}">♛</a><br>
  572. <a href="{text:link3 url}" title="{text:link3}">♛</a><br>
  573. <a href="{text:link4 url}" title="{text:link4}">♛</a>
  574. {block:Pagination}{block:NextPage}<a href="{NextPage}" title="next page">+</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
  575.  
  576. </div>
  577.  
  578. <div id="description">{description}</div>
  579. </div>
  580.  
  581. <div id="entries">{block:Posts}<div id="post">
  582.  
  583. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  584.  
  585. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  586.  
  587. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  588.  
  589. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  590.  
  591. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  592.  
  593. {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}
  594.  
  595. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  596. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  597.  
  598. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  599.  
  600. {block:Answer}<div class="question"><i>{Asker}:</i> {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  601.  
  602. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  603. {block:ContentSource} ( source <a href="{SourceURL}">{SourceLink} )</a>{/block:ContentSource}{/block:Date} {block:NoteCount} with <font color=#ff1414>♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}</div>
  604. {block:HasTags}
  605. <div class="tags">
  606. {block:Tags} <a href="{TagURL}"> -{Tag}</a>{/block:Tags}</div>
  607. {/block:HasTags}
  608. <div class="postnote">
  609. {block:PostNotes}{PostNotes}{/block:PostNotes}
  610. </div>
  611. </div>
  612. {/block:Posts}
  613.  
  614. </div>
  615. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  616.  
  617. </body>
  618. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement