Advertisement
hawthorneys

THEME #03; by nayel

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