hawthorneys

THEME #04; by nayel

Dec 20th, 2012
4,314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 KB | None | 0 0
  1. <!--
  2. Theme 04 By Nayel // http://hawthorneys.tumblr.com
  3. --- EVERLASTING LIGHT THEME | @ HAWTHORNEYS ---
  4. > please do not steal
  5. > please do not redistribute
  6. > please do not claim as your own
  7. > please do not use this as a base code and take parts of it
  8. > you can edit as long as credit is on there somewhere
  9. -->
  10. <html>
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14.  
  15. <!--Default Variables-->
  16. <meta name="text:link 1" content="/"/>
  17. <meta name="text:link 1 title" content=""/>
  18. <meta name="text:link 2" content="/"/>
  19. <meta name="text:link 2 title" content=""/>
  20. <meta name="text:link 3" content="/"/>
  21. <meta name="text:link 3 title" content=""/>
  22.  
  23. <!--Colors-->
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:text" content="#828282"/>
  26. <meta name="color:link" content="#cfc3c9"/>
  27. <meta name="color:link Hover" content="#e8e8e8"/>
  28. <meta name="color:border" content="#e8e8e8"/>
  29. <meta name="color:sidelinks" content="#4d4c4c"/>
  30. <meta name="color:sidelinks bg" content="#ffffff"/>
  31. <meta name="color:desc" content"#acabab"/>
  32. <meta name="color:entries" content="#fafafa"/>
  33. <meta name="color:box" content="#fafafa"/>
  34. <meta name="color:sidelinks hover" content="#868686"/>
  35. <meta name="color:scrollbar" content="#e8e8e8"/>
  36. <meta name="color:scrollbar bg" content="#e8e8e8"/>
  37. <meta name="color:side" content="#ffffff"/>
  38. <meta name="color:posts" content="#ffffff"/>
  39. <meta name="color:ask border" content="#b4b4b4"/>
  40.  
  41. <!--Images-->
  42. <meta name="image:Background" content""/>
  43. <meta name="image:Sidebar" content""/>
  44.  
  45. <!--Options-->
  46. <meta name="if:Title" content=""/>
  47.  
  48.  
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <title>
  52. {block:PostSummary}
  53. {PostSummary} - {/block:PostSummary}{Title}</title>
  54. </style>
  55.  
  56. <style type="text/css">
  57. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  58.  
  59. ::-webkit-scrollbar-corner {background:{color:background}}
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background}}
  62.  
  63. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbar bg}; border: 0px solid {color:background}
  64. }
  65.  
  66. @font-face { font-family: 'WebSymbolsRegular'; src: url('http://static.tumblr.com/ekfbsgu/3q1m4j9nx/websymbols-regular-webfont.ttf');}
  67.  
  68. body{
  69. background-color: {color:Background};
  70. background-image: url({image:Background});
  71. background-attachment: fixed;
  72. background-repeat: repeat;
  73. background-position: center;
  74. font-family:helvetica;
  75. font-size:11px;
  76. line-height:12px;
  77. color:{color:Text};
  78. }
  79.  
  80. a:link, a:active, a:visited{
  81. color: {color:Link};
  82. text-decoration:none;
  83. }
  84.  
  85. a {
  86. color:{color:link};
  87. text-decoration:none;
  88. outline:none;
  89. opacity:1 ;
  90. -webkit-transition: all 0.5s;
  91. -moz-transition: all 0.5s;
  92. transition: all 0.5s;
  93. }
  94.  
  95. a:hover {
  96. color: {color:links hover};
  97. -webkit-transition: all 0.5s;
  98. -moz-transition: all 0.5s;
  99. transition: all 0.5s;
  100. }
  101.  
  102. h1{
  103. font-size: 18px;
  104. font-family:times new;
  105. line-height:15px;
  106. font-style:italic;
  107. letter-spacing:1px;
  108. font-weight:none;
  109. }
  110. #container{
  111. font-family: cambria;
  112. padding:10px 10px 10px 10px;
  113. border: 1px solid #f8f8f8;
  114. width:535px;
  115. margin-left:500px;
  116. margin-top:40px;
  117. font-weight: normal;
  118. line-height:11px;
  119. background-color:{color:entries};
  120. border-right: 1px solid #f8f8f8;}
  121.  
  122. #entry {
  123. width:500px;
  124. padding:15px;
  125. padding-bottom: 20px;
  126. border: 1px solid #f8f8f8;
  127. margin-top:0px;
  128. margin-bottom:15px;
  129. font-weight: normal;
  130. line-height:11px;
  131. background-color:{color:posts};
  132. font-family: cambria;
  133. }
  134.  
  135. #entry:hover .tags { opacity: 1; display: block; margin-left:525px;
  136. -webkit-transition: opacity 0.5s linear;
  137. -webkit-transition: all 0.5s ease-in-out;
  138. -moz-transition: all 0.5s ease-in-out;
  139. -o-transition: all 0.5s ease-in-out;}
  140.  
  141. .tags {
  142. float: left;
  143. position:absolute;
  144. padding-left: 2px;
  145. width: 200px;
  146. opacity: 0;
  147. font-family: cambria;
  148. text-transform:uppercase;
  149. font-size:8px;
  150. color:{color:text};
  151. margin-left:400px;
  152. margin-top:0px;
  153. padding: 5px;
  154. line-height:11px;
  155. -webkit-transition: opacity 0.5s linear;
  156. -webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. -o-transition: all 0.5s ease-in-out;
  159. }
  160.  
  161. .tags a {
  162. color:{color:link};
  163. }
  164.  
  165. .tags a:hover {
  166. background-color:{color:link hover};
  167. }
  168. .symbols {
  169. font-family:WebSymbolsRegular;
  170. font-size: 6px;
  171. }
  172.  
  173. #permalink{
  174. position:relative;
  175. margin-top:5px;
  176. padding:2px;
  177. font-size:8px;
  178. text-transform:uppercase;
  179. }
  180.  
  181. #side {
  182. text-align:center;
  183. position:fixed;
  184. width:160px;
  185. margin-top:80px;
  186. margin-left:-300px;
  187. z-index:1;
  188. padding:4px;
  189. }
  190.  
  191. #side:hover .links {
  192. margin-top:-165px;
  193. opacity:1;
  194. -webkit-transition: opacity 0.4s ease;
  195. -webkit-transition: all 0.4s ease-in;
  196. -moz-transition: all 0.4s ease-in;
  197. -o-transition: all 0.4s ease-in
  198. }
  199.  
  200. .links {
  201. padding:5px;
  202. position:fixed;
  203. z-index:2222;
  204. width:50px;
  205. font-family:cambria;
  206. font-size:8px;
  207. text-align:center;
  208. letter-spacing:1px;
  209. margin-top:-150px;
  210. margin-left:105px;
  211. opacity:0;
  212. }
  213.  
  214. .links a{
  215. display:block;
  216. text-transform: uppercase;
  217. padding:5px;
  218. color:{color:sidelinks};
  219. background:{color:sidelinks bg};
  220. -webkit-transition: all 0.3s;
  221. -moz-transition: all 0.3s;
  222. transition: all 0.3s;
  223. }
  224.  
  225. .links a:hover{
  226. color:{color:sidelinks bg};
  227. background-color:{color:sidelinks hover};
  228. border-bottom:1px solid {color:sidelinks bg};
  229. -webkit-transition: all 0.3s;
  230. -moz-transition: all 0.3s;
  231. transition: all 0.3s;
  232. }
  233.  
  234. .description {
  235. font-family:cambria;
  236. font-style:italic;
  237. text-align:justify;
  238. font-size:9px;
  239. margin-top:20px;
  240. margin-left:2px;
  241. width:160px;
  242. position:fixed;
  243. border-top:1px solid {color:border};
  244. color:{color:desc};
  245. background-color:{color:side};
  246. padding:5px;
  247. }
  248.  
  249. .navigate {
  250. font-family:cambria;
  251. text-transform:uppercase;
  252. font-size:8px;
  253. position:fixed;
  254. margin-top:5px;
  255. margin-left:2px;
  256. text-align:center;
  257. width:160px;
  258. letter-spacing:4px;
  259. }
  260.  
  261. .blogtitle{
  262. font-size:15px;
  263. line-height:15px;
  264. font-family:times new;
  265. text-transform:lowercase;
  266. font-style:italic;
  267. width:150px;
  268. text-align:right;
  269. margin-left:20px;
  270. }
  271.  
  272. .posttitle{
  273. font-size: 10px;
  274. font-family:times new;
  275. line-height: 20px;
  276. font-style:italic;
  277. letter-spacing:1px;}
  278.  
  279. blockquote{
  280. margin-left:10px;
  281. padding-left:4px;
  282. border-left: 3px solid {color:Text};
  283. }
  284.  
  285. .p { padding-top: 5px; }
  286. .ol, ul { margin-left: 10px; padding: 5px; }
  287. .ul { list-style-type: square; }
  288.  
  289. #info {
  290. font-size:8px;
  291. font-family:cambria;
  292. text-transform:uppercase;
  293. text-align:right;
  294. margin-top:10px;
  295. border-top:1px dashed {color:border};
  296. padding-top:5px;
  297. }
  298.  
  299.  
  300. #quote {
  301. width: 450px!Important;
  302. font-family: cambria;
  303. font-size: 16px;
  304. font-style: italic;
  305. text-transform: none;
  306. line-height:16px;}
  307.  
  308. #question {
  309. background-color:{color:box};
  310. color: {color:text};
  311. border-top: dotted 1px {color:ask border};
  312. margin-left:0px;
  313. padding:11px;
  314. margin-top: 5px;
  315. margin-bottom:5px;
  316. font-family:cambria;
  317. font-size:10px;
  318. font-style:italic;
  319. text-align:left;
  320. }
  321.  
  322. .audio {
  323. text-transform:uppercase;
  324. font-size:8px;
  325. height:60px;
  326. padding:5px;
  327. margin-bottom:5px; }
  328.  
  329. .audio-album {
  330. position:absolute;
  331. width:65px; }
  332.  
  333. .audio-player {
  334. opacity:0.9;
  335. padding:6px;
  336. background:#fff;
  337. border:2px solid #f2f2f2;
  338. width:25px;
  339. border-radius:60px;
  340. height:25px;
  341. overflow:hidden;
  342. position:absolute;
  343. z-index:2;
  344. margin-left:12px;
  345. margin-top:12px; }
  346.  
  347. .audio-info {
  348. margin-top:-10px;
  349. position:relative;
  350. margin-left:70px;
  351. padding:5px; }
  352.  
  353.  
  354. ol {
  355. list-style-type: none;
  356. font-size:8px;
  357. font-family: cambria;
  358. text-transform: uppercase;
  359. margin: 0; }
  360.  
  361. ol.notes li {
  362. width: 500px;
  363. padding: 3px;
  364. margin: 0 0 10px -35px;
  365. border-bottom: 1px solid {color:border}; }
  366.  
  367. ol.notes li:hover {
  368. border-bottom: 1px solid {color:border}; }
  369.  
  370. ol.notes li img {
  371. width:16px;
  372. padding-right: 10px;
  373. margin-bottom: 0px;
  374. opacity: 0.85;
  375. filter:alpha(opacity=85); }
  376.  
  377. ol.notes li img:hover {
  378. opacity: 1;
  379. filter:alpha(opacity=100); }
  380.  
  381. #credit a{
  382. position:fixed;
  383. font-family:cambria;
  384. font-size:10px;
  385. line-height:150%;
  386. right:5px;
  387. bottom:5px;
  388. text-align:center;
  389. color:{color:text};
  390. background-color:{color:background};
  391. padding-left:5px;
  392. padding-right:5px;
  393. border:1px solid {color:border};
  394. }
  395. #credit a:hover{
  396. background:#111;
  397. color:#fff;
  398. }
  399.  
  400. {CustomCSS}
  401. </style>
  402.  
  403. <script type="text/javascript"
  404. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  405.  
  406. <script type="text/javascript">
  407. $(window).load(function(){
  408. $("p").remove(":contains('Source:')");
  409. $("p").remove(":contains('(via')");
  410. });
  411. </script>
  412.  
  413. <link rel="shortcut icon" href="{Favicon}">
  414. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  415.  
  416. </head>
  417. <body>
  418. <div id="container">
  419.  
  420. <div id="side">
  421. <div class="blogtitle">{block:ifTitle}<a href="/">{Title}</a>{/block:ifTitle}</div>
  422. <img src="{image:Sidebar}" width="160" height="160" style="border:1px solid {color:border}; padding:5px;">
  423.  
  424. <div class="links">
  425. <a href="/">home</a> <br>
  426. <a href="/ask">mssg</a> <br>
  427. {block:ifLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:ifLink1}<br />
  428. {block:ifLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:ifLink2}<br />
  429. {block:ifLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:ifLink3}<br />
  430. </div>
  431.  
  432. <div class="description">
  433. {Description}
  434. </div>
  435.  
  436. <br>
  437. <div class="navigate">
  438. {block:Pagination}
  439. <div class="pagination">
  440. {block:PreviousPage}
  441. <a href="{PreviousPage}">←</a>
  442. {/block:PreviousPage}
  443. {block:JumpPagination length="5"}
  444. {block:CurrentPage}
  445. <span class="current_page">{PageNumber}</span>
  446. {/block:CurrentPage}
  447.  
  448. {block:JumpPage}
  449. <a href="{URL}">{PageNumber}</a>
  450. {/block:JumpPage}
  451. {/block:JumpPagination}
  452. {block:NextPage}
  453. <a href="{NextPage}">→</a>
  454. {/block:NextPage}
  455. </div>
  456. {/block:Pagination}
  457. </div>
  458.  
  459. </div>
  460.  
  461. {block:Posts}
  462. <div id="entry">
  463. <div class="tags">{block:HasTags}{block:Tags}<span class="symbols"> , </span><a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  464.  
  465. {block:ContentSource}
  466. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  467. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  468. {/block:SourceLogo}
  469. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  470. {/block:ContentSource}
  471.  
  472. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  473.  
  474. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  475.  
  476. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  477.  
  478. {block:Quote}<div id="quote"><big>❝</big>&nbsp; {Quote}</div><div id="s">{block:Source} —{Source}</div>{/block:Source}{/block:Quote}
  479.  
  480. {block:Link}<h1> <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  481.  
  482. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  483.  
  484.  
  485. {block:Audio}
  486. <div class="audio">
  487. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  488. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  489.  
  490. <div class="audio-info">
  491. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  492. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  493. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  494. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  495. </div></div>
  496. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  497. {/block:Audio}
  498.  
  499.  
  500. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  501.  
  502. {block:Answer}
  503. <img align="right" src="{AskerPortraitURL-40}"style="border-radius:160px;"> <div id="question" style="width:430px;font-style:italic;"<big><big><big><big>❝</big></big></big>&nbsp;&nbsp;{Asker} asked: {Question}</div> <BR>
  504. <i>{Answer}</i>
  505. {/block:Answer}
  506.  
  507. <div id="info">
  508. <a href="{ReblogURL}" target="_blank">reblog</a> -
  509. {block:Date} {TimeAgo}{/block:Date} & <a href="{Permalink}">
  510. {NoteCountWithLabel}</a>&nbsp;<a href="{ReblogParentURL}"title="ReblogParentURL">- via - </a> {block:RebloggedFrom}<small>©</small> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a><small></small>{/block:RebloggedFrom}</div>
  511. <a href="{Permalink}"></a></div>
  512.  
  513. </p>
  514. {block:PostNotes}{PostNotes}{/block:PostNotes}
  515. {/block:Posts}</div>
  516. <div id='credit'><a href="http://hawthorneys.tumblr.com"><small>© THEME</small></a></div>
  517. {block:Text}
  518. {block:Title}
  519. <div class="posttitle">{Title}</div>
  520. {/block:Title}
  521. {Body}
  522. {/block:Text}
  523. {/block:Posts}
  524.  
  525. </body>
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment