Advertisement
joshdevime

theme 30

Jun 28th, 2014
1,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.24 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.  
  4. <!--
  5.  
  6. THEME BY IZZYSTHEMCS
  7. DO NOT STEAL / CLAIM AS YOUR OWN
  8. REMEMBER TO LIKE OR REBLOG THE POST THANK YOU :-)
  9.  
  10. -->
  11.  
  12. <head>
  13.  
  14. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  15. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="color:text" content="#666"/>
  23. <meta name="color:link" content="#555"/>
  24. <meta name="color:linkbackground" content="#fff"/>
  25. <meta name="color:infobackground" content="#fff"/>
  26. <meta name="color:border" content="#fff"/>
  27. <meta name="color:hover" content="#eee"/>
  28. <meta name="color:sidelinkhover" content="#000"/>
  29. <meta name="color:scrollbar" content="#eee"/>
  30. <meta name="color:scrollbarbg" content="#fff"/>
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="if:sidebarborder" content="0"/>
  34. <meta name="if:400pxposts" content="0"/>
  35. <meta name="if:sidebarright" content="0"/>
  36. <meta name="if:circlesidebar" content="0"/>
  37. <meta name="if:linkbackground" content="0"/>
  38. <meta name="if:linkdivider" content="1"/>
  39. <meta name="if:showtags" content="1"/>
  40. <meta name="if:showcaption" content="1"/>
  41. <meta name="if:infocentered" content="1"/>
  42. <meta name="if:infobackground" content="1"/>
  43. <meta name="if:centereddesc" content="0"/>
  44.  
  45. <meta name="text:link1" content="">
  46. <meta name="text:link1url" content="link 1">
  47. <meta name="text:link2" content="">
  48. <meta name="text:link2url" content="link 2">
  49. <meta name="text:link3" content="">
  50. <meta name="text:link3url" content="link 3">
  51. <meta name="text:link4" content="">
  52. <meta name="text:link4url" content="link 4">
  53. <meta name="text:link5" content="">
  54. <meta name="text:link5url" content="link 5">
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:1px}
  59. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:5px!important}
  61.  
  62. #tumblr_controls {-webkit-filter: invert(100%);opacity:.3;}
  63.  
  64. div#qTip {
  65. width:auto;
  66. padding:4px;
  67. display: none;
  68. background: #fff;
  69. font: 8px arial;
  70. letter-spacing:0px;
  71. margin-left:10px;
  72. margin-bottom:2px;
  73. text-align:right;
  74. text-transform:lowercase;
  75. position: absolute;
  76. z-index: 1000;
  77. color: {color:text};
  78. }
  79.  
  80. body {
  81. margin:0px;
  82. color:{color:text};
  83. font-family:helvetica;
  84. font-size:10px;
  85. line-height:110%;
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. color:{color:link};
  91. transition: all 0.5s ease-in-out;
  92. -o-transition: all 0.5s ease-in-out;
  93. -webkit-transition: all 0.5s ease-in-out;
  94. -moz-transition: all 0.5s ease-in-out;
  95. }
  96.  
  97. a:hover {color:{color:hover};}
  98.  
  99. img {border:none;max-width:500px;}
  100.  
  101. h1 {
  102. text-align:center;
  103. font-size:14px;
  104. text-transform:uppercase;
  105. }
  106.  
  107. blockquote {
  108. padding-left:3px;
  109. border-left:1px solid {color:text};
  110. }
  111.  
  112. blockquote blockquote {
  113. padding-left:3px;
  114. border-left:1px solid {color:text};
  115. }
  116.  
  117. #sidebar {
  118. position:fixed;
  119. width:110px;
  120. height:auto;
  121. margin-top:100px;
  122. {block:ifsidebarright}
  123. margin-left:950px;
  124. {/block:ifsidebarright}
  125. {block:ifnotsidebarright}
  126. margin-left:300px;
  127. {/block:ifnotsidebarright}
  128. }
  129.  
  130. .sideimg img {
  131. {block:ifsidebarborder}
  132. border:1px solid #000;
  133. {/block:ifsidebarborder}
  134. {block:ifcirclesidebar}
  135. border-radius:100px;
  136. width:90px;
  137. height:90px;
  138. margin-left:14px;
  139. {/block:ifcirclesidebar}
  140. {block:ifnotcirclesidebar}
  141. width:120px;
  142. margin-left:-2px;
  143. {/block:ifnotcirclesidebar}
  144. margin-top:30px;
  145. transition: all 0.5s ease-in-out;
  146. -o-transition: all 0.5s ease-in-out;
  147. -webkit-transition: all 0.5s ease-in-out;
  148. -moz-transition: all 0.5s ease-in-out;
  149. }
  150.  
  151. #sidebar:hover .sidepic img {border-radius:0px;}
  152.  
  153. .links {
  154. {block:iflinkbackground}
  155. background:{color:linkbackground};
  156. {/block:iflinkbackground}
  157. {block:iflinkdivider}
  158. border-bottom:1px solid {color:border};
  159. {/block:iflinkdivider}
  160. position:fixed;
  161. width:112px;
  162. padding:5px;
  163. margin-top:5px;
  164. margin-left:-2px;
  165. font-weight:bold;
  166. text-align:center;
  167. transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. -webkit-transition: all 0.5s ease-in-out;
  170. -moz-transition: all 0.5s ease-in-out;
  171. }
  172.  
  173. .links a {
  174. font-size:9px;
  175. transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. -webkit-transition: all 0.5s ease-in-out;
  178. -moz-transition: all 0.5s ease-in-out;
  179. }
  180.  
  181. .desc {
  182. {block:iflinkdivider}
  183. padding-top:2px;
  184. {/block:iflinkdivider}
  185. {block:ifcentereddesc}
  186. text-align:center;
  187. {/block:ifcentereddesc}
  188. {block:ifnotcentereddesc}
  189. text-align:justify;
  190. {/block:ifnotcentereddesc}
  191. position:absolute;
  192. width:120px;
  193. margin-top:8px;
  194. margin-left:-4px;
  195. font-size:9px;
  196. font-family:helvetica;
  197. font-weight:lighter;
  198. line-height:105%;
  199. transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. -webkit-transition: all 0.5s ease-in-out;
  202. -moz-transition: all 0.5s ease-in-out;
  203. }
  204.  
  205. #all {
  206. margin-top:40px;
  207. margin-bottom:50px;
  208. {block:ifsidebarright}
  209. margin-left:500px;
  210. {/block:ifsidebarright}
  211. {block:ifnotsidebarright}
  212. margin-left:600px;
  213. {/block:ifnotsidebarright}
  214. }
  215.  
  216. #posts {
  217. {block:if400pxposts}
  218. width:400px;
  219. {/block:if400pxposts}
  220. {block:ifnot400pxposts}
  221. width:500px;
  222. {/block:ifnot400pxposts}
  223. margin-top:50px;
  224. margin-left:-100px;
  225. }
  226.  
  227. #question {
  228. font-size:11px;
  229. background:#ececec;
  230. padding:10px;
  231. line-height:110%;
  232. font-style:none;
  233. }
  234.  
  235. .pagi {
  236. position:absolute;
  237. color:{color:link};
  238. width:150px;
  239. padding-bottom:50px;
  240. margin-top:-10px;
  241. margin-left:500px;
  242. font-style:italic;
  243. font-size:9px;
  244. text-align:center;
  245. word-spacing:5px;
  246. }
  247.  
  248. .pagi a {
  249. color:{color:link};
  250. text-decoration:none;
  251. }
  252.  
  253. .pagi a:hover {
  254. color:{color:hover};
  255. text-decoration:none;
  256. }
  257.  
  258. .quote {
  259. cursor:default;
  260. color:#000;
  261. letter-spacing:0px;
  262. font-size: 20px;
  263. line-height:105%;
  264. }
  265.  
  266. .source {
  267. padding-top:8px;
  268. text-align:left;
  269. line-height:110%;
  270. font-size:10px;
  271. }
  272.  
  273. #info {
  274. {block:ifinfocentered}
  275. text-align:center;
  276. {/block:ifinfocentered}
  277. {block:ifinfobackground}
  278. background:{color:infobackground};
  279. margin-top:5px;
  280. {/block:ifinfobackground}
  281. color:{color:links};
  282. {block:if400pxposts}
  283. width:392px;
  284. {/block:if400pxposts}
  285. {block:ifnot400pxposts}
  286. width:492px;
  287. {/block:ifnot400pxposts}
  288. height:auto;
  289. padding:4px;
  290. font-size:10px;
  291. letter-spacing:-1px;
  292. word-spacing:3px;
  293. text-transform:lowercase;
  294. }
  295.  
  296. #info a {color:{color:sidelinks};text-decoration:none;}
  297.  
  298. ol.notes {
  299. list-style-type:none;
  300. margin-left:-100px;
  301. }
  302.  
  303. ol.notes li.note {
  304. padding:5px;
  305. }
  306.  
  307. ol.notes li.note img.avatar {
  308. vertical-align: -4px;
  309. width: 16px;
  310. height: 16px;
  311. -webkit-filter:none;
  312. }
  313.  
  314. ol.notes li.note span.action {
  315. font-weight: normal;
  316. }
  317.  
  318. ol.notes li.note .answer_content {
  319. font-weight: normal;
  320. }
  321.  
  322. ol.notes li.note blockquote {
  323. border-color: #eee;
  324. padding: 5px 10px;
  325. }
  326.  
  327. ol.notes li.note blockquote a {
  328. text-decoration: none;
  329. }
  330.  
  331. #credit {
  332. position:fixed;
  333. bottom:10px;
  334. right:10px;
  335. font-size:9px;
  336. padding:4px;
  337. }
  338.  
  339. #credit a {
  340. color:#a6a6a6;
  341. text-decoration:none;
  342. transition: all 0.5s ease-in-out;
  343. -o-transition: all 0.5s ease-in-out;
  344. -webkit-transition: all 0.5s ease-in-out;
  345. -moz-transition: all 0.5s ease-in-out;
  346. }
  347.  
  348. #credit a:hover {color:#777;border-color:#777;}
  349.  
  350. {CustomCSS}</style></head><body>
  351.  
  352. <div id="sidebar">
  353. <div class="sideimg"><a href="/"><img src="{image:sidebar}"/></a>
  354. <div class="links">
  355. <a href="{text:link1url}">{text:link1}</a>&nbsp;
  356. <a href="{text:link2url}">{text:link2}</a>&nbsp;
  357. <a href="{text:link3url}">{text:link3}</a>&nbsp;
  358. <a href="{text:link4url}">{text:link4}</a>
  359. <div class="desc">{Description}
  360. </div></div></div>
  361. </div>
  362.  
  363. <div id="all">
  364. {block:Posts}<div id="posts">
  365.  
  366. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  367.  
  368. {block:if400pxposts}
  369. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}{/block:if400pxposts}
  370.  
  371. {block:ifnot400pxposts}
  372. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}{/block:ifnot400pxposts}
  373.  
  374. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  375.  
  376. {block:if400pxposts}
  377. {block:Photoset}{Photoset-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}{/block:if400pxposts}
  378.  
  379. {block:ifnot400pxposts}
  380. {block:Photoset}{Photoset-500}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}{/block:ifnot400pxposts}
  381.  
  382. {block:Quote}<div class="quote">{Quote}</div>
  383. <div class="source">{Source}</div>{/block:Quote}
  384.  
  385. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px;" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  386. <br />{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}
  387. <br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}
  388. {/block:ExternalAudio}
  389. <br /><b>Played:</b> {PlayCount} times
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Audio}
  392.  
  393. {block:if400pxposts}
  394. {block:Video}{Video-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}{/block:if400pxposts}
  395.  
  396. {block:ifnot400pxposts}
  397. {block:Video}{Video-500}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}{/block:ifnot400pxposts}
  398.  
  399. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<span style="line-height:110%;">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br /></span>{/block:Lines}{/block:Chat}
  400.  
  401. {block:Answer}<div id="question"><span style="letter-spacing:1px;font-style:italic;">{Asker}</span>: {Question}</div><left> <font face="calibri"><span style="opacity:.1;"></span>{Answer}</font>{/block:Answer}
  402.  
  403. <div id="info">
  404. {block:Date}<a href="{Permalink}">{DayofMonth}.{MonthNumber}.{Year}</a>&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCount} notes</a>{/block:Date}&nbsp;&nbsp;&nbsp;{block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> / <a title="{ReblogRootName}" href="{ReblogRootURL}">src</a><br> {/block:RebloggedFrom}{block:ifshowtags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifshowtags}
  405.  
  406. {block:ReblogParent}
  407. <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  408. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  409. {/block:SourceLogo}
  410. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  411. {/block:ReblogParent}
  412.  
  413. </div></div>
  414. {/block:Posts}
  415. {block:PostNotes}{PostNotes}{/block:PostNotes}
  416. {/block:Posts}</div>
  417.  
  418. <div class="pagi">
  419. {block:Pagination}
  420. {block:PreviousPage}<a span="text-decoration:none;" href="{PreviousPage}">back</a> &mdash;{/block:PreviousPage}
  421. {CurrentPage} of {TotalPages}
  422. {block:NextPage}&mdash; <a span="text-decoration:none;" href="{NextPage}">next</a>{/block:NextPage}
  423. {/block:Pagination}
  424. </div>
  425.  
  426. </div>
  427.  
  428. <div id="credit"><a href="http://izzysthemcs.tumblr.com/">♥</a></div>
  429.  
  430. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement