wallflwers

Theme 18 Joshdevin

Jan 22nd, 2013
2,340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 KB | None | 0 0
  1. <!--Theme by Katie! (joshdevin) PLEASE do not redistribute or use as a base!! enjoy!!!.-->
  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:links" content="#f8f8f8"/>
  16. <meta name="color:linkshover" content="#f8f8f8"/>
  17. <meta name="color:text" content="#f8f8f8"/>
  18. <meta name="color:border" content="#f8f8f8"/>
  19. <meta name="color:imgborder" content="#f8f8f8"/>
  20. <meta name="color:background" content="#ffffff"/>
  21. <meta name="color:navigation" content="#f8f8f8"/>
  22. <meta name="color:description" content="#f8f8f8"/>
  23. <meta name="color:linkback" content="#f8f8f8"/>
  24. <meta name="color:Link Hover" content="#f8f8f8"/>
  25. <meta name="color:pag" content=""/>
  26. <meta name="color:box" content="#f8f8f8"/>
  27.  
  28.  
  29.  
  30.  
  31. <meta name="image:box" content=""/>
  32. <meta name="image:sidebar" content=""/>
  33.  
  34.  
  35. <meta name="text:Link 1 Name" content=""/>
  36. <meta name="text:Link 1 URL" content="/"/>
  37. <meta name="text:Link 2 Name" content=""/>
  38. <meta name="text:Link 2 URL" content="/"/>
  39. <meta name="text:Link 3 Name" content=""/>
  40. <meta name="text:Link 3 URL" content="/"/>
  41. <meta name="text:Link 4 Name" content=""/>
  42. <meta name="text:Link 4 URL" content="/"/>
  43.  
  44.  
  45. <meta name="text:Linksborder" content="/"/>
  46.  
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53.  
  54.  
  55. 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; }
  56.  
  57. 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; }
  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.  
  66. 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;}
  67.  
  68.  
  69. 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;}
  70.  
  71. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  72. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  73.  
  74.  
  75. body
  76. {font-family:calibri;
  77. font-size:11px;
  78. color:{color:text};
  79. background-color:{color:background};
  80. }
  81.  
  82. a
  83. {text-decoration:none;
  84. -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;
  85. opacity:1;
  86. color:{color:links};
  87. }
  88.  
  89. a:hover
  90. {text-decoration:none;
  91. opacity:1;
  92. color:{color:linkshover};
  93. }
  94.  
  95. #container {
  96. width:500px;
  97. }
  98.  
  99. #content {
  100. width:500px;
  101. padding:10px;
  102. margin:auto;
  103. margin-left:100px;
  104. }
  105.  
  106. #sidebar {
  107. margin-top:5px;
  108. margin-left:73px;
  109. width:100px;
  110. position:fixed;
  111. }
  112.  
  113.  
  114. #description {
  115. width:150px;
  116. font-size:11px;
  117. font-family:calibri;
  118. letter-spacing:.7px;
  119. padding:2px;
  120. padding-top:2px;
  121. line-height:140%;
  122. color:{color:description};
  123. position:fixed;
  124. margin-top:80px;
  125. margin-left:5px;
  126. text-align:center;
  127. }
  128.  
  129. #box {
  130. margin-top:-19px;
  131. margin-left:50px;
  132. width:200px;
  133. border:1px solid {color:box};
  134. position:fixed;
  135. }
  136.  
  137. #links {
  138. text-transform:uppercase;
  139. font: 8px 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  140. font-size:10px;
  141. letter-spacing:2px;
  142. margin-top:50px;
  143. margin-left:-16px;
  144. text-align:center;
  145. position:fixed;
  146. z-index:1;
  147. width:144px;
  148. display:block;
  149. color:{color:navigation};
  150. transition: all 0.5s ease-out;
  151. -o-transition-transition: all 0.5s ease-out;
  152. -webkit-transition: all 0.5s ease-out;
  153. -moz-transition: all 0.5s ease-out;
  154. }
  155. #links a:hover{
  156. background:{color:Link Hover};
  157. transition: all 0.5s ease-out;
  158. -o-transition-transition: all 0.5s ease-out;
  159. -webkit-transition: all 0.5s ease-out;
  160. -moz-transition: all 0.5s ease-out;
  161. }
  162.  
  163.  
  164. .link1 {
  165. padding:2px;
  166. }
  167.  
  168. #links2 {
  169. margin-top:-30px;
  170. margin-left:90px;
  171.  
  172. }
  173.  
  174.  
  175.  
  176. #posts {
  177. margin-left:320px;
  178. margin-top:20px;
  179. width:500px;
  180. }
  181.  
  182. #pag {
  183. text-align:center;
  184. font-size:9px;
  185. color:{color:pag};
  186. }
  187.  
  188. #postss {
  189. width:500px;
  190. margin-top:10px;
  191. padding:10px;
  192. }
  193.  
  194. #info {
  195. font-family:calibri;
  196. font-size: 10px;
  197. font-style: italic;
  198. margin-top:10px;
  199. border-top: 1px solid #eee;
  200. padding:3px;
  201. text-transform:lowercase;
  202. }
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209. </style>
  210. </head>
  211. <body>
  212. <div id="container">
  213. <div id="content">
  214. <div id="box"><img src="{image:box}" style="width:200px;"></div>
  215. <div id="sidebar">
  216. <div id="description">{Description}<br> <div id="pag">
  217. {block:Pagination}{/block:Pagination}
  218. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">back •</a>{/block:PreviousPage}
  219. {block:NextPage}<a style="{color:text}"href="{NextPage}"> next</a>{/block:NextPage}</div>
  220. </div>
  221. <div id="links">
  222. <div class="link1"><a style="padding:3px;"href="{text:Link 1 URL}">{text:Link 1 Name}</a> </div>
  223. <div class="link1"><a style="padding:3px;"href="{text:Link 2 URL}">{text:Link 2 Name}</a> </div>
  224. <div id="links2"><div class="link1"><a style="padding:3px;"href="{text:Link 3 URL}">{text:Link 3 Name}</a> </div>
  225. <div class="link1"><a style="padding:3px;"href="{text:Link 4 URL}">{text:Link 4 Name}</a></div></div>
  226. </div>
  227. </div>
  228.  
  229. {block:Posts}<div id="posts" style="font-family:calibri;font-size:12; padding:10px;">
  230.  
  231. {block:Text}
  232. {block:Title}
  233. <h3><a href="{Permalink}">{Title}</a></h3>
  234. {/block:Title}
  235.  
  236. {Body}
  237.  
  238. {/block:Text}
  239.  
  240. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  241.  
  242. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  243.  
  244.  
  245. {block:Quote}
  246. "{Quote}"
  247.  
  248. {block:Source}
  249. <div class="source">{Source}</div>
  250. {/block:Source}
  251.  
  252. {/block:Quote}
  253.  
  254. {block:Link}
  255. <a href="{URL}" class="link" {Target}>{Name}</a>
  256.  
  257. {block:Description}
  258. <div class="description">{Description}</div>
  259. {/block:Description}
  260.  
  261. {/block:Link}
  262.  
  263. {block:Chat}
  264. {block:Title}
  265. <h3><a href="{Permalink}">{Title}</a></h3>
  266. {/block:Title}
  267.  
  268. {block:Lines}
  269. {block:Label}
  270. <span class="label">{Label}</span>
  271. {/block:Label}
  272.  
  273. {Line}
  274. {/block:Lines}
  275.  
  276. {/block:Chat}
  277.  
  278. {block:Video}
  279. {Video-500}
  280. <center>
  281. {block:Caption}
  282. <div class="caption">{Caption}</div>
  283. </center>{/block:Caption}
  284. </div>
  285. {/block:Video}
  286.  
  287. {block:Answer}<b>{Asker} whispered</b> "{Question}"
  288. {Answer}{/block:answer}
  289.  
  290.  
  291. {block:Audio}<div style="float:right;margin-top:-40px;">
  292. {AudioPlayerGrey}</div>
  293. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  294. {block:AlbumArt}
  295. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  296. {/block:AlbumArt}
  297. {block:TrackName}
  298. | {TrackName}
  299. {/block:TrackName}
  300. {block:Artist}
  301. | by {Artist}
  302. {/block:Artist}
  303. {block:Caption}
  304. {/block:Caption}
  305.  
  306.  
  307. {/block:Audio}
  308.  
  309. <div id="info">
  310. {block:IndexPage}<br>
  311. <center>
  312. posted
  313. <a href="{Permalink}"> {TimeAgo}</a>
  314. with
  315. <a href="{Permalink}">{NoteCountwithlabel} </a>
  316. <br>
  317. {block:RebloggedFrom} reblogged through <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> originally by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  318.  
  319. <br>
  320. {block:HasTags}
  321. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  322. {/block:Tags}
  323. {/block:HasTags}
  324. </center> </div>
  325. {block:ContentSource}
  326. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  327. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  328. {/block:SourceLogo}
  329. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  330. {/block:ContentSource}
  331. {/block:IndexPage}
  332.  
  333. {block:PermalinkPage}
  334. <center>
  335. {block:Date}
  336. {TimeAgo} on
  337. {ShortMonth} {DayofMonth},{Year}
  338. {/block:Date}
  339. {block:NoteCount} {NoteCountWithLabel}
  340. {/block:NoteCount}<br>
  341. {block:HasTags}
  342. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  343. {/block:Tags}
  344. {/block:HasTags}
  345. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  346. </center>
  347. {/block:PermalinkPage}
  348.  
  349. {block:PostNotes}
  350. {PostNotes}
  351. {/block:PostNotes}
  352.  
  353.  
  354. </div>
  355. {/block:Posts}
  356.  
  357.  
  358.  
  359.  
  360. </body>
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment