Advertisement
hlmschpl

Theme 6 - Hurricane

Nov 15th, 2013
1,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <!---- Theme 6 - Hurricane (Don't Remove The Credit) --->
  10.  
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Linkbg" content="#b8b8b8"/>
  16. <meta name="color:textnav" content="#b8b8b8"/>
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="color:linkhover" content="#cecece"/>
  19. <meta name="color:hover" content="#cecece"/>
  20. <meta name="color:Tags" content="f0f0f0"/>
  21. <meta name="color:Line" content="#f2f2f2"/>
  22. <meta name="color:bold" content="#cecece">
  23. <meta name="color:italic" content="#cecece">
  24. <meta name="color:asker bg" content="#f5f5f5">
  25. <meta name="color:border" content="#cecece">
  26. <meta name="color:scrollbar" content="#cecece">
  27.  
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Text" content="" />
  34.  
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="if:Show Link 3" content="1" />
  38.  
  39.  
  40. <style type="text/css">
  41. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar};; border: 2px solid #fff; height:auto;}
  42. ::-webkit-scrollbar {height:5px;width:9px;background-color: {color:scrollbar};;border:4px solid #fff;}
  43. ::selection {background-color:{color:scrollbar};}
  44.  
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px;
  49. color:{color:text};
  50. font-family:calibri;
  51. font-size:12px;
  52. line-height:100%;
  53. }
  54.  
  55. a {
  56. color:{color:link};
  57. text-decoration: none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. }
  61.  
  62. a:hover {
  63. color:{color:linkhover};
  64.  
  65. }
  66.  
  67. img {
  68. border:none;
  69. }
  70.  
  71. blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. h1 {
  82. font-size: 15px;
  83. text-transform: none;
  84. text-align: center;
  85. color: {color:text};
  86. font-family: 'playfair display';
  87. opacity: 1;
  88. font-style: italic;
  89. }
  90.  
  91. b, strong {
  92. color:{color:bold};
  93. font-weight:bold;
  94. }
  95.  
  96. i, em {
  97. color:{color:italic};
  98. }
  99.  
  100.  
  101. a:link,a:visited{
  102. text-decoration:none;
  103. color:{color:links};
  104. -webkit-transition: all 0.5s ease-in-out;
  105. -moz-transition: all 0.5s ease-in-out;
  106. -o-transition: all 0.5s ease-in-out;
  107. -ms-transition: all 0.5s ease-in-out;
  108. transition: all 0.5s ease-in-out;
  109. }
  110. a:hover{
  111. color:{color:linkhover};
  112. background: transparent;
  113. }
  114.  
  115. #entries {
  116. padding:10px;
  117. width:500px;
  118. margin-left:500px;
  119. margin-top:100px;
  120. font-size:10px;
  121. background-color:{color:Post};
  122. }
  123.  
  124. #post {
  125. width:500px;
  126. padding-bottom:30px;
  127. padding:15px;
  128. margin-top:20px;
  129. background-color:{color:Post};
  130. }
  131.  
  132. #sidebar {
  133. width:150px;
  134. position:fixed;
  135. margin-left:110px;
  136. margin-top:200px;
  137. opacity:.80;
  138. height:auto;
  139. }
  140.  
  141. #sidebarimage {
  142. width 150px;
  143. margin-left:auto;
  144. margin-right:auto;
  145. }
  146.  
  147. #sidebarimage img {
  148. width:200px;
  149. padding:10px;
  150. display:block;
  151. }
  152.  
  153. #sidebar .links {
  154. margin-top:50px;
  155. opacity:0;
  156. -moz-transition-duration:1s;
  157. -webkit-transition-duration:1s;
  158. -o-transition-duration:1s;
  159. }
  160.  
  161. #sidebar:hover .links {
  162. margin-top:-120px;
  163. opacity:1;
  164. -moz-transition-duration:1s;
  165. -webkit-transition-duration:1s;
  166. -o-transition-duration:1s;
  167. }
  168.  
  169. #description {
  170. width: 200px;
  171. font-size:7px;
  172. padding-top:1px;
  173. padding-bottom:7px;
  174. letter-spacing:0px;
  175. font-family: 'trebuchet ms';
  176. margin-left:120px;
  177. text-transform:uppercase;
  178. text-align:center;
  179. line-height:160%;
  180. margin-top:350px;
  181. text-align:justify;
  182. position:fixed;
  183.  
  184. }
  185.  
  186.  
  187. #pagination{
  188. position:fixed;
  189. width:100px;
  190. padding:0px;
  191. height:50px;
  192. margin-left:150px;
  193. margin-top:500px;
  194. font-family:calibri;
  195. text-transform:uppercase;
  196. font-size:10px;
  197. line-height:5px;
  198. overflow:hidden;
  199. letter-spacing:0px;
  200. line-height:5px;
  201. background:transparent;
  202. text-align:center;
  203. }
  204.  
  205. #note {
  206. float:right;
  207. }
  208.  
  209. #info {
  210. text-align:left;
  211. margin-top:10px;
  212. padding: 5px;
  213. font-size:8px;
  214. color: {color:link};
  215. font-style:'trebuchet ms';
  216. letter-spacing:1px;
  217. text-transform: uppercase;
  218. border-top:1px solid {color:line};
  219. }
  220.  
  221.  
  222. .bubble {align:center;
  223. background: {color:asker bg};
  224. margin:0px 0px 5px 66px;padding:17px;
  225. position: relative;
  226. margin-left:0px;
  227. -moz-border-radius:5px;
  228. -webkit-border-radius:0px;
  229. border-radius:0px;
  230. border-right:10px solid {color:asker bg};
  231. }
  232.  
  233. .bubble p {
  234. margin:70px 50px;
  235. }
  236.  
  237. .bubble span {
  238. display:block;
  239. position:absolute;
  240. width:10px;
  241. height:10px;
  242. font-size: 0;line-height: 0px;left:-10px;top:10px;
  243. border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asker bg};}
  244.  
  245. .askborder {float: center;
  246. margin-left:50px;
  247. margin: 1px 4px 0 0;
  248. padding: 5px;
  249. background-color: {color:asker bg};
  250. }
  251.  
  252. .links {
  253. width:150px;
  254. padding: 9px;
  255. font-size:11px;
  256. text-align:justify;
  257. letter-spacing:5px;
  258. margin-top: 120px;
  259. margin-left:30px;
  260. text-align:center;
  261. text-transform:uppercase;
  262. position:right;
  263. -webkit-transition: all 1s ease-out;
  264. -moz-transition: all 1s ease-out;
  265. }
  266.  
  267. .links a {
  268. margin-top:-15px;
  269. background-color:{color:border};
  270. display:inline-block;
  271. font-family:georgia;
  272. font-size:8px;
  273. padding:5px 0px 2px 0px;
  274. width:20px;
  275. text-transform:uppercase;
  276. font-style:none;
  277. letter-spacing:0px;
  278. border-bottom:2px solid {color:border};
  279. text-shadow:8px 0px transparent, -10px 0px transparent;
  280. line-height:15px;
  281. padding:1px;
  282. }
  283.  
  284. .links a:hover {
  285. background-color: {color:linkhover};
  286. color:#ffffff;
  287. -moz-transition-duration:.6s;
  288. -webkit-transition-duration:.5s;
  289. -o-transition-duration:.5s;
  290. }
  291.  
  292. #title {
  293. text-align:left;
  294. width: 200px;
  295. color:{color:title};
  296. text-transform:lowercase;
  297. border-bottom:1px solid {color:line};
  298. font-size: 23px;
  299. font-family:arial;
  300. font-style:oblique;
  301. font-weight:bold;
  302. margin-top:5px;
  303. margin-left:50px;
  304. letter-spacing:-3px;
  305. line-height:100%;
  306. padding:2px;
  307. }
  308.  
  309.  
  310. #tags {
  311. font-family:oblique;
  312. letter-spacing:0px;
  313. text-transform:uppercase;
  314. font-size:8px;
  315. font-style:none;
  316. margin-top:-4px;
  317. text-align:center;
  318. color:{color:tags};
  319. }
  320.  
  321. #tags a {
  322. padding:-5px;
  323. text-align:right;
  324. }
  325.  
  326.  
  327. #audioplayer {
  328. width:25px;
  329. height:40px;
  330. overflow:hidden;
  331. position:absolute;
  332. margin-top:30px;
  333. margin-left:35px;
  334. opacity: 0.7;
  335. filter:alpha(opacity=70);
  336. -moz-opacity: 0.7;
  337. -khtml-opacity: 0.7;
  338. }
  339.  
  340. #albumart {
  341. float:left;
  342. margin:0px 7px;
  343. }
  344.  
  345. #cred {
  346. position:fixed;
  347. font-size:8px;
  348. line-height:150%;
  349. letter-spacing:1px;
  350. right:10px;
  351. bottom:10px;
  352. text-transform:uppercase;
  353. text-align:center;
  354. }
  355.  
  356. #cred a {
  357. padding:3px;
  358. }
  359.  
  360. {CustomCSS}</style></head><body>
  361.  
  362. <div id="sidebar">
  363. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  364.  
  365. <div id="title"><a href="/">{Title}</a></div>
  366.  
  367. <div class="links">
  368.  
  369. <br><a href="/">I</a>
  370. <a href="/faq">II</a>
  371. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  372. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  373. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  374. </div>
  375. </div>
  376.  
  377. <div id="description">
  378. {Description}
  379. </div>
  380.  
  381.  
  382. <div id="pagination">
  383. {block:Pagination}
  384. {block:PreviousPage}
  385. <a href="{PreviousPage}"> go back</a>
  386. {/block:PreviousPage} -
  387. {block:NextPage}
  388. <a href="{NextPage}">continue </a>
  389. {/block:NextPage}
  390. {/block:Pagination}
  391. </div>
  392.  
  393. </div>
  394.  
  395. </div>
  396. <div id="entries">{block:Posts}<div id="post">
  397.  
  398. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  399.  
  400. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  405.  
  406. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  409.  
  410. {block:Audio}
  411. <div id="audioplayer">{AudioPlayerWhite} </div>
  412. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px">{/block:AlbumArt}</div><br><b>Song: </b> {block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} <div class="caption"><br><br>{caption}</div>{/block:caption}
  413. {/block:Audio}
  414.  
  415. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {block:Answer}<div class="bubble"><span></span><b>{Asker}</b> asked: {Question}&nbsp;</div>{Answer}{/block:answer}
  418.  
  419. <div id="info">
  420. {block:Date}<div id="postinfo">- {MonthNumberWithZero}-{DayOfMonthWithZero} - <a href="{Permalink}">{24Hour}:{Minutes}</a><div id="note"> - <a href="{Permalink}">{NoteCount} <font color="#9ccfd6">❤</font></a>{/block:NoteCount}{block:RebloggedFrom} - <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom} - <a href="{ReblogURL}">reblog</a>
  421. {block:ContentSource} - <a href="{SourceURL}"> Source - </a>{/block:ContentSource}</div> {/block:Date}</div>
  422. {block:HasTags}
  423. <div class="tags">
  424. {block:Tags}<a href="{TagURL}"> # - {Tag}</a>{/block:Tags}</div>
  425. {/block:HasTags}
  426.  
  427. </div>
  428.  
  429. </div>
  430. {/block:Posts}
  431. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  432. {/block:Posts}</div>
  433.  
  434. <div id="cred"><a href="http://hlmschpl.tumblr.com/">t h e m e</a></div>
  435. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement