Advertisement
thehandyblog

Wide Awake Theme

Dec 15th, 2012
1,832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 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="#727272">
  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_mcklnyIfEl1r9alaeo1_r1_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. border-top:1px dashed {color:Accent};
  147. margin-left:100px;
  148. background:{color:permalink bg};
  149. padding: 5px 10px 5px 10px;
  150. font-size:9px;
  151. text-align:center;
  152. width:500px;
  153. text-transform:uppercase;
  154. }
  155.  
  156. .sidebar {
  157. position: fixed;
  158. margin-top: 180px;
  159. margin-left: -190px;
  160. width: 200px;
  161. text-align: center;
  162. padding: 10px;
  163. }
  164.  
  165.  
  166. .simg {
  167. width: 200px;
  168. margin-bottom:10px;
  169. }
  170.  
  171.  
  172. #title {
  173. margin-bottom: 5px;
  174. text-align: center;
  175. color: #000;
  176. background: #F0F0F0;
  177. padding: 5px;
  178. letter-spacing: 1px;
  179. }
  180.  
  181. #links {
  182. position:absolute;
  183. text-align: center;
  184. color:{color:navigation text};
  185. font-family:9px;
  186. margin-left:2.5px;
  187. z-index:0;
  188. height:20px;
  189. overflow:hidden;
  190. opacity:1;
  191. font-size:9px;
  192. letter-spacing:1px;
  193. text-transform:uppercase;
  194. transition-duration: 0.70s;
  195. -moz-transition-duration: 0.70s;
  196. -webkit-transition-duration: 0.70s;
  197. -o-transition-duration: 0.70s;
  198. }
  199.  
  200. #links a:hover {
  201. color:{color:nav bg};
  202. background:{color:nav text};
  203. }
  204.  
  205. .sidebar:hover #links {
  206. opacity:1;
  207. position:absolute;
  208. height:60px;
  209. margin-top:-44px;
  210. z-index:99;
  211. }
  212.  
  213. #links a {
  214. width:87px;
  215. margin-left:2px;
  216. margin-right:2px;
  217. color:{color:nav text};
  218. margin-bottom:4px;
  219. background:{color:nav bg};
  220. display:inline-block;
  221. padding:3px;
  222. transition-duration: 0.70s;
  223. -moz-transition-duration: 0.70s;
  224. -webkit-transition-duration: 0.70s;
  225. -o-transition-duration: 0.70s;
  226. }
  227.  
  228. iframe#tumblr_controls {
  229. position: fixed !important;
  230. z-index: 9999;
  231. }
  232.  
  233. .desc {
  234. width:180px;
  235. margin-left:10px;
  236. margin-top:5px;
  237. }
  238.  
  239. h3 {
  240. font-size:17px;
  241. margin-left:10px;
  242. font-weight:700;
  243. font-style:italic;
  244. }
  245.  
  246. .quo {
  247. font-family:georgia;
  248. font-size:17px;
  249. font-style:italic;
  250. text-align:left;
  251. }
  252.  
  253. idk {
  254. margin-left:55px;
  255. display:block
  256. }
  257.  
  258. qm {
  259. color:{color:Accent};
  260. font-style:normal;
  261. font-size:70px;
  262. margin-top:-15px;
  263. position:absolute;
  264. }
  265.  
  266. ::-webkit-scrollbar {width: 7px; height:7px; background:{color:bg}}
  267. ::-webkit-scrollbar-corner {background:{color:bg}}
  268. ::-webkit-scrollbar-button:vertical {height:0px; display: block; background:{color:scrollbar}}
  269. ::-webkit-scrollbar-button:horizontal {width: 0px; height: 0px; display: block; background:{color:scrollbar}}
  270. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  271. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; border: 0px solid {color:bg}}
  272.  
  273. #asked {
  274. padding:13px;
  275. width:450px;
  276. background:{color:accent};
  277. text-align:left;
  278. margin-left:50px;
  279. }
  280.  
  281. ul.chat {
  282. margin: 0 0 0 0;
  283. padding: 0 0 0 0;
  284. }
  285. .chat li {
  286. list-style-type: none;
  287. margin-left: 0px;
  288. padding: 4px;
  289. }
  290. .chat li.odd {
  291. }
  292. .chat li.even {
  293. background-color: {color:accent};
  294. }
  295.  
  296. #permapage {
  297. margin-left:90px;
  298. width:500px;
  299. }
  300.  
  301. #permapage li {
  302. border-bottom:1px solid {color:accent};
  303. list-style-type:none;
  304. margin:0;
  305. padding-top:15px;
  306. padding-bottom:15px;
  307. padding-right:15px;
  308. padding-left:30px;
  309. }
  310.  
  311. #permapage img {
  312. margin-bottom:-3px;
  313. margin-right:5px;
  314. }
  315.  
  316. #sbimg {
  317. overflow:hidden;
  318. height:20px;
  319. margin-bottom:50px;
  320. position:absolute;
  321. z-index:99;
  322. transition-duration: 0.70s;
  323. -moz-transition-duration: 0.70s;
  324. -webkit-transition-duration: 0.70s;
  325. -o-transition-duration: 0.70s;
  326. }
  327.  
  328. #border {
  329. height:20px;
  330. background:{color:bg};
  331. width:200px;
  332. position:relative;
  333. margin-bottom:-20px;
  334. }
  335.  
  336. .sidebar:hover #sbimg {
  337. margin-top:-69px;
  338. }
  339.  
  340. span.taghead { display:none; } a.tag + span.taghead { display:inline; }
  341.  
  342. </style>
  343.  
  344. {block:IfEndlessScroll}
  345. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  346. {/block:IfEndlessScroll}
  347.  
  348. </head>
  349.  
  350.  
  351. <body>
  352.  
  353.  
  354. <div id="content">
  355.  
  356.  
  357. <div class="sidebar">
  358.  
  359. <div id="sbimg"><img src="{image:Portrait}" class="simg" width="200px"></div>
  360. <div id="links">
  361. <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}<br>{Block:IfLinkTitle2}<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}
  362. </div>
  363. <div id="border"></div>
  364. <img src="{image:Portrait}" class="simg" width="200px">
  365.  
  366. <div class="desc">{Description}</div>
  367.  
  368. {block:IfNotEndlessScroll}
  369. <div class="pagination">
  370. {block:Pagination}
  371. {block:PreviousPage}
  372. <a href="{PreviousPage}">&laquo;</a>
  373. {/block:PreviousPage}
  374. {block:JumpPagination length="4"}
  375.  
  376. {block:CurrentPage}
  377.  
  378. <span class="current_page" style="margin-left:5px; margin-right:5px;">{PageNumber}</span>
  379.  
  380. {/block:CurrentPage}
  381.  
  382. {block:JumpPage}
  383.  
  384. <a class="jump_page" href="{URL}">{PageNumber}</a>
  385.  
  386. {/block:JumpPage}
  387.  
  388. {/block:JumpPagination}
  389. {block:NextPage}
  390. <a href="{NextPage}">&raquo;</a>
  391. {/block:NextPage}
  392. {/block:Pagination}
  393. </div>
  394. {/block:IfNotEndlessScroll}
  395.  
  396. </div>
  397.  
  398.  
  399. {block:Posts}
  400.  
  401. <br>
  402.  
  403.  
  404. <div class="posts">
  405.  
  406.  
  407. {block:Text}
  408.  
  409. {block:Title}
  410. <h3>{Title}</h3>
  411. {/block:Title}
  412.  
  413. {Body}
  414.  
  415. {/block:Text}
  416.  
  417.  
  418.  
  419. {block:Photo}
  420.  
  421. <center>
  422. <img src="{PhotoURL-500}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}>
  423. </center>
  424.  
  425. {block:Caption}
  426. <div id="captions">
  427. {Caption}</div>
  428. {/block:Caption}
  429.  
  430. {/block:Photo}
  431.  
  432.  
  433.  
  434. {block:Photoset}
  435.  
  436.  
  437. <div class="photoset">
  438. {Photoset-500}
  439. </div>
  440.  
  441. {block:Caption}
  442. <div id="captions">
  443. {Caption}</div>
  444. {/block:Caption}
  445.  
  446. {/block:Photoset}
  447.  
  448.  
  449.  
  450. {block:Quote}
  451.  
  452.  
  453. <div class="quo"><qm>❝</qm><idk>{Quote}</idk></div>
  454.  
  455. {block:Source}
  456. <br><br>—{Source}
  457. {/block:Source}
  458.  
  459. {/block:Quote}
  460.  
  461.  
  462.  
  463. {block:Link}
  464.  
  465. <a href="{URL}" {Target}><h3>+ {Name}</h3></a>
  466.  
  467. {block:Description}
  468. {Description}
  469. {/block:Description}
  470.  
  471. {/block:Link}
  472.  
  473.  
  474.  
  475. {block:Chat}
  476.  
  477. {block:Title}
  478. {Title}
  479. {/block:Title}
  480.  
  481. <ul class="chat">
  482. {block:Lines}
  483. <li class="{Alt} user_{UserNumber}">
  484. {block:Label}
  485. <b>{Label}</b>
  486. {/block:Label}
  487. <span style="font-style:italic">{Line}</span>
  488. </li>
  489. {/block:Lines}
  490. </ul>
  491.  
  492. {/block:Chat}
  493.  
  494.  
  495.  
  496. {block:Audio}
  497.  
  498.  
  499. <div id="albumart">
  500. {block:AlbumArt}
  501. <img src="{AlbumArtURL}">
  502. {/block:AlbumArt}
  503. </div>
  504.  
  505. <div id="mp">
  506. {AudioPlayerGrey}
  507. </div>
  508.  
  509. <p>
  510.  
  511. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  512. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  513. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  514. <b>Plays:</b> {PlayCount}<br>
  515.  
  516. {block:Caption}
  517. <div id="audiocaptions">
  518. {Caption}</div>
  519. {/block:Caption}
  520.  
  521. {/block:Audio}
  522.  
  523.  
  524.  
  525. {block:Video}
  526.  
  527.  
  528. <div class="video">
  529. {block:IndexPage}{Video-250}{/block:IndexPage}
  530. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  531. </div>
  532.  
  533. {block:Caption}
  534. <div id="captions">
  535. {Caption}</div>
  536. {/block:Caption}
  537.  
  538. {/block:Video}
  539.  
  540.  
  541.  
  542. {block:Answer}
  543.  
  544. <div id="asked">{Asker} asked: {Question}</div> <img src="{AskerPortraitURL-40}" style="margin-top:-40px; position:absolute;"><p>
  545.  
  546. {Answer}
  547.  
  548. {/block:Answer}
  549.  
  550.  
  551. </div>
  552.  
  553. <div id="permalink">
  554.  
  555. {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}
  556.  
  557. </div>
  558.  
  559. {block:PermalinkPage}
  560. <div id="permapage">
  561. {block:PostNotes}
  562. {PostNotes}
  563. {/block:PostNotes}
  564. </div>
  565. {/block:PermalinkPage}
  566.  
  567. <br>
  568.  
  569. <div style="display:block">
  570. {Block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/Block:RebloggedFrom}
  571. </div>
  572.  
  573. {/block:Posts}
  574.  
  575. </div>
  576.  
  577. <a style="bottom:10px; font-size:9px; right:10px; letter-spacing:1px; position:fixed" href="http://stratfor-d.tumblr.com">CREDIT</a>
  578.  
  579. </body>
  580. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement