Advertisement
alicescreed

#21: G-Rated

Jul 13th, 2013
3,845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 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="color:Accent1" content="#738fd1">
  15. <meta name="color:Accent2" content="#ffdc7f">
  16. <meta name="color:Sidebarbg" content="#f3f3f3">
  17. <meta name="color:Bg" content="#ffffff">
  18. <meta name="color:Text" content="#b5b5b5">
  19.  
  20. <meta name="image:Sidebar" content="">
  21. <meta name="image:Sidebarbg" content="http://static.tumblr.com/tgtto7a/PoImppeiy/debut_light.png">
  22. <meta name="image:Sidebarbg2" content="http://static.tumblr.com/tgtto7a/PoImppeiy/debut_light.png">
  23.  
  24. <meta name="text:Sidebarmargin" content="120">
  25. <meta name="text:link1" content="/">
  26. <meta name="text:link1title" content="link">
  27. <meta name="text:link2" content="/">
  28. <meta name="text:link2title" content="link">
  29. <meta name="text:link3" content="/">
  30. <meta name="text:link3title" content="link">
  31. <meta name="text:link4" content="/">
  32. <meta name="text:link4title" content="link">
  33.  
  34. <style type="text/css">
  35.  
  36. @import url(http://fonts.googleapis.com/css?family=Amatic+SC:700);
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {
  39. background-color: {color:accent1};
  40. height:auto;
  41. border: 0px solid #000;
  42. }
  43.  
  44. ::-webkit-scrollbar-thumb:horizontal {
  45. background-color: {color:accent1};
  46. height:5px !important;
  47. }
  48.  
  49. ::-webkit-scrollbar {
  50. height:2px;
  51. width:4px;
  52. background-color: {color:accent2};
  53. }
  54.  
  55. blockquote {
  56. padding-left: 3px;
  57. border-left: 1px solid;
  58. }
  59.  
  60. body {
  61. color: {color:text};
  62. text-align: justify;
  63. font-family: arial;
  64. font-size: 7pt;
  65. }
  66.  
  67. a {
  68. text-decoration: none;
  69. color: {color:accent1};
  70. text-shadow: 1px 1px {color:accent2};
  71. }
  72.  
  73. a:hover {
  74. text-decoration: none;
  75. color: {color:accent2};
  76. transition-duration: 0.6s;
  77. -moz-transition-duration: 0.6s;
  78. -webkit-transition-duration: 0.6s;
  79. -o-transition-duration: 0.6s;
  80. }
  81.  
  82. #title {
  83. font-family: 'Amatic SC';
  84. color: {color:accent1};
  85. text-shadow: 1px 1px {color:accent2};
  86. font-size: 20pt;
  87. text-align: center;
  88. font-weight: 700;
  89. line-height: 25pt;
  90. border-bottom: 1px dashed {color:accent2};
  91. margin-bottom: 7px;
  92. }
  93.  
  94. h1 {
  95. font-family: 'Amatic SC';
  96. color: {color:accent1};
  97. text-shadow: 1px 1px {color:accent2};
  98. font-size: 20pt;
  99. text-align: center;
  100. font-weight: 700;
  101. line-height: 25pt;
  102. border-bottom: 1px dashed {color:accent2};
  103. margin-bottom: 7px;
  104. }
  105.  
  106. h3 {
  107. font-family: 'Amatic SC';
  108. color: {color:accent1};
  109. text-shadow: 1px 1px {color:accent2};
  110. font-size: 20pt;
  111. text-align: center;
  112. font-weight: 700;
  113. line-height: 25pt;
  114. margin-bottom: 7px;
  115. }
  116.  
  117. #info {
  118. text-align: center;
  119. border-top: 1px dashed {color:accent2};
  120. margin-top: 5px;
  121. text-transform: uppercase;
  122. width: 500px;
  123. padding: 2px;
  124. font-size: 6pt;
  125. }
  126.  
  127. h2 {
  128. font-family: 'Amatic SC';
  129. color: {color:accent1};
  130. text-shadow: 1px 1px {color:accent2};
  131. font-size: 20pt;
  132. text-align: center;
  133. font-weight: 700;
  134. line-height: 25pt;
  135. border-bottom: 1px dashed {color:accent2};
  136. margin-bottom: 7px;
  137. }
  138.  
  139. #sideb {
  140. background-color: {color:sidebarbg};
  141. width: 250px;
  142. height: 100%;
  143. background-image: url('{image:sidebarbg}');
  144. position: fixed;
  145. margin-top: -8px;
  146. margin-left: -8px;
  147. }
  148.  
  149. #side3 {
  150. background-color: {color:sidebarbg};
  151. width: 350px;
  152. height: 100%;
  153. background-image: url('{image:sidebarbg2}');
  154. position: fixed;
  155. margin-top: -8px;
  156. margin-left: 930px;
  157. }
  158.  
  159. #left {
  160. margin-top: {text:sidebarmargin}px;
  161. position: fixed;
  162. margin-left: 30px;
  163. }
  164.  
  165. #simg {
  166. width: 180px;
  167. height: 180px;
  168. margin-bottom: 2px;
  169. }
  170.  
  171. #simg img{
  172. border-radius: 100px;
  173. box-shadow: 4px -1px {color:accent1}, -4px -1px {color:accent2};
  174. }
  175.  
  176. #leftwo {
  177. width: 50px;
  178. height: 100%;
  179. margin-top: -8px;
  180. margin-left: 240px;
  181. position: fixed;
  182. background-color: {color:accent2};
  183. }
  184.  
  185. #desc {
  186. background-color: {color:bg};
  187. padding: 5px;
  188. width: 180px;
  189. }
  190.  
  191. #nav {
  192. position:fixed;
  193. margin-top: 200px;
  194. width: 50px;
  195. }
  196.  
  197. #navlink {
  198. margin-bottom: 2px;
  199. font-family: 'Amatic SC';
  200. text-align: center;
  201. font-size: 14pt;
  202. background-color: {color:bg};
  203. padding: 5px;
  204. text-shadow: 1px 1px {color:accent2}
  205. }
  206.  
  207. #posts {
  208. margin-left: 360px;
  209. position: absolute;
  210. width: 500px;
  211. }
  212.  
  213. #post {
  214. margin-bottom: 50px;
  215. }
  216.  
  217. #cred {
  218. position:fixed;
  219. font-size:12px;
  220. font-weight:normal;
  221. line-height:150%;
  222. background-color: {color:bg};
  223. letter-spacing:2px;
  224. right:10px;
  225. padding: 4px;
  226. bottom:10px;
  227. text-transform:uppercase;
  228. text-align:center;
  229. font-family: 'Amatic SC';
  230. font-weight: 700;
  231. }
  232.  
  233. #audio {
  234. text-align: left;
  235. height: 70px;
  236. color: {color:bg};
  237. font-size: 8pt;
  238. line-height: 9pt;
  239. width: 500px;
  240. background-color: {color:accent1};
  241. }
  242.  
  243. #albumart {
  244. float:left;
  245. margin: 0px 0px;
  246. }
  247.  
  248. #musicinfo {
  249. font-family: 'Amatic SC';
  250. text-shadow: 1px 1px {color:Accent2};
  251. padding: 10px;
  252. font-size: 12pt;
  253. line-height: 105%;
  254. text-align: right;
  255. }
  256.  
  257. #audioplayer {
  258. width: 25px;
  259. height: 25px;
  260. overflow:hidden;
  261. position:absolute;
  262. margin-left: 23px;
  263. margin-top: 23px;
  264. border-radius: 10px;
  265. opacity: 0.8;
  266. filter:alpha(opacity=80);
  267. -moz-opacity: 0.8;
  268. -khtml-opacity: 0.8;
  269. }
  270.  
  271.  
  272. </style>
  273.  
  274. </head>
  275.  
  276. <body>
  277.  
  278. <div id="sideb">
  279. <div id="left">
  280.  
  281. <div id="simg">
  282. <img src="{image:sidebar}">
  283. </div>
  284.  
  285. <div id="title">{Title}</div>
  286.  
  287. <div id="desc">{Description}</div>
  288.  
  289. </div>
  290. </div>
  291.  
  292. <div id="leftwo">
  293.  
  294. <div id="nav">
  295.  
  296. <Div id="navlink"><a href="/">home</a></div>
  297. <Div id="navlink"><a href="/ask">ask</a></div>
  298. <Div id="navlink"><a href="/archive">archive</a></div>
  299. <Div id="navlink"><a href="{text:link1}">{text:link1title}</a></div>
  300. <Div id="navlink"><a href="{text:link2}">{text:link2title}</a></div>
  301. <Div id="navlink"><a href="{text:link3}">{text:link3title}</a></div>
  302. <Div id="navlink"><a href="{text:link4}">{text:link4title}</a></div>
  303. <div id="navlink">
  304.  
  305. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>
  306.  
  307. {/block:PreviousPage}
  308. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}
  309. </div>
  310.  
  311. </div>
  312. </div>
  313.  
  314. </div>
  315.  
  316. <div id="side3"></div>
  317.  
  318. <div id="cred"><a href="http://lutherwest.tumblr.com/">theme</a></div>
  319.  
  320. <div id="posts">
  321.  
  322. {block:Posts}<div id="post">
  323.  
  324. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  325.  
  326. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  327.  
  328. {Caption}{/block:Caption}{/block:Photo}
  329.  
  330. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  331.  
  332. {/block:Photoset}
  333.  
  334. {block:Quote}<h3>{Quote}</h3>{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  335.  
  336. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  337.  
  338. {Description}{/block:Description}{/block:Link}
  339.  
  340. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  341.  
  342. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  343.  
  344. {block:Audio}
  345. <div id="audio">
  346. <div id="audioplayer">{AudioPlayerWhite}</div>
  347. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
  348. {block:TrackName}
  349. <div id="musicinfo"><t><span style="font-size: 16pt;">{TrackName}</span></t><br>
  350. {/block:TrackName}
  351. {block:Artist}
  352. {Artist}<br>
  353. {/block:Artist}
  354. {PlayCountWithLabel}
  355. </div>
  356. </div>
  357. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  358. {/block:Audio}
  359.  
  360. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  361.  
  362. {block:Answer}<div id="ask"><h3>{Asker}: {Question}</h3></div>
  363. {Answer}{/block:Answer}
  364.  
  365. <div id="info">
  366. {block:Date}{TimeAgo}{/block:Date} / <a href="{Permalink}">
  367. <b>{NoteCountWithLabel}</b></a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  368. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  369.  
  370. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
  371.  
  372. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  373.  
  374. {/block:Tags}{/block:HasTags}</div>
  375.  
  376. </div>
  377. {block:PostNotes}{PostNotes}{/block:PostNotes}
  378. {/block:Posts}</div><br><Br>
  379.  
  380.  
  381. </body>
  382.  
  383. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement