Advertisement
skyrimthemes

Theme - Disclosure

Aug 20th, 2014
1,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <!--metas-->
  13. <meta name="image:Sidebar" content="">
  14. <meta name="text:link 1 url" content="">
  15. <meta name="text:link 1 name" content="">
  16. <meta name="text:link 2 url" content="">
  17. <meta name="text:link 2 name" content="">
  18. <meta name="text:link 3 url" content="">
  19. <meta name="text:link 3 name" content="">
  20. <meta name="text:link 4 url" content="">
  21. <meta name="text:link 4 name" content="">
  22.  
  23. <!--tooltips-->
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26.  
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28.  
  29. <script>
  30.  
  31. (function($){
  32.  
  33. $(document).ready(function(){
  34.  
  35. $("a[title]").style_my_tooltips({
  36.  
  37. tip_follows_cursor:true,
  38.  
  39. tip_delay_time:30,
  40.  
  41. tip_fade_speed:300,
  42.  
  43. attribute:"title"
  44.  
  45. });
  46.  
  47. });
  48.  
  49. })(jQuery);
  50.  
  51. </script>
  52.  
  53. <style type="text/css">
  54.  
  55. /*tooltips*/
  56.  
  57. #s-m-t-tooltip{
  58. font-size:10px;
  59. position:absolute;
  60. margin-top: 20px;
  61. margin-left:5px;
  62. z-index:999999999999999999999999999999999999999999999;
  63. background:#000;
  64. padding:3px;
  65. color:#fff;
  66. text-transform:uppercase;
  67. font-family:consolas;
  68. padding:2px 3px 2px 3px;
  69. -webkit-transition:all 0.3s;
  70. -moz-transition:all 0.3s;
  71. -ms-transition:all 0.3s;
  72. -o-transition:all 0.3s;
  73. transition:all 0.3s;
  74. }
  75.  
  76. /*scrollbar*/
  77.  
  78. ::-webkit-scrollbar { width: 5px; height: 5px; background: #fff; }
  79. ::-webkit-scrollbar-thumb { background-color: #000; }
  80.  
  81. /*basics*/
  82.  
  83. body {
  84. font: 10px consolas;
  85. color:#000;
  86. background-image:url(http://media.tumblr.com/tumblr_mex6pc2gFi1rbvno1.png);
  87. }
  88.  
  89. a {
  90. color:#000;
  91. text-decoration:underline;
  92. }
  93.  
  94. blockquote {
  95. margin-left:10px;
  96. border-left:1px solid #000;
  97. padding-left:5px;
  98. }
  99.  
  100. #sbar {
  101. width:150px;
  102. left:240px;
  103. top:100px;
  104. background-color:#fff;
  105. position:fixed;
  106. padding:10px;
  107. height:auto;
  108. overflow:hidden;
  109. -webkit-transition:all 0.7s;
  110. -moz-transition:all 0.7s;
  111. -ms-transition:all 0.7s;
  112. -o-transition:all 0.7s;
  113. transition:all 0.7s;
  114. }
  115.  
  116. #photo {
  117. width:170px;
  118. margin-top:-10px;
  119. margin-left:-10px;
  120. }
  121.  
  122. #photo img {
  123. width:170px;
  124. height:auto;
  125. padding-top:20px;
  126. border-radius:20px;
  127. margin-top:-20px;
  128. }
  129.  
  130. #descr {
  131. margin-top:-70px;
  132. opacity:0;
  133. color:#000;
  134. font-family:consolas;
  135. text-align:center;
  136. font-size:10px;
  137. text-transform:lowercase;
  138. -webkit-transition:all 0.7s;
  139. -moz-transition:all 0.7s;
  140. -ms-transition:all 0.7s;
  141. -o-transition:all 0.7s;
  142. transition:all 0.7s;
  143. }
  144.  
  145. #sbar:hover #descr {
  146. margin-top:10px;
  147. opacity:8;
  148. -webkit-transition:all 0.7s;
  149. -moz-transition:all 0.7s;
  150. -ms-transition:all 0.7s;
  151. -o-transition:all 0.7s;
  152. transition:all 0.7s;
  153. }
  154.  
  155. #crieds {
  156. left:195px;
  157. top:100px;
  158. position:fixed;
  159. width:auto;
  160. height:auto;
  161. }
  162.  
  163. #crieds a {
  164. display:block;
  165. border-radius:8px;
  166. background-color:#000;
  167. color:#fff;
  168. overflow:hidden;
  169. text-align:right;
  170. width:auto;
  171. font-family:consolas;
  172. font-size:8px;
  173. text-transform:uppercase;
  174. height:auto;
  175. text-decoration:none;
  176. padding:5px;
  177. padding-right:23px;
  178. -webkit-transition:all 0.7s;
  179. -moz-transition:all 0.7s;
  180. -ms-transition:all 0.7s;
  181. -o-transition:all 0.7s;
  182. transition:all 0.7s;
  183. }
  184.  
  185. #crieds a:hover {
  186. background-color:#fff;
  187. color:#000;
  188. -webkit-transition:all 0.7s;
  189. -moz-transition:all 0.7s;
  190. -ms-transition:all 0.7s;
  191. -o-transition:all 0.7s;
  192. transition:all 0.7s;
  193. }
  194.  
  195. #pagination {
  196. font-weight:bold;
  197. text-align:center;
  198. }
  199.  
  200. #pagination a {
  201. text-decoration:none;
  202. }
  203.  
  204. #posts {
  205. width:520px;
  206. left:470px;
  207. position:absolute;
  208. top:100px;
  209. z-index:9;
  210. }
  211.  
  212. #postswrap1 {
  213. width:520px;
  214. overflow:hidden;
  215. -webkit-transition:all 1s;
  216. -moz-transition:all 1s;
  217. -ms-transition:all 1s;
  218. -o-transition:all 1s;
  219. transition:all 1s;
  220. margin-top:100px;
  221. margin-bottom:100px;
  222. }
  223.  
  224. #postswrap2 {
  225. padding:10px;
  226. overflow:hidden;
  227. width:500px;
  228. background-color:#fff;
  229. }
  230.  
  231. #postswrap1:nth-child(1) { margin-top:0px; }
  232.  
  233. #photo2 img {
  234. width:500px;
  235. height:auto;
  236. padding-top:20px;
  237. border-radius:20px;
  238. margin-top:-20px;
  239. }
  240.  
  241. #caption {
  242. margin-top:-15px;
  243. max-height:0px;
  244. color:#000;
  245. opacity:0;
  246. -webkit-transition:all 1s;
  247. -moz-transition:all 1s;
  248. -ms-transition:all 1s;
  249. -o-transition:all 1s;
  250. transition:all 1s;
  251. }
  252.  
  253. #postswrap1:hover #caption {
  254. margin-top:10px;
  255. max-height:10000px;
  256. opacity:8;
  257. -webkit-transition:all 1s;
  258. -moz-transition:all 1s;
  259. -ms-transition:all 1s;
  260. -o-transition:all 1s;
  261. transition:all 1s;
  262. }
  263.  
  264. #title {
  265. width:480px;
  266. border-radius:10px;
  267. padding:10px;
  268. font-size:14px;
  269. text-transform:uppercase;
  270. color:#fff;
  271. background-color:#000;
  272. margin-bottom:10px;
  273. }
  274.  
  275. #title a { color:#fff;text-decoration:none; }
  276.  
  277. #cr {
  278. font: 10px consolas;
  279. font-weight:bold;
  280. position: fixed;
  281. background-color:#fff;
  282. border:1px solid #000;
  283. width:13px;
  284. height:13px;
  285. bottom: 7px;
  286. padding:2px;
  287. right: 7px;
  288. z-index: 10;
  289. text-align:center;
  290. overflow:hidden;
  291. -webkit-transition:all 0.7s ease-in-out;
  292. -moz-transition:all 0.7s ease-in-out;
  293. transition:all 0.7s ease-in-out;
  294. }
  295.  
  296. #cr a {
  297. color:#fff;
  298. font-size:10px;
  299. font-weight:bold;
  300. text-decoration: none;
  301. }
  302.  
  303. #cr:hover {
  304. width:100px;
  305. -webkit-transition:all 0.7s ease-in-out;
  306. -moz-transition:all 0.7s ease-in-out;
  307. transition:all 0.7s ease-in-out;
  308. }
  309.  
  310. #cr:hover a {
  311. color:#000;
  312. }
  313.  
  314. #quote {
  315. width:480px;
  316. border-radius:10px;
  317. padding:10px;
  318. font-size:12px;
  319. color:#fff;
  320. font-weight:italic;
  321. background-color:#000;
  322. margin-bottom:10px;
  323. }
  324.  
  325. /*audio posts*/
  326.  
  327. #audio {
  328. width:480px;
  329. padding:10px;
  330. border-radius:10px;
  331. background-color:#000;
  332. height:auto;
  333. margin-bottom:10px;
  334. -webkit-transition:all 1s;
  335. -moz-transition:all 1s;
  336. -ms-transition:all 1s;
  337. -o-transition:all 1s;
  338. transition:all 1s;
  339. }
  340.  
  341. #play {
  342. opacity:0;
  343. width:25px;
  344. height:30px;
  345. overflow:hidden;
  346. margin-top:-45px;
  347. margin-left:17px;
  348. -webkit-transition:all 1s;
  349. -moz-transition:all 1s;
  350. -ms-transition:all 1s;
  351. -o-transition:all 1s;
  352. transition:all 1s;
  353. }
  354.  
  355. #audio:hover #play {
  356. opacity:8;
  357. -webkit-transition:all 1s;
  358. -moz-transition:all 1s;
  359. -ms-transition:all 1s;
  360. -o-transition:all 1s;
  361. transition:all 1s;
  362. }
  363.  
  364. #pause {
  365. width:60px;
  366. height:60px;
  367. display:inline-block;
  368. }
  369.  
  370. #pause img {
  371. width:60px;
  372. height:60px;
  373. border-radius:5px;
  374. }
  375.  
  376. #trackname {
  377. display:inline-block;
  378. width:410px;
  379. color:#fff;
  380. overflow:hidden;
  381. font-family:consolas;
  382. font-size:10px;
  383. text-transform:uppercase;
  384. height:60px;
  385. margin-left:5px;
  386. float:right;
  387. }
  388.  
  389. #trackname a { color:#fff; }
  390.  
  391. /*asks*/
  392.  
  393. #person {
  394. display:inline-block;
  395. width:30px;
  396. height:30px;
  397. float:left;
  398. }
  399.  
  400. #person img {
  401. border-radius:10px;
  402. }
  403.  
  404. /*speech bubble asks*/
  405.  
  406. #talkbubble {
  407. width: 460px;
  408. margin-bottom:10px;
  409. float:right;
  410. height: auto;
  411. min-height:22px;
  412. background:#000;
  413. -moz-border-radius: 10px;
  414. -webkit-border-radius: 10px;
  415. border-radius: 10px;
  416. font-family:consolas;
  417. font-size:9px;
  418. text-transform:uppercase;
  419. color:#fff;
  420. padding:4px;
  421. }
  422.  
  423. #talkbubble a { color:#fff;text-decoration:none; }
  424.  
  425. #answer {
  426. padding-top:25px;
  427. }
  428.  
  429. /*notes*/
  430.  
  431. #info {
  432. width:480px;
  433. padding:10px;
  434. background-color:transparent;
  435. color:#000;
  436. border-radius:10px;
  437. font-family:consolas;
  438. margin-left:10px;
  439. margin-top:5px;
  440. font-size:8px;
  441. text-transform:uppercase;
  442. -webkit-transition:all 0.7s;
  443. -moz-transition:all 0.7s;
  444. -ms-transition:all 0.7s;
  445. -o-transition:all 0.7s;
  446. transition:all 0.7s;
  447. }
  448.  
  449. #info a { color:#000;text-decoration:none; }
  450.  
  451. #info:hover {
  452. background-color:#000;
  453. color:#fff;
  454. -webkit-transition:all 0.7s;
  455. -moz-transition:all 0.7s;
  456. -ms-transition:all 0.7s;
  457. -o-transition:all 0.7s;
  458. transition:all 0.7s;
  459. }
  460.  
  461. #info:hover a { color:#fff; }
  462.  
  463. ol.notes {
  464. list-style-type: none;
  465. padding:3px;
  466. }
  467.  
  468. ol.notes img { display:none }
  469.  
  470. ol.notes a { text-decoration:none; }
  471.  
  472. </style>
  473.  
  474. </head>
  475. <body>
  476.  
  477. <div id="crieds"><a href="/">refresh</a><a href="{text:link 1 url}">{text:link 1 name}</a><a href="{text:link 2 url}">{text:link 2 name}</a><a href="{text:link 3 url}">{text:link 3 name}</a><a href="{text:link 4 url}">{text:link 4 name}</a></div>
  478.  
  479. <div id="sbar"><div id="photo"><img src="{image:Sidebar}"></div><div id="descr">{Description}{block:Pagination}<div id="pagination"><br><br>{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} + {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}</div></div>
  480.  
  481. <div id="posts" class="get">{block:Posts}<div id="postswrap1"><div id="postswrap2">{block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}<p style="font-weight:lighter">{Body}</p>{/block:Text}
  482.  
  483. {block:Photo}<div id="photo2">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  484.  
  485. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}{/block:Panorama}
  486.  
  487. {block:Photoset}{Photoset-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  488.  
  489. {block:Quote}<div id="quote">{Quote}</div><div id="confucius">{block:Source}- {Source}{/block:Source}</div>{/block:Quote}
  490.  
  491. {block:Link}<div id="title"><a href="{URL}" {Target}>{Name} &#8594;</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  492.  
  493. {block:Chat}{block:Title}<div id="title">{Title}</div>{/block:Title}<div id="chlines">{block:Lines}<div id="{Alt}">{block:Label}<span id="label">{Label}</span>{/block:Label} {Line}</div>{/block:Lines}</div>{/block:Chat}
  494.  
  495. {block:Video}{Video-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  496.  
  497. {block:Audio}<div id="audio">{block:AudioPlayer}{block:AlbumArt}<div id="pause"><img src="{AlbumArtURL}"><div id="play">{AudioPlayerBlack}</div></div>{/block:AlbumArt}{/block:AudioPlayer}{block:TrackName}<div id="trackname">{TrackName}<br>{block:Artist}{Artist}{/block:Artist}<br>{block:Album}{Album}{/block:Album}<br>{block:PlayCount}{PlayCount}{/block:PlayCount}</div>{/block:TrackName}</div>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  498.  
  499.  
  500. {block:Answer}<div id="coverme"><div id="person"><img src="{AskerPortraitURL-30}"></div><div id="talkbubble"><span id="bolded"><a href="{AskerURL}">{Asker}</a> asked:</span> {Question}</div></div><div id="answer"><br>{Answer}</div>{/block:Answer}</div>
  501.  
  502. {block:Date}<div id="info"><a href="{Permalink}" font-weight"bold">{DayOfWeek} {DayOfMonth}</a>{block:RebloggedFrom} | <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} | <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}{block:NoteCount} | {NoteCount}{/block:NoteCount}</div>{/block:Date}
  503.  
  504. {block:PostNotes}{PostNotes}{/block:PostNotes}
  505.  
  506. </div>{/block:Posts}</div>
  507.  
  508. <div id="cr"><a href="http://harknesses.tumblr.com">SKYRIM THEMES</a></div>
  509.  
  510. </body>
  511. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement