Advertisement
sandragonthemes

Theme #16

Oct 11th, 2013
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.81 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <!--
  4. This is theme #16 by sandragonthemes.
  5. Please follow the rules and do not remove the credit.
  6. If you have questions or feedback please send me a message.
  7. -->
  8.  
  9. <html>
  10. <head>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. <link href='http://fonts.googleapis.com/css?family=Cabin|Arimo|Raleway' rel='stylesheet' type='text/css'>
  17.  
  18. <!--DEFAULT VARIABLES-->
  19. <meta name="if:Submissions" content="1"/>
  20.  
  21. <meta name="image:Sidebar image" content="http://i.imgur.com/OND1uop.jpg"/>
  22.  
  23. <meta name="color:Link" content="#a94b75"/>
  24. <meta name="color:Link Hover" content="#db872e"/>
  25.  
  26. <meta name="text:Link 1" content="http://"/>
  27. <meta name="text:Link 1 Title" content=""/>
  28. <meta name="text:Link 2" content="http://">
  29. <meta name="text:Link 2 Title" content=""/>
  30. <meta name="text:Link 3" content="http://">
  31. <meta name="text:Link 3 Title" content=""/>
  32. <meta name="text:Link 4" content="http://">
  33. <meta name="text:Link 4 Title" content=""/>
  34. <meta name="text:Link 5" content="http://">
  35. <meta name="text:Link 5 Title" content=""/>
  36.  
  37. <style type="text/css">
  38. {CustomCSS}
  39. /*SCROLLBAR*/
  40. ::-webkit-scrollbar-thumb{
  41. background-color: #bebebe;
  42. border: 2px solid #ffffff;
  43. height:auto;
  44. }
  45.  
  46. ::-webkit-scrollbar {
  47. height:10px;
  48. width:10px;
  49. background-color: #565656;
  50. border: 4px solid #fff;
  51. }
  52.  
  53. ::selection {
  54. background-color:#bebebe;
  55. }
  56.  
  57.  
  58. /*BODY*/
  59. body{
  60. height:100%;
  61. font-family: 'Trebuchet MS', Calibri, Arial, Helvetica;
  62. font-size:9.5px;
  63.  
  64. }
  65.  
  66. h1{
  67. font-family: 'Raleway', sans-serif;
  68. font-weight:normal;
  69. }
  70.  
  71. h2{
  72. text-align:center;
  73. font-size:12px;
  74. font-family: 'Raleway', sans-serif;
  75. font-weight:normal;
  76. }
  77.  
  78. h3{
  79. display:inline;
  80. margin:0;
  81. padding:0;
  82. font-size: 12px;
  83. font-weight:normal;
  84. text-transform:uppercase;
  85. }
  86.  
  87. a{
  88. color: {color:Link};
  89. font-weight: none;
  90. text-decoration: none;
  91. text-transform: uppercase;
  92. }
  93.  
  94. a:hover{
  95. color: {color:Link Hover};
  96. }
  97.  
  98. ul{
  99. list-style-type: none;
  100. padding: 0px;
  101. margin: 0px;
  102. }
  103.  
  104. /*INFO*/
  105. #info_bg{
  106. position:fixed;
  107. width:210px;
  108. height:100%;
  109. margin-top:-30px;
  110. margin-left:-231px;
  111. background-color:#000;
  112. z-index: 0;
  113. border-right: 1px solid #565656;
  114. }
  115.  
  116. #info{
  117. position:absolute;
  118. width:200px;
  119. padding-right:9px;
  120. margin-left:-230px;
  121. text-align:right;
  122. color:#565656;
  123. z-index:2;
  124. }
  125.  
  126. #date{
  127. font-family: 'Raleway', sans-serif;
  128. font-size: 16px;
  129. }
  130.  
  131. /*TAGS*/
  132. #tags{
  133. text-align:right;
  134. margin-right:-130px;
  135. opacity:0;
  136. -webkit-transition:all 0.3s;
  137. -moz-transition:all 0.3s;
  138. -ms-transition:all 0.3s;
  139. -o-transition:all 0.3s;
  140. }
  141.  
  142. #tags a{
  143. margin-left:3px;
  144. }
  145.  
  146. #tags a:hover{
  147. border-top:1px solid;
  148. }
  149.  
  150. /*CONTENT*/
  151. #container{
  152. width:1200px;
  153. height:100%;
  154. }
  155.  
  156. #content{
  157. float:left;
  158. width:600px;
  159. height:100%;
  160. margin:-8px 0px 20px 200px;
  161. }
  162.  
  163. .post{
  164. width:500px;
  165. padding: 20px;
  166. }
  167.  
  168. .post:hover #tags{
  169. margin-right:0px;
  170. opacity:1;
  171. -webkit-transition:all 0.3s;
  172. -moz-transition:all 0.3s;
  173. -ms-transition:all 0.3s;
  174. -o-transition:all 0.3s;
  175. }
  176.  
  177. /*ASK POST*/
  178. #question{
  179. width:500px;
  180. }
  181.  
  182. .ask_info{
  183. width:500px;
  184. height:38px;
  185. }
  186.  
  187. #askicon{
  188. width:30px;
  189. padding:3px;
  190. border: 1px solid #bebebe;
  191. margin-right:7px;
  192. float:left;
  193. }
  194.  
  195. #asker-url{
  196. text-align:left;
  197. text-transform:uppercase;
  198. padding:12px;
  199. }
  200.  
  201. #question p{
  202. font-size:9px;
  203. text-align:left;
  204. margin-top:3px;
  205. margin-bottom:3px;
  206. }
  207.  
  208. hr.asker_line{
  209. position:relative;
  210. background-color: #bebebe;
  211. height:1px;
  212. border:0px;
  213. margin-top:10px;
  214. }
  215.  
  216. #answer{
  217. width:500px;
  218. }
  219.  
  220. #answericon{
  221. width:30px;
  222. padding:3px;
  223. border: 1px solid #bebebe;
  224. margin-left:7px;
  225. float:right;
  226. }
  227.  
  228. #answerer-url{
  229. text-align:right;
  230. text-transform:uppercase;
  231. padding:12px;
  232. }
  233.  
  234. #answer p{
  235. font-size:9px;
  236. margin-top:3px;
  237. margin-bottom:3px;
  238. text-align:right;
  239. }
  240.  
  241. /*AUDIO POST*/
  242. #audio_wrapper{
  243. position:relative;
  244. width:500px;
  245. height:112px;
  246. text-align:left;
  247. }
  248.  
  249. #audio_left{
  250. float:left;
  251. width:191px;
  252. height:108px;
  253. text-align:right;
  254. padding-right:5px;
  255. margin-bottom:5px;
  256. }
  257.  
  258. #audio_center{
  259. float:left;
  260. width:108px;
  261. margin-bottom:5px;
  262. }
  263.  
  264. #audio_center img{
  265. width:100px;
  266. height:100px;
  267. padding:3px;
  268. border: 1px solid #bebebe;
  269. }
  270.  
  271. .audioverlay {
  272. margin-top: 32px;
  273. margin-left: 31px;
  274. background-color: #e4e4e4;
  275. position: absolute;
  276. opacity: 0.6;
  277. z-index: 10;
  278. }
  279.  
  280. .audioarrow {
  281. width: 20px;
  282. height: 30px;
  283. overflow: hidden;
  284. margin: 8px 17px 6px 9px;
  285. }
  286.  
  287. #audio_right{
  288. float:left;
  289. width:191px;
  290. height:108px;
  291. padding-left:5px;
  292. text-align:left;
  293. margin-bottom:5px;
  294. }
  295.  
  296. #audio_cap{
  297. width:500px;
  298. text-align: left;
  299. }
  300.  
  301. .label {
  302. font-weight: bold;
  303. }
  304.  
  305. .quote {
  306. font-style: italic;
  307. }
  308.  
  309. blockquote {
  310. padding-left:5px;
  311. margin:0px 4px 0px 10px;
  312. border-left: 2px solid #bebebe;
  313. }
  314.  
  315. /*SIDEBAR*/
  316. #sidebar{
  317. width:280px;
  318. height:400px;
  319. float:left;
  320. position:fixed;
  321. margin-top:150px;
  322. margin-left:860px;
  323. overflow:auto;
  324. padding-right:12px;
  325. }
  326.  
  327. #wrapper_upperpart{
  328. width:280px;
  329. height:160px;
  330. }
  331.  
  332. #image{
  333. float:left;
  334. margin-right:10px;
  335. }
  336.  
  337. #image img{
  338. width:136px;
  339. height:136px;
  340. padding:3px;
  341. border:1px solid #bebebe;
  342. }
  343.  
  344. #menu{
  345. width:126px;
  346. height:138px;
  347. float:left;
  348. }
  349.  
  350. #menu li{
  351. font-size:11px;
  352. padding-left:3px;
  353. border-left:6px solid #000;
  354. }
  355.  
  356. #menu li a{
  357. letter-spacing:1px;
  358. -webkit-transition:all 0.1s;
  359. -moz-transition:all 0.1s;
  360. -ms-transition:all 0.1s;
  361. -o-transition:all 0.1s;
  362. }
  363.  
  364. #menu li a:hover{
  365. letter-spacing:2px;
  366. -webkit-transition:all 0.1s;
  367. -moz-transition:all 0.1s;
  368. -ms-transition:all 0.1s;
  369. -o-transition:all 0.1s;
  370. }
  371.  
  372. #menu li:hover{
  373. border-left:6px solid {color:Link};
  374.  
  375. }
  376.  
  377. #desc{
  378. width:245px;
  379. text-align:justify;
  380. }
  381.  
  382. #nav{
  383. height:15px;
  384. width:138px;
  385. text-align:center;
  386. }
  387.  
  388. {CustomCSS}
  389. </style>
  390.  
  391. <title>{Title}</title>
  392. </head>
  393. <body>
  394.  
  395. <div id="container">
  396. <!--CONTENT STARTS HERE-->
  397. <div id="content">
  398. {block:Posts}
  399. <div class="post">
  400. <div id="info_bg"></div>
  401. <div id="info"><ul>
  402. <li id="date">{block:Date}<a href="{Permalink}">&nbsp;{DayOfMonthWithZero}.{MonthNumberWithZero}</a> {/block:Date}</li>
  403. <li>{block:NoteCount}<a href="{Permalink}">{NoteCount} &hearts;</a>{/block:NoteCount}</li>
  404. <li>{block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom} {block:ContentSource}/<a href="{SourceURL}">Source</a>{/block:ContentSource}</li>
  405. <li><a href="{ReblogURL}" target="_blank" title="Reblog this post">Reblog</a></li>
  406. </ul>
  407. </div>
  408.  
  409.  
  410. {block:Text}
  411. {block:Title}
  412. <h1><a href="{Permalink}">{Title}</a></h1>
  413. {/block:Title}
  414. {Body}
  415. {/block:Text}
  416.  
  417. {block:Photo}
  418. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  419. {block:Caption}
  420. <div class="caption">{Caption}</div>
  421. {/block:Caption}
  422. {/block:Photo}
  423.  
  424. {block:Photoset}
  425. <center>{Photoset-500}</center>
  426. {block:Caption}
  427. <div class="caption">{Caption}</div>
  428. {/block:Caption}
  429. {/block:Photoset}
  430.  
  431. {block:Quote}
  432. <span class="quote">"{Quote}"</span>
  433. {block:Source}
  434. {block:Source}<p>-{Source}</p>{/block:Source}
  435. {/block:Source}
  436. {/block:Quote}
  437.  
  438. {block:Link}
  439. <h2><a href="{URL}" class="link" {Target}>{Name}</a></h2>
  440. {block:Description}
  441. <div class="description">{Description}</div>
  442. {/block:Description}
  443. {/block:Link}
  444.  
  445. {block:Chat}
  446.  
  447. {block:Title}
  448. <h1><a href="{Permalink}">{Title}</a></h1>
  449. {/block:Title}
  450. <ul class="chat">
  451. {block:Lines}
  452. <li class="{Alt} user_{UserNumber}">
  453. {block:Label}
  454. <span class="label">{Label}</span>
  455. {/block:Label}
  456. {Line}
  457. </li>
  458. {/block:Lines}
  459. </ul>
  460. {/block:Chat}
  461.  
  462. {block:Video}
  463. <center>{Video-500}</center>
  464. {block:Caption}
  465. <div class="caption">{Caption}</div>
  466. {/block:Caption}
  467. {/block:Video}
  468.  
  469. {block:Audio}
  470. <div id="audio_wrapper">
  471. <div id="audio_left">
  472. <p>{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}</p>
  473. <p>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}</p>
  474. </div>
  475. <div id="audio_center">
  476. <div class="audioverlay"><div class="audioarrow">
  477. {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
  478. </div></div>
  479.  
  480. {block:AlbumArt}<img src="{AlbumArtURL}"/>{/block:AlbumArt}
  481. </div>
  482. <div id="audio_right">
  483. <p>{block:Album}<b>Album:</b> {Album}{/block:Album}</p>
  484. <p>{block:PlayCount}<b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</p>
  485. </div>
  486. </div>
  487. <div id="audio_cap">{block:Caption}{Caption}{/block:Caption}</div>
  488. {/block:Audio}
  489.  
  490. {block:Answer}
  491. <div id="question">
  492. <div class="ask_info">
  493. <img id="askicon" src="{AskerPortraitURL-30}">
  494. <div id="asker-url">{Asker}</div>
  495. </div>
  496. <p>{Question}</p>
  497. </div>
  498. <hr class="asker_line">
  499. {block:Answerer}
  500. <div id="answer">
  501. <div class="ask_info">
  502. <img id="answericon" src="{AnswererPortraitURL-30}">
  503. <div id="answerer-url">{Answerer}</div>
  504. </div>
  505. <p>{Answer}</p>
  506. </div>
  507. {/block:Answerer}
  508.  
  509. <div id="replies">
  510. {Replies}
  511. </div>
  512. {/block:Answer}
  513.  
  514.  
  515. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  516.  
  517. </div><!--end posts-->
  518. {block:PostNotes}{PostNotes}{/block:PostNotes}
  519. {/block:Posts}
  520. </div><!--end content-->
  521. <!--SIDEBAR-->
  522. <div id="sidebar">
  523. <div id="wrapper_upperpart">
  524. <div id="image"><img src="{image:Sidebar image}" alt="sidebar image" /></div>
  525. <div id="menu"><ul>
  526. <li><a href="/">Home</a></li>
  527. {block:ifLink1Title}<li><a href="{text:Link 1}" title="{text:Link 1 Title}">{text:Link 1 Title}</a></li>{/block:ifLink1Title}
  528. {block:ifLink2Title}<li><a href="{text:Link 2}" title="{text:Link 2 Title}">{text:Link 2 Title}</a></li>{/block:ifLink2Title}
  529. {block:ifLink3Title}<li><a href="{text:Link 3}" title="{text:Link 3 Title}">{text:Link 3 Title}</a></li>{/block:ifLink3Title}
  530. {block:ifLink4Title}<li><a href="{text:Link 4}" title="{text:Link 4 Title}">{text:Link 4 Title}</a></li>{/block:ifLink4Title}
  531. {block:ifLink5Title}<li><a href="{text:Link 5}" title="{text:Link 5 Title}">{text:Link 5 Title}</a></li>{/block:ifLink5Title}
  532. {block:IfSubmissions}<li><a href="/submit">Submit</a></li>{/block:IfSubmissions}
  533. <li><a href="/ask">Mail</a></li>
  534. <li><a href="http://sandragonthemes.tumblr.com">Theme</a></li>
  535. </ul>
  536. </div>
  537. <div id="nav">
  538. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&#60;PREV</a> | {/block:PreviousPage}{/block:Pagination}
  539. {block:JumpPagination length="4"}
  540. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  541. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  542. {/block:JumpPagination}
  543. {block:Pagination}{block:NextPage} | <a href="{NextPage}">NEXT></a>{/block:NextPage}{/block:Pagination}
  544. </div>
  545. </div>
  546. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  547. </div><!--end sidebar-->
  548.  
  549. </div><!--end container-->
  550. </body>
  551. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement