Advertisement
bangyixing

Theme #44 - Frostbite

Nov 7th, 2013
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 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.  
  3. <!--
  4. ᴛʜᴇᴍᴇ #44: ғʀᴏsᴛʙɪᴛᴇ
  5. ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
  6. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Title" content="#474545"/>
  22. <meta name="color:Border" content="#000000"/>
  23. <meta name="color:Hover" content="#cfcfcf"/>
  24. <meta name="color:Sidebar Border" content="#e9fafb"/>
  25. <meta name="color:Description" content="#000000"/>
  26. <meta name="color:Quote" content="#fafafa"/>
  27. <meta name="color:Link" content="#6fdad4"/>
  28. <meta name="color:Link Hover" content="#ffffff"/>
  29. <meta name="color:Sidebar Image" content="#ffffff"/>
  30. <meta name="color:Info Border" content="#fafafa"/>
  31. <meta name="color:Hover" content="#cfcfcf"/>
  32. <meta name="color:Text" content="#000000"/>
  33.  
  34. <!--Images-->
  35.  
  36. <meta name="image:Sidebar" content="http://24.media.tumblr.com/eb510b27aa415ea9da39f4bd6811a07c/tumblr_mwovd5DbV21qijeudo7_250.png"/>
  37.  
  38. <!--Links-->
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="link 1" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="link 2" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="link 3" />
  46.  
  47. <!--Titles-->
  48.  
  49. <meta name="text:Title" content="white as snow" />
  50.  
  51. <!--Fonts-->
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
  54.  
  55. <!--Functions-->
  56.  
  57. <meta name="if:Snow Code" content="1"/>
  58.  
  59. <!--qTip-->
  60.  
  61. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  62.  
  63. {block:IfSnowCode}
  64.  
  65. <script src="http://static.tumblr.com/p2evvtm/7Lzm07nfv/snowstorm.js"></script>
  66.  
  67. {/block:IfSnowCode}
  68.  
  69. <style type="text/css">
  70.  
  71. ::-webkit-scrollbar {
  72. width:8px;
  73. height:10px;
  74. }
  75.  
  76. ::-webkit-scrollbar-track {
  77. background:{color:Link};
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb {
  81. border:2px solid {color:Link};
  82. background:{color:Sidebar Image};
  83. -webkit-border-radius:5px;
  84. -moz-border-radius:5px;
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb:active {
  88. border:1px solid {color:Link};
  89. background:{color:Sidebar Image};
  90. }
  91.  
  92. body {
  93. font-family:Arial;
  94. font-size:11px;
  95. text-align:justify;
  96. letter-spacing:0px;
  97. margin:0px;
  98. line-height:140%;
  99. background:{color:Background};
  100. color:{color:Text};
  101. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  102. }
  103.  
  104. a {
  105. text-decoration:none;
  106. outline:none;
  107. -moz-outline-style:none;
  108. color:{color:Text};
  109. -webkit-transition: all 0.5s ease;
  110. -moz-transition: all 0.5s ease;
  111. -o-transition: all 0.5s ease;
  112. }
  113.  
  114. img {
  115. border:none;
  116. }
  117.  
  118. h1 {
  119. font-size:24px;
  120. text-transform:uppercase;
  121. font-style:none;
  122. font-weight:bold;
  123. line-height:140%;
  124. text-align:left;
  125. font-family:Arial;
  126. color:{color:Title};
  127. }
  128.  
  129. a:hover {
  130. color: {color:Hover};
  131. }
  132.  
  133. small {
  134. font-size:9px;
  135. line-height:140%;
  136. }
  137.  
  138. big {
  139. font-size:12px;
  140. line-height:140%;
  141. }
  142.  
  143. b, strong {
  144. color:{color:Text};
  145. font-family:Oswald;
  146. text-transform:uppercase;
  147. letter-spacing:1px;
  148. }
  149.  
  150. i, em {
  151. color:{color:Text};
  152. font-family:Times;
  153. letter-spacing:-1px;
  154. }
  155.  
  156. p {
  157. margin-top:5px;
  158. margin-bottom:5px;
  159. }
  160.  
  161. blockquote {
  162. padding:0px;
  163. padding-left:5px;
  164. margin:5px;
  165. border-left:1px solid {color:Border};
  166. }
  167.  
  168. blockquote img {
  169. max-width:200px;
  170. }
  171.  
  172. blockquote blockquote {
  173. padding-left:5px;
  174. border-left:1px solid;
  175. }
  176.  
  177. #quote {
  178. padding:10px;
  179. margin-bottom:5px;
  180. background:{color:Quote};
  181. font-family:Courier;
  182. font-size:12px;
  183. font-style:none;
  184. letter-spacing:1px;
  185. border-radius:2px;
  186. -webkit-border-radius:2px;
  187. -moz-border-radius:2px;
  188. }
  189.  
  190. #chat {
  191. text-transform:uppercase;
  192. font-family:'Courier New', Courier, monospace;
  193. }
  194.  
  195. #website {
  196. font-family:Arial;
  197. font-style:italic;
  198. text-align:right;
  199. font-size:12px;
  200. color:{color:Text};
  201. }
  202.  
  203. .pagination {
  204. margin: 30px;
  205. font-size: 10px;
  206. font-family:'Courier New', Courier, monospace;
  207. text-transform:uppercase;
  208. margin-left:250px;
  209. letter-spacing:0px;
  210. }
  211.  
  212. #question img {
  213. float:left;
  214. margin-right:11px;
  215. padding:5px;
  216. border:1px solid {color:Info Border};
  217. }
  218.  
  219. #qTip {
  220. padding:3px;
  221. width:auto;
  222. display: none;
  223. text-align: center;
  224. position:fixed;
  225. font-size:8px;
  226. text-transform:uppercase;
  227. font-family:Helvetica;
  228. background:{color:Background};
  229. color: {color:Text};
  230. font-style:none;
  231. letter-spacing: 0px;
  232. }
  233.  
  234. #qTip:first-letter {
  235. font-weight:bold;
  236. font-style:italic;
  237. color: {color:Text};
  238. }
  239.  
  240. .audio{width:25px;padding:5px;position:absolute;opacity:1;margin-left:200px;margin-top:-45px;overflow:hidden;}
  241. .audioplay{height:50px;width:400px;background-color:{color:Text};}
  242. .cover{width:50px;height:50px;position:absolute;margin-left:140px;}
  243. .cover img{width:50px;}
  244. .audioinfo{font-size:7px;text-align:center;padding:5px;width:390px;margin-top:2px;text-transform:uppercase;letter-spacing:1px;background-color:{color:Text};color:{color:Background};}
  245.  
  246. .entries{
  247. padding:2px;
  248. width:400px;
  249. padding:5px;
  250. margin:5px;
  251. background:{color:Background};
  252. }
  253.  
  254. #posts{
  255. width:400px;
  256. margin-left:300px;
  257. padding-left:15px;
  258. padding-right:15px;
  259. padding-top:35px;
  260. margin-top:40px;
  261. padding:5px;
  262. }
  263.  
  264. #sidebar {
  265. position:fixed;
  266. margin-left:0px;
  267. margin-top:40px;
  268. }
  269.  
  270. #border {
  271. background:{color:Sidebar Border};
  272. position:fixed;
  273. width:250px;
  274. margin-top:-80px;
  275. height:100%;
  276. margin-left:0px;
  277. }
  278.  
  279. #sidebarimage img{
  280. width:90px;
  281. height:90px;
  282. position:fixed;
  283. margin-left:70px;
  284. margin-top:90px;
  285. border:12px solid {color:Sidebar Image};
  286. -webkit-transition: all 0.7s ease-in-out;
  287. -moz-transition: all 0.7s ease-in-out;
  288. -o-transition: all 0.7s ease-in-out;
  289. -ms-transition: all 0.7s ease-in-out;
  290. transition: all 0.7s ease-in-out;
  291. }
  292.  
  293. #title {
  294. font-size:15px;
  295. position:fixed;
  296. margin-left:36px;
  297. margin-top:215px;
  298. font-family:Arial;
  299. font-style:none;
  300. text-align:center;
  301. padding:15px;
  302. width:150px;
  303. height:12px;
  304. opacity:1;
  305. font-weight:bold;
  306. letter-spacing:-1px;
  307. text-transform:uppercase;
  308. }
  309.  
  310. #links {
  311. width:200px;
  312. position:fixed;
  313. margin-top:252px;
  314. margin-left:24px;
  315. opacity:1;
  316. text-align:center;
  317. -moz-transition-duration:0.6s;
  318. -webkit-transition-duration:0.6s;
  319. -o-transition-duration:0.6s;
  320. }
  321.  
  322. #links a {
  323. width:10px;
  324. height:10px;
  325. background:{color:Link};
  326. margin-left:6px;
  327. text-decoration:none;
  328. display:inline-block;
  329. border-radius:90px;
  330. border:1px solid {color:Link};
  331. -moz-transition-duration:.2s;
  332. -webkit-transition-duration:.2s;
  333. -o-transition-duration:.2s;
  334. }
  335.  
  336. #links a:hover {
  337. width:10px;
  338. height:10px;
  339. background:{color:Link Hover};
  340. -moz-transition-duration:0.2s;
  341. -webkit-transition-duration:0.2s;
  342. -o-transition-duration:0.2s;
  343. }
  344.  
  345. #description {
  346. font-size:11px;
  347. font-family:Arial;
  348. width:160px;
  349. height:auto;
  350. text-transform:none;
  351. position:fixed;
  352. text-align:justify;
  353. font-style:none;
  354. line-height:100%;
  355. margin-left:36px;
  356. margin-top:266px;
  357. padding:10px;
  358. letter-spacing:0px;
  359. opacity:1;
  360. color:{color:Description};
  361. -moz-transition-duration:1s;
  362. -webkit-transition-duration:1s;
  363. -o-transition-duration:1s;
  364. }
  365.  
  366. #description a {
  367. color:{color:Text};
  368. text-decoration:underline;
  369. }
  370.  
  371. #description a:hover{
  372. color:{color:Hover};
  373. }
  374.  
  375. #info {
  376. text-align:center;
  377. margin-top:5px;
  378. margin-bottom:6px;
  379. font-family:Arial;
  380. text-transform:lowercase;
  381. font-style:none;
  382. letter-spacing:0px;
  383. font-size:9px;
  384. line-height:135%;
  385. }
  386.  
  387. #info a {
  388. text-decoration:none;
  389. }
  390.  
  391. #info a:hover{
  392. text-decoration:underline;
  393. color:{color:Text};
  394. }
  395.  
  396. #tags {
  397. font-size:9px;
  398. margin-top:0px;
  399. font-family:Arial;
  400. }
  401.  
  402. #tags a {
  403. text-decoration: none;
  404. padding:1px;
  405. color: {color:Text};
  406. text-decoration:underline;
  407. }
  408.  
  409. #tags a:hover{
  410. text-decoration:underline;
  411. color: {color:Hover};
  412. }
  413.  
  414. #notes {
  415. font-family:Arial;
  416. font-style:none;
  417. text-transform:lowercase;
  418. font-size:9px;
  419. }
  420.  
  421. #credit {
  422. font-family:Trebuchet MS;
  423. font-size:9px;
  424. letter-spacing:1px;
  425. float:right;
  426. position:fixed;
  427. bottom:15px;
  428. right:10px;
  429. }
  430.  
  431. #credit a {
  432. color:{color:Info Border};
  433. padding:5px;
  434. text-transform:uppercase;
  435. background:{color:Background};
  436. border:1px solid {color:Info Border};
  437. }
  438.  
  439. #credit a:hover {
  440. color:{color:Background};
  441. text-transform:uppercase;
  442. font-style:none;
  443. background:{color:Text};
  444. }
  445.  
  446. {CustomCSS}</style></head><body>
  447.  
  448. <div id="sidebar">
  449.  
  450. <div id="border"></div>
  451.  
  452. <div id="title">{text:Title}</div>
  453.  
  454. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  455.  
  456. <div id="links">
  457. <a href="/" title="refresh"></a>
  458. <a href="/ask" title="message"></a>
  459. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}"></a>{/block:ifLink1}
  460. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}"></a>{/block:ifLink2}
  461. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}"></a>{/block:ifLink3}
  462. </div>
  463.  
  464. <div id="description">{Description}</div>
  465. </div>
  466.  
  467. <div id="posts">
  468. {block:Posts}
  469. <div class="entries">
  470.  
  471. {block:Photo}<img src="{PhotoURL-400}">
  472. {block:Caption}{Caption}{/block:Caption}
  473. {/block:Photo}
  474.  
  475. {block:Photoset}{Photoset-400}
  476. {block:Caption}{Caption}{/block:Caption}
  477. {/block:Photoset}
  478.  
  479. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  480.  
  481. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  482.  
  483. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  484.  
  485. <div id="chat">
  486. {block:Chat}
  487. {block:Title}
  488. <h1>{Title}</h1>
  489. {/block:Title}
  490. {block:Lines}
  491. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  492. {Line}</blockquote><br>
  493. {/block:Lines}{/block:Chat}
  494. </div>
  495.  
  496. {block:Audio}
  497. <div class="audioplay">
  498. <div class="cover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
  499. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  500. <div class="audio">{AudioPlayerBlack}</div>
  501. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}— {Artist}{/block:Artist}{block:Album} ({Album}){/block:Album}</div>
  502. {Caption}
  503. {/block:Audio}
  504.  
  505. {block:Video}
  506. {Video-400}
  507. {block:Caption}{Caption}{/block:Caption}
  508. {/block:Video}
  509.  
  510. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;font-style:none;
  511. font-size:9px;"><i>{Question}</i> — <b>{Asker}</b><br><br><br><br><br></div>
  512. {Answer}<br>{/block:Answer}
  513.  
  514. <div id="info">
  515. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} + <a href="{Permalink}">{NoteCount} notes</a>
  516. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  517. {/block:Posts}
  518. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  519. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  520.  
  521. <div class="pagination">
  522. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}</div>{/block:Pagination}
  523. </div>
  524.  
  525. <div id="credit"><a href="http://mlikboy.tumblr.com/">mb</a></div>
  526.  
  527. </body>
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement