Advertisement
Somerhaldder

Theme #7 - Sunburn

Nov 24th, 2012
1,621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <meta name="color:Background" content="#FEFAF0"/>
  12. <meta name="color:Font" content="#978D85"/>
  13. <meta name="color:Link" content="#948978"/>
  14. <meta name="color:Link Hover" content="#978D85"/>
  15. <meta name="color:Border" content="#A39B8F"/>
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="image:Background" content=""/>
  18. <meta name="text:Link 1 Name" content="" />
  19. <meta name="text:Link 1 URL" content="" />
  20. <meta name="text:Link 2 Name" content="" />
  21. <meta name="text:Link 2 URL" content="" />
  22.  
  23. <style type="text/css">
  24.  
  25. iframe#tumblr_controls {
  26. top: 0% !important;
  27. right:0% !important;
  28. position: fixed !important;
  29. }
  30.  
  31. body{
  32. color:{color:font};
  33. font-family:calibri;
  34. font-size:11px;
  35. text-wrap: normal
  36. word-wrap: break-word;
  37. background-color:{color:background};
  38. background-image: url('{image:Background}');
  39. background-repeat:repeat;
  40. }
  41.  
  42. a, a:active, a:visited{
  43. text-decoration: none;
  44. color: {color:link};
  45. }
  46.  
  47. a:hover{
  48. color:{color:link hover};
  49. -webkit-transition: all 0.8s ease-out;
  50. -moz-transition: all 0.8s ease-out;
  51. transition: all 0.8s ease-out;
  52. }
  53.  
  54. img {
  55. border:0px;
  56. max-width: 500px;
  57. height: auto;
  58. }
  59.  
  60. img:hover {
  61. border:0px;
  62. }
  63.  
  64. a.img, a.img:visited {
  65. border:0px;
  66. }
  67.  
  68. a.img:hover {
  69. border:0px;
  70. }
  71.  
  72. #content{
  73. width:520px;
  74. height:auto;
  75. margin-left:400px;
  76. background-color:transparent;
  77. position:absolute;
  78. padding:5px;
  79. }
  80.  
  81. #post{
  82. padding:8px;
  83. background-color:transparent;
  84. width:500px;
  85. float:left;
  86. margin:8px;
  87. margin-left: 50px;
  88. }
  89.  
  90. #sidebar{
  91. background-color:transparent;
  92. width:200px;
  93. margin-top:240px;
  94. margin-left:200px;
  95. position:fixed;
  96. padding:10px;
  97. border-radius:0px 0px 0px 0px;
  98. }
  99.  
  100. #sidebarimg img{
  101. margin-top:-100px;
  102. min-width:150px;
  103. margin-left:0px;
  104. height:150px;
  105. text-align:center;
  106. padding: 10px;
  107. border-radius:0px 0px 0px 0px;
  108. border:1px solid {color:border};
  109. }
  110.  
  111. #questions {
  112. background-color:transparent;
  113. text-align:left;
  114. padding:10px;
  115. border: 1px solid {color:border};
  116. }
  117.  
  118. .note_count {
  119. text-align: left;
  120. padding: 10px;
  121. text-transform: lowercase;
  122. font-size: 10px;
  123. }
  124.  
  125. blockquote {
  126. border-left: 3px solid {color:font};
  127. padding-left: 4px;
  128. }
  129.  
  130. .chat ul {
  131. text-align: left;
  132. margin-left: -40px;
  133. list-style-type: none;
  134. width: 500px;
  135. font-style: georgia;
  136. font-spacing: 1px;
  137. }
  138.  
  139. .odd {
  140. background-color: transparent;
  141. padding: 2px;
  142. }
  143.  
  144. .even {
  145. padding: 2px;
  146. color: {color:link};
  147. }
  148.  
  149. #side {
  150. margin-left:520px;
  151. position:absolute;
  152. display: block;
  153. width:200px;
  154. font-family: trebuchet ms;
  155. }
  156.  
  157. #tag {
  158. color: {color:font};
  159. display: block;
  160. text-transform:uppercase;
  161. font-family:calibri;
  162. }
  163.  
  164. #tag a {
  165. color: {color:link};
  166. }
  167.  
  168. #tags_transition
  169. #tags_transition a{
  170. display:block
  171. }
  172.  
  173. #tags_transition .t_t {
  174. margin-top:0px;
  175. filter: alpha(opacity = 0);
  176. opacity:0;
  177. -webkit-transition: all 0.5s ease-out;
  178. -moz-transition: all 0.5s ease-out;
  179. transition: all 0.5s ease-out;
  180. }
  181.  
  182. #tags_transition:hover .t_t {
  183. margin-left:0px;
  184. -webkit-transition: all 0.8s ease-out;
  185. -moz-transition: all 0.8s ease-out;
  186. transition: all 0.8s ease-out;
  187. filter: alpha(opacity = 100);
  188. filter: alpha(opacity = 100);
  189. opacity:100;
  190. }
  191.  
  192. #post:hover .t_t {
  193. margin-left:0px;
  194. -webkit-transition: all 0.8s ease-out;
  195. -moz-transition: all 0.8s ease-out;
  196. transition: all 0.8s ease-out;
  197. filter: alpha(opacity = 100);
  198. filter: alpha(opacity = 100);
  199. opacity:100;
  200. }
  201.  
  202. #description{
  203. display: block;
  204. width:140px;
  205. padding-bottom: 2px;
  206. text-align: center;
  207. margin-left:20px;
  208. margin-top: 5px;
  209. background: transparent;
  210. border: 0px solid {color:border}
  211. }
  212.  
  213. #links {
  214. margin-top:-165px;
  215. margin-left:0px;
  216. font-size:11px;
  217. width:160px;
  218. background-color: tranpsrent;
  219. text-align:center;
  220. position:fixed;
  221. display: block;
  222. text-transform:uppercase;
  223. font-family:calibri;
  224. border-bottom: 0px solid {color:border};
  225. }
  226.  
  227. #pag {
  228. margin-top:5px;
  229. margin-left:20px;
  230. width:160px;
  231. background-color: transparent;
  232. text-align:center;
  233. position:fixed;
  234. display: block;
  235. text-transform:uppercase;
  236. font-family:calibri;
  237. border-top: 1px solid {color:border};
  238. }
  239.  
  240. #qdescription {
  241. position:fixed;
  242. display: block;
  243. font-size:50px;
  244. padding-left:15px;
  245. font-family: georgia
  246. }
  247.  
  248. #linkone {
  249. border-top:1px solid {color:border};
  250. border-bottom:1px solid {color:border};
  251. width:170px;
  252. margin-top:70px;
  253. margin-left:15px;
  254. background:{color:background};
  255. }
  256.  
  257. #linkone a {
  258. display:block
  259. }
  260.  
  261. #linkone .linkonee {
  262. margin-top:0px;
  263. filter: alpha(opacity = 0);
  264. opacity:100;
  265. -webkit-transition: all 0.5s ease-out;
  266. -moz-transition: all 0.5s ease-out;
  267. transition: all 0.5s ease-out;
  268. }
  269.  
  270. #linkone:hover .linkonee {
  271. padding-top:4px;
  272. padding-bottom:4px;
  273. -webkit-transition: all 0.8s ease-out;
  274. -moz-transition: all 0.8s ease-out;
  275. transition: all 0.8s ease-out;
  276. filter: alpha(opacity = 100);
  277. filter: alpha(opacity = 100);
  278. opacity:100;
  279. }
  280.  
  281. #linktwo {
  282. border-top:1px solid {color:border};
  283. border-bottom:1px solid {color:border};
  284. width:170px;
  285. margin-top:5px;
  286. margin-left:15px;
  287. background:{color:background};
  288. }
  289.  
  290. #linktwo a {
  291. display:block
  292. }
  293.  
  294. #linktwo .linktwoo {
  295. margin-top:0px;
  296. filter: alpha(opacity = 0);
  297. opacity:100;
  298. -webkit-transition: all 0.5s ease-out;
  299. -moz-transition: all 0.5s ease-out;
  300. transition: all 0.5s ease-out;
  301. }
  302.  
  303. #linktwo:hover .linktwoo {
  304. padding-top:4px;
  305. padding-bottom:4px;
  306. -webkit-transition: all 0.8s ease-out;
  307. -moz-transition: all 0.8s ease-out;
  308. transition: all 0.8s ease-out;
  309. filter: alpha(opacity = 100);
  310. filter: alpha(opacity = 100);
  311. opacity:100;
  312. }
  313.  
  314. #linka
  315. #linka a{
  316. display:block
  317. }
  318.  
  319. #linka .linke {
  320. margin-top:0px;
  321. filter: alpha(opacity = 0);
  322. opacity:0;
  323. -webkit-transition: all 0.5s ease-out;
  324. -moz-transition: all 0.5s ease-out;
  325. -o-transition: all 0.5s ease-out;
  326. transition: all 0.5s ease-out;
  327. }
  328.  
  329. #links:hover .linke {
  330. margin-top:-30px;
  331. -webkit-transition: all 0.8s ease-out;
  332. -moz-transition: all 0.8s ease-out;
  333. -o-transition: all 0.8s ease-out;
  334. transition: all 0.8s ease-out;
  335. filter: alpha(opacity = 100);
  336. filter: alpha(opacity = 100);
  337. opacity:100;
  338. }
  339.  
  340. {CustomCSS]</style> </head>
  341.  
  342. <body>
  343.  
  344. <div id="sidebar"> <center>
  345. <div id="sidebarimg"> <img src="{image:Sidebar}"/> </div>
  346. <div id="links">
  347. <div id="linka">
  348. <div class="linke">
  349.  
  350. <div id="linkone"> <div class="linkonee"><a href="/">home</a>
  351. </div> </div>
  352.  
  353. <div id="linktwo"> <div class="linktwoo"><a href="/ask">
  354. message</a> </div> </div>
  355.  
  356. <div id="linktwo"> <div class="linktwoo">
  357. <a href="{text:link 1 url}">{text:link 1 name}</a>
  358. </div> </div>
  359.  
  360. <div id="linktwo"> <div class="linktwoo">
  361. <a href="{text:link 2 url}">{text:link 2 name}</a>
  362. </div> </div>
  363.  
  364. </div> </div> </div>
  365. <div id="qdescription">“</div>
  366. <div id="description">{Description} </div>
  367.  
  368. {block:Pagination}
  369. <div id="pag">
  370. {block:PreviousPage}
  371. <a href="{PreviousPage}">« </a>
  372. {/block:PreviousPage}
  373. {CurrentPage} of {TotalPages}
  374. {block:NextPage}
  375. <a href="{NextPage}"> »</a>
  376. {/block:NextPage}
  377. </div>
  378. {/block:Pagination}
  379.  
  380. </center> </div>
  381. </div></div>
  382.  
  383. <div id="content">
  384.  
  385. {block:Posts}
  386. <div id="post">
  387.  
  388. <div id="side">
  389. <div id="tag">
  390. <div id="tags_transition">
  391. <div class="t_t">
  392.  
  393. <div style="padding-top: 2px">{block:HasTags}
  394. {block:Tags}#<a href="{TagURL}">{Tag} <br></a>
  395. {/block:Tags}{/block:HasTags} </div>
  396.  
  397. </div> </div> </div> </div>
  398.  
  399. <div style="font-family:georgia;font-size:17px">
  400. {block:Title}<i>{Title}</i>{/block:Title}
  401. </div>
  402.  
  403. {block:Text}{Body}{/block:Text}
  404.  
  405. {block:Photo}
  406. <div style="margin-bottom:5px;">
  407. <a href="{permalink}"><img src="{PhotoURL-500}"
  408. width="500"/></a>
  409. {block:Caption}{Caption}{/block:Caption} </div>
  410. {/block:Photo}
  411.  
  412. {block:Photoset}
  413. <div style="margin-bottom:5px;">
  414. {Photoset-500} {block:Caption}{Caption}{/block:Caption} </div>
  415. {/block:Photoset}
  416.  
  417.  
  418. {block:Quote}
  419. <div style="font-size:17px; font-family:georgia">
  420. <i>"{Quote}" </i></div>
  421. <div align="right">
  422. <div style="margin-bottom:5px;">
  423. {block:Source}-{Source}{/block:Source}
  424. </div> </div>
  425. {/block:Quote}
  426.  
  427.  
  428. {block:Video}
  429. <div style="margin-bottom:5px;>
  430. <span class="videoback">
  431. {Video-500}</span><br>
  432. {PlayCountWithLabel}
  433. {block:Caption}{Caption}{/block:Caption} </div>
  434. {/block:Video}
  435.  
  436.  
  437. {block:Link}
  438. <div style="margin-bottom:5px; font-size: 17px;
  439. font-family:georgia;">
  440. <i><a href="{URL}" class="link" {Target}>» {Name}</a><BR></i>
  441. </div> {block:Caption}{Caption}{/block:Caption}
  442. {/block:Link}
  443.  
  444. {block:Chat}
  445. <div class="chat ul">
  446. <div style="margin-bottom: -5px;">
  447. <ul class="chat">
  448. {block:Lines}
  449. <li class="{Alt} user_{UserNumber}">
  450. {block:Label}
  451. <span class="label">{Label}</span>
  452. {/block:Label}
  453. {Line} </li>
  454. {/block:Lines}
  455. </ul> </div> </div>
  456. {/block:Chat}
  457.  
  458. {block:Audio}
  459. <div style="background:white;
  460. border:1px solid {color:border};margin-left:10px;">
  461. <span class="audioback">
  462. {AudioPlayerWhite}</span> </div>
  463. {block:Caption}{Caption}{/block:Caption}
  464. {/block:Audio}
  465.  
  466. {block:Answer}
  467. <div id="questions">
  468. <a><i>{asker}</a> wondered: "{Question}</i>"</div> {Answer}
  469. {/block:answer}
  470.  
  471. <div style="border-top: 1px solid{color:border};
  472. padding: 2px 20px 0px 0px; text-transform: uppercase;
  473. text-align: left; font-family: calibri">
  474. {block:date} <a href="{Permalink}"> {TimeAgo} </a>{/block:Date}
  475. {block:NoteCount}/ <a href="{Permalink}">{NoteCount} notes</a>
  476. {/block:NoteCount} </div>
  477. <div style="text-align:right; margin-top:-14px;
  478. text-transform:uppercase">
  479. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>
  480. {block:ContentSource}/ <a href="{SourceURL}">source</a>
  481. {/block:ContentSource} {/block:RebloggedFrom} </div>
  482.  
  483. </div>
  484.  
  485. <div class="note_count">
  486. <div style=" margin-left: 26px; margin-top:6px;">
  487. {block:PostNotes}{PostNotes}{/block:PostNotes}
  488. </div> </div>
  489. {/block:Posts}
  490.  
  491. </div>
  492.  
  493. <div style="position:fixed; bottom:8px; right:10px;
  494. letter-spacing:2px">
  495. <i> <a href="http://holdmetights.tumblr.com/nthemes">
  496. © theme</a></div> </i>
  497.  
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement