Advertisement
joshdevime

theme 28

Jun 14th, 2014
1,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 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:hover" content="#eee"/>
  25. <meta name="color:sidelink1" content="#fff269"/>
  26. <meta name="color:sidelink2" content="#fff482"/>
  27. <meta name="color:sidelink3" content="#fff698"/>
  28. <meta name="color:sidelink4" content="#fff8b0"/>
  29. <meta name="color:sidelink5" content="#fffac9"/>
  30. <meta name="color:sidelinkhover" content="#000"/>
  31. <meta name="color:scrollbar" content="#eee"/>
  32. <meat name="color:scrollbarbg" content="#fff"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="if:sidebarright" content="0"/>
  36. <meta name="if:fivelinks" content="0"/>
  37.  
  38. <meta name="text:link1" content="/">
  39. <meta name="text:link1url" content="link 1">
  40. <meta name="text:link2" content="/">
  41. <meta name="text:link2url" content="link 2">
  42. <meta name="text:link3" content="/">
  43. <meta name="text:link3url" content="link 3">
  44. <meta name="text:link4" content="/">
  45. <meta name="text:link4url" content="link 4">
  46. <meta name="text:link5" content="/">
  47. <meta name="text:link5url" content="link 5">
  48.  
  49. <style type="text/css">
  50.  
  51. *, body, a, a:hover, img, img:hover { cursor:url('http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif'), auto }
  52.  
  53. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:1px}
  54. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:5px!important}
  56.  
  57. #tumblr_controls {-webkit-filter: invert(100%);opacity:.3;}
  58.  
  59. div#qTip {
  60. width:auto;
  61. padding:4px;
  62. display: none;
  63. background: #fff;
  64. font: 8px arial;
  65. letter-spacing:0px;
  66. margin-left:10px;
  67. margin-bottom:2px;
  68. text-align:right;
  69. text-transform:lowercase;
  70. position: absolute;
  71. z-index: 1000;
  72. color: {color:text};
  73. }
  74.  
  75. body {
  76. margin:0px;
  77. color:{color:text};
  78. font-family:helvetica;
  79. font-size:10px;
  80. line-height:110%;
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. color:{color:link};
  86. transition: all 0.5s ease-in-out;
  87. -o-transition: all 0.5s ease-in-out;
  88. -webkit-transition: all 0.5s ease-in-out;
  89. -moz-transition: all 0.5s ease-in-out;
  90. }
  91.  
  92. a:hover {color:{color:hover};}
  93.  
  94. img {border:none;max-width:500px;}
  95.  
  96. h1 {
  97. text-align:center;
  98. font-size:14px;
  99. text-transform:uppercase;
  100. }
  101.  
  102. blockquote {
  103. padding-left:3px;
  104. border-left:1px solid {color:text};
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:3px;
  109. border-left:1px solid {color:text};
  110. }
  111.  
  112. #sidebar {
  113. position:fixed;
  114. width:150px;
  115. height:auto;
  116. margin-top:150px;
  117. {block:ifsidebarright}
  118. margin-left:900px;
  119. {/block:ifsidebarright}
  120. {block:ifnotsidebarright}
  121. margin-left:300px;
  122. {/block:ifnotsidebarright}
  123. }
  124.  
  125. .sideimg img {
  126. height:149px;
  127. width:149px;
  128. margin-top:30px;
  129. transition: all 0.5s ease-in-out;
  130. -o-transition: all 0.5s ease-in-out;
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. }
  134.  
  135. #sidebar:hover .sidepic img {border-radius:0px;}
  136.  
  137. .links {
  138. position:fixed;
  139. width:150px;
  140. margin-top:10px;
  141. margin-left:4px;
  142. text-align:justify;
  143. transition: all 0.5s ease-in-out;
  144. -o-transition: all 0.5s ease-in-out;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. }
  148.  
  149. .links a {
  150. display:inline-block;
  151. {block:ifnotfivelinks}
  152. width:38px;
  153. margin-left:-4px;
  154. {/block:ifnotfivelinks}
  155. {block:iffivelinks}
  156. width:30.5px;
  157. margin-left:-4px;
  158. {/block:iffivelinks}
  159. height:22px;
  160. font-size:12px;
  161. transition: all 0.5s ease-in-out;
  162. -o-transition: all 0.5s ease-in-out;
  163. -webkit-transition: all 0.5s ease-in-out;
  164. -moz-transition: all 0.5s ease-in-out;
  165. }
  166.  
  167. .links a:nth-of-type(1n+0) {background:{color:sidelink1};}
  168. .links a:nth-of-type(2n+0) {background:{color:sidelink2};}
  169. .links a:nth-of-type(3n+0) {background:{color:sidelink3};}
  170. .links a:nth-of-type(4n+0) {background:{color:sidelink4};}
  171. {block:iffivelinks}.links a:nth-of-type(5n+0) {background:{color:sidelink5};}{/block:iffivelinks}
  172.  
  173. .links a:hover {background:{color:sidelinkhover};}
  174.  
  175. .desc {
  176. position:absolute;
  177. width:150px;
  178. margin-top:185px;
  179. font-size:9px;
  180. font-family:helvetica;
  181. line-height:105%;
  182. text-align:justify;
  183. transition: all 0.5s ease-in-out;
  184. -o-transition: all 0.5s ease-in-out;
  185. -webkit-transition: all 0.5s ease-in-out;
  186. -moz-transition: all 0.5s ease-in-out;
  187. }
  188.  
  189. #all {
  190. margin-top:40px;
  191. margin-bottom:50px;
  192. {block:ifsidebarright}
  193. margin-left:500px;
  194. {/block:ifsidebarright}
  195. {block:ifnotsidebarright}
  196. margin-left:630px;
  197. {/block:ifnotsidebarright}
  198. }
  199.  
  200. #posts {
  201. width:400px;
  202. margin-bottom:50px;
  203. margin-left:-100px;
  204. }
  205.  
  206. #question {
  207. font-size:11px;
  208. background:#ececec;
  209. padding:10px;
  210. line-height:110%;
  211. font-style:none;
  212. }
  213.  
  214. .pagi {
  215. position:absolute;
  216. color:{color:link};
  217. width:150px;
  218. padding-bottom:50px;
  219. margin-top:-10px;
  220. margin-left:500px;
  221. font-style:italic;
  222. font-size:9px;
  223. text-align:center;
  224. word-spacing:5px;
  225. }
  226.  
  227. .pagi a {
  228. color:{color:link};
  229. text-decoration:none;
  230. }
  231.  
  232. .pagi a:hover {
  233. color:{color:hover};
  234. text-decoration:none;
  235. }
  236.  
  237. .quote {
  238. cursor:default;
  239. color:#000;
  240. letter-spacing:0px;
  241. font-size: 20px;
  242. line-height:105%;
  243. }
  244.  
  245. .source {
  246. padding-top:8px;
  247. text-align:left;
  248. line-height:110%;
  249. font-size:10px;
  250. }
  251.  
  252. #info {
  253. color:{color:links};
  254. width:392px;
  255. height:auto;
  256. padding:4px;
  257. margin-top:-3px;
  258. font-size:10px;
  259. letter-spacing:-1px;
  260. word-spacing:3px;
  261. text-transform:lowercase;
  262. }
  263.  
  264. #info a {color:{color:sidelinks};text-decoration:none;}
  265.  
  266. #tags {
  267. width:390px;
  268. margin:-7px 5px;
  269. margin-top:-5px;
  270. text-transform:lowercase;
  271. opacity:1;
  272. transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. -webkit-transition: all 0.5s ease-in-out;
  275. -moz-transition: all 0.5s ease-in-out;
  276. }
  277.  
  278. #tags a {
  279. color:{color:link};
  280. font-size:9px;
  281. text-decoration:none;
  282. transition: all 0.5s ease-in-out;
  283. -o-transition: all 0.5s ease-in-out;
  284. -webkit-transition: all 0.5s ease-in-out;
  285. -moz-transition: all 0.5s ease-in-out;
  286. }
  287.  
  288. #via {
  289. text-align:right;
  290. margin-top:-12px;
  291. }
  292.  
  293. ol.notes {
  294. list-style-type: none;
  295. }
  296.  
  297. ol.notes li.note {
  298. padding:5px;
  299. }
  300.  
  301. ol.notes li.note img.avatar {
  302. {block:ifnotsidebarright}
  303. margin-left:-140px;
  304. {/block:ifnotsidebarright}
  305. {block:ifsidebarright}
  306. margin-left:-140px;
  307. {/block:ifsidebarright}
  308. width: 16px;
  309. height: 16px;
  310. -webkit-filter:none;
  311. }
  312.  
  313. ol.notes li.note span.action {
  314. font-weight: normal;
  315. }
  316.  
  317. ol.notes li.note .answer_content {
  318. font-weight: normal;
  319. }
  320.  
  321. ol.notes li.note blockquote {
  322. border-color: #eee;
  323. padding: 4px 10px;
  324. margin: 10px 0px 0px 25px;
  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="links">
  354. <a title="{text:link1}" href="{text:link1url}"></a>
  355. <a title="{text:link2}" href="{text:link2url}"></a>
  356. <a title="{text:link3}" href="{text:link3url}"></a>
  357. <a title="{text:link4}" href="{text:link4url}"></a>
  358. {block:iffivelinks}<a title="{text:link5}" href="{text:link5url}"></a>{/block:iffivelinks}</div>
  359. <div class="desc">{Description}
  360. </div>
  361. <div class="sideimg"><a title="home" href="/"><img src="{image:sidebar}" /></a></div>
  362. </div>
  363.  
  364. <div id="all">
  365. {block:Posts}<div id="posts">
  366.  
  367. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  368.  
  369. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  370.  
  371. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  372.  
  373. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  374.  
  375. {block:Quote}<div class="quote">{Quote}</div>
  376. <div class="source">{Source}</div>{/block:Quote}
  377.  
  378. {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>
  379. <br />{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}
  380. <br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}
  381. {/block:ExternalAudio}
  382. <br /><b>Played:</b> {PlayCount} times
  383. {block:Caption}{Caption}{/block:Caption}
  384. {/block:Audio}
  385.  
  386. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  387.  
  388. {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}
  389.  
  390. {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}
  391.  
  392. {block:ReblogParent}
  393. <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  394. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  395. {/block:SourceLogo}
  396. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  397. {/block:ReblogParent}
  398.  
  399. <div id="info">
  400. {block:Date}<a href="{Permalink}"><b>{DayofMonth}.{MonthNumber}.{Year}</b></a>&nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a>{/block:Date}<div id="via">&nbsp;&nbsp;{block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> / <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a> {/block:RebloggedFrom}</div></div>
  401. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  402. </div>
  403. {/block:Posts}
  404. {block:PostNotes}{PostNotes}{/block:PostNotes}
  405. {/block:Posts}</div></div>
  406.  
  407. <div class="pagi">
  408. {block:Pagination}
  409. {block:PreviousPage}<a span="text-decoration:none;" href="{PreviousPage}">back</a> &mdash;{/block:PreviousPage}
  410. {CurrentPage} of {TotalPages}
  411. {block:NextPage}&mdash; <a span="text-decoration:none;" href="{NextPage}">next</a>{/block:NextPage}
  412. {/block:Pagination}
  413. </div>
  414.  
  415. </div>
  416.  
  417. <div id="credit"><a href="http://izzysthemcs.tumblr.com/">♥</a></div>
  418.  
  419. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement