Advertisement
tywinllannister

Theme 3

Apr 17th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5.  
  6. <head>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic'rel='stylesheet'type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Dancing+Script'rel='stylesheet'type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Cinzel'rel='stylesheet'type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Vidaloka' rel='stylesheet' type='text/css'>
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#868686"/>
  17. <meta name="color:Link Hover" content="#868686"/>
  18. <meta name="color:Description text" content="#868686"/>
  19. <meta name="color:Scrollbar" content="#414141"/>
  20. <meta name="color:Navi" content="#414141"/>
  21. <meta name="color:Navi Hover" content="#414141"/>
  22. <meta name="color:Pagination" content="#414141"/>
  23. <meta name="color:Pagination Hover" content="#414141"/>
  24. <meta name="color:Permalink" content="#ffffff"/>
  25. <meta name="color:Permalink Hover" content="#eeeeee"/>
  26. <meta name="color:Border" content="#eeeeee"/>
  27. <meta name="color:Permalink Background" content="#000000"/>
  28.  
  29.  
  30. <meta name="image:Sidebar"content""/>
  31.  
  32. <meta name="text:Home" content=""/>
  33. <meta name="text:Ask Title" content=""/>
  34. <meta name="text:Ask Url" content=""/>
  35. <meta name="text:Link 1 Title" content="Link 1"/>
  36. <meta name="text:Link 1 Url" content=""/>
  37. <meta name="text:Link 2 Title" content="Link 2"/>
  38. <meta name="text:Link 2 Url" content=""/>
  39. <meta name="text:Link 3 Title" content="Link 3"/>
  40. <meta name="text:Link 3 Url" content=""/>
  41. <meta name="text:Link 4 Title" content="Link 4"/>
  42. <meta name="text:Link 4 Url" content=""/>
  43.  
  44.  
  45.  
  46. <title>{Title}</title>
  47.  
  48. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  49.  
  50.  
  51. <style>
  52. div#qTip {
  53. padding: 3px;
  54. display: none;
  55. text-align: center;
  56. position: absolute;
  57. font-size:7px;
  58. line-height:9px;
  59. font-family: 'Vidaloka', serif;
  60. z-index: 1000;
  61. border: 1px solid {color:Background};
  62. background-color:{color:Background};
  63. color:#000000;
  64. text-transform:uppercase;
  65. letter-spacing: 1px;
  66. }
  67. </style>
  68.  
  69. <style type="text/css">
  70.  
  71. iframe#tumblr_controls {
  72. top: 0% !important;
  73. right:0% !important;
  74. opacity:0.3;
  75. position: fixed !important;
  76. filter:alpha(opacity=30);
  77. -webkit-transition: all 0.7s ease;
  78. -moz-transition: all 0.7s ease;
  79. -o-transition: all 0.7s ease;
  80. }
  81. iframe#tumblr_controls:hover{
  82. top: 0% !important;
  83. right:0% !important;
  84. opacity:0.8;
  85. position: fixed !important;
  86. filter:alpha(opacity=80);
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease;
  90. }
  91.  
  92. body{
  93. background-color: {color:Background};
  94. font-family:Times;
  95. color:{color:Text};
  96. }
  97.  
  98. a:link, a:active, a:visited{
  99. color: {color:Link};
  100. text-decoration:none;
  101. -webkit-transition: all 0.3s linear;
  102. -moz-transition: all 0.2s linear;
  103. transition: all 0.2s linear;
  104. }
  105.  
  106. a:hover {
  107. color:{color:Link Hover};
  108. -webkit-transition: all 0.2s linear;
  109. -moz-transition: all 0.2s linear;
  110. transition: all 0.2s linear;
  111. }
  112.  
  113. big{font-size:18px;}
  114.  
  115. ::-webkit-scrollbar-thumb {
  116. height:9px;
  117. background-color: {color:Scrollbar};
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. width:10px;
  122. height:4px;
  123. background:#fff;
  124. margin-right:5px;
  125. }
  126.  
  127.  
  128. #entries{
  129. padding:10px;
  130. width:500px;
  131. margin-left:450px;
  132. }
  133.  
  134.  
  135. #post {
  136. font-size:11px;
  137. width:500px;
  138. margin-top:270px;
  139. margin-bottom:85px;
  140. text-align:justify;
  141. }
  142.  
  143. .posttitle{
  144. font-family:cambria;
  145. font-weight:bold;
  146. letter-spacing:-1px;
  147. font-style:italic;
  148. font-size: 23px;
  149. line-height: 20px;
  150. }
  151.  
  152. blockquote{
  153. margin-left:10px;
  154. padding-left:4px;
  155. border-left: 3px solid {color:Text};
  156. }
  157.  
  158.  
  159. .p { padding-top: 5px;}
  160. .ol, ul { margin-left: 10px; padding: 5px; }
  161. .ul { list-style-type: square; }
  162.  
  163.  
  164. #permalink{
  165. position:relative;
  166. text-align:center;
  167. color:{color:Permalink Background};
  168. background:{color:Permalink};
  169. margin-top:8px;
  170. padding:10px;
  171. font-size:8px;
  172. letter-spacing:5px;
  173. font-family: 'Cinzel', serif;
  174. text-transform:lowercase;
  175. }
  176.  
  177. #permalink a{
  178. color:{color:Permalink Background};
  179. }
  180.  
  181.  
  182. #sidebar {
  183. position:top;
  184. z-index:1;
  185. width:150px;
  186. background-color:{color:Background};
  187. padding-bottom:5px;
  188. }
  189.  
  190. .sidebarimg {
  191. width:100px;
  192. margin-top:100px;
  193. margin-left:850px;
  194. }
  195.  
  196. .description{
  197. text-align:center;
  198. width:300px;
  199. margin-left:500px;
  200. margin-top:20px;
  201. font-size:10px;
  202. background-color:{color:Background};
  203. font-family: 'Playfair Display', serif;
  204. overflow:auto;
  205. z-index:30;
  206.  
  207. }
  208.  
  209.  
  210. .navi{
  211. margin-top:-150px;
  212. margin-right:-1150px;
  213. font-size:8px;
  214. text-align:center;
  215. font-family: 'Dancing Script', cursive;
  216. letter-spacing:3px;
  217. text-transform:uppercase;
  218.  
  219. }
  220.  
  221. .navi a{
  222. display:inline-block;
  223. color:{color:Navi};
  224. padding:4px;
  225. }
  226.  
  227. .navi a:hover{
  228. color:{color:Navi hover};
  229. background-color:#f2f2f2;
  230. color:{color:Pagination};
  231. -moz-transition-duration:.2s;
  232. -webkit-transition-duration:.2s;
  233. -o-transition-duration:.2s;
  234.  
  235. }
  236.  
  237. .pagination {
  238. margin-top:-60px;
  239. margin-left:300px;
  240. font-size:14px;
  241. text-align:center;
  242. position:fixed;
  243. }
  244.  
  245. .pagination a{
  246. display:inline-block;
  247. color:{color:Pagination};
  248. width:50px;
  249. font-family: 'Playfair Display', serif;
  250. }
  251.  
  252. .credit
  253.  
  254.  
  255. {CustomCSS}
  256. </style>
  257.  
  258. <link rel="shortcut icon" href="{Favicon}">
  259. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  260.  
  261.  
  262. </head>
  263.  
  264. <body>
  265.  
  266. <div id="sidebar">
  267. <div class="sidebarimg"><img src="{image:sidebar}"></div>
  268. <div class="navi">
  269. <a href="/">{text:Home}</a>
  270. <a href="/ask">{text:Ask Title}</a>
  271. <br>
  272. <a href="{text:Link 1 Url}"title="{text:Link 1 Title}">One</a>
  273. <a href="{text:Link 2 Url}"title="{text:Link 2 Title}">Two</a>
  274. <a href="{text:Link 3 Url}"title="{text:Link 3 Title}">Three</a>
  275. <a href="{text:Link 4 Url}"title="{text:Link 4 Title}">Four</a>
  276. </br>
  277.  
  278. </div>
  279.  
  280. <div class="description">
  281. {Description}
  282. </div>
  283.  
  284.  
  285. <div class="pagination">
  286. {block:Pagination}
  287. {block:PreviousPage}
  288. <a href="{PreviousPage}"> -</a>
  289. {/block:PreviousPage}
  290. {block:NextPage}
  291. <a href="{NextPage}"> +</a>
  292. {/block:NextPage}
  293. {/block:Pagination}
  294. </div>
  295.  
  296.  
  297. </div>
  298.  
  299.  
  300. <div id="entries">
  301. {block:Posts}
  302. <div id="post">
  303.  
  304. {block:Text}
  305. {block:Title}
  306. <div class="posttitle">{Title}</div>
  307. {/block:Title}
  308. {Body}
  309. {/block:Text}
  310.  
  311. {block:Link}
  312. <div class="posttitle">
  313. <a href="{URL}">{Name}</a>
  314. </div>
  315. {block:Description}{Description}{/block:Description}
  316. {/block:Link}
  317.  
  318. {block:Photo}
  319. <center>
  320. {LinkOpenTag}
  321. <a href="{permalink}">
  322. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  323. {LinkCloseTag}
  324. </center>
  325. {block:Caption}{Caption}{/block:Caption}
  326. {block:ContentSource}
  327. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  328. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  329. {/block:SourceLogo}
  330. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  331. {/block:ContentSource}
  332. {block:ReblogParentURL}
  333. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  334. {/block:ReblogParentURL}
  335. {/block:Photo}
  336.  
  337. {block:Photoset}
  338. {Photoset-500}
  339. {block:Caption}{Caption}{/block:Caption}
  340. {/block:Photoset}
  341.  
  342. {block:Quote}
  343. <div class="posttitle">"{Quote}"</div>
  344. {block:Source}
  345. - {Source}
  346. {/block:Source}
  347. {/block:Quote}
  348.  
  349. {block:Chat}
  350. {block:Title}
  351. <div class="posttitle">
  352. {Title}
  353. </div>
  354. {/block:Title}
  355. {block:Lines}
  356. {block:Label}
  357. <b>{Label} </b>
  358. {/block:Label}
  359. {Line}
  360. <br>
  361. {/block:Lines}
  362. {/block:Chat}
  363.  
  364. {block:Audio}
  365. {block:AlbumArt}
  366. <img src="{AlbumArtURL}" width="120px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  367. <span class="audio">{AudioPlayerGrey}<br></span>
  368. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  369. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  370. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  371. {block:Caption}{Caption}{/block:Caption}
  372. {/block:Audio}
  373.  
  374. {block:Video}
  375. {Video-500}
  376. {block:Caption}{Caption}{/block:Caption}
  377. {/block:Video}
  378.  
  379. {block:Answer}
  380. {Asker} asked: {Question}<br>
  381. {Answer}{/block:Answer}
  382.  
  383.  
  384. {block:IndexPage}
  385. <div id="permalink">
  386. <a href="{Permalink}"> {TimeAgo}</a>
  387. |
  388. <a href="{Permalink}">{NoteCountWithLabel}</a>
  389. {block:RebloggedFrom}
  390. | <a href="{ReblogParentURL}" target="_blank">via</a>
  391. | <a href="{ReblogRootURL}" target="_blank">©</a>
  392. {/block:RebloggedFrom}
  393. | <a href="{ReblogURL}" target="_blank">REBLOG</a>
  394. {block:HasTags} |
  395. {block:Tags}<a href="{TagURL}">#&nbsp;<font style="text-transform:none;">{Tag}</font>&nbsp;</a>
  396. {/block:Tags}
  397. {/block:HasTags}
  398. </div>
  399. {/block:IndexPage}
  400.  
  401. {block:PermalinkPage}
  402. <div id="permalink">
  403. <a href="{Permalink}"> {TimeAgo}</a>
  404. |
  405. <a href="{Permalink}">{NoteCountWithLabel}</a>
  406. {block:RebloggedFrom}
  407. | <a href="{ReblogParentURL}" target="_blank">via</a>
  408. | <a href="{ReblogRootURL}" target="_blank">source</a>
  409. {/block:RebloggedFrom}
  410. {block:HasTags} |
  411. {block:Tags}<a href="{TagURL}">#&nbsp;<font style="text-transform:none;">{Tag}</font>&nbsp;</a>
  412. {/block:Tags}
  413. {/block:HasTags}
  414. </div>
  415. {/block:PermalinkPage}
  416.  
  417.  
  418. {block:PostNotes}
  419. {PostNotes}
  420. {/block:PostNotes}
  421. </div>
  422. {/block:Posts}
  423.  
  424. <div style="position:fixed;bottom:2px; right:8px; text-transform:uppercase; font-size:6px; letter-spacing:3px; border: 1px dotted {color:Permalink hover}; padding: 3px;"><a href="http://tywinllannister.tumblr.com">cred</a></center></div>
  425.  
  426. </div>
  427.  
  428. </div>
  429.  
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement