Advertisement
Somer-halders

theme #010

Mar 23rd, 2014
4,775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. <!-------- theme 010 by somer-halders.tumblr.com
  2. --------->
  3.  
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. </head>
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#858585"/>
  16. <meta name="color:Title" content="#7a7a7a"/>
  17. <meta name="color:Link" content="#646464"/>
  18. <meta name="color:Link Hover" content="#d1d1d1"/>
  19. <meta name="color:Description" content="#FAFAFA"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="if:title" content="" />
  23.  
  24. <meta name="text:Link1" content="/" />
  25. <meta name="text:Link1 Title" content="link1" />
  26. <meta name="text:Link2" content="/" />
  27. <meta name="text:Link2 Title" content="link2" />
  28. <meta name="text:Link3" content="/" />
  29. <meta name="text:Link3 Title" content="link3" />
  30. <meta name="text:Link4" content="/" />
  31. <meta name="text:Link4 Title" content="link4" />
  32.  
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Gochi+Hand' rel='stylesheet' type='text/css'>
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. body {
  40. font-family:calibri;
  41. font-size:10px;
  42. margin-left:0px;
  43. text-align:left;
  44. line-height:13px;
  45. color:{color:text};
  46. background:{color:background};
  47. }
  48.  
  49. a:link, a:visited, a:active {
  50. -moz-transition-duration:0.7s;
  51. -webkit-transition-duration:0.7s;
  52. -o-transition-duration:0.7s;
  53. text-decoration:none;
  54. color:{color:link};
  55. }
  56.  
  57. a:hover {
  58. -moz-transition-duration:0.7s;
  59. -webkit-transition-duration:0.7s;
  60. -o-transition-duration:0.7s;
  61. text-decoration:none;
  62. color:{color:link hover};
  63. }
  64.  
  65. small {
  66. font-size:10px;
  67. }
  68.  
  69. big {
  70. font-size:12px;
  71. }
  72.  
  73. b, strong {
  74. color:{color:link};
  75. }
  76.  
  77. i, em {
  78. color:{color:text};
  79. }
  80.  
  81.  
  82. p {
  83. margin-top:8px;
  84. margin-bottom:5px;
  85. }
  86.  
  87. blockquote {
  88. border-left:2px solid #808080;
  89. padding-left:10px;
  90. margin:10px;
  91. max-width:500px!important;
  92. }
  93.  
  94. h1 {
  95. text-transform:none;
  96. font-size:11px;
  97. text-align:left;
  98. line-height:100%;
  99. padding-left:0px;
  100. padding-bottom:5px;
  101. border-bottom:0px solid #f4f4f4;
  102. color:{color:title};
  103. }
  104.  
  105. h2 {
  106. font-family:calibri;
  107. font-weight:normal;
  108. font-style:italic;
  109. text-align:left;
  110. line-height:100%;
  111. text-transform:none;
  112. font-size:14px;
  113. padding:10px;
  114. background:#f4f4f4;
  115. color:{color:title};
  116. }
  117.  
  118. #entries {
  119. margin-top:70px;
  120. padding:20px;
  121. margin-bottom:70px;
  122. position:relative;
  123. left:460px;
  124. width:500px;
  125. }
  126.  
  127. .posts {
  128. margin-bottom:70px;
  129. line-height:13px;
  130. width:500px;
  131. }
  132.  
  133. .posts img {
  134. max-width:500px;
  135. }
  136.  
  137.  
  138. #sb {
  139. width:162px;
  140. margin-top:110px;
  141. margin-left:200px;
  142. top:0px;
  143. left:0px;
  144. position:fixed;
  145. display: block;
  146. }
  147.  
  148. #sidebartitle {
  149. margin-top:10px;
  150. margin-bottom:5px;
  151. margin-left:0;
  152. font-size:20px;
  153. font-weight:bold;
  154. letter-spacing:-1px;
  155. line-height:80%;
  156. }
  157.  
  158.  
  159. #description {
  160. width:130px;
  161. background-color:#fafafa;
  162. font-size:10px;
  163. text-align:left;
  164. font-color:{color:text};
  165. padding: 30px;
  166. margin-left:0px;
  167. margin-top:10px;
  168. border-bottom:1px solid #f0f0f0;
  169. display:block;
  170. line-height:11px;
  171. }
  172.  
  173. #sbimage {
  174. width:200px;
  175. margin-left:0px;
  176. margin-top:-20px;
  177. }
  178.  
  179. #border{
  180. border-bottom: 1px solid #eee; width:245px; margin-left:-25px; margin-top:-10px; padding-top:3px; padding-bottom:3px;
  181. }
  182.  
  183. #border2{
  184. border-bottom: 1px solid #eee; width:500px; margin-left:0px; margin-top:-10px; padding-top:3px; padding-bottom:3px;
  185. }
  186.  
  187. #navigation {
  188. font-family: calibri;
  189. font-size:10px;
  190. width:231px;
  191. text-align:left;
  192. margin-left:5px;
  193. word-spacing:4px;
  194. text-transform:lowercase;
  195. padding-bottom:9px;
  196. margin-top:0px;
  197. padding:8px;
  198. margin-bottom:12px;
  199. }
  200.  
  201. #pagi {
  202. font-size: 10px;
  203. width:250px;
  204. font-family:calibri;
  205. text-transform: lowercase;
  206. text-align: left;
  207. margin-top: 0px;
  208. margin-left:5px;
  209. }
  210.  
  211. #pagi a {
  212. color: #808080; margin: 0 5px; padding: 3px; display: inline-block;
  213. }
  214. #pagi a:hover {
  215. color: transparent;
  216. }
  217. #pagi .currentpage {
  218. color: links; text-decoration: none; margin: 0 5px; padding: 5px;
  219. }
  220.  
  221. #info {
  222. width:500px;
  223. border-bottom:0px solid #f9f9f9;
  224. font-family:calibri;
  225. text-align:center;
  226. font-size:10px;
  227. margin-top:0px;
  228. padding-top:0px;
  229. padding-bottom:0px;
  230. text-transform:lowercase;
  231. margin-bottom:10px;
  232. line-height:90%;
  233. color:{color:link};
  234. }
  235.  
  236. #info2 {
  237. text-align:center;
  238. width:490px;
  239. padding:0px;
  240. opacity:1;
  241. padding-top:0px;
  242. line-height:0%;
  243. color:{color:link};
  244. }
  245.  
  246. .tags {
  247. padding-top:0px;
  248. text-align:center;
  249. font-family:calibri;
  250. font-style:underline;
  251. margin-top:-10px;
  252. font-size:10px;
  253. margin-left:0px;
  254. text-transform:lowercase;
  255. letter-spacing:0px;
  256. }
  257.  
  258.  
  259. #askbox {
  260. min-height:48px;
  261. {block:ifNot500pxposts}
  262. width:400px;
  263. {/block:ifNot500pxposts}
  264. {block:if500pxposts}
  265. width:500px;
  266. {/block:if500pxposts}
  267. }
  268.  
  269. #asker {
  270. margin-left:5px;
  271. font-family:calibri;
  272. font-style:none;
  273. font-size:15px;
  274. padding-top:5px;
  275. }
  276.  
  277. #question {
  278. background:#fafafa;
  279. padding:12px;
  280. font-size:10px;
  281. word-spacing:0px;
  282. text-align:left;
  283. font-family:calibri;
  284. margin-top:5px;
  285. }
  286.  
  287. .answer {
  288. padding:-10px 10px 4px 10px;
  289. }
  290.  
  291. .audio {padding-bottom:10px;}
  292.  
  293. .albumart {float:left;
  294. padding:0px 10px 0px 0px;}
  295.  
  296. .albumart img {width:100px; height:100px;}
  297.  
  298. .playercontainer {text-align:left;padding:10px;}
  299.  
  300. .audioinfo {padding:10px;margin-bottom:-20px;color:{color:text};}
  301.  
  302. .chat ol {
  303. padding:0px;
  304. line-height:180%;
  305. list-style:none;
  306. }
  307. .label {
  308. padding-right:1px;
  309. text-transform:uppercase;
  310. font-weight:bold;
  311. color:{color:link};
  312. }
  313. .line.odd {
  314. padding:7px;
  315. margin-bottom:6px;
  316. background:#f4f4f4;
  317. }
  318. .line.even {
  319. padding:7px;
  320. margin-bottom:6px;
  321. background:#fafafa;
  322. }
  323.  
  324.  
  325. ol.notes {
  326. padding:0px;
  327. margin:-50px -10px;
  328. font-family:arial;
  329. font-size: 9px;
  330. width: 500px;
  331. list-style-type:none;
  332. }
  333. ol.notes li.note {
  334. padding: 10px;
  335. }
  336. ol.notes li.note img.avatar {
  337. vertical-align:-4px;
  338. border-radius:100%;
  339. margin-right:10px;
  340. width:16px;
  341. height:16px;
  342. }
  343. ol.notes li.note span.action {
  344. font-weight:normal;
  345. }
  346. ol.notes li.note .answer_content {
  347. font-weight:normal;
  348. }
  349. ol.notes li.note blockquote {
  350. padding:9px 6px 9px 6px;
  351. margin:10px 0px 0px 25px;
  352. }
  353.  
  354.  
  355. #somerh {
  356. position:fixed;
  357. font-family:calibri;
  358. font-size:9px;
  359. text-transform:uppercase;
  360. bottom:13px;
  361. right:13px;
  362. }
  363.  
  364. #somerh a {
  365. border:1px solid #f9f9f9;
  366. display:block;
  367. padding:5px;
  368. background-color:#fcfcfc;
  369. color:#6d6d6d;
  370. border:1px solid #b5b5b5;
  371. }
  372.  
  373.  
  374. </style>
  375.  
  376. <body>
  377.  
  378. <div id="entries">
  379.  
  380. <div id="sb">
  381. <div id="sbimage"><img src="{image:sidebar}"></div>
  382.  
  383. {block:ifTitle}
  384. <div id="sidebartitle"><b>{Title}</b></div>
  385. {/block:ifTitle}
  386.  
  387. <div id="description">
  388. {block:Description}
  389. {Description}
  390. {/block:Description}
  391. </div>
  392.  
  393. <div id="navigation">
  394. <a href="/">home</a> /
  395. {block:ifLink1}<a href="{text:link1}"">{text:Link1 Title}</a>{/block:ifLink1} /
  396. {block:ifLink2}<a href="{text:link2}"">{text:Link2 Title}</a>{/block:ifLink2} /
  397. {block:ifLink3}<a href="{text:link3}"">{text:Link3 Title}</a>{/block:ifLink3} /
  398. {block:ifLink4}<a href="{text:link4}"">{text:Link4 Title}</a>{/block:ifLink4}
  399.  
  400. </div>
  401.  
  402.  
  403. <div id="pagi">
  404. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  405. </div>
  406.  
  407.  
  408. </div>
  409.  
  410.  
  411. {block:Posts}
  412.  
  413. <div class="posts">
  414.  
  415. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  416.  
  417. {block:Quote}
  418. <h2>{Quote}</h2>
  419. <div style="text-align:right;
  420. padding-right:15px;">
  421. — {Source}</div>
  422. {/block:Quote}
  423.  
  424. {block:Link}
  425. <a href="{URL}">
  426. {block:Description}
  427. <p>{Description}</p>
  428. {/block:Description}
  429. {/block:Link}
  430.  
  431. {block:Photo}
  432. <center>
  433. <img src="{PhotoURL-500}"/>
  434. </center>
  435. {block:Caption}
  436. {Caption}
  437. {/block:Caption}
  438. {/block:Photo}
  439.  
  440. {block:Photoset}
  441. <center>
  442. {Photoset-500}
  443. </center>
  444. {block:Caption}
  445. {Caption}
  446. {/block:Caption}
  447. {/block:Photoset}
  448.  
  449. {block:Chat}
  450. {block:Title}
  451. <h1>{Title}</h1>
  452. {/block:Title}
  453. <div class="chat">
  454. <ol>{block:Lines}
  455. <li class="line {Alt}">
  456. {block:Label}
  457. <span class="label">
  458. {Label}</span>
  459. {/block:Label}{Line}</li>
  460. {/block:Lines}
  461. </ol></div>
  462. {/block:Chat}
  463.  
  464. {block:Video}
  465. {Video-500}
  466. {block:Caption}
  467. {Caption}
  468. {/block:Caption}
  469. {/block:Video}
  470.  
  471. {block:Answer}<div id="asker"><a href="{Askerurl}">{Asker} said:</div><div id="question">{Question}</div><br><div class="answer">{Answer}</div>{/block:Answer}
  472.  
  473. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  474. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  475. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  476. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  477. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  478.  
  479. <p><div id="border2"></div><p>
  480.  
  481. <div id="info">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a> —{block:NoteCount}&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</a> {block:ContentSource}</a> / <a href="{SourceURL}">source</a>{/block:ContentSource} / <a href="{ReblogURL}">Reblog</a></div>
  482.  
  483.  
  484. <div class="tags">
  485. {block:HasTags}
  486. {block:Tags}
  487. <span style="padding-left:0px;">
  488. <a href="{TagURL}"> #{Tag}</a>
  489. </span>&nbsp;
  490. {/block:Tags}
  491. {/block:HasTags}
  492. </div>
  493.  
  494. </div>
  495.  
  496. {/block:Posts}
  497.  
  498. {block:ContentSource}
  499. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  500.  
  501. </div>
  502.  
  503. <div id="somerh"><a href="http://dylasnobrien.tumblr.com">SH</a></div>
  504.  
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement