Advertisement
thehandyblog

theme 04 » bad for me

May 17th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. theme 04 » bad for me
  5. by stratfor-d
  6. -->
  7.  
  8. <head>
  9.  
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#1a1a1a"/>
  21. <meta name="color:link" content="#1a1a1a"/>
  22. <meta name="color:hover" content="#e2e2e2"/>
  23. <meta name="color:border" content="#edecec"/>
  24. <meta name="color:scrollbar" content="#252525"/>
  25. <meta name="if:bigger posts" content="1">
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="">
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. body{
  38. background:{color:background};
  39. margin:0px;
  40. color:{color:text};
  41. font-size:9px;
  42. font-family:arial;
  43. }
  44.  
  45. a{
  46. text-decoration:none;
  47. color:{color:link};
  48. -moz-transition-duration:0.5s;
  49. -webkit-transition-duration:0.5s;
  50. -o-transition-duration:0.5s;
  51. }
  52.  
  53. a:hover{
  54. color:{color:hover};
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. img{
  61. border:none;
  62. }
  63.  
  64. blockquote{
  65. padding-left:5px;
  66. border-left:2px solid {color:border};
  67. }
  68.  
  69. h1{
  70. font-weight:500;
  71. font-size:9px;
  72. text-align:right;
  73. }
  74.  
  75. h2{
  76. font-weight:700;
  77. font-size:11px;
  78. }
  79.  
  80. h3{
  81. font-size:14px;
  82. letter-spacing:0px;
  83. font-style:italic;
  84. text-align:justify;
  85. padding-left:20px;
  86. padding-right:20px;
  87. }
  88.  
  89. ::-webkit-scrollbar{
  90. width:7px;
  91. height:7px;
  92. background:{color:background};
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb{
  96. background:{color:scrollbar};
  97. }
  98.  
  99. #entries{
  100. {block:IfNotBiggerPosts}
  101. width:400px;
  102. {/block:IfNotBiggerPosts}
  103. {block:IfBiggerPosts}
  104. width:500px;
  105. {block:IfBiggerPosts}
  106. margin-left:450px;
  107. margin-top:30px;
  108. margin-bottom:30px;
  109. }
  110.  
  111. #post{
  112. {block:IfNotBiggerPosts}
  113. width:400px;
  114. {/block:IfNotBiggerPosts}
  115. {block:IfBiggerPosts}
  116. width:500px;
  117. {block:IfBiggerPosts}
  118. padding-top:30px;
  119. padding-bottom:30px;
  120. }
  121.  
  122. #sidebar{
  123. width:250px;
  124. position:fixed;
  125. margin-left:10px;
  126. margin-top:130px;
  127. margin-left:100px;
  128. text-align:justify;
  129. }
  130.  
  131. #portrait img{
  132. width:250px;
  133. }
  134.  
  135. .ask{
  136. padding:10px;
  137. border-bottom:1px solid {color:border};
  138. margin-bottom:15px;
  139. text-align:center;
  140. }
  141.  
  142. .ask b{
  143. text-transform:uppercase;
  144. letter-spacing:1px;
  145. font-size:8px;
  146. }
  147.  
  148. #player{
  149. width:30px;
  150. height:30px;
  151. opacity:.5;
  152. overflow:hidden;
  153. position:absolute;
  154. margin-left:20px;
  155. margin-top:20px;
  156. }
  157.  
  158. #audiopost{
  159. margin-bottom:10px;
  160. }
  161.  
  162. #audiocap{
  163. position:absolute;
  164. margin-left:70px;
  165. text-align:center;
  166. height:50px;
  167. padding-top:20px;
  168. {block:IfNotBiggerPosts}
  169. width:300px;
  170. {/block:IfNotBiggerPosts}
  171. {block:IfBiggerPosts}
  172. width:400px;
  173. {/block:IfBiggerPosts}
  174. font-size:7px;
  175. text-transform:uppercase;
  176. letter-spacing:2px;
  177. line-height:12px;
  178. }
  179.  
  180. #audiocap i{
  181. font-size:12px;
  182. text-transform:lowercase;
  183. font-weight:700;
  184. letter-spacing:0px;
  185. }
  186.  
  187. #perm{
  188. text-transform:lowercase;
  189. padding-top:1px;
  190. color:{color:text};
  191. margin-top:10px;
  192. text-align:left;
  193. padding-top:5px;
  194. border-top:1px solid {color:border};
  195. {block:IfNotBiggerPosts}
  196. width:400px;
  197. {/block:IfNotBiggerPosts}
  198. {block:IfBiggerPosts}
  199. width:500px;
  200. {/block:IfBiggerPosts}
  201. }
  202.  
  203. #tags{
  204. padding-top:1px;
  205. }
  206.  
  207. #notes{
  208. {block:IfNotBiggerPosts}
  209. width:440px;
  210. {/block:IfNotBiggerPosts}
  211. {block:IfBiggerPosts}
  212. width:540px;
  213. {/block:IfBiggerPosts}
  214. text-transform:uppercase;
  215. letter-spacing:1px;
  216. font-size:7px;
  217. margin-left:-40px;
  218. margin-top:10px;
  219. }
  220.  
  221. #notes img{
  222. width:10px;
  223. height:10px;
  224. margin-bottom:-2px;
  225. margin-right:3px;
  226. }
  227.  
  228. #notes li{
  229. list-style-type:none;
  230. margin:0px;
  231. padding:7px 0px;
  232. text-align:left;
  233. }
  234.  
  235. ul.chat, .chat ol, .chat li{
  236. list-style:none;
  237. margin:0px;
  238. padding:2px;
  239. }
  240.  
  241. .label{
  242. text-decoration:underline;
  243. font-weight:700;
  244. margin-right:2px;
  245. }
  246.  
  247. #photo{
  248. margin-top:10px;
  249. }
  250.  
  251. #title{
  252. text-align:left;
  253. font-weight:700;
  254. font-size:15px;
  255. letter-spacing:-1px;
  256. margin-top:5px;
  257. padding-top:5px;
  258. margin-bottom:5px;
  259. padding-bottom:5px;
  260. }
  261.  
  262. #nav{
  263. text-align:left;
  264. padding-left:15px;
  265. padding-right:20px;
  266. padding-top:10px;
  267. border-top:1px solid {color:border};
  268. margin-top:10px;
  269. }
  270.  
  271. #nav a{
  272. margin-left:1px;
  273. margin-right:1px;
  274. }
  275.  
  276.  
  277. {CustomCSS}
  278.  
  279.  
  280. </style>
  281.  
  282. </head>
  283.  
  284. <body>
  285.  
  286.  
  287. <div id="sidebar">
  288. {Block:IfSidebarImage}<div id="portrait"><img src="{image:sidebar}"></div>{/Block:IfSidebarImage}
  289. <div id="title">{Title}</div>
  290. {Description}
  291. <div id="nav">
  292. <a href="/">home</a>
  293. <a href="/ask">ask</a>
  294. {Block:Iflink1}
  295. <a href="{Text:link1 url}">{Text:link1}</a>
  296. {/Block:Iflink1}
  297. {Block:Iflink2}
  298. <a href="{Text:link1 url}">{Text:link2}</a>
  299. {/Block:Iflink2}
  300. {Block:Iflink3}
  301. <a href="{Text:link1 url}">{Text:link3}</a>
  302. {/Block:Iflink3}
  303. {block:Pagination}
  304. <span style="float:right; font-family:georgia; font-size:10px;">
  305. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  306. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  307. </span>
  308. {/block:Pagination}
  309. </div>
  310. </div>
  311.  
  312.  
  313. <div id="entries">
  314.  
  315. {block:Posts}
  316.  
  317. <div id="post">
  318.  
  319. {block:Text}
  320. {block:Title}<h2>{Title}</h2>{/block:Title}
  321. {Body}
  322. {/block:Text}
  323.  
  324. {block:Quote}
  325. <h3>“{Quote}”</h3>
  326. <h1>— {Source}</h1>
  327. {/block:Quote}
  328.  
  329. {block:Link}
  330. <a href="{URL}"><h2>{Name}</h2></a>
  331. {block:Description}<p>{Description}</p>{/block:Description}
  332. {/block:Link}
  333.  
  334. {block:Photo}
  335. <div id="photo">
  336. <center><img src="{PhotoURL-500}" width="{Block:IfNotBiggerPosts}400px{/Block:IfNotBiggerPosts}{Block:IfBiggerPosts}500px{Block:IfBiggerPosts}"/></center>
  337. {block:Caption}{Caption}{/block:Caption}
  338. </div>
  339. {/block:Photo}
  340.  
  341. {block:Photoset}
  342. <center>{Block:IfNotBiggerPosts}{Photoset-400}{/Block:IfNotBiggerPosts}{Block:IfBiggerPosts}{Photoset-500}{/Block:IfBiggerPosts}</center>
  343. {block:Caption}{Caption}{/block:Caption}
  344. {/block:Photoset}
  345.  
  346. {block:Chat}
  347. <ul class="chat">
  348. {block:Title}<h2>{Title}</h2>{/block:Title}
  349. {block:Lines}
  350. <li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>
  351. {/block:Lines}
  352. </ul>
  353. {/block:Chat}
  354.  
  355. {block:Video}
  356. {Block:IfNotBiggerPosts}
  357. {Video-400}
  358. {/Block:IfNotBiggerPosts}
  359. {Block:IfBiggerPosts}
  360. {Video-500}
  361. {/Block:IfBiggerPosts}
  362. {block:Caption}{Caption}{/block:Caption}
  363. {/block:Video}
  364.  
  365. {block:Answer}
  366. <div class="ask"><b><a href="{AskerURL}">{Asker}</a>:</b> {Question}</div>
  367. {Answer}
  368. {/block:Answer}
  369.  
  370. {block:Audio}
  371. <div id="audiopost">
  372. <div id="audiocap">
  373. {block:TrackName}<i>{TrackName}</i></br>{/block:TrackName}
  374. {block:Artist}{Artist}{/block:Artist}
  375. </div>
  376. <div id="player">{AudioPlayerBlack}</div>
  377. {block:AlbumArt}
  378. <img src="{AlbumArtURL}" width="70px">
  379. {/block:AlbumArt}
  380. </div>
  381. {/block:Audio}
  382.  
  383.  
  384. {block:Date}
  385. <div id="perm">
  386. <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{Block:NoteCount} ― <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}
  387. {block:RebloggedFrom}<span style="float:right;">via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}">&copy;</a>{/block:ContentSource}</span>{/block:RebloggedFrom}
  388.  
  389. {block:HasTags}<div id="tags">filed under: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}
  390. </div>
  391. {/block:Date}
  392.  
  393. </div>
  394.  
  395. {/block:Posts}
  396.  
  397. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  398.  
  399. </div>
  400.  
  401. <div style="position:fixed; right:10px; bottom:10px;"><a href="http://stratfor-d.tumblr.com">♡♡♡</a></div>
  402.  
  403. </body>
  404.  
  405. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement