Advertisement
thehandyblog

Be Alright Theme

Dec 16th, 2012
2,389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.73 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!----
  4.  
  5. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  6. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  7. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  8.  
  9. Theme by © Stratfor-d
  10.  
  11. ✔ Keep the credits intact.
  12. ✔ Don't use as a base.
  13. ✔ Don't claim as yours.
  14.  
  15. ---->
  16.  
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <meta name="color:Bg" content="#ffffff">
  26. <meta name="color:Links" content="#bbbbbb">
  27. <meta name="color:Hover" content="#919191">
  28. <meta name="color:Text" content="#9b9b9b">
  29. <meta name="color:Accent" content="#f5f5f5">
  30. <meta name="color:Scrollbar" content="#eee">
  31. <meta name="color:Nav Bg" content="#ffffff">
  32. <meta name="color:Nav Text" content="#C7C7C7">
  33. <meta name="color:Permalink Bg" content="#F9F9F9">
  34.  
  35. <meta name="text:Link Title 1" content="Link">
  36. <meta name="text:Link Url 1" content="/">
  37. <meta name="text:Link Title 2" content="Link">
  38. <meta name="text:Link Url 2" content="/">
  39. <meta name="text:Link Title 3" content="Link">
  40. <meta name="text:Link Url 3" content="/">
  41.  
  42. <meta name="image:Portrait" content="http://24.media.tumblr.com/tumblr_m5to7bUhvq1qel48xo1_500.png">
  43.  
  44. <meta name="if:EndlessScroll" content="0">
  45. <meta name="if:ShowCaptions" content="1">
  46. <meta name="if:StretchPhotos" content="1">
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. /* Main/General Code: Applies to all*/
  52.  
  53. body {
  54. font-family:calibri;
  55. font-size: 11px;
  56. background:{color:Bg};
  57. color: {color:Text};
  58. margin: 0;
  59. }
  60.  
  61. a {
  62. color: {color:links};
  63. text-decoration: none;
  64. transition-duration: 0.20s;
  65. -moz-transition-duration: 0.20s;
  66. -webkit-transition-duration: 0.20s;
  67. -o-transition-duration: 0.20s;
  68.  
  69. }
  70.  
  71. a:hover {
  72. color: {color:hover};
  73. }
  74.  
  75. #content {
  76. padding: 1px 20px 20px 20px;
  77. width: 540px;
  78. margin-left:300px;
  79. }
  80.  
  81. .posts {
  82. padding: 10px;
  83. margin-top: 20px;
  84. margin-left:100px;
  85. overflow: hidden;
  86. width: 500px;
  87. }
  88.  
  89. .posts img {
  90. max-width: 100%;
  91. }
  92.  
  93. blockquote {
  94. border-left: 4px solid {color:accent};
  95. padding: 1px 1px 1px 10px;
  96. margin: 5px;
  97. }
  98.  
  99.  
  100. #captions {
  101. display: block;
  102. margin-top: 10px;
  103. {block:IfNotShowCaptions}
  104. {block:IndexPage}
  105. display: none;
  106. {/block:IndexPage}
  107. {/block:IfNotShowCaptions}
  108. }
  109.  
  110. #audiocaptions {
  111. display: block;
  112. margin-top: 10px;
  113. {block:IfNotShowCaptions}
  114. {block:IndexPage}
  115. display: none;
  116. {/block:IndexPage}
  117. {/block:IfNotShowCaptions}
  118. }
  119.  
  120. .pagination {
  121. margin-top: 15px;
  122. text-align: center;
  123. }
  124.  
  125. .pagination a {
  126. margin-left:5px;
  127. margin-right:5px;
  128. }
  129.  
  130. #albumart img {
  131. width: 70px;
  132. height: 70px;
  133. position:absolute
  134. }
  135.  
  136. #mp {
  137. width:420px;
  138. height:35px;
  139. padding-top:20px;
  140. padding-bottom:15px;
  141. padding-left:80px;
  142. background:#e4e4e4
  143. }
  144.  
  145. #permalink {
  146. margin-left:110px;
  147. background:{color:permalink bg};
  148. padding: 5px 10px 5px 10px;
  149. font-size:9px;
  150. text-align:center;
  151. width:480px;
  152. text-transform:uppercase;
  153. }
  154.  
  155. .sidebar {
  156. position: fixed;
  157. margin-top: 180px;
  158. margin-left: -190px;
  159. width: 200px;
  160. text-align: center;
  161. padding: 10px;
  162. }
  163.  
  164.  
  165. .simg {
  166. width: 200px;
  167. margin-bottom:10px;
  168. }
  169.  
  170.  
  171.  
  172. #links {
  173. position:absolute;
  174. text-align: center;
  175. color:{color:navigation text};
  176. font-family:9px;
  177. margin-left:2.5px;
  178. z-index:0;
  179. height:0px;
  180. overflow:hidden;
  181. margin-top:-18px;
  182. font-size:9px;
  183. letter-spacing:1px;
  184. text-transform:uppercase;
  185. transition-duration: 0.70s;
  186. -moz-transition-duration: 0.70s;
  187. -webkit-transition-duration: 0.70s;
  188. -o-transition-duration: 0.70s;
  189. }
  190.  
  191. #links a:hover {
  192. color:{color:nav bg};
  193. background:{color:nav text};
  194. }
  195.  
  196. .sidebar:hover #links {
  197. opacity:1;
  198. position:absolute;
  199. height:60px;
  200. margin-top:-77px;
  201. z-index:99;
  202. }
  203.  
  204. #links a {
  205. width:87px;
  206. margin-left:2px;
  207. margin-right:2px;
  208. color:{color:nav text};
  209. margin-bottom:4px;
  210. background:{color:nav bg};
  211. display:inline-block;
  212. padding:3px;
  213. transition-duration: 0.70s;
  214. -moz-transition-duration: 0.70s;
  215. -webkit-transition-duration: 0.70s;
  216. -o-transition-duration: 0.70s;
  217. }
  218.  
  219. iframe#tumblr_controls {
  220. position: fixed !important;
  221. z-index: 9999;
  222. }
  223.  
  224. .desc {
  225. width:180px;
  226. margin-left:10px;
  227. margin-top:5px;
  228. }
  229.  
  230. h3 {
  231. font-size:17px;
  232. margin-left:10px;
  233. font-weight:700;
  234. font-style:italic;
  235. }
  236.  
  237. .quo {
  238. font-family:georgia;
  239. font-size:17px;
  240. font-style:italic;
  241. text-align:left;
  242. }
  243.  
  244. idk {
  245. margin-left:55px;
  246. display:block
  247. }
  248.  
  249. qm {
  250. color:{color:Accent};
  251. font-style:normal;
  252. font-size:70px;
  253. margin-top:-15px;
  254. position:absolute;
  255. }
  256.  
  257. ::-webkit-scrollbar {width: 7px; height:7px; background:{color:bg}}
  258. ::-webkit-scrollbar-corner {background:{color:bg}}
  259. ::-webkit-scrollbar-button:vertical {height:0px; display: block; background:{color:scrollbar}}
  260. ::-webkit-scrollbar-button:horizontal {width: 0px; height: 0px; display: block; background:{color:scrollbar}}
  261. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  262. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; border: 0px solid {color:bg}}
  263.  
  264. #asked {
  265. border-bottom:1px solid {color:accent};
  266. padding-bottom:10px;
  267. width:500px;
  268. text-align:left;
  269. }
  270.  
  271. ul.chat {
  272. margin: 0 0 0 0;
  273. padding: 0 0 0 0;
  274. }
  275. .chat li {
  276. list-style-type: none;
  277. margin-left: 0px;
  278. padding: 4px;
  279. }
  280. .chat li.odd {
  281. }
  282. .chat li.even {
  283. background-color: {color:accent};
  284. }
  285.  
  286. #permapage {
  287. margin-left:90px;
  288. width:500px;
  289. }
  290.  
  291. #permapage li {
  292. border-bottom:1px solid {color:accent};
  293. list-style-type:none;
  294. margin:0;
  295. padding-top:15px;
  296. padding-bottom:15px;
  297. padding-right:15px;
  298. padding-left:30px;
  299. }
  300.  
  301. #permapage img {
  302. margin-bottom:-3px;
  303. margin-right:5px;
  304. }
  305.  
  306. #sbimg {
  307. overflow:hidden;
  308. height:20px;
  309. margin-bottom:50px;
  310. position:absolute;
  311. z-index:99;
  312. transition-duration: 0.70s;
  313. -moz-transition-duration: 0.70s;
  314. -webkit-transition-duration: 0.70s;
  315. -o-transition-duration: 0.70s;
  316. }
  317.  
  318. #border {
  319. height:20px;
  320. background:{color:bg};
  321. width:200px;
  322. position:relative;
  323. margin-bottom:-20px;
  324. }
  325.  
  326. .sidebar:hover #sbimg {
  327. margin-top:-69px;
  328. }
  329.  
  330. span.taghead { display:none; } a.tag + span.taghead { display:inline; }
  331.  
  332. </style>
  333.  
  334. {block:IfEndlessScroll}
  335. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  336. {/block:IfEndlessScroll}
  337.  
  338. </head>
  339.  
  340.  
  341. <body>
  342.  
  343.  
  344. <div id="content">
  345.  
  346.  
  347. <div class="sidebar">
  348.  
  349. <img src="{image:portrait}" class="simg" width="200px">
  350.  
  351. <div id="links">
  352. <a href="/">home</a><a href="/ask">ask</a><br><a href="/archive">archive</a>{Block:IfLinkTitle1}<a href="{text:link url 1}">{text:link title 1}</a>{/Block:IfLinkTitle1}{Block:IfLinkTitle2}<br><a href="{text:link url 2}">{text:link title 2}</a>{/Block:IfLinkTitle2}{Block:IfLinkTitle3}<a href="{text:link url 3}">{text:link title 3}</a>{/Block:IfLinkTitle3}
  353. </div>
  354.  
  355. <div class="desc">{Description}</div>
  356.  
  357. {block:IfNotEndlessScroll}
  358. <div class="pagination">
  359. {block:Pagination}
  360. {block:PreviousPage}
  361. <a href="{PreviousPage}">&laquo;</a>
  362. {/block:PreviousPage}
  363. {block:JumpPagination length="4"}
  364.  
  365. {block:CurrentPage}
  366.  
  367. <span class="current_page" style="margin-left:5px; margin-right:5px;">{PageNumber}</span>
  368.  
  369. {/block:CurrentPage}
  370.  
  371. {block:JumpPage}
  372.  
  373. <a class="jump_page" href="{URL}">{PageNumber}</a>
  374.  
  375. {/block:JumpPage}
  376.  
  377. {/block:JumpPagination}
  378. {block:NextPage}
  379. <a href="{NextPage}">&raquo;</a>
  380. {/block:NextPage}
  381. {/block:Pagination}
  382. </div>
  383. {/block:IfNotEndlessScroll}
  384.  
  385. </div>
  386.  
  387.  
  388. {block:Posts}
  389.  
  390. <br>
  391.  
  392.  
  393. <div class="posts">
  394.  
  395.  
  396. {block:Text}
  397.  
  398. {block:Title}
  399. <h3>{Title}</h3>
  400. {/block:Title}
  401.  
  402. {Body}
  403.  
  404. {/block:Text}
  405.  
  406.  
  407.  
  408. {block:Photo}
  409.  
  410. <center>
  411. <img src="{PhotoURL-500}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}>
  412. </center>
  413.  
  414. {block:Caption}
  415. <div id="captions">
  416. {Caption}</div>
  417. {/block:Caption}
  418.  
  419. {/block:Photo}
  420.  
  421.  
  422.  
  423. {block:Photoset}
  424.  
  425.  
  426. <div class="photoset">
  427. {Photoset-500}
  428. </div>
  429.  
  430. {block:Caption}
  431. <div id="captions">
  432. {Caption}</div>
  433. {/block:Caption}
  434.  
  435. {/block:Photoset}
  436.  
  437.  
  438.  
  439. {block:Quote}
  440.  
  441.  
  442. <div class="quo"><qm>❝</qm><idk>{Quote}</idk></div>
  443.  
  444. {block:Source}
  445. <br><br>—{Source}
  446. {/block:Source}
  447.  
  448. {/block:Quote}
  449.  
  450.  
  451.  
  452. {block:Link}
  453.  
  454. <a href="{URL}" {Target}><h3>+ {Name}</h3></a>
  455.  
  456. {block:Description}
  457. {Description}
  458. {/block:Description}
  459.  
  460. {/block:Link}
  461.  
  462.  
  463.  
  464. {block:Chat}
  465.  
  466. {block:Title}
  467. {Title}
  468. {/block:Title}
  469.  
  470. <ul class="chat">
  471. {block:Lines}
  472. <li class="{Alt} user_{UserNumber}">
  473. {block:Label}
  474. <b>{Label}</b>
  475. {/block:Label}
  476. <span style="font-style:italic">{Line}</span>
  477. </li>
  478. {/block:Lines}
  479. </ul>
  480.  
  481. {/block:Chat}
  482.  
  483.  
  484.  
  485. {block:Audio}
  486.  
  487.  
  488. <div id="albumart">
  489. {block:AlbumArt}
  490. <img src="{AlbumArtURL}">
  491. {/block:AlbumArt}
  492. </div>
  493.  
  494. <div id="mp">
  495. {AudioPlayerGrey}
  496. </div>
  497.  
  498. <p>
  499.  
  500. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  501. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  502. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  503. <b>Plays:</b> {PlayCount}<br>
  504.  
  505. {block:Caption}
  506. <div id="audiocaptions">
  507. {Caption}</div>
  508. {/block:Caption}
  509.  
  510. {/block:Audio}
  511.  
  512.  
  513.  
  514. {block:Video}
  515.  
  516.  
  517. <div class="video">
  518. {block:IndexPage}{Video-250}{/block:IndexPage}
  519. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  520. </div>
  521.  
  522. {block:Caption}
  523. <div id="captions">
  524. {Caption}</div>
  525. {/block:Caption}
  526.  
  527. {/block:Video}
  528.  
  529.  
  530.  
  531. {block:Answer}
  532.  
  533. <div id="asked"><img src="{AskerPortraitURL-16}" style="margin-right:5px;">{Asker} asked: <i>{Question}</i></div><p>
  534.  
  535. {Answer}
  536.  
  537. {/block:Answer}
  538.  
  539.  
  540. </div>
  541.  
  542. <div id="permalink">
  543.  
  544. {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{Block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}{Block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}{block:HasTags} + {block:Tags}<span class="taghead">, </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  545.  
  546. </div>
  547.  
  548. {block:PermalinkPage}
  549. <div id="permapage">
  550. {block:PostNotes}
  551. {PostNotes}
  552. {/block:PostNotes}
  553. </div>
  554. {/block:PermalinkPage}
  555.  
  556. <br>
  557.  
  558. <div style="display:block">
  559. {Block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/Block:RebloggedFrom}
  560. </div>
  561.  
  562. {/block:Posts}
  563.  
  564. </div>
  565.  
  566. <a style="bottom:10px; font-size:9px; right:10px; letter-spacing:1px; position:fixed" href="http://stratfor-d.tumblr.com">CREDIT</a>
  567.  
  568. </body>
  569. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement