Advertisement
ronweasleyythemes

Theme #2 0THEMES

Oct 30th, 2013
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6.  
  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. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#161616"/>
  13. <meta name="color:link" content="#333333"/>
  14. <meta name="color:links hover" content="#7A7A7A"/>
  15. <meta name="color:title"content="#070707"/>
  16. <meta name="if:hover" content="0"/>
  17.  
  18. <meta name="image:sidebar image" content=""/>
  19.  
  20. <!--be sure to differentiate between the actual url of a link and the text of the link-->
  21. <meta name="text:Link 1 URL" content="" />
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 2 URL" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 3 URL" content="" />
  26. <meta name="text:Link 3" content="" />
  27.  
  28.  
  29.  
  30.  
  31.  
  32. <!-- jquery would usually go here. I didn't include any for this base code-->
  33. <link href='http://fonts.googleapis.com/css?family=Domine' rel='stylesheet' type='text/css'>
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. <!--CSS time baby. This is where you change font size, color, etc. Basically you are styling each item -->
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. /*main structure compontents*/
  46.  
  47. body {
  48. background:{color:background};
  49. color:{color:text};
  50. font-family:times;
  51. font-size:10px;
  52. text-align:justify;
  53. margin:0;
  54. line-height:14px;}
  55.  
  56. a {
  57. color:{color:link};
  58. text-decoration:none;}
  59.  
  60. a:hover {
  61. color:{color:links hover};}
  62.  
  63. img{
  64. border:none;
  65. text-decoration:none}
  66.  
  67.  
  68. blockquote {
  69. padding-left:5px;
  70. border-left:2px solid #f8f7f7;
  71. margin-left:10px;
  72. font-size:bigger;
  73. }
  74.  
  75.  
  76. blockquote a{
  77. font-size:10px;
  78. }
  79.  
  80. b, strong {
  81. color:{color:title}}
  82. i, em {
  83. color:{color:text}}
  84. p {
  85. margin-top:5px;
  86. margin-bottom:5px}
  87. small {
  88. font-size:8px;}
  89. big {
  90. font-size:12px;}
  91.  
  92.  
  93. #sidebar {
  94. top:50px;
  95. margin-left:auto;
  96. margin-right:auto;
  97. width:500px;
  98. text-align:center;
  99. }
  100.  
  101. #sidebar_image img {width:150px;
  102. }
  103.  
  104. #blog_title {
  105. font-size:45px;
  106. font-weight:bold;
  107. margin-top:50px;
  108. letter-spacing:-3px;
  109. font-style:italic;
  110. color:{color:title};}
  111.  
  112. #links {
  113. margin-top:20px;
  114. margin-bottom:0px;
  115. font-size:7px;
  116. letter-spacing:1px;
  117. text-transform:uppercase;
  118. font-family: 'Domine', serif;
  119. }
  120.  
  121. #links a {
  122. margin-left:12px;
  123. }
  124.  
  125. #description {
  126. margin-top:5px;
  127. margin-bottom:70px;
  128. color:{color:text};
  129. background-color:#f8f7f7;
  130. padding:15px;
  131. text-align:justify;
  132. width:350px;
  133. margin-left:auto;
  134. margin-right:auto;
  135. }
  136.  
  137. #pagination {text-align:center;
  138. font-size:10px;
  139. margin-bottom:30px;
  140. }
  141. #pagination a {
  142. padding-left:5px;}
  143.  
  144.  
  145.  
  146.  
  147. #con {
  148. margin-left:auto;
  149. margin-right:auto;
  150. }
  151.  
  152.  
  153. #entries {
  154. width:500px;
  155. margin-left:auto;
  156. margin-right:auto;
  157. }
  158.  
  159. #posts {
  160. width:500px;
  161. margin-bottom:50px;
  162. padding:20px 20px 60px 20px;
  163. text-align:left;
  164.  
  165. }
  166. #posts img {
  167. max-width: 500px;
  168. }
  169.  
  170. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  171.  
  172. .caption img {max-width:100%;}
  173.  
  174. .caption {width:100%;
  175. margin-top:5px;
  176. }
  177.  
  178. #title {font-size:12px;
  179. line-height:18px;
  180. font-weight:bold;
  181. color:{color:title};}
  182. #title a {color:{color:title};}
  183.  
  184.  
  185. #quote{
  186. font-size:11px;
  187. text-align:center;
  188. line-height:18px;
  189. font-style:italic;
  190. color:{color:title};
  191. padding:10px;
  192. }
  193.  
  194. #source {
  195. text-align:right;
  196. padding:8px;
  197. background-color:#f8f7f7;
  198. font-size:9px}
  199.  
  200.  
  201. .album_art {height:70px;
  202. float:left;}
  203.  
  204. .album_art img {width:70px;
  205. margin-right:10px;
  206. height:70px;}
  207.  
  208. .player {
  209. }
  210.  
  211. .audioinfo {
  212. line-height:16px;
  213. min-height:40px;
  214. font-weight:bold;
  215. }
  216.  
  217.  
  218. .asker {
  219. text-align:left;
  220. font-style:none;
  221. padding:10px;
  222. font-family:times new roman;
  223. background-color:#f8f7f7;
  224. }
  225.  
  226. .asker a {
  227. color:#000;
  228. }
  229.  
  230. .asker hover {
  231. color:#6B6B6B;
  232. }
  233. .asker a {
  234. padding:0px;
  235. }
  236.  
  237. .question {
  238. text-align:left;
  239. font-style:none;
  240. padding:10px;
  241. font-family:times new roman;
  242. background-color:#f8f7f7;
  243. }
  244. .answer {
  245. font-size:10px;
  246. letter-spacing:0px;
  247. margin-left:5px;
  248. background:none;}
  249.  
  250.  
  251. .chat ol {
  252. padding:0;
  253. list-style:none;
  254. }
  255.  
  256. .line {padding:2px 0;}
  257.  
  258. .label {
  259. padding-right:1px;
  260. letter-spacing:1px;
  261. text-transform:uppercase;
  262. color:{color:title};
  263. }
  264.  
  265.  
  266.  
  267. #permalink {
  268. margin-top:10px;
  269. font-size:10px;
  270. text-transform:lowercase;
  271. }
  272.  
  273. #permalink a {padding-right:10px;}
  274.  
  275. .tags {
  276. font-size:9px;
  277. text-transform:none;}
  278.  
  279. .tags a{
  280. letter-spacing:1px;
  281. margin:0 2px;
  282. }
  283.  
  284.  
  285. .pagenotes {
  286. width:500px;
  287. {block:IndexPage}
  288. display:none;
  289. {/block:IndexPage}}
  290. .pagenotes li {
  291. line-height:150%;
  292. }
  293.  
  294. sub {
  295. font-size:10px;
  296. }
  297.  
  298.  
  299. {block:ifhover}
  300. #posts:hover .bottom {
  301. opacity:1;
  302. -webkit-transition: all 0.5s ease-in-out;
  303. -moz-transition: all 0.5s ease-in-out;
  304. -o-transition: all 0.5s ease-in-out;
  305. -ms-transition: all 0.5s ease-in-out;
  306. }
  307. {/block:ifhover}
  308. {CustomCSS}
  309.  
  310. .bottom {
  311.  
  312. {block:indexpage}
  313. {block:ifhover}
  314. opacity:0;
  315. {/block:ifhover}
  316. {block:indexpage}
  317. }
  318.  
  319. #credit {
  320. position:fixed;
  321. right:15px;
  322. bottom:10px;
  323. font-size:9px;
  324. padding:5px;
  325. }
  326.  
  327.  
  328.  
  329. </style>
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. </head>
  339.  
  340. <body>
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347. <div id="con">
  348.  
  349. <div id="sidebar">
  350.  
  351. <div id="blog_title">{Title}</div>
  352. <div id="links">
  353. <a href="/">home</a>
  354. <a href="/ask">ask</a>
  355. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  356. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  357. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  358. </div>
  359. <div id="description">{Description}</div>
  360.  
  361.  
  362.  
  363.  
  364.  
  365. </div>
  366.  
  367.  
  368.  
  369.  
  370. <div id="entries">
  371.  
  372. {block:Posts}
  373.  
  374. {block:ContentSource}
  375. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  376. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  377. {/block:SourceLogo}
  378. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  379. {/block:ContentSource}
  380. <div id="posts">
  381.  
  382.  
  383.  
  384. {block:Quote}
  385.  
  386. <div id="quote">“{Quote}”</div>
  387.  
  388. {block:Source}
  389. <div id="source">&mdash; {Source}</div>
  390. {/block:Source}
  391.  
  392. {/block:Quote}
  393.  
  394.  
  395.  
  396. {block:Text}
  397.  
  398. {block:Title}
  399. <div id="title">{Title}</div>
  400. {/block:Title}
  401.  
  402. {Body}
  403.  
  404.  
  405. {/block:Text}
  406.  
  407.  
  408.  
  409. {block:Link}
  410.  
  411. <div id="title"><a href="{URL}">{Name}</a></div>
  412.  
  413. {block:Description}
  414. {Description}
  415. {/block:Description}
  416.  
  417. {/block:Link}
  418.  
  419.  
  420.  
  421. {block:Chat}
  422. {block:Title}
  423. <h1>{Title}</h1>
  424. {/block:Title}
  425.  
  426. <div class="chat">
  427. <ol>{block:Lines}
  428. <li class="line">
  429. {block:Label}
  430. <span class="label">
  431. {Label}</span>
  432. {/block:Label}
  433. {Line}</li>
  434. {/block:Lines}
  435. </ol>
  436. </div>
  437.  
  438. {/block:Chat}
  439.  
  440.  
  441.  
  442. {block:Photo}
  443. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  444.  
  445. {block:Caption}
  446. <span class="caption">{Caption}</span>
  447. {/block:Caption}
  448.  
  449. {/block:Photo}
  450.  
  451.  
  452.  
  453. {block:Photoset}
  454.  
  455. <center>{Photoset-500}</center>
  456. {block:Caption}
  457. <div class="caption">{Caption}</div>
  458. {/block:Caption}
  459.  
  460. {/block:Photoset}
  461.  
  462.  
  463.  
  464. {block:Video}
  465.  
  466. {Video-500}
  467.  
  468. {block:Caption}
  469. <div class="caption">{Caption}</div>
  470. {/block:Caption}
  471.  
  472. {/block:Video}
  473.  
  474.  
  475.  
  476. {block:Audio}
  477.  
  478. <div class="album_art">
  479. {block:AlbumArt}
  480. <img src="{AlbumArtURL}">
  481. {/block:AlbumArt}
  482. </div>
  483.  
  484. <div class="player">{AudioPlayerWhite}</div>
  485.  
  486. <div class="audioinfo">
  487. {block:TrackName}{TrackName}{/block:TrackName}
  488. {block:Artist}<br>{Artist}{/block:Artist}
  489. </div>
  490.  
  491. {block:Caption}
  492. <div class="caption">{Caption}</div>
  493. {/block:Caption}
  494.  
  495. {/block:Audio}
  496.  
  497.  
  498.  
  499. {block:Answer}
  500. <div class="asker">
  501. <b> {Asker} said:</b>
  502. {Question}</div>
  503.  
  504. <div class="answer">{Answer}</div>
  505.  
  506.  
  507. {/block:Answer}
  508.  
  509. {block:ContentSource}
  510. <!-- {SourceURL}{block:SourceLogo}> <img src="{BlackLogoURL}"
  511. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  512. {/block:SourceLogo}
  513. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  514. {/block:ContentSource}
  515.  
  516. <div class="bottom"> {block:PermalinkPage}
  517. <!--permalink-->
  518. {block:Date}
  519. <div id="permalink">
  520. <a href="{Permalink}">{TimeAgo}</a>
  521.  
  522. {block:NoteCount}
  523. <a href="{Permalink}">{NoteCountWithLabel}</a>
  524. {/block:NoteCount}
  525.  
  526. {block:RebloggedFrom}
  527. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  528. {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  529. {/block:ContentSource}
  530. {/block:RebloggedFrom}
  531.  
  532. {block:HasTags}
  533. <div class="tags">filed as:
  534. {block:Tags}
  535. <a href="{TagUrl}">{Tag}</a>
  536. {/block:Tags}
  537. </div>
  538. {/block:HasTags}
  539.  
  540. </div>
  541. {/block:Date}
  542.  
  543.  
  544.  
  545. </div> {/block:PermalinkPage}
  546.  
  547.  
  548. {block:IndexPage}
  549. <!--permalink-->
  550. {block:Date}
  551. <div id="permalink">
  552. <a href="{Permalink}">{block:Date}{DayOfWeek}, {DayOfMonth}{DayOfMonthSuffix} of {Month}</a>
  553. {block:NoteCount}
  554. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  555. {/block:NoteCount}
  556.  
  557. {block:HasTags}
  558. <div class="tags">
  559. filed as:{block:Tags}
  560. <a href="{TagUrl}">{Tag}.&nbsp;</a>
  561. {/block:Tags}
  562. </div>
  563. {/block:HasTags}
  564.  
  565. </div>
  566. {/block:Date}
  567.  
  568. {/block:Date}
  569.  
  570.  
  571.  
  572. </div>
  573. {/block:IndexPage}
  574. </div>
  575. <div class="pagenotes">
  576. {PostNotes}
  577. </ol>
  578. {/block:PostNotes}
  579. </div>
  580.  
  581.  
  582.  
  583. {/block:Posts}
  584. <center>
  585. <div id="pagination">
  586. {block:Pagination}
  587. {block:PreviousPage}<a href="{PreviousPage}">BACK</a> / {/block:PreviousPage}
  588. {block:NextPage}<a href="{NextPage}">FORTH</a>{/block:NextPage}
  589. {/block:Pagination}
  590. </div>
  591.  
  592. </center>
  593.  
  594.  
  595. </div>
  596. </div>
  597.  
  598. <div id="credit"><a href="http://0themes.tumblr.com"> ©</a></div>
  599. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement