Advertisement
sandragonthemes

Theme #03

Mar 1st, 2013
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.99 KB | None | 0 0
  1. <!DOCTYPE html">
  2.  
  3. <!--
  4. This is theme #03 by sandragonthemes.
  5. Please follow the rules and do not remove the credit.
  6. For questions please message me.
  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=Armata|Crete+Round:400,400italic|Engagement' rel='stylesheet' type='text/css'>
  17.  
  18. <!--DEFAULT VARIABLES-->
  19. <meta name="color:Background" content ="#4a4a4a"/>
  20. <meta name="color:Sidebar" content ="#8f70b6"/>
  21. <meta name="color:Sidebar text" content="#ffffff"/>
  22. <meta name="color:Shadows" content="#1b0721"/>
  23. <meta name="color:Top Bar" content ="#310f3c"/>
  24. <meta name="color:Text" content="#8B7499"/>
  25. <meta name="color:Link" content="#461556"/>
  26. <meta name="color:Link Hover" content="#310f3c"/>
  27. <meta name="color:Topbar links" content="#ffffff"/>
  28. <meta name="color:Topbar links hover" content="#e3d5ec"/>
  29. <meta name="color:Post background" content="#ffffff"/>
  30. <meta name="color:Navigation" content="#8b7499"/>
  31. <meta name="color:Navigation hover" content="#efe6f5"/>
  32.  
  33. <meta name="image:Sidebar" content="http://i.imgur.com/ZIncGVa.jpg"/>
  34.  
  35. <meta name="font:Body" content="Trebuchet MS"/>
  36.  
  37. <meta name="text:Font size" content="10px"/>
  38. <meta name="text:Link 1" content="http://"/>
  39. <meta name="text:Link 1 Title" content=""/>
  40. <meta name="text:Link 2" content="http://">
  41. <meta name="text:Link 2 Title" content=""/>
  42.  
  43. <style type="text/css">
  44. /*SCROLLBAR*/
  45. ::-webkit-scrollbar {
  46. width: 5px;
  47. }
  48.  
  49. ::-webkit-scrollbar-track {
  50. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  51. border-radius: 10px;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. border-radius: 10px;
  56. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
  57. }
  58.  
  59. /*CREDIT DO NOT REMOVE*/
  60. #credit{
  61. text-transform: lowercase;
  62. position: fixed;
  63. right: 26px;
  64. bottom: 3px;
  65. text-align: center;
  66. font-size: 9px;
  67. letter-spacing: 1px;
  68. width: 30px;
  69. }
  70. /*BODY*/
  71. body {
  72. background-color: {color:Background};
  73. font-size: {text:Font size};
  74. font-family: {font:Body};
  75. font-size: 12px;
  76. color: {color:Text};
  77. }
  78.  
  79. a{
  80. color: {color:Link};
  81. font-weight: none;
  82. text-decoration: none;
  83. }
  84.  
  85. a:hover{
  86. color: {color:Link Hover};
  87. }
  88.  
  89. a img {
  90. border: 0px;
  91. }
  92.  
  93. ul{
  94. list-style-type: none;
  95. padding: 0px;
  96. margin: 0px;
  97. }
  98.  
  99. /*SIDEBAR*/
  100. .sidebar {
  101. position: fixed;
  102. width: 220px;
  103. height: 100%;
  104. padding: 150px 20px 0px 20px;
  105. margin-left:20px;
  106. margin-top: -8px;
  107. text-align: center;
  108. background-color: {color:Sidebar};
  109. color: {color:Sidebar text};
  110. -moz-box-shadow: 0 0 10px 5px #363338;
  111. box-shadow: 0 0 10px 5px #363338;
  112. -webkit-box-shadow: 0 0 10px 5px #0363338;
  113. }
  114.  
  115. .sidebar img{
  116. margin-bottom:7px;
  117. width: 200px;
  118. height: 200px;
  119. border: 10px solid {color:Shadows};
  120. }
  121.  
  122. #desc{
  123. height: 210px;
  124. overflow:auto;
  125. }
  126.  
  127. /*TOP BAR*/
  128. #horizontal_bar{
  129. width: 100%;
  130. height: 65px;
  131. background-color: {color:Top Bar};
  132. margin: 60px 0 0 -8px;
  133. position: fixed;
  134. box-shadow: 0px 5px 1px {color:Shadows};
  135. }
  136.  
  137. #blogtitle{
  138. position: fixed;
  139. margin-top: 34px;
  140. font-family: 'Engagement', cursive;
  141. font-size: 28px;
  142. color: {color:Topbar links};
  143. }
  144.  
  145. #blogtitle a{
  146. color: {color:Topbar links};
  147. -webkit-transition: all 0.5s ease-in-out;
  148. -moz-transition: all 0.5s ease-in-out;
  149. -o-transition: all 0.5s ease-in-out;
  150. transition: all 0.5s ease-in-out;
  151. text-shadow: 1px 1px {color:Shadows};
  152. }
  153.  
  154. #blogtitle a:hover{
  155. color: {color:Topbar links hover};
  156. -webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. -o-transition: all 0.5s ease-in-out;
  159. transition: all 0.5s ease-in-out;
  160. text-shadow: 1px 1px {color:Shadows};
  161. }
  162.  
  163. #menu_wrapper{
  164. height: 24px;
  165. width: 325px;
  166. margin: auto;
  167. margin-top: 16px;
  168. margin-left: 8px;
  169. font-family: 'Armata', sans-serif;
  170. float: left;
  171. }
  172.  
  173. .menu{
  174. color: {color:Sidebar text};
  175. height: 25px;
  176. float: left;
  177. margin: auto;
  178. text-align: center;
  179. padding: 9px 5px 0 5px;
  180. background-color: {color:Top Bar};
  181. }
  182.  
  183. .menu:hover{
  184. opacity:1;
  185. height: 25px;
  186. -webkit-border-radius: 10px;
  187. -moz-border-radius: 20px;
  188. border-radius: 10px;
  189. background-color: {color:Sidebar};
  190. -webkit-box-shadow: 2px 2px 2px 1px {color:Shadows};
  191. box-shadow: 1px 1px 1px 0px {color:Shadows};
  192. color: {color:Topbar links hover};
  193. text-shadow: 1px 1px {color:Shadows};
  194. -webkit-transition:all 0.7s;
  195. -moz-transition:all 0.7s;
  196. -ms-transition:all 0.7s;
  197. -o-transition:all 0.7s;
  198. }
  199.  
  200. .menu a{
  201. color: {color:Topbar links};
  202. }
  203.  
  204. .menu a:hover{
  205. color: {color:Topbar links hover};
  206. text-shadow: 1px 1px {color:Shadows};
  207. }
  208.  
  209. #navigation{
  210. float: left;
  211. margin-left: 630px;
  212. margin-top: -17px;
  213. font-family: 'Armata', sans-serif;
  214. }
  215.  
  216. #navigation a{
  217. color: {color:Navigation};
  218. font-size: 70px;
  219. letter-spacing: 7px;
  220. text-shadow: 2px 2px {color:Shadows};
  221. -webkit-transition: all 0.5s ease-in-out;
  222. -moz-transition: all 0.5s ease-in-out;
  223. -o-transition: all 0.5s ease-in-out;
  224. transition: all 0.5s ease-in-out;
  225. }
  226.  
  227. #navigation a:hover{
  228. color: {color:Navigation hover};
  229. font-size: 70px;
  230. letter-spacing: 7px;
  231. text-shadow: 2px 2px {color:Shadows};
  232. -webkit-transition: all 0.5s ease-in-out;
  233. -moz-transition: all 0.5s ease-in-out;
  234. -o-transition: all 0.5s ease-in-out;
  235. transition: all 0.5s ease-in-out;
  236. }
  237.  
  238. /*CONTENT*/
  239. #content {
  240. position: absolute;
  241. margin-left:335px;
  242. width: 525px;
  243. }
  244.  
  245. .post {
  246. position: relative;
  247. margin-top: 20px;
  248. margin-bottom: 30px;
  249. background-color: {color:Post background};
  250. font-family: 'Armata', sans-serif;
  251. width: 500px;
  252. padding: 15px 10px 10px 10px;
  253. box-shadow: 1px 3px 1px 4px {color:Shadows};
  254. -webkit-border-top-left-radius: 20px;
  255. -webkit-border-top-right-radius: 20px;
  256. -moz-border-radius-topleft: 20px;
  257. -moz-border-radius-topright: 20px;
  258. border-top-left-radius: 20px;
  259. border-top-right-radius: 20px;
  260. }
  261.  
  262. .info_wrapper{
  263. opacity:0;
  264. width: 520px;
  265. font-family: 'Crete Round', serif;
  266. color: {color:Sidebar};
  267. font-size: 16px;
  268. text-shadow: 1px 1px {color:Shadows};
  269. position:absolute;
  270. background:url(http://i.imgur.com/QJ8vb50.png) repeat;
  271. text-align: center;
  272. margin: -15px 0px 0px -10px;
  273. -webkit-transition:all 0.7s;
  274. -moz-transition:all 0.7s;
  275. -ms-transition:all 0.7s;
  276. -o-transition:all 0.7s;
  277. -webkit-border-top-left-radius: 20px;
  278. -webkit-border-top-right-radius: 20px;
  279. -moz-border-radius-topleft: 20px;
  280. -moz-border-radius-topright: 20px;
  281. border-top-left-radius: 20px;
  282. border-top-right-radius: 20px;
  283. }
  284.  
  285. .info_wrapper img{
  286. margin: 3px 15px 0px;
  287. }
  288.  
  289. .info_wrapper a{
  290. color: {color:Sidebar};
  291. }
  292.  
  293. .info_wrapper a:hover{
  294. color: {color:Link};
  295. }
  296.  
  297. .post:hover .info_wrapper{
  298. opacity:1;
  299. width: 520px;
  300. height: 25px;
  301. position:absolute;
  302. background:url(http://i.imgur.com/QJ8vb50.png) repeat;
  303. margin: -15px 0px 0px -10px;
  304. text-align: center;
  305. -webkit-border-top-left-radius: 20px;
  306. -webkit-border-top-right-radius: 20px;
  307. -moz-border-radius-topleft: 20px;
  308. -moz-border-radius-topright: 20px;
  309. border-top-left-radius: 20px;
  310. border-top-right-radius: 20px;
  311. -webkit-transition:all 0.7s;
  312. -moz-transition:all 0.7s;
  313. -ms-transition:all 0.7s;
  314. -o-transition:all 0.7s;
  315. }
  316.  
  317. .post table{
  318. width:500px;
  319. background:url(http://i.imgur.com/QJ8vb50.png) repeat;
  320. }
  321.  
  322. .tags {
  323. font-size: 10px;
  324. text-align: center;
  325. border-top: 1px solid {color:Shadows};
  326. width: 514px;
  327. margin-left: -10px;
  328. padding: 4px 3px 0px 3px;
  329. margin-bottom: -5px;
  330. }
  331.  
  332. .tag {
  333. font-size: 10px;
  334. text-align:center;
  335. }
  336.  
  337. .notes{
  338. background-color: {color:Post background};
  339. margin-top: 20px;
  340. margin-bottom: 10px;
  341. padding-top: 5px;
  342. padding-bottom: 5px;
  343. border: 2px solid {color:Post background};
  344. }
  345.  
  346. blockquote {
  347. font-size: 11px;
  348. padding: 5px;
  349. border-left: 4px solid {color:Shadows};
  350. margin: 5px;
  351. }
  352.  
  353. .quote {
  354. font-style: italic;
  355. }
  356.  
  357. .source {
  358. margin-left: 25px;
  359. }
  360.  
  361. .link {
  362. padding: 5px;
  363. font-size: 16px;
  364. -moz-border-radius: 5px;
  365. -webkit-border-radius: 5px;
  366. font-weight: normal;
  367. font-style: italic;
  368. }
  369.  
  370. .link:hover {
  371. color: {color:Link Hover};
  372. }
  373.  
  374. ul.chat {
  375. margin: 0px 0px 7px 0px;
  376. padding: 0;
  377. }
  378.  
  379. .chat li {
  380. list-style-type: none;
  381. margin-left: 0px;
  382. padding: 3px;
  383. color: {color:Link Hover};
  384. }
  385.  
  386. .label {
  387. font-weight: bold;
  388. {color:Shadows}
  389. }
  390.  
  391. .title {
  392. font-size: 20px;
  393. color: {color:Shadows};
  394. }
  395.  
  396. {CustomCSS}
  397. </style>
  398. <title>{Title}</title>
  399. </head>
  400. <body>
  401. <div class="sidebar">
  402. <img src="{image:Sidebar}"/>
  403. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  404. </div>
  405.  
  406. <div id="horizontal_bar">
  407. <div id="menu_wrapper">
  408. {block:HasPages}{block:Pages}<div class="menu"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}
  409. {block:ifLink1Title}<div class="menu"><a href="{text:Link 1}">{text:Link 1 Title}</a></div>{/block:ifLink1Title}
  410. {block:ifLink2Title}<div class="menu"><a href="{text:Link 2}">{text:Link 2 Title}</a></div>{/block:ifLink2Title}
  411. <div class="menu"><a href="/ask">Ask</a></div>
  412. <div class="menu"><a href="http://sandragonthemes.tumblr.com/">Theme</a></div>
  413. </div>
  414. <div id="navigation">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  415. </div>
  416. <div id="blogtitle"><a href="/">{Title}</a></div>
  417.  
  418. <div id="content">
  419.  
  420. {block:Posts}
  421. {block:Text}
  422. <div class="post">
  423. <div class="info_wrapper">
  424. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  425. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  426. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  427. </div>
  428. {block:Title}
  429. <a href="{Permalink}">{Title}</a>
  430. {/block:Title}
  431. {Body}
  432. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  433. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}{block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  434. </div>
  435. {/block:Text}
  436.  
  437. {block:Photo}
  438. <div class="post">
  439. <div class="info_wrapper">
  440. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  441. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  442. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  443. </div>
  444. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  445. {block:Caption}
  446. <div class="caption">{Caption}</div>
  447. {/block:Caption}
  448. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  449. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  450. </div>
  451. {/block:Photo}
  452.  
  453. {block:Photoset}
  454. <div class="post">
  455. <div class="info_wrapper">
  456. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  457. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  458. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  459. </div>
  460. <center>{Photoset-500}</center>
  461. {block:Caption}
  462. <div class="caption">{Caption}</div>
  463. {/block:Caption}
  464. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  465. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  466. </div>
  467. {/block:Photoset}
  468.  
  469. {block:Quote}
  470. <div class="post">
  471. <div class="info_wrapper">
  472. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  473. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  474. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  475. </div>
  476. <span class="quote">"{Quote}"</span>
  477. {block:Source}
  478. <div class="source">– {Source}</div>
  479. {/block:Source}
  480. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  481. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  482. </div>
  483. {/block:Quote}
  484.  
  485. {block:Link}
  486. <div class="post">
  487. <div class="info_wrapper">
  488. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  489. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  490. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  491. </div>
  492. <center><a href="{URL}" class="link" {Target}>{Name} &#8594;</a></center>
  493. {block:Description}
  494. <div class="description">{Description}</div>
  495. {/block:Description}
  496. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  497. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  498. </div>
  499. {/block:Link}
  500.  
  501. {block:Chat}
  502. <div class="post">
  503. <div class="info_wrapper">
  504. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  505. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  506. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  507. </div>
  508. {block:Title}
  509. <a href="{Permalink}">{Title}</a>
  510. {/block:Title}
  511. <ul class="chat">
  512. {block:Lines}
  513. <li class="{Alt} user_{UserNumber}">
  514. {block:Label}
  515. <span class="label">{Label}</span>
  516. {/block:Label}
  517. {Line}
  518. </li>
  519. {/block:Lines}
  520. </ul>
  521. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  522. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  523. </div>
  524. {/block:Chat}
  525.  
  526. {block:Video}
  527. <div class="post">
  528. <div class="info_wrapper">
  529. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  530. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  531. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  532. </div>
  533. <center>{Video-500}</center>
  534. {block:Caption}
  535. <div class="caption">{Caption}</div>
  536. {/block:Caption}
  537. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  538. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  539. </div>
  540. {/block:Video}
  541.  
  542. {block:Audio}
  543. <div class="post">
  544. <div class="info_wrapper">
  545. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  546. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  547. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  548. </div>
  549. {AudioPlayerBlack}
  550. {block:Caption}
  551. <div class="caption">{Caption}</div>
  552. {/block:Caption}
  553. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  554. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  555. </div>
  556. {/block:Audio}
  557.  
  558. {block:Answer}
  559. <div class="post">
  560. <div class="info_wrapper">
  561. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date}<a href="{ReblogURL}">
  562. <img class="reblog_btn" src="http://i.imgur.com/9HxCVKR.png"/></a>
  563. {block:NoteCount}<a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}
  564. </div>
  565. <table>
  566. <tr>
  567. <td class="askicon"><img src="{AskerPortraitURL-48}"></td>
  568. <td class="ask">{Asker} {text:asker}: {Question}</td>
  569. </tr>
  570. </table>
  571. {Answer}
  572. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags} {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  573. </div>
  574. {/block:Answer}
  575.  
  576. {/block:Posts}
  577. </div>
  578. </body>
  579. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement