Advertisement
ronweasleyythemes

Theme #2

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