Advertisement
hawthorneys

THEME #02: by nayel

Nov 23rd, 2012
3,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 KB | None | 0 0
  1. <!--Theme 02 By http://hawthorneys.tumblr.com
  2. --- SHAKE IT OUT THEME | @ HAWTHORNEYS ---
  3. > please do not steal and/or claim as your own
  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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!----default variables--->
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#838282"/>
  20. <meta name="color:link" content="#b8b8b8"/>
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="color:border" content=""/>
  23. <meta name="color:desc" content=""/>
  24. <meta name="color:entries" content""/>
  25. <meta name="color:linkbg" content=""/>
  26. <meta name="color:text hover" content=""/>
  27. <meta name="color:pagination background" content=""/>
  28. <meta name="color:pagination hover" content=""/>
  29. <meta name="color:pagination border" content=""/>
  30. <meta name="color:box" content="#e8e8e8"/>
  31. <meta name="text:link1" content=""/>
  32. <meta name="text:link1 title" content ""/>
  33. <meta name="text:link2" content ""/>
  34. <meta name="text:link2 title" content ""/>
  35. <meta name="text:link3" content ""/>
  36. <meta name="text:link3 title" content ""/>
  37. <meta name="text:link4" content ""/>
  38. <meta name="text:link4 title" content ""/>
  39. <style type="text/css">
  40.  
  41.  
  42. body {
  43. background:{color:background};
  44. margin:0px;
  45. color:{color:text};
  46. font-family:Calibri;
  47. font-size:10px;
  48. line-height:100%;
  49. }
  50.  
  51. a {
  52. text-decoration:none;
  53. outline:none;
  54. -moz-outline-style:none;
  55. color:{color:link};
  56. }
  57.  
  58. img {
  59. border:none;
  60. }
  61.  
  62. blockquote {
  63. padding-left:5px;
  64. border-left:2px solid;
  65. }
  66.  
  67. blockquote blockquote {
  68. padding-left:5px;
  69. border-left:2px solid;
  70. }
  71.  
  72. h1 {
  73. font-family:cambria;
  74. text-transform:uppercase;
  75. font-size:11px;
  76. }
  77.  
  78.  
  79. #entries{
  80. font-family: cambria;
  81. padding:10px 10px 10px 10px;
  82. border: 1px solid #f8f8f8;
  83. width:535px;
  84. margin-left:500px;
  85. margin-top:40px;
  86. font-weight: normal;
  87. line-height:11px;
  88. background-color:{color:entries};
  89. border-right: 1px solid #f8f8f8;}
  90.  
  91. #post {
  92. width:500px;
  93. padding:15px;
  94. padding-bottom: 20px;
  95. border: 1px solid #f8f8f8;
  96. margin-top:0px;
  97. margin-bottom:15px;
  98. font-weight: normal;
  99. line-height:11px;
  100. background-color:{color:background};
  101. font-family: cambria;
  102. }
  103.  
  104. #post:hover .tags { opacity: 1; display: block; margin-left:525px;
  105. -webkit-transition: opacity 0.5s linear;
  106. -webkit-transition: all 0.5s ease-in-out;
  107. -moz-transition: all 0.5s ease-in-out;
  108. -o-transition: all 0.5s ease-in-out;}
  109.  
  110. .tags {
  111. float: left;
  112. position:absolute;
  113. padding-left: 2px;
  114. width: 200px;
  115. opacity: 0;
  116. font-family: cambria;
  117. text-transform:uppercase;
  118. font-size:8px;
  119. color:{color:text};
  120. margin-left:400px;
  121. margin-top:0px;
  122. padding: 5px;
  123. line-height:11px;
  124. -webkit-transition: opacity 0.5s linear;
  125. -webkit-transition: all 0.5s ease-in-out;
  126. -moz-transition: all 0.5s ease-in-out;
  127. -o-transition: all 0.5s ease-in-out;
  128. }
  129.  
  130. .tags a {
  131. color:{color:link};
  132. }
  133.  
  134. .tags a:hover {
  135. background-color:{color:link hover};
  136. }
  137.  
  138. #sidebar {
  139. width:105px;
  140. position:fixed;
  141. margin-left:320px;
  142. margin-top:100px;
  143. position:fixed;
  144. }
  145.  
  146. #title {
  147. font-family:cambria;
  148. text-transform:uppercase;
  149. font-size:8px;
  150. text-align:right;
  151. letter-spacing:1px;
  152. font-weight:bold;
  153. margin-bottom:5px;
  154. margin-left:-100px;
  155. }
  156.  
  157.  
  158. #sidebar img {
  159. width:110px;
  160. max-height: 115px;
  161. position:fixed;
  162. margin-top:0px;
  163. padding:3px;background-color:{color:background};
  164. border: 1px solid {color:border};
  165. -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  166. }
  167.  
  168. #sidebar img:hover {
  169. opacity:0.60;
  170. -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease -in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  171. }
  172.  
  173. #desc {
  174. font-family:cambria;
  175. font-size:9px;
  176. text-align:center;
  177. position:fixed;
  178. width:218px;
  179. margin-top:135px;
  180. margin-left:-112px;
  181. background-color:{color:desc};
  182. border:1px solid {color:border};
  183. padding:5px;
  184.  
  185. }
  186.  
  187. .pagination {
  188. position:absolute;
  189. width: 230px;
  190. height: 30px;
  191. font-style:none;
  192. font-family: cambria;
  193. font-size: 8px;
  194. letter-spacing: 1px;
  195. text-align: center;
  196. line-height: 20px;
  197. text-transform: uppercase;
  198. margin-top:5px;
  199. padding-top:5px;
  200. padding-bottom:3;
  201. color: {color:link};
  202. }
  203.  
  204.  
  205. .current_page {
  206. color: {color:text hover};
  207. display: inline-block;
  208. line-height: 12px;
  209. }
  210. #links {
  211. width:85px;
  212. padding:4px 2px 4px 2px;
  213. text-align: center;
  214. z-index:1;
  215. margin-top:0px;
  216. margin-left:-115px;
  217. font-size:8px;
  218. font-family:cambria;
  219. background-color: #transparent;
  220. position:fixed;
  221. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
  222.  
  223. #links a {
  224. display:inline-block;
  225. text-transform: uppercase;
  226. color: {color:link};
  227. background-color:{color:linkbg};
  228. border-top: 1px solid {color:border};
  229. font-style:none;
  230. letter-spacing:1px;
  231. margin-bottom: 5px;
  232. padding:1px 7px 2px 7px;
  233. text-align: center;
  234. width: 85px;
  235. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  236.  
  237. #links a:hover {
  238. -webkit-transition: all 0.3s ease-in-out;
  239. -moz-transition: all 0.3s ease-in-out;
  240. -o-transition: all 0.3s ease-in-out;
  241. -ms-transition: all 0.3s ease-in-out;
  242. transition: all 0.3s ease-in-out;}
  243.  
  244.  
  245. #info {
  246. font-size:8px;
  247. font-family:cambria;
  248. text-transform:uppercase;
  249. text-align:left;
  250. margin-top:10px;
  251. }
  252.  
  253. #quote {
  254. width: 450px!Important;
  255. font-family: cambria;
  256. font-size: 16px;
  257. font-style: italic;
  258. text-transform: none;
  259. line-height:16px;}
  260.  
  261. #question {
  262. font-family: cambria;
  263. font-size: 11px;
  264. font-style: italic;
  265. padding:15px;
  266. background-color: {color:box};
  267. position: relative;}
  268.  
  269. #question:after, #demo:before { border: solid transparent;
  270. content: ' ';
  271. height: 0; left: 100%;
  272. position: absolute;
  273. width: 0;}
  274.  
  275. #question:after { border-width: 9px;
  276. border-left-color: {color:box};
  277. top: 15px;}
  278.  
  279. #question:before { border-width: 14px;
  280. border-left-color: {color:box};
  281. top: 10px;}
  282.  
  283.  
  284. .audio {
  285. height:60px;
  286. padding:5px;
  287. margin-bottom:5px; }
  288. .audio-album {
  289. position:absolute;
  290. width:60px; }
  291. .audio-player {
  292. opacity:0.6;
  293. filter:alpha(opacity=60);
  294. border:2px solid {color:border};
  295. width:25px;
  296. height:25px;
  297. overflow:hidden;
  298. position:absolute;
  299. z-index:2;
  300. margin-left:15px;
  301. margin-top:15px; }
  302. .audio-info {
  303. margin-top:-10px;
  304. position:relative;
  305. margin-left:70px;
  306. padding:5px; }
  307.  
  308.  
  309. ol {
  310. list-style-type: none;
  311. font-size:8px;
  312. font-family: cambria;
  313. text-transform: uppercase;
  314. margin: 0; }
  315.  
  316. ol.notes li {
  317. width: 500px;
  318. padding: 3px;
  319. margin: 0 0 10px -35px;
  320. border-bottom: 1px solid {color:border}; }
  321.  
  322. ol.notes li:hover {
  323. border-bottom: 1px solid {color:border}; }
  324.  
  325. ol.notes li img {
  326. width:16px;
  327. padding-right: 10px;
  328. margin-bottom: 0px;
  329. opacity: 0.85;
  330. filter:alpha(opacity=85); }
  331.  
  332. ol.notes li img:hover {
  333. opacity: 1;
  334. filter:alpha(opacity=100); }
  335.  
  336. #credit {
  337. position:fixed;
  338. width:65px;
  339. font-family:calibri;
  340. font-size:10px;
  341. line-height:150%;
  342. right:5px;
  343. bottom:5px;
  344. text-align:center;
  345. color:{color:text};
  346. background-color:{color:background};
  347. padding:2px;
  348. border:1px solid {color:border};
  349. }
  350. {CustomCSS}</style></head><body>
  351. <div id="sidebar">
  352.  
  353. <div id="title"><a href="/"><big>❝</big>{Title}</a></div>
  354. <div id="links">
  355. <a href="/">home</a>
  356. <a href="/ask">mssg</a>
  357. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  358. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  359. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  360. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  361. </div>
  362.  
  363. <a href="/"><div id="sidebarimage"><img src="{image:sidebar}"></div></a>
  364. <div id="desc"><div class="desc">{block:Description}<i>{Description}</i>{/block:Description}</div>
  365. {block:Pagination}<div class="pagination">
  366. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  367. {block:JumpPagination length="5"}
  368. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  369. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  370. {/block:JumpPagination}
  371. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  372. </div>{/block:Pagination}</div></div>
  373. </div>
  374.  
  375. </div>
  376.  
  377. <div id="entries">{block:Posts}<div id="post">
  378. <div class="tags">{block:HasTags}{block:Tags} ☛<a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  379.  
  380. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  381.  
  382. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383.  
  384. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  385.  
  386. {block:Quote}<div id="quote"><big>❝</big>{Quote}</div><div id="s">{block:Source} —{Source}</div>{/block:Source}{/block:Quote}
  387.  
  388. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  389.  
  390. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  391.  
  392.  
  393. {block:Audio}
  394. <div class="audio">
  395. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  396. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  397. <div class="audio-info">
  398. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  399. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  400. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  401. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  402. </div></div>
  403. {/block:Audio}
  404.  
  405. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  406.  
  407. {block:Answer}
  408. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;"<big><big><big><big>❝</big></big></big>&nbsp;&nbsp;{Asker} asked: {Question}</div> <BR>
  409. {Answer}
  410. {/block:Answer}
  411.  
  412. <div id="info">
  413. {block:Date}posted<a href="{Permalink}"> {TimeAgo}{/block:Date}{/block:Date}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>&nbsp; {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">&nbsp; © {SourceLink}</a>{/block:ContentSource}&nbsp;<a href="{ReblogURL}" target="_blank">+ reblog</a></div></div>
  414.  
  415. </p>
  416. {block:PostNotes}{PostNotes}{/block:PostNotes}
  417. {/block:Posts}</div>
  418. <div id='credit'><a href="http://hawthorneys.tumblr.com"><small>© HAWTHORNEYS</small></a></div>
  419. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement