Advertisement
lokihiddleston

THEME 1A - Lokihiddleston

Sep 10th, 2014
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 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.  
  4. <!-------------------------------------------
  5. Theme by LOKIHIDDLESTON.TUMBLR
  6. #THEME 1A ("ENDURE & SURVIVE")
  7. -------------------------------------------->
  8. <html>
  9. <head>
  10.  
  11. <meta name="color:background" content="#FFFFFF">
  12. <meta name="color:link" content="#928f8f">
  13. <meta name="color:post links" content="#928f8f">
  14. <meta name="color:hover" content="#454545">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:title" content="#0a0a0a">
  17. <meta name="color:description text" content="#a8a6a6">
  18. <meta name="color:fond description" content="#f1f1f1">
  19. <meta name="color:tags" content="#dddddd">
  20. <meta name="color:scrollbar" content="#313231">
  21. <meta name="color:border" content="#313231">
  22. <meta name="color:topbar" content="#141414">
  23. <meta name="color:fondsidebar" content="#252525">
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="color:sidebar link" context="#413f3f">
  27.  
  28. <meta name="text:sidebar quote" content="" />
  29. <meta name="text:Link1" content="" />
  30. <meta name="text:Link1 Title" content="link 1" />
  31. <meta name="text:Link2" content="" />
  32. <meta name="text:Link2 Title" content="link 2" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 Title" content="link 3" />
  35. <meta name="text:Link4" content="" />
  36. <meta name="text:Link4 Title" content="link 4" />
  37.  
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. a {
  52. color:{color:link};
  53. text-decoration:none;
  54. -moz-transition-duration:0.5s;
  55. -webkit-transition-duration:0.5s;
  56. -o-transition-duration:0.5s;
  57. }
  58.  
  59. a:hover {
  60. color:{color:hover};
  61. text-decoration:none;
  62. -moz-transition-duration:0.5s;
  63. -webkit-transition-duration:0.5s;
  64. -o-transition-duration:0.5s;
  65. }
  66.  
  67.  
  68. ::-webkit-scrollbar {
  69. height:8px;
  70. width:5px}
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background-color:{color:scrollbar};
  74. height:50px;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:{color:scrollbar};
  79. height:8px!important;
  80. }
  81.  
  82. body {
  83. background-color:{color:background};
  84. font-family:cambria;
  85. font-weight:normal;
  86. }
  87.  
  88.  
  89.  
  90.  
  91. h1 {
  92. font-weight:normal;
  93. font-size:10px;
  94. text-align:center;
  95. font-style:normal;
  96. line-height:80%;
  97. letter-spacing:1px;
  98. text-transform:uppercase;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:18px;
  104. text-align:left;
  105. line-height:100%;
  106. letter-spacing:-0.5px;
  107. font-family: vernada;
  108. color:{color:title};
  109. font-weight:normal;
  110. padding:5px;
  111. padding-bottom:2px;
  112. }
  113.  
  114.  
  115. blockquote {
  116. border-left:2px solid {color:text};
  117. padding-left:5px;
  118. margin:5px;
  119. }
  120.  
  121.  
  122. #sidebar {
  123. position:fixed;
  124. margin-left:130px;
  125. width: 280px;
  126. margin-top:120px;
  127. background-color: transparent ;
  128. padding:0px 5px 0px;
  129. }
  130.  
  131.  
  132. #simg img {
  133. max-width:280px;
  134. max-height:184px;
  135. margin-left:0px;
  136. padding:4px;
  137. border: 1px dotted {color:border};
  138. }
  139.  
  140. #description {
  141. width:270px;
  142. max-height:110px;
  143. margin-left:5px;
  144. font-family:cambria;
  145. color:{color:description text};
  146. border-left:1px;
  147. letter-spacing:2px;
  148. text-align:center;
  149. font-size:8px;
  150. padding:5px;
  151. background:{color:fond description};}
  152.  
  153. #pagination {
  154. width:180px;
  155. bottom:50px;
  156. position:fixed;
  157. font-size:8px;
  158. font-family:calibri;
  159. text-align:center
  160. color:#ffffff;
  161. }
  162. #pagination a, .current {
  163. margin-left:1px;
  164. padding:1px 4px;
  165. border:1px solid {color:topbar};
  166. background-color:{color:fondsidebar};}
  167. #pagination a:hover {
  168. background-color:transparent;
  169. border:1px solid #141414;}
  170.  
  171. #sidebarquote {
  172. max-width:400px;
  173. max-height:70px;
  174. margin-top:52px;
  175. margin-left:15px;
  176. overflow:hidden;
  177. font-size:8px;
  178. letter-spacing:3px;
  179. font-family:cambria;
  180. position:absolute;
  181. color:{color:description text};
  182. text-transform:uppercase;
  183. text-align:left;
  184. font-style:;
  185. -webkit-transform:perspective(400px);
  186. -webkit-transform:rotateY(0deg);
  187. -webkit-transition:all 0.9s ease-out;
  188. -moz-transition:all 0.9s ease-out;
  189. transition:all 0.9s ease-out;}
  190. #sidebarquote:hover {
  191. -webkit-transform:perspective(400px);
  192. -webkit-transform:rotateY(360deg);
  193. -webkit-transition:all 0.9s ease-out;
  194. -moz-transition:all 0.9s ease-out;
  195. transition:all 0.9s ease-out;
  196. }
  197.  
  198. #topbar {
  199. width: 114px;
  200. height: 105%;
  201. position: fixed;
  202. left: 0px;
  203. top: -10px;
  204. background-color: {color:topbar};
  205. }
  206.  
  207. .links {
  208. width:100px;
  209. text-transform:uppercase;
  210. font-family:cambria;
  211. letter-spacing:1px;
  212. margin-left:9px;
  213. margin-top:190px;
  214. color:{color:sidebar text};
  215. text-align:center;
  216. font-size:9px;
  217. }
  218.  
  219. .links a {
  220. width:80px;
  221. z-index:3;
  222. display:block;
  223. color: {color:description text};
  224. padding:7px;
  225. font-size:8px;
  226. font-family:cambria;
  227. background-color:{color:fondsidebar};
  228. }
  229.  
  230. .links a:hover {
  231. background-color:{color:topbar};
  232. color:{color:sidebar text};
  233. -webkit-transition:all 0.3s ease-out;
  234. -moz-transition:all 0.3s ease-out;
  235. transition:all 0.3s ease-out;
  236. }
  237.  
  238. #leftline {
  239. width: 1px;
  240. height: 105%;
  241. position: fixed;
  242. left: 460px;
  243. top: 0px;
  244. background-color: #f1f1f1;
  245. }
  246.  
  247. #stuffcontainer {
  248. margin-left:600px;
  249. margin-top:-10px;
  250. text-align:justify;
  251. color:{color:text};
  252. margin-bottom: 35px;
  253. }
  254.  
  255.  
  256.  
  257.  
  258. #stuff {
  259. width:500px;
  260. margin-top:20px;
  261. text-align:justify;
  262. font-size:11px;
  263. line-height:90%;
  264. letter-spacing:0x;
  265. color:{color:text};
  266. }
  267.  
  268. .caption {
  269. width:500px;
  270. text-align:justify;
  271. line-height:120%;
  272. }
  273.  
  274. .asker {
  275. color: #747474;
  276. font-family: cambria;
  277. font-size:10px;
  278. background-color: #fcfcfc;
  279. padding:25px;
  280. margin-bottom:0px;
  281. text-align:left;
  282. letter-spacing: 0px;
  283. background-color:#f3f3f3;
  284. }
  285.  
  286. .asker a:hover {
  287. color:#cacaca;
  288. text-decoration: underline;}
  289.  
  290. .ans {
  291. text-align:left;
  292. padding:10px;
  293. color:{color:text};
  294. }
  295.  
  296. .audio {
  297. width:500px;
  298. padding-bottom:10px;
  299. background-color:{color:infobg};
  300. }
  301.  
  302. .albumart {
  303. float:left;
  304. padding:0px 10px 10px 0px;
  305. }
  306.  
  307. .albumart img {
  308. width:100px;
  309. height:100px;
  310. }
  311.  
  312. .playercontainer {
  313. text-align:left;
  314. padding:10px;
  315. background-color:#ffffff;
  316. width:480px;
  317. }
  318.  
  319. .audioinfo {
  320. padding:10px;
  321. color:{color:text};
  322. }
  323.  
  324. #postinfo {
  325. width:490px;
  326. padding:5px;
  327. font-size:8px;
  328. color:{color:link};
  329. text-transform:uppercase;
  330. font-style:normal;
  331. letter-spacing:2px;
  332. text-align:center;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. background:{color:fond description};
  337. }
  338.  
  339. #postinfo a {
  340. color:{color:post links};
  341. text-align:center;
  342. letter-spacing:1px;
  343. font-style:normal;
  344. }
  345.  
  346. #postinfo a:hover {
  347. color:{color:hover};
  348. }
  349.  
  350. .note {
  351. text-transform:uppercase;
  352. font-style:uppercase;
  353. letter-spacing:0px;
  354. font-family:cambria;
  355. font-size: 8px;
  356. text-align:left;
  357. line-height:90%;
  358. margin-left:-40px;
  359. }
  360.  
  361. .note li {
  362. list-style-type:none;
  363. padding:10px 25px 10px 25px;
  364. text-align:left;
  365. margin:0px;
  366. -moz-transition-duration:0.5s;
  367. -webkit-transition-duration:0.5s;
  368. -o-transition-duration:0.5s;
  369. }
  370.  
  371. .tags {
  372. font-style:normal;
  373. width:500px;
  374. text-transform:uppercase;
  375. font-style:normal;
  376. color:{color:tags};
  377. letter-spacing:2px;
  378. line-height:120%;
  379. font-size:8px;
  380. text-align:left;
  381. padding:2px;
  382. -moz-transition-duration:0.5s;
  383. -webkit-transition-duration:0.5s;
  384. -o-transition-duration:0.5s;
  385. }
  386.  
  387. .tags a {
  388. color:{color:tags};
  389. letter-spacing:1px;
  390. padding:1px;
  391. }
  392.  
  393. .tags a:hover {
  394. color:{color:link};
  395. }
  396.  
  397. ul.chat, .chat ol, .chat li {
  398. list-style:none;
  399. margin:0px;
  400. padding:2px;
  401. }
  402.  
  403. .label {
  404. text-decoration:underline;
  405. font-weight:700;
  406. background-color:{color:infobg};
  407. margin-right:5px;
  408. }
  409.  
  410.  
  411. .credit a{
  412. color: {color:link};
  413. opacity:0.8;
  414. }
  415.  
  416. .credit a:hover{
  417. color:{color:hover};
  418. opacity:1.0;
  419. }
  420.  
  421. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  422.  
  423. #theme {
  424. width:109px;
  425. bottom:5px;
  426. right:10px;
  427. padding:4px;
  428. font-size:7px;
  429. letter-spacing:1px;
  430. text-align:center;
  431. text-transform:uppercase;
  432. position:fixed;
  433. display:block;
  434. background-color:#f1f1f1;
  435. padding:3px;
  436. font-family:cambria;}
  437.  
  438.  
  439. {CustomCSS}
  440. </style>
  441. </head>
  442. <div id="topbar"><div id="sidebarquote">❝ {text:sidebar quote}</div><div class="links">
  443. <a href="/">home</a>&nbsp;&nbsp;&nbsp;
  444. <a href="/ask">message</a>&nbsp;&nbsp;&nbsp;
  445. <a href="{text:Link1}">{text:Link1 Title}</a>&nbsp;&nbsp;&nbsp;
  446. <a href="{text:Link2}">{text:Link2 Title}</a>&nbsp;&nbsp;&nbsp;
  447. <a href="{text:Link3}">{text:Link3 Title}</a>&nbsp;&nbsp;&nbsp;
  448. <a href="{text:Link4}">{text:Link4 Title}</a>
  449. </div>
  450. </div>
  451.  
  452. <div id="sidebar">
  453.  
  454. <div id="simg"><img src="{image:sidebar}"/>
  455. </div><br>
  456.  
  457.  
  458. <div id="description">
  459. {block:Description}{Description}{/block:Description}
  460. </div>
  461.  
  462. </div>
  463.  
  464. <div id="pagination">
  465. {block:Pagination}
  466. {block:PreviousPage}<a href="{PreviousPage}">◂</a>{/block:PreviousPage}
  467. {block:JumpPagination length="3"}
  468. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  469. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  470. {/block:JumpPagination}
  471. {block:NextPage}<a href="{NextPage}">▸</a>{/block:NextPage}
  472. {/block:Pagination}
  473. </div>
  474.  
  475. </div>
  476.  
  477. <div id="leftline"></div>
  478.  
  479. <div id="stuffcontainer">
  480.  
  481. {block:Posts}
  482.  
  483. <div id="stuff">
  484.  
  485. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  486.  
  487. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  488.  
  489. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  490. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  491.  
  492. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  493.  
  494. {block:Photoset}<center>{Photoset-500}</center>
  495. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  496.  
  497. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  498.  
  499. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  500.  
  501. {block:Answer}<div class="asker"><b>{Asker}:</b> "<i>{Question}</i>"</div>
  502. <div class="answer">{Answer}</div>{/block:answer}
  503.  
  504. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  505. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  506. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  507. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  508. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  509.  
  510. <p>
  511.  
  512. {block:Date}<div id="postinfo"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix} </a>&nbsp; | &nbsp;{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}&nbsp; | &nbsp; (<a href="{ReblogParentURL}">Via</a>){/block:RebloggedFrom}
  513. {block:ContentSource} • Source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  514. {block:HasTags}
  515. <div class="tags">
  516. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  517. {/block:HasTags}
  518. <div class="note">
  519. {block:PostNotes}{PostNotes}{/block:PostNotes}
  520. </div>
  521. </div>
  522. {/block:Posts}
  523.  
  524.  
  525. </div>
  526.  
  527.  
  528. <div id="theme">Theme <a href="http://lokihiddleston.tumblr.com/">Lokihiddleston</a></div>
  529.  
  530.  
  531. </body>
  532.  
  533.  
  534. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement