Advertisement
skyrimthemes

Theme - Dreams

Aug 11th, 2014
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 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: 15px;
  61. font-weight:bold;
  62. z-index:999999999999999999999999999999999999999999999;
  63. background:#000;
  64. padding:3px;
  65. color:#fff;
  66. text-transform:uppercase;
  67. font-family:calibri;
  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 {
  79. height: 5px;
  80. width: 5px;
  81. background-color:#000;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb {
  85. background-color:#000;
  86. }
  87.  
  88. ::-webkit-scrollbar-track {
  89. background-color:#fff;
  90. }
  91.  
  92. /*basics*/
  93.  
  94. body {
  95. font: 10px calibri;
  96. color:#000;
  97. background-color:#fff;
  98. }
  99.  
  100. a {
  101. color:#000;
  102. text-decoration:underline;
  103. }
  104.  
  105. blockquote {
  106. margin-left:10px;
  107. border-left:1px solid #000;
  108. padding-left:5px;
  109. }
  110.  
  111. /*sidebar*/
  112.  
  113. #sidebar {
  114. position:fixed;
  115. top:100px;
  116. left:200px;
  117. width:100px;
  118. height:auto;
  119. border-right:1px solid #000;
  120. }
  121.  
  122. #one {
  123. width:100px;
  124. height:100px;
  125. overflow:hidden;
  126. }
  127.  
  128. #one img {
  129. padding-right:50px;
  130. padding-bottom:50px;
  131. border-radius:50px;
  132. width:100px;
  133. height:100px;
  134. border-top:1px solid #000;
  135. border-left:1px solid #000;
  136. }
  137.  
  138. #two {
  139. width:80px;
  140. height:auto;
  141. padding:5px;
  142. padding-left:10px;
  143. padding-right:10px;
  144. font-size:15px;
  145. font-family:calibri;
  146. text-align:right;
  147. text-transform:uppercase;
  148. color:#000;
  149. border:1px solid #000;
  150. border-bottom:0px;
  151. border-right:0px;
  152. }
  153.  
  154. #three {
  155. width:80px;
  156. padding:5px;
  157. padding-left:10px;
  158. padding-right:10px;
  159. font-size:8px;
  160. font-family:calibri;
  161. text-align:justify;
  162. text-transform:uppercase;
  163. color:#000;
  164. border:1px solid #000;
  165. border-bottom:0px;
  166. border-right:0px;
  167. }
  168.  
  169. #four {
  170. width:90px;
  171. height:auto;
  172. padding:5px;
  173. border:1px solid #000;
  174. border-right:0px;
  175. }
  176.  
  177. #four a {
  178. width:80px;
  179. padding:5px;
  180. padding-top:2px;
  181. padding-bottom:2px;
  182. display:block;
  183. text-align:right;
  184. color:#000;
  185. text-decoration:none;
  186. background-color:#fff;
  187. font-size:9px;
  188. font-family:calibri;
  189. text-transform:uppercase;
  190. -webkit-transition:all 0.3s;
  191. -moz-transition:all 0.3s;
  192. -ms-transition:all 0.3s;
  193. -o-transition:all 0.3s;
  194. transition:all 0.3s;
  195. }
  196.  
  197. #four a:hover {
  198. color:#fff;
  199. background-color:#000;
  200. -webkit-transition:all 0.3s;
  201. -moz-transition:all 0.3s;
  202. -ms-transition:all 0.3s;
  203. -o-transition:all 0.3s;
  204. transition:all 0.3s;
  205. }
  206.  
  207. #five {
  208. width:80px;
  209. height:auto;
  210. padding:10px;
  211. font-size:9px;
  212. font-family:calibri;
  213. text-transform:uppercase;
  214. text-align:right;
  215. border:1px solid #000;
  216. border-top:0px;
  217. border-right:0px;
  218. }
  219.  
  220. #five a {
  221. text-decoration:none;
  222. padding:5px;
  223. padding-top:2px;
  224. padding-bottom:2px;
  225. background-color:#fff;
  226. color:#000;
  227. -webkit-transition:all 0.3s;
  228. -moz-transition:all 0.3s;
  229. -ms-transition:all 0.3s;
  230. -o-transition:all 0.3s;
  231. transition:all 0.3s;
  232. }
  233.  
  234. #five a:hover {
  235. background-color:#000;
  236. color:#fff;
  237. -webkit-transition:all 0.3s;
  238. -moz-transition:all 0.3s;
  239. -ms-transition:all 0.3s;
  240. -o-transition:all 0.3s;
  241. transition:all 0.3s;
  242. }
  243.  
  244. #leftone { text-align:left; } #rightone { text-align:right; }
  245.  
  246. #top {
  247. position:fixed;
  248. z-index:999999;
  249. left:300px;
  250. top:0px;
  251. width:522px;
  252. height:100px;
  253. border-bottom:1px solid #000;
  254. background-color:#fff;
  255. }
  256.  
  257. #posts {
  258. left:400px;
  259. position:absolute;
  260. top:100px;
  261. padding:10px;
  262. width:400px;
  263. border-left:1px solid #000;
  264. border-right:1px solid #000;
  265. border-bottom:1px solid #000;
  266. margin-bottom:100px;
  267. }
  268.  
  269. #postswrap1 {
  270. width:400px;
  271. margin-top:100px;
  272. }
  273.  
  274. #postswrap1:nth-child(1) { margin-top:0px; }
  275.  
  276. #postswrap 2 {
  277. width:400px;
  278. }
  279.  
  280. /*titles*/
  281.  
  282. #title {
  283. text-align:left;
  284. padding-bottom:3px;
  285. color:#000;
  286. width:380px;
  287. padding:10px;
  288. font-family:calibri;
  289. font-weight:bold;
  290. text-transform:uppercase;
  291. border:1px solid #000;
  292. font-size:15px;
  293. } #title a { color:#000;text-decoration:none; }
  294.  
  295. /*audio posts*/
  296.  
  297. #audio {
  298. width:380px;
  299. padding:10px;
  300. background-color:#fff;
  301. border:1px solid #000;
  302. height:auto;
  303. margin-bottom:10px;
  304. -webkit-transition:all 1s;
  305. -moz-transition:all 1s;
  306. -ms-transition:all 1s;
  307. -o-transition:all 1s;
  308. transition:all 1s;
  309. }
  310.  
  311. #play {
  312. opacity:0;
  313. width:25px;
  314. height:30px;
  315. overflow:hidden;
  316. margin-top:-45px;
  317. margin-left:17px;
  318. -webkit-transition:all 1s;
  319. -moz-transition:all 1s;
  320. -ms-transition:all 1s;
  321. -o-transition:all 1s;
  322. transition:all 1s;
  323. }
  324.  
  325. #audio:hover #play {
  326. opacity:8;
  327. -webkit-transition:all 1s;
  328. -moz-transition:all 1s;
  329. -ms-transition:all 1s;
  330. -o-transition:all 1s;
  331. transition:all 1s;
  332. }
  333.  
  334. #pause {
  335. width:60px;
  336. height:60px;
  337. display:inline-block;
  338. }
  339.  
  340. #pause img {
  341. width:60px;
  342. height:60px;
  343. }
  344.  
  345. #trackname {
  346. display:inline-block;
  347. width:310px;
  348. color:#000;
  349. overflow:hidden;
  350. font-family:calibri;
  351. font-size:10px;
  352. text-transform:uppercase;
  353. height:60px;
  354. margin-left:5px;
  355. float:right;
  356. }
  357.  
  358. #trackname a { color:#000; }
  359.  
  360. /*asks*/
  361.  
  362. #person {
  363. display:inline-block;
  364. width:30px;
  365. height:30px;
  366. float:left;
  367. }
  368.  
  369. #person img {
  370. border-radius:10px;
  371. }
  372.  
  373. /*speech bubble asks*/
  374.  
  375. #talkbubble {
  376. width: 460px;
  377. margin-bottom:10px;
  378. float:right;
  379. height: auto;
  380. min-height:22px;
  381. background:#fff;
  382. border:1px solid #000;
  383. font-family:calibri;
  384. font-size:9px;
  385. text-transform:uppercase;
  386. color:#000;
  387. padding:4px;
  388. }
  389.  
  390. #talkbubble a { color:#000;text-decoration:none; }
  391.  
  392. #answer {
  393. padding-top:25px;
  394. }
  395.  
  396. /*chat (i hate chats tbh just don't use 'em)*/
  397.  
  398. #label {
  399. font-weight:bold;
  400. color:#000;
  401. }
  402.  
  403. ol.notes {
  404. list-style-type: none;
  405. padding:3px;
  406. }
  407.  
  408. ol.notes img { padding-right:5px;border-right:3px solid #000;width:12px;height:12px;}
  409.  
  410. ol.notes a { padding-left:5px; }
  411.  
  412. #info {
  413. width:400px;
  414. border-top:1px solid #000;
  415. margin-top:5px;
  416. height:auto;
  417. padding-top:5px;
  418. text-transform:uppercase;
  419. text-align:center;
  420. font-family:calibri;
  421. font-size:10px;
  422. }
  423.  
  424. #info a {
  425. color:#000;
  426. text-decoration:none;
  427. }
  428.  
  429. ol.notes {
  430. list-style-type: none;
  431. padding:3px;
  432. }
  433.  
  434. ol.notes img { display:none }
  435.  
  436. ol.notes a { text-decoration:none; }
  437.  
  438. #quote {
  439. width:380px;
  440. padding:10px;
  441. text-transform:uppercase;
  442. font-size:11px;
  443. font-family:calibri;
  444. border:1px solid #000;
  445. margin-bottom:10px;
  446. }
  447.  
  448. #jamesmcavoy {
  449. width:10px;
  450. height:10px;
  451. padding:2px;
  452. position:fixed;
  453. font-size:9px;
  454. bottom:10px;
  455. right:10px;
  456. border:1px solid #000;
  457. overflow:hidden;
  458. text-transform:uppercase;
  459. color:#fff;
  460. text-align:center;
  461. -webkit-transition:all 1s;
  462. -moz-transition:all 1s;
  463. -ms-transition:all 1s;
  464. -o-transition:all 1s;
  465. transition:all 1s;
  466. }
  467.  
  468. #jamesmcavoy:hover {
  469. width:100px;
  470. color:#000;
  471. -webkit-transition:all 1s;
  472. -moz-transition:all 1s;
  473. -ms-transition:all 1s;
  474. -o-transition:all 1s;
  475. transition:all 1s;
  476. }
  477.  
  478. #jamesmcavoy a {
  479. text-decoration:none;
  480. color:#fff;
  481. }
  482.  
  483. #jamesmcavoy:hover a {
  484. color:#000;
  485. }
  486.  
  487. </style>
  488.  
  489. </head>
  490. <body>
  491.  
  492. <div id="sidebar">
  493. <div id="one"><img src="{image:Sidebar}"></div>
  494. <div id="two">{title}</div>
  495. <div id="three">{description}</div>
  496. <div id="four"><a href="/">home</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>
  497. {block:Pagination}<div id="five">{block:PreviousPage}<span id="leftone"><a href="{PreviousPage}">previous</a></span>{/block:PreviousPage} + {block:NextPage}<span id="rightone"><a href="{NextPage}">next</a></span>{block:NextPage}</div>{/block:Pagination}
  498. </div>
  499.  
  500. <div id="top">
  501.  
  502. </div>
  503.  
  504. <div id="jamesmcavoy"><a href="http://harknesses.tumblr.com">skyrim themes</a></div>
  505.  
  506. <div id="posts">{block:Posts}<div id="postswrap1"><div id="postswrap2">
  507.  
  508. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}<p style="font-weight:lighter">{Body}</p>{/block:Text}
  509.  
  510. {block:Photo}<div id="photo2">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  511.  
  512. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}{/block:Panorama}
  513.  
  514. {block:Photoset}{Photoset-400}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  515.  
  516. {block:Quote}<div id="quote">{Quote}</div><div id="confucius">{block:Source}- {Source}{/block:Source}</div>{/block:Quote}
  517.  
  518. {block:Link}<div id="title"><a href="{URL}" {Target}>{Name} &#8594;</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  519.  
  520. {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}
  521.  
  522. {block:Video}{Video-400}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  523.  
  524. {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}
  525.  
  526.  
  527. {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}
  528.  
  529. </div>
  530.  
  531. <div id="info">{block:Date}<a href="{Permalink}" font-weight"bold">{DayOfWeek} {DayOfMonth}</a>{/block:Date}{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>
  532.  
  533. {block:PostNotes}{PostNotes}{/block:PostNotes}
  534.  
  535. </div>{/block:Posts}</div>
  536.  
  537. </body>
  538. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement