pjo06

Theme #002 - Hollis

Jun 5th, 2015
2,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 KB | None | 0 0
  1. <!--THEME BY LAURAHOLLIIS - DON'T TAKE CREDIT OR REMOVE THE CREDIT-->
  2. <!-with gray hover bg and / links-->
  3. <!--AKA CURRENT-->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!--SELECTION-->
  13.  
  14. <meta name="color:bg" content="#ffffff" />
  15. <meta name="color:text" content="#5a5a5a" />
  16. <meta name="color:link" content="#5a5a5a" />
  17. <meta name="color:link hover" content="#5a5a5a" />
  18. <meta name="color:Post border" content="#eaeaea"/>
  19. <meta name="color:Scrollbar" content="#c3c2c2">
  20.  
  21.  
  22. <meta name="image:Sidebar" content=""/>
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link 1 URL" content="/" />
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link 2 URL" content="/" />
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link 3 URL" content="/" />
  29.  
  30.  
  31.  
  32.  
  33. <!--START-->
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  38. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  39. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  40.  
  41.  
  42.  
  43. body {
  44. font-family:helvetica;
  45. font-size:10px;
  46. color:{color:text};
  47. background-color:{color:bg};
  48. }
  49.  
  50. #entry {
  51. margin-bottom:110px;
  52. margin-top:70px;
  53. }
  54.  
  55. #sidebar {
  56. width:245px;
  57. position:fixed;
  58. margin-left:190px;
  59. margin-top:95px;
  60. }
  61.  
  62. #sidebarimg {
  63. width:245px;
  64. text-align:center;
  65. padding: 0px 0px 0px 0px;
  66. }
  67.  
  68. #description {
  69. width: 165px;
  70. text-align:center;
  71. margin-left:38px;
  72. margin-top:8px;
  73. }
  74.  
  75. .sidelinks {
  76. width: 245px;
  77. text-align:center;
  78. word-spacing:3px;
  79. margin-top:10px;
  80. text-transform:uppercase;
  81. margin-left:-3px;
  82. font-weight:bold;
  83. border-bottom:1px solid {color:post border};
  84. border-top:1px solid {color:post border};
  85. padding: 9px 0px 9px 0px;
  86. -moz-transition-duration: 0.5s;
  87. -o-transition-duration: 0.5s;
  88. -webkit-transition-duration: 0.5s;
  89. transition-duration: 0.5s;
  90. }
  91.  
  92. .sidelinks:hover {
  93. background-color: {color:post border};
  94. -moz-transition-duration: 0.5s;
  95. -o-transition-duration: 0.5s;
  96. -webkit-transition-duration: 0.5s;
  97. transition-duration: 0.5s;
  98. }
  99.  
  100. a {
  101. text-decoration:none;
  102. color:{color:link};
  103. -moz-transition-duration: 0.5s;
  104. -o-transition-duration: 0.5s;
  105. -webkit-transition-duration: 0.5s;
  106. transition-duration: 0.5s;
  107. }
  108.  
  109. a:hover {
  110. text-decoration:underline;
  111. color:{color:link hover};
  112. -moz-transition-duration: 0.5s;
  113. -o-transition-duration: 0.5s;
  114. -webkit-transition-duration: 0.5s;
  115. transition-duration: 0.5s;
  116. }
  117.  
  118. #title {
  119. font-family:helvetica;
  120. font-style:italic;
  121. font-weight:bold;
  122. text-transform:uppercase;
  123. font-size:12px;
  124. margin:0px 0px 8px 4px;
  125. text-align: left;
  126.  
  127. }
  128.  
  129. #pagination {
  130. text-align:center;
  131. text-transform:uppercase;
  132. word-spacing:2px;
  133. margin-top:0px;
  134. font-size:11px;
  135. }
  136.  
  137. #posts {
  138. width:500px;
  139. margin-left:500px;
  140. margin-top:40px;
  141. }
  142.  
  143.  
  144. #quote {
  145. font-style:italic;
  146. font-family:georgia;
  147. font-size: 17px;
  148. }
  149.  
  150. .source {
  151. font-style:italic;
  152. }
  153.  
  154. .title {
  155. font-family:georgia;
  156. font-size:20px;
  157. font-style:italic;
  158. }
  159.  
  160. .linkname {
  161. font-size:18px;
  162. font-style:italic;
  163. font-family:georgia;
  164. }
  165.  
  166. #albumart {
  167. position:absolute;
  168. z-index:999;
  169. margin-top:25px;
  170. margin-left:25px;
  171. }
  172.  
  173. .playbox {
  174. background-color:#fafafa;
  175. position:absolute;
  176. margin-left:61.5px;
  177. margin-top:61.5px;
  178. width:27px;
  179. height:27px;
  180. z-index:1000;
  181. opacity:.5;
  182. }
  183.  
  184. .playbutton {
  185. width: 27px;
  186. height: 27px;
  187. overflow: hidden;
  188. position: absolute;
  189. opacity:.5;
  190. -moz-transition-duration: 0.4s;
  191. -o-transition-duration: 0.4s;
  192. -webkit-transition-duration: 0.4s;
  193. transition-duration: 0.4s;
  194. }
  195.  
  196. .playbox:hover .playbutton {
  197. opacity:1;
  198. -moz-transition-duration: 0.4s;
  199. -o-transition-duration: 0.4s;
  200. -webkit-transition-duration: 0.4s;
  201. transition-duration: 0.4s;
  202. }
  203.  
  204. /*
  205. ORIGINAL
  206. .audiosrc {
  207. position:absolute;
  208. max-width:330px;
  209. margin-left:247px;
  210. margin-top:63px;
  211. font-size:9px;
  212. letter-spacing:1.5px;
  213. text-transform:uppercase;
  214. text-align:left;
  215. color:black;
  216.  
  217. }*/
  218.  
  219. .audiosrc {
  220. position:absolute;
  221. max-width:330px;
  222. margin-left:150px;
  223. margin-top:63px;
  224. font-size:9px;
  225. letter-spacing:1.5px;
  226. text-transform:uppercase;
  227. text-align:left;
  228. color:black;
  229.  
  230. }
  231.  
  232. #srccontainer {
  233. position:relative;
  234. background-color:none;
  235. width:500px;
  236. height:150px;
  237. z-index:999;
  238. margin-bottom:10px;
  239. border-radius:6px;
  240. }
  241.  
  242.  
  243. .question {
  244. background-color:#fafafa;
  245. width:500px;
  246. text-align:center;
  247. padding:10px;
  248. font-weight:bold;
  249. border:1px solid {color:post border};
  250. }
  251.  
  252. .asker {
  253. font-style:italic;
  254. text-transform:uppercase;
  255. font-size:12;
  256. text-align:center;
  257. }
  258.  
  259. #postinfo {
  260. text-transform:uppercase;
  261. font-family:helvetica;
  262. text-align:center;
  263. font-size:9px;
  264. border-top:1px solid {color:post border};
  265. margin-top:6px;
  266. padding-top:6px;
  267. /*padding-right:9px;*/
  268. }
  269.  
  270.  
  271. .tags {
  272. margin-top:4px;
  273. font-size:10px;
  274. text-transform:none;
  275. /*opacity:0;
  276. -moz-transition-duration: 0.3s;
  277. -o-transition-duration: 0.3s;
  278. -webkit-transition-duration: 0.3s;
  279. transition-duration: 0.3s;*/
  280. }
  281.  
  282. #posts:hover .tags {
  283. opacity:100;
  284. /*-moz-transition-duration: 0.3s;
  285. -o-transition-duration: 0.3s;
  286. -webkit-transition-duration: 0.3s;
  287. transition-duration: 0.3s;*/
  288. }
  289.  
  290.  
  291. .notes ol, .notes li{
  292. list-style:none;
  293. }
  294.  
  295.  
  296. ol.notes li.note img.avatar {
  297. vertical-align:-8px;
  298. border-radius:100%;
  299. margin-right:10px;
  300. width:16px;
  301. height:16px;
  302. margin-top:4px;
  303. margin-bottom:4px;
  304. }
  305.  
  306.  
  307. blockquote {
  308. padding-left:5px;
  309. border-left:2px solid;
  310. margin-left:14px;
  311. }
  312.  
  313.  
  314. blockquote blockquote {
  315. padding-left:5px;
  316. border-left:2px solid;
  317. margin-left:14px;
  318. }
  319.  
  320. #posts img {
  321. max-width:500px;
  322. }
  323.  
  324.  
  325.  
  326. {CustomCSS}
  327.  
  328.  
  329. </style>
  330.  
  331.  
  332.  
  333. </head>
  334. <body>
  335.  
  336. <div id="entry">
  337.  
  338.  
  339. <!--sidebar-->
  340.  
  341. <div id="sidebar">
  342.  
  343.  
  344. <div id="title">{Title}</div>
  345.  
  346.  
  347. {block:IfSidebarImage}
  348. <div id="sidebarimg"><img src="{image:sidebar}">
  349. </div>
  350. {/block:IfSidebarImage}
  351.  
  352.  
  353. <div class="sidelinks">
  354. <a href="/">home</a> \
  355. <a href="/ask">ask</a>
  356. {block:IfLink1} \ <a href="{text:link 1 URL}">{text:link1}</a>{/block:IfLink1}
  357. {block:IfLink2} \ <a href="{text:link 2 URL}">{text:link2}</a>{/block:IfLink2}
  358. {block:IfLink3} \ <a href="{text:link 3 URL}">{text:link3}</a>{/block:IfLink3}
  359.  
  360. </div>
  361.  
  362.  
  363. <div id="description">
  364. {description} <br><br>
  365. </div>
  366.  
  367. <div id="pagination">
  368. {block:Pagination}
  369. {block:PreviousPage}<a href="{PreviousPage}">‹</a>{/block:PreviousPage}&nbsp;<font size="1">Page {CurrentPage}</font>&nbsp;{block:NextPage}<a href="{NextPage}">›</a>{/block:NextPage}
  370. {/block:Pagination}
  371. </div>
  372.  
  373.  
  374. </div>
  375.  
  376.  
  377. <!--posts-->
  378.  
  379. {block:posts} <div id="posts">
  380.  
  381.  
  382. {block:Text}
  383. <div class="title">{block:Title}{Title}{/block:Title}</div>{Body}
  384. {/block:Text}
  385.  
  386. {block:Photo}
  387. {LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  388. {/block:Photo}
  389.  
  390. {block:Photoset}
  391. {Photoset-500}{block:Caption}{Caption}{/block:Caption}
  392. {/block:Photoset}
  393.  
  394. {block:Quote}
  395. <div id="quote">{Quote}</div><div class="source">{block:Source}— {Source}{/block:Source}</div>
  396. {/block:Quote}
  397.  
  398. {block:Link}
  399. <a href="{URL}"><div class="linkname">{Name}</div></a>{block:Description}{description}{/block:Description}
  400. {/block:Link}
  401.  
  402. {block:Chat}
  403. {block:title}<h2>{Title}</h2>{/block:title}{block:lines}{block:label}<b>{label}</b>{/block:label} {line} <br>{/block:lines}
  404. {/block:Chat}
  405.  
  406.  
  407.  
  408.  
  409. {block:Audio}<div class="audiocontainer">
  410.  
  411. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  412.  
  413. <div id="srccontainer">
  414.  
  415.  
  416. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px">{/block:AlbumArt}</div>
  417.  
  418. <div class="audiosrc">
  419. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
  420. {block:TrackName}<b>Track:</b> {TrackName}{/block:TrackName}<br>
  421.  
  422. </div></div></div>
  423. {block:Caption}{caption}{/block:Caption}
  424. {/block:Audio}
  425.  
  426.  
  427. {block:video}
  428. {VideoEmbed-500}{block:Caption}{caption}{/block:Caption}
  429. {/block:video}
  430.  
  431. {block:answer}
  432. <div class="question">
  433. <div class="asker">
  434. {asker} said:</div>
  435. <br>{question}
  436. </div>
  437. {Answer}
  438. {/block:answer}
  439.  
  440.  
  441. <!--postinfo-->
  442.  
  443. <div id="postinfo">
  444.  
  445. <a href="{Permalink}">
  446. {NoteCountWithLabel}</a>
  447.  
  448. &nbsp;&nbsp;
  449.  
  450. {block:Date}
  451. <a href="/day/{Year}/{MonthNumber}/{DayOfMonth}">{TimeAgo}</a>
  452. {/block:Date}
  453.  
  454. {block:RebloggedFrom}
  455. &nbsp;&nbsp; <a href="{ReblogParentURL}">via</a>&nbsp;<a href="{ReblogRootURL}">©</a>
  456. {/block:RebloggedFrom}
  457.  
  458.  
  459. {block:ContentSource}
  460. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  461. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  462. {/block:SourceLogo}
  463. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  464. {/block:ContentSource}
  465.  
  466.  
  467. <br>
  468.  
  469. <div class="tags">
  470. {block:HasTags}
  471. {block:tags}
  472. #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;
  473. {/block:tags}
  474. {/block:HasTags}
  475. </div>
  476.  
  477.  
  478. </div>
  479.  
  480.  
  481.  
  482. <div class="notes">
  483. {block:PostNotes}{PostNotes}{/block:PostNotes}
  484. </div>
  485.  
  486.  
  487.  
  488. </div>{/block:posts}
  489. </div>
  490.  
  491.  
  492. <div style="position:fixed; bottom:10px; right:10px; padding:2px 2px; font-size:12px;">
  493. <a href="http://lauraholliis.tumblr.com">©</a>
  494. </div>
  495.  
  496. </body>
  497. </html>
Advertisement
Add Comment
Please, Sign In to add comment