Advertisement
onzayn

Theme 3

May 16th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10.  
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13.  
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19.  
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="color:background" content="#ffffff"/>
  24.  
  25. <meta name="color:text" content="#000"/>
  26.  
  27. <meta name="color:link" content="#aaa"/>
  28.  
  29. <meta name="color:link hover" content="#ddd"/>
  30.  
  31. <meta name="text:sidetitle" content="title here">
  32.  
  33. <meta name="text:link3" content="">
  34.  
  35. <meta name="text:link3 url" content="/">
  36.  
  37. <meta name="text:link4" content="">
  38.  
  39. <meta name="text:link4 url" content="/">
  40.  
  41. <meta name="text:link5" content="">
  42.  
  43. <meta name="text:link5 url" content="/">
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. /* this is where you put all of your defaults */
  49.  
  50. body {
  51.  
  52. background:{color:background};
  53.  
  54. margin:0px;
  55.  
  56. color:{color:text};
  57.  
  58. font-size:10px;
  59.  
  60. line-height:140%;
  61.  
  62. }
  63.  
  64. /* this is your default setting for links */
  65.  
  66. a {
  67.  
  68. text-decoration:none;
  69.  
  70. outline:0px;
  71.  
  72. -moz-outline-style:none;
  73.  
  74. color:{color:link};
  75.  
  76. -moz-transition-duration:0.5s;
  77.  
  78. -webkit-transition-duration:0.5s;
  79.  
  80. -o-transition-duration:0.5s;
  81.  
  82. }
  83.  
  84.  
  85.  
  86. a:hover{
  87.  
  88. color:{color:link hover};
  89.  
  90. font-style:none;
  91.  
  92. -moz-transition-duration:0.5s;
  93.  
  94. -webkit-transition-duration:0.5s;
  95.  
  96. -o-transition-duration:0.5s;}
  97.  
  98. /* this is the default for all pictures */
  99.  
  100. img {
  101.  
  102. border:0px;
  103.  
  104.  
  105. }
  106.  
  107. /* this is the little bar that appears next to some pieces of text you get me */
  108.  
  109. blockquote {
  110.  
  111. padding-left:5px;
  112.  
  113. border-left:2px solid;
  114.  
  115. }
  116.  
  117.  
  118.  
  119. blockquote blockquote {
  120.  
  121. padding-left:5px;
  122.  
  123. border-left:2px solid;
  124.  
  125. }
  126.  
  127. /* these are the 2 sizes you have for your titles (i.e. quotes and stuff) */
  128.  
  129. h1 {
  130. font-size:15px;
  131. font-weight:normal;
  132. }
  133.  
  134. h2 {
  135. font-size:23px;
  136. font-weight:normal;
  137. line-height:110%;
  138. }
  139.  
  140.  
  141. /* these are all of your posts as a whole */
  142.  
  143.  
  144. #entries {
  145.  
  146. padding:0px;
  147.  
  148. width:100%;
  149.  
  150. width:500px;
  151.  
  152. margin-left:40%;
  153.  
  154. margin-top:0px;
  155.  
  156. padding:10px;
  157.  
  158. }
  159.  
  160. /* this is each individual post*/
  161.  
  162. #post {
  163.  
  164. max-width:500px;
  165. width:100%;
  166.  
  167.  
  168. }
  169.  
  170. /* this is your picture posts */
  171.  
  172. #post img{
  173.  
  174. max-width:500px;
  175. width:100%;
  176.  
  177.  
  178. }
  179.  
  180. /* this is your sidebar as a whole */
  181.  
  182. #sidebar {
  183. width:200px;
  184. position:fixed;
  185. margin-left:225px;
  186. margin-top:350px;
  187. }
  188.  
  189. /* title of your sidebar */
  190.  
  191. #btitle {
  192. font-size:20px;
  193. position:fixed;
  194. font-style:none;
  195. text-align:center;
  196. padding-left:0px;
  197. height:40px;
  198. color:black;
  199. text-transform:uppercase;
  200. width:200px;
  201. line-height:40px;
  202. margin-top:-80px;
  203. margin-left:-90px;
  204. -webkit-transform: rotate(-90deg);
  205. -moz-transform: rotate(-90deg);
  206. -o-transform: rotate(-90deg);
  207. }
  208.  
  209. /* your description */
  210.  
  211. #description {
  212. width:200px;
  213. font-size:11px;
  214. border-bottom:2px solid #000;
  215. position:fixed;
  216. padding:4px;
  217. margin-top:-20px;
  218. margin-left:22px;
  219. line-height:13px;
  220. text-align:justify;
  221. }
  222.  
  223. /* your sidebar's links */
  224.  
  225. #links {
  226. position:fixed;
  227. margin-top:-40px;
  228. margin-left:25px;
  229. background:black;
  230. font-size:12px;
  231. text-transform:uppercase;
  232. text-align:center;
  233. letter-spacing:0px;
  234. line-height:170%;
  235. height:20px;
  236. width:200px;
  237. font-style:none;
  238. -moz-transition-duration:0.8s;
  239. -webkit-transition-duration:0.8s;
  240. -o-transition-duration:0.8s;
  241. }
  242.  
  243. #links a{
  244. color:#fff;
  245. text-align:center;
  246. width:100px;
  247. line-height:130%;
  248. height:20px;
  249. -moz-transition-duration:0.8s;
  250. -webkit-transition-duration:0.8s;
  251. -o-transition-duration:0.8s;
  252. }
  253.  
  254. #links a:hover{
  255. letter-spacing:0px;
  256. height:20px;
  257. text-align:center;
  258. color:{color:link hover};
  259. -moz-transition-duration:0.8s;
  260. -webkit-transition-duration:0.8s;
  261. -o-transition-duration:0.8s;
  262. }
  263.  
  264. /* the sidebar picture */
  265.  
  266. #sidebarimage{
  267. height:100px;
  268. margin-top:-140px;
  269. margin-left:25px;
  270. position:fixed;
  271. opacity:1;
  272. -moz-transition-duration:0.5s;
  273.  
  274. -webkit-transition-duration:0.5s;
  275.  
  276. -o-transition-duration:0.5s;
  277. }
  278.  
  279.  
  280. #sidebarimage img{
  281. width:200px;
  282. height:100px;
  283. }
  284.  
  285. /* the button taking you to the next page of your posts and back again */
  286.  
  287. #pagination {
  288. font-size:12px;
  289. margin-top:10px;
  290. text-align:center;
  291. margin-left:0px;
  292. -moz-transition-duration:0.5s;
  293. -webkit-transition-duration:0.5s;
  294. -o-transition-duration:0.5s;
  295. }
  296.  
  297.  
  298. #pagination a:hover{
  299. color:{color:link hover};
  300. -moz-transition-duration:0.5s;
  301. -webkit-transition-duration:0.5s;
  302. -o-transition-duration:0.5s;
  303. }
  304.  
  305. /* any asks sent to you look like this */
  306.  
  307. .ask {
  308.  
  309. padding:10px;
  310.  
  311. text-align:left;
  312.  
  313. color:{color:text};
  314.  
  315.  
  316. }
  317.  
  318. /* any answers you answer look like this */
  319.  
  320. .ans {
  321.  
  322. text-align:center;
  323.  
  324. padding:10px;
  325.  
  326. color:{color:text};
  327.  
  328. }
  329.  
  330. /* the whole of your audio posts */
  331.  
  332. .audio {
  333.  
  334. width:500px;
  335.  
  336. padding-bottom:10px;
  337.  
  338. }
  339.  
  340.  
  341. /* container of the player which is that button that plays the audio */
  342.  
  343. .playercontainer {
  344.  
  345. text-align:left;
  346.  
  347. padding:0px;
  348.  
  349. width:480px;
  350.  
  351. }
  352.  
  353. /* the info about your audio like title and artist and stuff */
  354.  
  355. .audioinfo {
  356.  
  357. padding:10px;
  358.  
  359. color:{color:text};
  360.  
  361. }
  362.  
  363. /* info under your posts */
  364.  
  365. #postinfo {
  366.  
  367. margin-top:5px;
  368. padding-top:5px;
  369.  
  370. text-transform: none;
  371.  
  372. letter-spacing:0px;
  373.  
  374. text-align: right;
  375.  
  376. font-size:8px;
  377.  
  378. line-height: 10px;
  379.  
  380. color:{color:text};
  381.  
  382.  
  383. }
  384.  
  385.  
  386.  
  387. #postinfo a {
  388.  
  389. color:{color:link};
  390.  
  391. text-align:right;
  392.  
  393. font-style:normal;
  394.  
  395.  
  396. }
  397.  
  398.  
  399.  
  400. #postinfo a:hover {
  401.  
  402. color:{color:link hover};
  403.  
  404. }
  405.  
  406.  
  407.  
  408. /* the tags you have under your posts */
  409.  
  410. #taggies {
  411.  
  412.  
  413. width:500px;
  414.  
  415. letter-spacing:0px;
  416.  
  417. line-height:130%;
  418.  
  419. font-size:8px;
  420.  
  421. text-align:right;
  422.  
  423. padding:2px;
  424.  
  425. -moz-transition-duration:0.5s;
  426.  
  427. -webkit-transition-duration:0.5s;
  428.  
  429. -o-transition-duration:0.5s;
  430.  
  431. }
  432.  
  433.  
  434.  
  435. #taggies a {
  436.  
  437. color:{color:link};
  438.  
  439. font-size:8px;
  440.  
  441. letter-spacing:0px;
  442.  
  443. padding:1px;
  444.  
  445.  
  446. -moz-transition-duration:0.5s;
  447.  
  448. -webkit-transition-duration:0.5s;
  449.  
  450. -o-transition-duration:0.5s;
  451.  
  452. }
  453.  
  454.  
  455.  
  456. #taggies a:hover {
  457.  
  458. color:{color:link hover};
  459.  
  460. -moz-transition-duration:0.5s;
  461.  
  462. -webkit-transition-duration:0.5s;
  463.  
  464. -o-transition-duration:0.5s;
  465.  
  466. }
  467.  
  468.  
  469. /* your chats */
  470.  
  471.  
  472. ul.chat, .chat ol, .chat li {
  473.  
  474. list-style:none;
  475.  
  476. margin:0px;
  477.  
  478. padding:2px;
  479.  
  480. }
  481.  
  482.  
  483. .label {
  484.  
  485. text-decoration:none;
  486.  
  487. font-weight:300;
  488.  
  489. background-color:{color:background};
  490.  
  491. margin-right:5px;
  492.  
  493. }
  494.  
  495.  
  496. /* the notes styling on your permalink page */
  497.  
  498.  
  499. #notes {
  500. margin-left: 0px;
  501. width: 500px;
  502. font-size: 10px;
  503. }
  504.  
  505.  
  506. /* my credit */
  507.  
  508. #cred{
  509. font-size:11px;
  510. font-family:baskerville;
  511. }
  512.  
  513. #cred a{
  514. font-size:11px;
  515. font-family:baskerville;
  516. padding-bottom:5px;
  517. padding-top:3px;
  518. padding-left:5px;
  519. padding-right:5px;
  520. color:#000;
  521. background-color:#fff;
  522. border:1px solid #ccc;
  523. -moz-transition-duration:0.5s;
  524.  
  525. -webkit-transition-duration:0.5s;
  526.  
  527. -o-transition-duration:0.5s;
  528. }
  529.  
  530. #cred a:hover{
  531. font-size:11px;
  532. font-family:baskerville;
  533. color:#fff;
  534. background-color:#000;
  535. border:1px solid #000;
  536. -moz-transition-duration:0.5s;
  537.  
  538. -webkit-transition-duration:0.5s;
  539.  
  540. -o-transition-duration:0.5s;
  541. }
  542.  
  543. {CustomCSS}</style>
  544.  
  545.  
  546. </head><body>
  547.  
  548.  
  549.  
  550. <div id="sidebar">
  551.  
  552. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  553.  
  554.  
  555. <div id="btitle">{text:sidetitle}</div>
  556.  
  557. <div id="links">
  558. <a href="/">Home</a>
  559. <a href="/ask">Ask</a>
  560. <a href="{text:link3 url}">{text:link3}</a>
  561. <a href="{text:link4 url}">{text:link4}</a>
  562. <a href="{text:link5 url}">{text:link5}</a>
  563.  
  564. </div>
  565.  
  566. <div id="description">{Description}
  567.  
  568. <div id="pagination">
  569. {block:Pagination}{block:PreviousPage}
  570. <a href="{PreviousPage}">back </a> {/block:PreviousPage}
  571. {block:NextPage} <a href="{NextPage}"> next</a>{/block:NextPage}{/block:Pagination}
  572. </div></div>
  573.  
  574. </div>
  575.  
  576.  
  577.  
  578. <div id="entries">
  579.  
  580.  
  581. {block:Posts}<div id="post"><br><br><br>
  582.  
  583.  
  584.  
  585. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  586.  
  587.  
  588.  
  589. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  590.  
  591.  
  592.  
  593. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  594.  
  595. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  596.  
  597.  
  598.  
  599. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  600.  
  601.  
  602.  
  603. {block:Photoset}<center>{Photoset-500}</center>
  604.  
  605. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  606.  
  607.  
  608.  
  609. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  610.  
  611.  
  612.  
  613. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  614.  
  615.  
  616.  
  617. {block:Answer}<div class="ask">{Asker} inquired: </br>{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  618.  
  619.  
  620.  
  621. {block:Audio}<div class="audio">
  622.  
  623. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  624.  
  625. {/block:ExternalAudio}<b>Listened:</b> {PlayCount} times</div>
  626.  
  627. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  628.  
  629. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  630.  
  631.  
  632.  
  633.  
  634.  
  635. <div id="postinfo">{block:Date}<a href="{Permalink}"><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:Date} {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  636.  
  637. {block:ContentSource}& <a href="{SourceURL}" title="{ReblogRootName}">credit</a>{/block:ContentSource}{/block:RebloggedFrom}
  638.  
  639. {block:HasTags}<div id="taggies">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  640.  
  641. {block:PostNotes}
  642. <div id="notes">{PostNotes}</div>
  643. {/block:PostNotes}
  644.  
  645. {/block:Posts}
  646.  
  647. {/block:Posts}</div></div></div>
  648.  
  649.  
  650.  
  651.  
  652. </div>
  653.  
  654. </div>
  655.  
  656. </div>
  657.  
  658. </body>
  659.  
  660. <div id="cred" style="position:fixed; bottom:10px; right:10px;">
  661. <font size="1"><a href="http://onzayn.tumblr.com"><i>ON</i></a></font>
  662.  
  663. </div>
  664.  
  665.  
  666.  
  667.  
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement