Advertisement
alicescreed

anacommissions base theme 02

May 5th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />
  11.  
  12. {/block:Description}
  13.  
  14.  
  15. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  17. <script>
  18. (function($){
  19. $(document).ready(function(){
  20. $("[title]").style_my_tooltips({
  21. tip_follows_cursor:true,
  22. tip_delay_time:200,
  23. tip_fade_speed:300
  24. }
  25. );
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30.  
  31. <meta name="image:background" content="">
  32. <meta name="image:info" content="">
  33.  
  34. <meta name="text:Link1URL" content="">
  35. <meta name="text:Link1Title" content="link">
  36. <meta name="text:Link2URL" content="">
  37. <meta name="text:Link2Title" content="link">
  38. <meta name="text:Link3URL" content="">
  39. <meta name="text:Link3Title" content="link">
  40.  
  41. <meta name="color:borders" content="#ffffff">
  42. <meta name="color:scrollbar" content="#ffffff">
  43. <meta name="color:links" content="#9ab5c2">
  44. <meta name="color:accent" content="#9ab5c2">
  45. <meta name="color:text" content="#5e5e5e">
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. body {
  51. font-family: calibri;
  52. color: {color:text};
  53. font-size: 10px;
  54. background-image: url('{image:background}');
  55. background-position: absolute;
  56. background-repeat: no-repeat;
  57. background-position: top left;
  58. text-align: justify;
  59. }
  60.  
  61. #s-m-t-tooltip{
  62. position: absolute;
  63. z-index: 999999999999999999999999999999999999999999999999999999999999;
  64. margin-top: 10px;
  65. margin-left: 5px;
  66. display: block;
  67. background-image: url('{image:info}');
  68. text-align: center;
  69. font-style: italic;
  70. font-family: times;
  71. letter-spacing: 1px;
  72. text-shadow: 1px 1px 4px #e3fffe;
  73. border: 1px {color:borders};
  74. border-style: dashed;
  75. padding: 5px;
  76. font-size: 120%;
  77. margin-bottom: 5px;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color: {color:scrollbar};
  82. height:auto;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background-color: {color:scrollbar};
  87. height:2px !important;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. height:2px;
  92. width:2px;
  93. background-color: transparent;
  94. }
  95.  
  96.  
  97. a {
  98. text-decoration: none;
  99. color: {color:links};
  100. font-weight: bold;
  101. font-size: 130%;
  102. transition-duration: 0.6s;
  103. -moz-transition-duration: 0.6s;
  104. -webkit-transition-duration: 0.6s;
  105. -o-transition-duration: 0.6s;
  106. font-family: 'Playfair Display SC', serif;
  107. letter-spacing: 1px;
  108. text-shadow: 1px 1px 3px #e3fffe;
  109. }
  110.  
  111. i, b, u {
  112. font-size: 120%;
  113. font-family: times;
  114. color: {color:accent};
  115. }
  116.  
  117. a:hover {
  118. text-decoration: none;
  119. font-size: 140%;
  120. color: black;
  121. transition-duration: 0.6s;
  122. -moz-transition-duration: 0.6s;
  123. -webkit-transition-duration: 0.6s;
  124. -o-transition-duration: 0.6s;
  125. text-shadow: 1px 1px 4px #e3fffe;
  126. }
  127.  
  128. h1, h2 {
  129. font-family: times;
  130. color: {color:accent};
  131. font-size: 120%;
  132. }
  133.  
  134. #h1 {
  135. background-color: grey;
  136. padding: 10px;
  137. font-size: 140%;
  138. font-family: times;
  139. font-weight: bold;
  140. font-style: italic;
  141. background-image: url('{image:info}');
  142. text-align: center;
  143. letter-spacing: 1px;
  144. text-shadow: 1px 1px 4px #e3fffe;
  145. border: 1px {color:borders};
  146. color: #000;
  147. border-style: dashed;
  148. }
  149.  
  150.  
  151. small, sup, sub {
  152. font-size: 100%;
  153. }
  154.  
  155. #posts {
  156. position: absolute;
  157. margin-top: 0px;
  158. margin-left: 360px;
  159. width: 400px;
  160. height: 640px;
  161. padding-right: 20px;
  162. overflow: auto;
  163. }
  164.  
  165. #post {
  166. line-height: 150%;
  167. width: 400px;
  168. margin-bottom: 25px;
  169. }
  170.  
  171. #info {
  172. background-color: grey;
  173. padding: 10px;
  174. background-image: url('{image:info}');
  175. text-align: center;
  176. letter-spacing: 1px;
  177. text-shadow: 1px 1px 4px #e3fffe;
  178. border: 1px {color:borders};
  179. color: #000;
  180. border-style: dashed;
  181.  
  182. }
  183.  
  184.  
  185. #info a {
  186. font-size: 100%;
  187. font-style: italic;
  188. color: #000;
  189. transition-duration: 0.6s;
  190. -moz-transition-duration: 0.6s;
  191. -webkit-transition-duration: 0.6s;
  192. -o-transition-duration: 0.6s;
  193. }
  194.  
  195. #info a:hover {
  196. transition-duration: 0.6s;
  197. -moz-transition-duration: 0.6s;
  198. -webkit-transition-duration: 0.6s;
  199. -o-transition-duration: 0.6s;
  200. font-size: 120%;
  201. }
  202.  
  203. #audio {
  204. text-align: center;
  205. height: 90px;
  206. font-size: 8pt;
  207. line-height: 9pt;
  208. }
  209.  
  210.  
  211. #audioplayer {
  212. width: 25px;
  213. height: 25px;
  214. overflow:hidden;
  215. position:absolute;
  216. margin-left: 30px;
  217. margin-top: 23px;
  218. border-radius: 10px;
  219. opacity: 0.8;
  220. filter:alpha(opacity=80);
  221. -moz-opacity: 0.8;
  222. -khtml-opacity: 0.8;
  223. }
  224.  
  225.  
  226. #albumart {
  227. float:left;
  228. margin: 0px 7px;
  229. }
  230.  
  231. #musicinfo {
  232.  
  233. text-transform: uppercase;
  234. margin-top:10px;
  235. }
  236.  
  237. blockquote {
  238. border-left: 2px solid {Color:borders};
  239. padding-left: 10px;
  240. }
  241.  
  242. blockquote img {
  243. max-width: 100%;
  244. }
  245.  
  246.  
  247.  
  248. ol.notes {
  249. text-align: left;
  250. list-style: upper-roman;
  251. padding: 10px;
  252.  
  253. }
  254.  
  255.  
  256.  
  257. #credit {
  258. right:10px;
  259. bottom:7px;
  260. padding:5px;
  261. font-size:10px;
  262. position:fixed;
  263. background-image: url('{image:infobackground}');
  264. text-align: center;
  265. font-style: italic;
  266. font-family: times;
  267. letter-spacing: 1px;
  268. text-shadow: 1px 1px 4px #e3fffe;
  269. border: 1px {color:borders};
  270. border-style: dashed;
  271. padding: 5px;
  272. font-size: 120%;
  273. margin-bottom: 5px;
  274. transition-duration: 0.6s;
  275. -moz-transition-duration: 0.6s;
  276. -webkit-transition-duration: 0.6s;
  277. -o-transition-duration: 0.6s;
  278. }
  279.  
  280.  
  281. #credit a {
  282. color:#fff;
  283. padding:5px;
  284. letter-spacing:1px;
  285. text-decoration:none;
  286. font-weight:bold;
  287. }
  288.  
  289.  
  290. blockquote {
  291. border-left: 1px solid {color:text};
  292. }
  293.  
  294. #sidebar {
  295. position: absolute;
  296. width: 150px;
  297. height: 200px;
  298. margin-left: 143px;
  299. margin-top: 330px;
  300. }
  301.  
  302. #title {
  303. background-color: grey;
  304. padding: 5px;
  305. font-size: 120%;
  306. font-family: times;
  307. font-weight: bold;
  308. font-style: italic;
  309. background-image: url('{image:info}');
  310. text-align: center;
  311. letter-spacing: 1px;
  312. text-shadow: 1px 1px 4px #e3fffe;
  313. border: 1px {color:borders};
  314. color: #000;
  315. border-style: dashed;
  316. margin-bottom: 4px;
  317. }
  318.  
  319. #nav {
  320. text-align: center;
  321. margin-bottom: 4px;
  322. }
  323.  
  324. #nav a {
  325. font-family: calibri;
  326. color: {color:text};
  327. text-transform: uppercase;
  328. text-align: center;
  329. font-size: 80%;
  330. letter-spacing: 2px;
  331. }
  332. </style>
  333.  
  334. </head>
  335.  
  336. <body>
  337.  
  338. <div id="sidebar">
  339.  
  340. <div id="title">{title}</div>
  341.  
  342. <span style="height: 100px; overflow: auto;">{Description}</span>
  343.  
  344. <p>
  345. <div id="title">map</div>
  346. <div id="nav">
  347. <a href="/">home</a><br>
  348. <a href="/ask">message</a><br>
  349. <a href="{text:Link1URL}">{text:Link1Title}</a><br>
  350. <a href="{text:Link2URL}">{text:Link2Title}</a><br>
  351. <a href="{text:Link3URL}">{text:Link3Title}</a>
  352. </div>
  353. <center>
  354. {block:Pagination}
  355. {block:PreviousPage}
  356. <a href="{PreviousPage}">←</a>
  357. {/block:PreviousPage}<a href="{CurrentPage}">{CurrentPage}</a> / <a href="{TotalPages}">{TotalPages}</a> {block:NextPage}<a href="{NextPage}">→</a>
  358. {/block:NextPage}
  359. {/block:Pagination}
  360. </center>
  361.  
  362.  
  363. </div>
  364.  
  365.  
  366. <div id="posts">{block:Posts}<div id="post">
  367.  
  368.  
  369.  
  370. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  371.  
  372. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}
  373.  
  374. {Caption} {/block:Caption}{/block:Photo}
  375.  
  376. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  377.  
  378. {/block:Photoset}
  379.  
  380. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  381.  
  382. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  383.  
  384. {Description}{/block:Description}{/block:Link}
  385.  
  386. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  387.  
  388. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  389.  
  390. {block:Audio}
  391. <div id="audio">
  392. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" style=" border-right: 1px solid {color:borders}; padding: 5px" width="70">{/block:AlbumArt}</div>
  393. {block:TrackName}
  394. <div id="musicinfo" style="margin-top: 5px;">
  395. {AudioPlayerGrey} <br>
  396. {TrackName} by
  397. {/block:TrackName}
  398. {block:Artist}
  399. {Artist}
  400. {/block:Artist}
  401.  
  402. </div>
  403. </div>
  404. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  405. {/block:Audio}
  406.  
  407.  
  408. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  409.  
  410. {block:Answer}
  411. <div id="sidebarh1">
  412. <span style="color: white;">{Asker} asked</span> <br>
  413. <span style="font-style: normal; font-family: calibri; font-size: 110%; font-weight: bold;">" {Question} "</span>
  414. </table>
  415. </div>
  416. {Answer}{/block:Answer}
  417.  
  418. <div id="info">
  419. {block:Date}{TimeAgo}{/block:Date} | <a href="{Permalink}">{NoteCount}</a> notes | {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>
  420. {/block:Tags}{/block:HasTags}
  421. </div>
  422.  
  423. </div>
  424. {block:PostNotes}<Div style="width: 400px;">{PostNotes}</div>{/block:PostNotes}
  425. {/block:Posts}</div>
  426.  
  427. <div id="credit">
  428. <a href="http://anacommissions.tumblr.com/" title="themes & graphics by ANACOMMISSIONS">AC</a>
  429. </div>
  430.  
  431. </div>
  432.  
  433.  
  434.  
  435.  
  436. </body>
  437.  
  438. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement