hawthorneys

V2; THEME #06: by nayel

Jan 6th, 2013
1,695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 KB | None | 0 0
  1.  
  2. <!--Theme 06 By Nayel // http://hawthorneys.tumblr.com
  3. --- SAM 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. <!--Colors-->
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#828282"/>
  19. <meta name="color:link" content="#8ea089"/>
  20. <meta name="color:link hover" content="#e8e8e8"/>
  21. <meta name="color:border" content="#e8e8e8"/>
  22. <meta name="color:posts" content="#fdfdfd"/>
  23. <meta name="color:title" content="#bbbbbb"/>
  24. <meta name="color:side" content="#ffffff"/>
  25. <meta name="color:side accent" content="#fafafa"/>
  26. <meta name="color:links border" content="#5e5d5d"/>
  27. <meta name="color:ask border" content="#bbbbbb">
  28. <meta name="color:desc" content="#ffffff"/>
  29. <meta name="color:box" content="#fafafa"/>
  30. <meta name="color:chat text" content="#a5a4a4">
  31. <!--Links-->
  32. <meta name="text:link 1" content="link 1" />
  33. <meta name="text:link 1 url" content="/" />
  34. <meta name="text:link 2" content="link 2" />
  35. <meta name="text:link 2 url" content="/" />
  36. <meta name="text:link 3" content="link 3" />
  37. <meta name="text:link 3 url" content="/" />
  38. <meta name="if:Show Link1" content="1"/>
  39. <meta name="if:Show Link2" content="1"/>
  40. <meta name="if:Show Link3" content="1"/>
  41.  
  42. <!--Images-->
  43. <meta name="image:Background" content""/>
  44. <meta name="image:Sidebar" content""/>
  45.  
  46. <!--Options-->
  47. <meta name="if:Infinite Scrolling" content=""/>
  48.  
  49. {block:ifInfiniteScrolling}
  50. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  51. {/block:ifInfiniteScrolling}
  52.  
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <title>
  56. {block:PostSummary}
  57. {PostSummary} - {/block:PostSummary}{Title}</title>
  58. </style>
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  63.  
  64. <style type="text/css">
  65.  
  66. ::-moz-selection {background-color:#fcff00;
  67. color:{color:text};}
  68.  
  69. ::selection {background-color:#fcff00;
  70. color:{color:text};}
  71.  
  72. @font-face {
  73. font-family: 'Inconsolata';
  74. font-style: normal;
  75. font-weight: normal;
  76. src: local('Inconsolata'), url('http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff') format('woff');}
  77.  
  78. @font-face { font-family: 'WebSymbolsRegular'; src: url('http://static.tumblr.com/ekfbsgu/3q1m4j9nx/websymbols-regular-webfont.ttf');}
  79.  
  80.  
  81.  
  82. body{
  83. background-color: {color:Background};
  84. background-image: url({image:Background});
  85. background-attachment: fixed;
  86. background-repeat: repeat;
  87. background-position: center;
  88. font-family:cambria;
  89. font-size:11px;
  90. line-height:12px;
  91. color:{color:Text};
  92. }
  93.  
  94. a:link, a:active, a:visited{
  95. color: {color:link};
  96. text-decoration:none;
  97. }
  98.  
  99. a {
  100. color:{color:link};
  101. text-decoration:none;
  102. outline:none;
  103. opacity:1 ;
  104. -webkit-transition: all 0.5s;
  105. -moz-transition: all 0.5s;
  106. transition: all 0.5s;
  107. }
  108.  
  109. a:hover{
  110. color: {color:link Hover};
  111. }
  112.  
  113. #container {
  114. margin:auto;
  115. width:700px;
  116. }
  117.  
  118. #entry {
  119. width:500px;
  120. margin-left:-100px;
  121. margin-top:45px;
  122. margin-bottom:50px;
  123. padding-top:15px;
  124. padding-right:15px;
  125. padding-left:15px;
  126. border:1px solid{color:border};
  127. background-color:{color:posts};
  128. }
  129.  
  130. #entry:hover .tags {
  131. margin-top:5px;
  132. padding-bottom:10px;
  133. opacity:1;
  134. -webkit-transition-duration:0.7s;
  135. -moz-transition-duration: 0.7s;
  136. }
  137.  
  138. #permalink{
  139. position:relative;
  140. font-family:cuprum;
  141. letter-spacing:1px;
  142. margin-top:5px;
  143. padding:2px;
  144. font-size:8px;
  145. text-transform:uppercase;
  146. border-top:1px solid{color:border};
  147. }
  148.  
  149. #side {
  150. text-align:center;
  151. position:fixed;
  152. font-family:cuprum;
  153. width:205px;
  154. margin-top:80px;
  155. margin-left:475px;
  156. z-index:1;
  157. padding:4px;
  158. background-color:{color:side};
  159. -webkit-transition: all 0.5s ease-out;
  160. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  161. }
  162.  
  163. #side:hover .desc {
  164. margin-top:45px;
  165. -webkit-transition: all 0.8s ease-out;
  166. -moz-transition: all 0.8s ease-out;
  167. transition: all 0.8s ease-out;
  168. filter: alpha(opacity = 100);
  169. filter: alpha(opacity = 100);
  170. opacity:100;
  171. }
  172.  
  173. .sidebar img{
  174. margin-top:0px;
  175. height:auto;
  176. margin-left: 0px;
  177. max-width:180;
  178. border:1px solid {color:border};
  179. padding:4px;
  180. background-color:{color:side accent};
  181. }
  182.  
  183. .sidebar img:hover {
  184. opacity:0.7;
  185. -webkit-transition: all 0.5s ease-in-out;
  186. -moz-transition: all 0.5s ease-in-out;
  187. -o-transition: all 0.5s ease-in-out;
  188. -ms-transition: all 0.5s ease-in-out;
  189. transition: all 0.5s ease-in-out;
  190. }
  191. .links {
  192. padding-top:30px;
  193. font-family:cambria;
  194. text-align:left;
  195. margin-top:-180px;
  196. margin-left:198px;
  197. font-size:8px;
  198. z-index:-1;
  199. width:70px;
  200. letter-spacing:1px;
  201. }
  202.  
  203. .links a{
  204. display:block;
  205. color:{color:sidelinks};
  206. padding:3px;
  207. padding-left:5px;
  208. border-left:0px solid {color:links border};
  209. letter-spacing:1px;
  210. margin-bottom:-10px;
  211. text-transform:uppercase;
  212. text-decoration:none;
  213. -moz-transition-duration:0.4s;
  214. -webkit-transition-duration:0.4s;
  215. -o-transition-duration:0.4s;
  216. }
  217.  
  218. .links a:hover{
  219. border-left:10px solid {color:links border};
  220. -moz-transition-duration:0.4s;
  221. -webkit-transition-duration:0.4s;
  222. -o-transition-duration:0.4s;
  223. }
  224.  
  225. .navigate{
  226. font-size:9px;
  227. width:75px;
  228. text-transform:uppercase;
  229. text-align:left;
  230. padding-left:5px;
  231. margin-left:200px;
  232. margin-top:4px;
  233. margin-bottom:4px;
  234. border-top:1px solid{color:border};
  235. }
  236.  
  237. .title{
  238. font-family:cuprum;
  239. margin-left:3px;
  240. letter-spacing:1px;
  241. text-transform:uppercase;
  242. color:{color:title};
  243. width:200px;
  244. font-size:14px;
  245. text-shadow:2px 0 0 rgba(244,0,0,0.2), -2px 0 0 rgba(0,244,0,0.2);
  246. line-height:20px;
  247. }
  248.  
  249. .desc{
  250. opacity:0;
  251. font-family:cambria;
  252. text-align:justify;
  253. font-family:cuprum;
  254. font-style:italic;
  255. font-size:10px;
  256. margin-top:0px;
  257. margin-left:8px;
  258. margin-bottom:-10px;
  259. padding:5px;
  260. width:180px;
  261. background-color:{color:desc};
  262. line-height:125%;
  263. -webkit-transition: all 0.5s ease-out;
  264. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  265.  
  266. }
  267. .posttitle{
  268. font-size: 18px;
  269. line-height: 20px;
  270. }
  271.  
  272. .symbols {
  273. font-family:WebSymbolsRegular;
  274. font-size: 6px;
  275. }
  276.  
  277. .tags{
  278. opacity:0;
  279. font-family:cuprum;
  280. height:5px;
  281. margin-top:0px;
  282. margin-bottom:5px;
  283. padding-left:5px;
  284. border-left:5px solid {color:links border};
  285. -webkit-transition-duration:0.7s;
  286. -moz-transition-duration: 0.7s;
  287. }
  288.  
  289.  
  290. blockquote {
  291. color: {color:text};
  292. background-color: #fcfcfc;
  293. border: 1px solid #f8f8f8;
  294. font-family: cambria;
  295. font-size: 11px;
  296. font-style: none;
  297. margin-left:20px;
  298. margin:5px;
  299. padding:5px;
  300. max-width: 490px;
  301. border-radius: 5px;
  302. }
  303.  
  304. #question {
  305. background-color:{color:box};
  306. color: {color:text};
  307. border-top: dotted 1px {color:ask border};
  308. margin-left:0px;
  309. padding:11px;
  310. margin-top: 5px;
  311. margin-bottom:5px;
  312. font-family:cuprum;
  313. font-size:10px;
  314. font-style:italic;
  315. text-align:left;
  316. }
  317.  
  318. .audio {
  319. height:60px;
  320. padding:5px;
  321. margin-bottom:5px; }
  322. .audio-album {
  323. position:absolute;
  324. margin-top:-10px;
  325. margin-left:-5px;
  326. width:60px;
  327. padding:5px;
  328. background-color: #fcfcfc;
  329. border: 1px solid #f8f8f8;
  330. border-radius:5px;}
  331. .audio-player {
  332. opacity:0.6;
  333. filter:alpha(opacity=60);
  334. border:2px solid {color:border};
  335. border-radius:8px;
  336. width:25px;
  337. height:25px;
  338. overflow:hidden;
  339. position:absolute;
  340. z-index:2;
  341. margin-left:15px;
  342. margin-top:15px;
  343. }
  344. .audio-info {
  345. font-family:cuprum;
  346. letter-spacing:1px;
  347. margin-top:-10px;
  348. position:relative;
  349. margin-left:70px;
  350. padding:5px; }
  351. .space { height:{text:entry space};}
  352.  
  353. .user_1 .label {color:{color:text}; font-weight:bold;}
  354. .user_2 .label {color:{color:chat text}; font-weight:bold;background-color: #fff;}
  355. .user_3 .label {color:{color:text}; font-weight:bold;}
  356. .user_4 .label {color:{color:chat text}; font-weight:bold; background-color:#fff}
  357. .user_5 .label {color:{color:text}; font-weight:bold;}
  358. .user_6 .label {color:{color:chat text}; font-weight:bold; background-color:#fff;}
  359. .user_1{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
  360. .user_2{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
  361. .user_3{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
  362. .user_4{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
  363. .user_5{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
  364. .user_6{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
  365. .ul.chat {}
  366. .chat ol {}
  367. .chat li {list-style:none; margin-left:-40px; padding:4px; font-family: cambria; font-style: italic; font-size: 9.5px;}
  368.  
  369. ol {
  370. list-style-type: none;
  371. font-size:8px;
  372. font-family: inconsolata;
  373. text-transform: uppercase;
  374. margin: 0; }
  375.  
  376. ol.notes li {
  377. width: 485px;
  378. padding: 2px;
  379. margin: 0 0 5px -35px; }
  380.  
  381. ol.notes li:hover {
  382. }
  383.  
  384. ol.notes li img {
  385. width:15px;
  386. border-radius:20px;
  387. padding-right: 10px;
  388. margin-bottom: 0px;
  389. opacity: 0.85;
  390. filter:alpha(opacity=85); }
  391.  
  392. ol.notes li img:hover {
  393. opacity: 1;
  394. filter:alpha(opacity=100); }
  395.  
  396. #credit {
  397. position:fixed;
  398. font-family:cuprum;
  399. text-transform:uppercase;
  400. font-size:10px;
  401. padding:7px;
  402. border:1px solid {color:border};
  403. background-color:{color:background};
  404. text-color:{color:background};
  405. font-weight:bold;
  406. right:5px;
  407. bottom:5px;
  408. text-align:center;
  409. color:{color:text};
  410. }
  411. #credit:hover{
  412. background-color:#000000;
  413. color:{color:background};
  414. -webkit-transition: all 0.5s ease-in-out;
  415. -moz-transition: all 0.5s ease-in-out;
  416. -o-transition: all 0.5s ease-in-out;
  417. -ms-transition: all 0.5s ease-in-out;
  418. transition: all 0.5s ease-in-out; }
  419. {CustomCSS}
  420. </style>
  421.  
  422. <link rel="shortcut icon" href="{Favicon}">
  423. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  424.  
  425. </head>
  426. <body>
  427. <div id="container">
  428.  
  429. <div id="side">
  430. <div class="title"><a href="/">{Title}</a></div>
  431. <div class="sidebar img"><img src="{image:Sidebar}" style="width:180px;height:180px;" ></div>
  432. <div class="links">
  433. <a href="/">home</a>&nbsp;&nbsp;
  434. <a href="/ask">mssg</a>&nbsp;&nbsp;
  435. {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/Block:ifShowLink1}&nbsp;&nbsp;
  436. {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/Block:ifShowLink2}&nbsp;&nbsp;
  437. {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/Block:ifShowLink3}&nbsp;&nbsp;
  438. </div>
  439. {block:ifNotInfiniteScrolling}
  440. <div class="navigate">
  441. {block:Pagination}
  442. {block:PreviousPage}
  443. <a href="{PreviousPage}"> ← </a>
  444. {/block:PreviousPage}
  445. {block:NextPage}
  446. <a href="{NextPage}">&nbsp; → </a>
  447. {/block:NextPage}
  448. {/block:Pagination}
  449. </div>
  450. <div class="desc">{Description}</div>
  451. {/block:ifNotInfiniteScrolling}
  452. </div>
  453.  
  454. {block:Posts}
  455. <div id="entry">
  456.  
  457. {block:Text}
  458. {block:Title}
  459. <div class="posttitle"><div style="font-family:cuprum;letter-spacing:1px;"><b>{Title}</b></div></div>
  460. {/block:Title}
  461. {Body}
  462. {/block:Text}
  463.  
  464. {block:Link}
  465. <div class="posttitle">
  466. <a href="{URL}">{Name}</a>
  467. </div>
  468. {block:Description}{Description}{/block:Description}
  469. {/block:Link}
  470.  
  471. {block:Photo}
  472. <center>
  473. {LinkOpenTag}
  474. <a href="{permalink}">
  475. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  476. {LinkCloseTag}
  477. </center>
  478. {block:Caption}{Caption}{/block:Caption}
  479. {block:ContentSource}
  480. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  481. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  482. {/block:SourceLogo}
  483. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  484. {/block:ContentSource}
  485. {block:ReblogParentURL}
  486. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  487. {/block:ReblogParentURL}
  488. {/block:Photo}
  489.  
  490. {block:Photoset}
  491. {Photoset-500}
  492. {block:Caption}{Caption}{/block:Caption}
  493. {/block:Photoset}
  494.  
  495. {block:Quote}
  496. <div class="posttitle" style="font-style:italic;"><big>❝</big>&nbsp;{Quote}</div>
  497. {block:Source}
  498. - {Source}
  499. {/block:Source}
  500. {/block:Quote}
  501.  
  502. {block:Chat}<ul class="chat">{block:Title}<div style="font-family:inconsolata">{Title}</div>{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  503.  
  504. {block:Audio}
  505. <div class="audio">
  506. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  507. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  508. <div class="audio-info">
  509. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  510. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  511. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  512. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  513. </div></div>
  514. {/block:Audio}
  515.  
  516. {block:Answer}
  517. <img align="right" src="{AskerPortraitURL-40}"style="width:26px;border:1px solid{color:border}; background-color:#fafafa;padding:4px;margin-top:4px; border-radius:5px;"> <div id="question" style="width:430px;"&nbsp;<b>{Asker}</b> asked: <i>{Question}</i></div>
  518. <i>{Answer}</i>
  519. {/block:Answer}
  520.  
  521. {block:Video}
  522. {Video-500}
  523. {block:Caption}{Caption}{/block:Caption}
  524. {/block:Video}
  525.  
  526. {block:IndexPage}
  527. <div id="permalink">
  528. posted
  529. <a href="{Permalink}"> {TimeAgo}</a>
  530. -
  531. <a href="{Permalink}"><small>♥</small> {NoteCountwithLabel} </a>
  532. &nbsp;
  533. {block:RebloggedFrom}
  534. <a href="{ReblogParentURL}">- VIA </a>
  535. &nbsp;
  536. - © <a href="{ReblogRootURL}">{ReblogRootName}</a>
  537. {/block:RebloggedFrom}
  538. &nbsp;
  539. <a href="{ReblogURL}" target="_blank" class="details">+ Reblog</a>
  540. <br>
  541.  
  542. <div class="tags">{block:Tags}<a href="{TagURL}"><span class="symbols">,</span> {Tag}&nbsp;&nbsp;</a>
  543. {/block:Tags}</div>
  544. {/block:HasTags}
  545. {/block:IndexPage}
  546.  
  547. {block:PermalinkPage}<div id="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a>
  548. {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  549. {block:ContentSource} - <a href="{SourceURL}"> source</a>
  550. {/block:ContentSource}</div><div class="tags" style="font-family:cambria;text-transform:uppercase;font-size:8px;">{block:Tags}<a href="{TagURL}"><span class="symbols">,</span> {Tag}&nbsp;&nbsp;</a>
  551. {/block:Tags}</div>
  552. {/block:HasTags}
  553. <div id="permalink">
  554. {/block:PermalinkPage}</div>
  555.  
  556.  
  557. {block:PostNotes}
  558. {PostNotes}
  559. {/block:PostNotes}
  560. </div>
  561. {/block:Posts}
  562.  
  563. <div id='credit'><a href="http://hawthorneys.tumblr.com"> © theme</a></div>
  564.  
  565. </body>
  566. </html>
Advertisement
Add Comment
Please, Sign In to add comment