Advertisement
alicescreed

2.1 I Tremble

Oct 27th, 2013
4,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 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:sidebar" content="">
  15. <meta name="image:sbarbg" content="http://static.tumblr.com/xj08tzd/gTdmvc6km/sos.png">
  16. <meta name="image:iconbg" content="http://static.tumblr.com/xj08tzd/3E8mvc7qf/dark_dotted.png">
  17.  
  18. <meta name="text:sidebarmargin" content="150">
  19. <meta name="text:link1" content="/">
  20. <meta name="text:link2" content="/">
  21. <meta name="text:link3" content="/">
  22. <meta name="text:link1title" content="link">
  23. <meta name="text:link2title" content="link">
  24. <meta name="text:link3title" content="link">
  25.  
  26. <meta name="color:scrollbar" content="#eccd00">
  27. <meta name="color:scrollbarbg" content="#f3f0f0">
  28. <meta name="color:infobg" content="#f3f0f0">
  29. <meta name="color:topbar" content="#171717">
  30. <meta name="color:posts" content="#ffffff">
  31. <meta name="color:accent" content="#eccd00">
  32. <meta name="color:text" content="#ababab">
  33. <meta name="color:linksbg" content="#161616">
  34. <meta name="color:links" content="#7c7c7c">
  35. <meta name="color:linkshover" content="#eccd00">
  36.  
  37. <style type="text/css">
  38.  
  39. @import url(http://fonts.googleapis.com/css?family=Petit+Formal+Script);
  40.  
  41. body {
  42. font-family: georgia;
  43. font-size: 9px;
  44. line-height: 150%;
  45. color: {color:text};
  46. }
  47.  
  48. b {
  49. color:{color:accent};
  50. }
  51.  
  52. i {
  53. color:{color:accent};
  54. }
  55.  
  56. u {
  57. color:{color:accent};
  58. }
  59.  
  60. s {
  61. color:{color:accent};
  62. }
  63.  
  64. a {
  65. text-decoration: none;
  66. color: {color:links};
  67. -webkit-transition: opacity 0.7s linear;
  68. -webkit-transition: all 0.3s ease-out;
  69. -moz-transition: all 0.3s ease-out;
  70. transition: all 0.3s ease-out;
  71. }
  72.  
  73. a:hover {
  74. color: {color:linkshover};
  75. -webkit-transition: opacity 0.7s linear;
  76. -webkit-transition: all 0.3s ease-out;
  77. -moz-transition: all 0.3s ease-out;
  78. transition: all 0.3s ease-out;
  79. }
  80.  
  81. #h1 {
  82. font-family: 'Petit formal script';
  83. font-size: 10pt;
  84. text-align: center;
  85. line-height: 150%;
  86. }
  87.  
  88. #h1::first-letter {
  89. color: {color:accent};
  90. }
  91.  
  92. blockquote {
  93. padding-left: 5px;
  94. border-left: 5px solid {color:infobg};
  95. }
  96.  
  97. #sidebar {
  98. margin-left: 180px;
  99. width: 100px;
  100. height: auto;
  101. text-align: justify;
  102. margin-top: {text:sidebarmargin}px;
  103. position: fixed;
  104. }
  105.  
  106. #left {
  107. width: 160px;
  108. background-image: url('{image:sbarbg}');
  109. margin-left: 150px;
  110. margin-top: -60px;
  111. position: fixed;
  112. height: 100%;
  113. }
  114.  
  115. #sbarimg {
  116. margin-bottom: 5px;
  117. }
  118.  
  119. #info {
  120. margin-top: 5px;
  121. font-size: 6pt;
  122. text-transform: uppercase;
  123. text-align: center;
  124. padding: 5px;
  125. border-top: 5px solid {color:infobg};
  126. font-family: cambria;
  127. line-height: 100%;
  128. }
  129.  
  130. #posts {
  131. margin-left: 400px;
  132. margin-top: 100px;
  133. position: float;
  134. }
  135.  
  136. #post {
  137. background-color: #fff;
  138. padding: 5px;
  139. width: 500px;
  140. margin-bottom: 50px;
  141. }
  142.  
  143. #a {
  144. text-align: center;
  145. height: 80px;
  146. padding: 10px;
  147. }
  148.  
  149. #audioplayer {
  150. width: 25px;
  151. height: 25px;
  152. overflow:hidden;
  153. position:absolute;
  154. margin-left: 23px;
  155. margin-top: 23px;
  156. border-radius: 200px;
  157. opacity: 0.8;
  158. filter:alpha(opacity=80);
  159. -moz-opacity: 0.8;
  160. -khtml-opacity: 0.8;
  161. }
  162.  
  163. #albumart {
  164. float:left;
  165. }
  166.  
  167. #title {
  168. color: {color:Accent};
  169. width: 100%;
  170. margin-left: 4px;
  171. margin-top: 2px;
  172. text-align: center;
  173. font-size: 8pt;
  174. font-family: 'Petit Formal Script';
  175. }
  176.  
  177. #pages {
  178. text-align: center;
  179. font-family: cambria;
  180. font-size: 6pt;
  181. }
  182.  
  183. .jump_page {
  184. background-color: transparent;
  185. color: {color:accent};
  186. text-decoration:none;
  187. }
  188.  
  189. .current_page, .jump_page:hover {
  190. background-color: transparent;
  191. text-decoration:none;
  192. color: {color:text};
  193. }
  194.  
  195.  
  196. ::-webkit-scrollbar-thumb:vertical {
  197. background-color: {color:scrollbar};
  198. height:auto;
  199. }
  200.  
  201. ::-webkit-scrollbar-thumb:horizontal {
  202. background-color: {color:scrollbar};
  203. height:5px !important;
  204. }
  205.  
  206. ::-webkit-scrollbar {
  207. height:5px;
  208. width:5px;
  209. background-color: {color:scrollbarbg};
  210. }
  211.  
  212. #cred {
  213. position:fixed;
  214. font-size:15px;
  215. font-weight:normal;
  216. line-height:150%;
  217. letter-spacing:2px;
  218. right:10px;
  219. padding: 4px;
  220. bottom:10px;
  221. text-transform:uppercase;
  222. text-align: center;
  223. }
  224.  
  225. #navlink {
  226. background-color: {color:posts};
  227. padding: 2px;
  228. opacity: .7;
  229. margin-bottom: 2px;
  230. font-size: 6pt;
  231. font-family: cambria;
  232. text-transform: uppercase;
  233. text-align: center;
  234. }
  235.  
  236. #tbar {
  237. width: 100%;
  238. margin-left: -8px;
  239. height: 40px;
  240. position: fixed;
  241. margin-top: -100px;
  242. background-color: {color:topbar};
  243. }
  244.  
  245. #tcon {
  246. margin-left: 500px;
  247. width: 100%;
  248. margin-top: -3px;
  249. position: fixed;
  250. text-align: center;
  251. }
  252.  
  253. #tcon img {
  254. padding-right: 5px;
  255. padding-left: 5px;
  256. background-image: url('{image:iconbg}');
  257. }
  258.  
  259. #nav {
  260. font-size: 6pt;
  261. font-family: cambria;
  262. text-transform: uppercase;
  263. }
  264.  
  265. {CustomCSS}
  266.  
  267. </style>
  268.  
  269. </head>
  270.  
  271. <body>
  272.  
  273. <div id="tbar">
  274.  
  275. <div id="tcon">
  276.  
  277. <table>
  278. <td><img src="{PortraitURL-40}"></td>
  279. <td><div id="title">{title}</div>
  280. <div id="nav"><a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a></div></td>
  281. </table>
  282.  
  283. </div>
  284.  
  285. </div>
  286.  
  287. <div id="cred"><a href="http://amandastjames.tumblr.com">☂</a></div>
  288.  
  289. <div id="left">
  290. </div>
  291.  
  292. <div id="sidebar">
  293. <div id="sbarimg">
  294. <img src="{image:sidebar}" width="94" style="padding: 3px; background-color:{color:posts};">
  295. </div>
  296.  
  297. {Description}
  298.  
  299. <div id="navlink">
  300. <a href="{text:link1}">{text:link1title}</a>
  301. </div>
  302. <div id="navlink">
  303. <a href="{text:link2}">{text:link2title}</a>
  304. </div>
  305. <div id="navlink">
  306. <a href="{text:link2}">{text:link3title}</a>
  307. </div>
  308.  
  309. <div id="pages">
  310. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  311. {block:JumpPagination length="3"}
  312. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  313. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  314. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  315. {/block:Pagination}
  316. </div>
  317.  
  318. </div>
  319.  
  320. <div id="posts">{block:Posts}<div id="post">
  321.  
  322. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  323.  
  324. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  325.  
  326. {Caption}{/block:Caption}{/block:Photo}
  327.  
  328. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  329.  
  330. {/block:Photoset}
  331.  
  332. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  333.  
  334. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  335.  
  336. {Description}{/block:Description}{/block:Link}
  337.  
  338. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  339.  
  340. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  341.  
  342. {block:Audio}
  343. <div id="a">
  344. <div id="audioplayer">{AudioPlayerWhite}</div>
  345. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
  346. {block:TrackName}
  347. <div style="margin-top: 25px;">
  348. <div id="h1">{TrackName}</div>
  349. {/block:TrackName}
  350. <span style="font-family: 'anaheim'; text-transform: uppercase;">{block:Artist}
  351. {Artist} -
  352. {/block:Artist}
  353. {block:Album}
  354. {Album}<br>
  355. {/block:Album}
  356. </span>
  357. </div>
  358. </div>
  359. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  360. {/block:Audio}
  361.  
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<table>
  365. <td><img src="{AskerPortraitURL-24}">
  366. </td>
  367. <td><div style="padding: 5px; width: 440px; margin-left: 5px; background-color:{color:tagslinkbg};">{asker}: {Question}</div>
  368. </td>
  369. </table>
  370. <br>{Answer}{/block:Answer}
  371.  
  372. <div id="info">
  373. {block:Date}
  374. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonth}</a> @ {12Hour}:{Minutes} {CapitalAmPm}
  375. {/block:Date}<Br>
  376. {block:HasTags} {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  377. </div>
  378.  
  379. </div>
  380. {block:PostNotes}{PostNotes}{/block:PostNotes}
  381. {/block:Posts}</div>
  382.  
  383. </body>
  384.  
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement