wallflwers

Theme 23 JD

Feb 3rd, 2013
4,827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.12 KB | None | 0 0
  1. <!--THEME BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://joshdevin.tumblr.com">©<i>j</i>oshdevin</a></div>
  14.  
  15. <meta name="color:sidelinks" content="#bdbaba"/>
  16. <meta name="color:sidelinkshover" content="#e4e2e2"/>
  17. <meta name="color:links" content="#bdbaba"/>
  18. <meta name="color:linkshover" content="#e4e2e2"/>
  19. <meta name="color:text" content="#c4c6c7"/>
  20. <meta name="color:border" content="#f2f2f2"/>
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="title" content="ffffff"/>
  23.  
  24. <meta name="color:side background" content="#000000"/>
  25.  
  26. <meta name="image:sbarimg" content=""/>
  27. <meta name="image:side" content=""/>
  28.  
  29. <meta name="text:Link 1 Name" content=""/>
  30. <meta name="text:Link 1 URL" content="/"/>
  31. <meta name="text:Link 2 Name" content=""/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 3 Name" content=""/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 4 Name" content=""/>
  36. <meta name="text:Link 4 URL" content="/"/>
  37.  
  38.  
  39. <meta name="text:subtitle" content=""/>
  40.  
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48.  
  49. iframe#tumblr_controls { width:50%; white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  50.  
  51. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  52.  
  53.  
  54. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  55.  
  56.  
  57. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  58.  
  59.  
  60. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  61.  
  62.  
  63. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  64.  
  65. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  66. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  67.  
  68.  
  69. body
  70. {font-family:calibri;
  71. font-size:11px;
  72. color:{color:text};
  73. background-color:{color:background};
  74. }
  75.  
  76. a
  77. {text-decoration:none;
  78. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  79. opacity:1;
  80. color:{color:links};
  81. }
  82.  
  83. a:hover
  84. {text-decoration:none;
  85. opacity:1;
  86. color:{color:linkshover};
  87. }
  88.  
  89. #container {
  90. width:500px;
  91. }
  92.  
  93. #content {
  94. width:500px;
  95. margin: 0 auto -10px auto;
  96. text-align: center;
  97. }
  98.  
  99. #side {
  100. margin-top:-60;
  101. height:1000px;
  102. margin-left:80px;
  103. width:225px;
  104. background:{color:side background};
  105. positioN:fixed;
  106. opacity:1;
  107. z-index:999;
  108. background-image:url({image:side});
  109. background-position: fixed;
  110. background-repeat:repeat;
  111. text-decoration:none;
  112. -webkit-transition: opacity 10000s linear;-webkit-transition: all 10000s ease-in-out;-moz-transition: all 10000s ease-in-out;-o-transition: all 10000s ease-in-out;}
  113.  
  114. #side:hover {
  115. opacity:0;
  116. z-index:-1;
  117. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  118. }
  119.  
  120.  
  121. #title {
  122. text-align:center;
  123. font-size:14px;
  124. font-family:Inconsolata;
  125. text-transform:uppercase;
  126. margin-top:200px;
  127. color:{color:title};
  128. }
  129.  
  130. #subtitle {
  131. font-family:calibri;
  132. font-style:italic;
  133. font-size:14px;
  134. text-align:center;
  135. color:{color:title};
  136. }
  137.  
  138. #sidebar {
  139. margin-top:200px;
  140. margin-left:170px;
  141. width:100px;
  142. position:fixed;
  143. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  144. }
  145.  
  146. #sidebar:hover {
  147. z-index:999;
  148. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  149. }
  150.  
  151. #sbarimg {
  152. width:100px;
  153. height:100px;
  154. padding:5px;
  155. margin-left:-35px;
  156. display:center;
  157. position:fixed;
  158.  
  159. }
  160.  
  161. #description {
  162. width:110px;
  163. font-size:9px;
  164. font-family:calibri;
  165. font-style:italic;
  166. letter-spacing:1px;
  167. padding:2px;
  168. padding-top:2px;
  169. color:{color:text};
  170. position:fixed;
  171. margin-top:110px;
  172. margin-left:-36px;
  173. text-align:center;
  174. }
  175.  
  176. .links {
  177. position:absolute;
  178. display:block;
  179. letter-spacing:1px;
  180. position:fixed;
  181. margin-left:75px;
  182. margin-top:15px;
  183. font-size:9px;
  184. padding:2px;
  185. font-family:inconsolata;
  186. color:{color:sidelinks};
  187. text-transform:uppercase;
  188. line-height:110%;
  189. width:30px;
  190. text-align:center;
  191. }
  192.  
  193. .links a{
  194. font-family:inconsolata;
  195. font-size:8px;
  196. display:block;
  197. border:1px solid {color:border};
  198. text-decoration:none;
  199. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  200. }
  201.  
  202. .links a:hover{
  203. padding:1px;
  204. color:{color:sidelinkshover};
  205. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  206. }
  207.  
  208.  
  209. #posts {
  210. margin-left:400px;
  211. width:500px;
  212. }
  213.  
  214. #pag {
  215. text-align:center;
  216. }
  217.  
  218. #info {
  219. font-family:calibri;
  220. font-size: 10px;
  221. font-style: italic;
  222. margin-top:10px;
  223. border-top: 1px solid #eee;
  224. padding:3px;
  225. text-transform:lowercase;
  226. }
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. </style>
  234. </head>
  235. <body>
  236. <div id="container">
  237. <div id="content">
  238.  
  239. <div id="side" style="margin-top:-40px;">
  240. <div id="title">{title}</div>
  241. <div id="subtitle">{text:subtitle}</div>
  242. </div></div>
  243. <div id="sidebar">
  244.  
  245. <div id="sbarimg"></a><img src="{image:sbarimg}" style="width:100px;height:100px;}"></div>
  246.  
  247. <div id="description">{Description}<br>
  248.  
  249. {block:Pagination}{/block:Pagination}
  250. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">back •</a>{/block:PreviousPage}
  251. {block:NextPage}<a style="{color:text}"href="{NextPage}"> next</a>{/block:NextPage}
  252. </div>
  253.  
  254. <div class="links">
  255. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br>
  256. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br>
  257. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a><br>
  258. <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  259.  
  260.  
  261. </div>
  262. </div></div>
  263.  
  264.  
  265. {block:Posts}<div id="posts" style="font-family:courier;font-size:9px; padding:10px;letter-spacing:1px;margin-top:50px;">
  266.  
  267. {block:Text}
  268. {block:Title}
  269. <h3><a href="{Permalink}">{Title}</a></h3>
  270. {/block:Title}
  271.  
  272. {Body}
  273.  
  274. {/block:Text}
  275.  
  276. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  277.  
  278. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  279.  
  280.  
  281. {block:Quote}
  282. "{Quote}"
  283.  
  284. {block:Source}
  285. <div class="source">{Source}</div>
  286. {/block:Source}
  287.  
  288. {/block:Quote}
  289.  
  290. {block:Link}
  291. <a href="{URL}" class="link" {Target}>{Name}</a>
  292.  
  293. {block:Description}
  294. <div class="description">{Description}</div>
  295. {/block:Description}
  296.  
  297. {/block:Link}
  298.  
  299. {block:Chat}
  300. {block:Title}
  301. <h3><a href="{Permalink}">{Title}</a></h3>
  302. {/block:Title}
  303.  
  304. {block:Lines}
  305. {block:Label}
  306. <span class="label">{Label}</span>
  307. {/block:Label}
  308.  
  309. {Line}
  310. {/block:Lines}
  311.  
  312. {/block:Chat}
  313.  
  314. {block:Video}
  315. {Video-500}
  316. <center>
  317. {block:Caption}
  318. <div class="caption">{Caption}</div>
  319. </center>{/block:Caption}
  320. </div>
  321. {/block:Video}
  322.  
  323. {block:Answer}<b>{Asker} whispered</b> "{Question}"
  324. {Answer}{/block:answer}
  325.  
  326.  
  327. {block:Audio}<div style="float:right;margin-top:-40px;">
  328. {AudioPlayerGrey}</div>
  329. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  330. {block:AlbumArt}
  331. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  332. {/block:AlbumArt}
  333. {block:TrackName}
  334. | {TrackName}
  335. {/block:TrackName}
  336. {block:Artist}
  337. | by {Artist}
  338. {/block:Artist}
  339. {block:Caption}
  340. {/block:Caption}
  341.  
  342.  
  343. {/block:Audio}
  344.  
  345. <div id="info">
  346. {block:IndexPage}<br>
  347. <center>
  348. posted
  349. <a href="{Permalink}"> {TimeAgo}</a>
  350. with
  351. <a href="{Permalink}">{NoteCountwithlabel} </a>
  352. <br>
  353. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  354.  
  355. <br>
  356. {block:HasTags}
  357. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  358. {/block:Tags}
  359. {/block:HasTags}
  360. </center> </div>
  361. {block:ContentSource}
  362. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  363. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  364. {/block:SourceLogo}
  365. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  366. {/block:ContentSource}
  367. {/block:IndexPage}
  368.  
  369. {block:PermalinkPage}
  370. <center>
  371. {block:Date}
  372. {TimeAgo} on
  373. {ShortMonth} {DayofMonth},{Year}
  374. {/block:Date}
  375. {block:NoteCount} {NoteCountWithLabel}
  376. {/block:NoteCount}<br>
  377. {block:HasTags}
  378. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  379. {/block:Tags}
  380. {/block:HasTags}
  381. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  382. </center>
  383. {/block:PermalinkPage}
  384.  
  385. {block:PostNotes}
  386. {PostNotes}
  387. {/block:PostNotes}
  388.  
  389.  
  390. </div>
  391. {/block:Posts}
  392.  
  393.  
  394.  
  395.  
  396. </body>
  397. </html>
Advertisement
Add Comment
Please, Sign In to add comment