Advertisement
alicescreed

anacommissions base theme 01

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