Advertisement
hawthorneys

THEME #08; by nayel

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