Advertisement
fnialljames

#3

Jan 12th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- BY FUCKNIALLJAMES AKA KATY -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:bg" content="#ffffff">
  18. <meta name="color:link" content="#bbb8b8">
  19. <meta name="color:text" content="#9a9a9a">
  20. <meta name="color:tags" content="#b9b7b7">
  21. <meta name="color:ask" content="#fcfcfc">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#d6d5d5">
  25.  
  26.  
  27. <meta name="image:sidebar" content="/">
  28.  
  29. <meta name="text:Link 1 Title" content="/">
  30. <meta name="text:Link 1" content="/">
  31. <meta name="text:Link 2 Title" content="/">
  32. <meta name="text:Link 2" content="/">
  33. <meta name="text:Link 3 Title" content="/">
  34. <meta name="text:Link 3" content="/">
  35.  
  36.  
  37.  
  38. <meta name="if:Cursor" content="1">
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. /*--scrollbar--*/
  45.  
  46. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  47. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  48. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  49. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  50. }
  51. /*--body--*/
  52.  
  53.  
  54. body {
  55. font-style:none;
  56. background-color:{color:bg};
  57. font-family:calibri;
  58. color:#000;
  59. font-size:9px;
  60. }
  61.  
  62.  
  63. a {
  64. color:#000;
  65. text-decoration:none;
  66. -webkit-transition: all 0.5s ease-out;
  67. -moz-transition: all 0.5s ease-out;
  68. transition: all 0.5s ease-out;
  69. }
  70.  
  71. a:hover {
  72. color:#b3afaf;
  73. text-decoration:none;
  74. -webkit-transition: all 0.8s ease-out;
  75. -moz-transition: all 0.8s ease-out;
  76. transition: all 0.8s ease-out;
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid {color:border};
  86. }
  87.  
  88. h1 {
  89. font-size:10px;
  90. }
  91.  
  92. /*--Cursor code--*/
  93.  
  94. {block:ifCursor}
  95.  
  96. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  97.  
  98. {/block:ifCursor}
  99.  
  100.  
  101.  
  102. /*--sidebar--*/
  103.  
  104. #sidebar {
  105. position:fixed;
  106. width:200px;
  107. margin-left:200px;
  108. margin-top:140px;
  109. border: 4px double #000;
  110. width: 205px;
  111. height: 185px;
  112. }
  113.  
  114.  
  115. #sidebarimage {
  116. width:200px;
  117. }
  118.  
  119. #sidebarimage img {
  120. width:200px;
  121. padding:3px;
  122. margin-left: ;
  123. }
  124.  
  125. /*--links--*/
  126.  
  127. #links {
  128. margin-top:20px;
  129. width:200px;
  130. margin-left:-2px;
  131. font-family:'calibri';
  132. text-transform:uppercase;
  133. text-align:center;
  134. }
  135.  
  136. #links a {
  137. padding:3px;
  138. font-size:9px;
  139. }
  140.  
  141. #links a:hover {
  142. color:{color:hover};
  143. }
  144.  
  145. /*--description--*/
  146.  
  147. #description {
  148. margin-top:10px;
  149. margin-left:5px;
  150. width:200px;
  151. font-family:'century gothic';
  152. font-size:11px;
  153. text-align:center;
  154. }
  155.  
  156. /*--pagination--*/
  157.  
  158. #pagination {
  159. margin-top:-40px;
  160. margin-left:5px;
  161. font-style:italic;
  162. text-align:center;
  163. font-size:9px;
  164. font-family:'century gothic';
  165. color:#000;
  166. }
  167.  
  168. #pagination a{
  169. color:#000;
  170. }
  171.  
  172. #pagination a:hover {
  173. color:#b3afaf;
  174. }
  175.  
  176. /*--posts--*/
  177.  
  178. #posts {
  179. width:500px;
  180. margin-bottom:10px;
  181. padding:1px;
  182. font-size:11px;
  183. color:#000;
  184. line-height:90%;
  185. text-align:justify;
  186. }
  187.  
  188. #postscontainer {
  189. margin-bottom:20px;
  190. padding:1px;
  191. margin-left:540px;
  192. margin-top:55px;
  193. }
  194.  
  195.  
  196. #info {
  197. margin-bottom:10px;
  198. font-size:8px;
  199. margin-top:10px;
  200. text-align:left;
  201. padding:5px;
  202. color:#000;
  203. border-top:1px solid #fff;
  204. }
  205.  
  206.  
  207. #notes {
  208. margin-left:0px;
  209. margin-top:0px;
  210. }
  211.  
  212. #rightinfo {
  213. text-transform:uppercase;
  214. font-size:8px;
  215. margin-left:40px;
  216. text-align:justify;
  217. padding:3px;
  218. margin-top:-12px;
  219. color:#000;
  220. }
  221.  
  222. #rightinfo a {
  223. color:#000;
  224. }
  225.  
  226. #rightinfo a:hover {
  227. color:#b3afaf;
  228. }
  229.  
  230. /*--audio--*/
  231.  
  232. #audioinfo {
  233. padding:10px;
  234. color:{color:text};
  235. }
  236.  
  237. /*--tags--*/
  238.  
  239. #tags {
  240. width:490px;
  241. margin-left:-4px;
  242. margin-top:7px;
  243. font-size:8px;
  244. color:#000:
  245. }
  246.  
  247. #tags a {
  248. color:#000;
  249. }
  250.  
  251. #tags a:hover {
  252. color:#b3afaf
  253. }
  254.  
  255. /*--asks--*/
  256.  
  257. #askbg {
  258. padding:12px;
  259. background-color:{color:ask};
  260. }
  261.  
  262. #ask {
  263. margin-top:-10px;
  264. font-family:'century gothic';
  265. text-align:left;
  266. }
  267.  
  268. #ask img {
  269. margin-top:30px;
  270. width:50px;
  271. }
  272.  
  273. /*--credit--*/
  274.  
  275. #credit {
  276. right:3px;
  277. bottom:6px;
  278. font-size:9px;
  279. padding:5px;
  280. color:{color:text};
  281. background-color:#fafafa;
  282. text-transform:uppercase;
  283. position:fixed;
  284. -webkit-transition: all 0.5s ease-out;
  285. -moz-transition: all 0.5s ease-out;
  286. transition: all 0.5s ease-out;
  287. }
  288.  
  289. #credit:hover {
  290. text-decoration:underline;
  291. color:{text:hover};
  292. }
  293.  
  294.  
  295. {CustomCSS}
  296.  
  297. </style></head>
  298.  
  299.  
  300. <body>
  301.  
  302. <div id="sidebar">
  303. <div id="sidebarimage">
  304. <img src="{image:sidebar}"></div>
  305.  
  306.  
  307. <div id="description">{description}</div>
  308.  
  309. <div align="left"></div><div id="links">
  310. <select onChange="location=this.options[this.selectedIndex].value;" style="width:140px;font-family:'century gothic'; font-size: 11px; letter-spacing: 2px;">
  311. <option value="/">navigation</option>
  312. <option value="/">home</option>
  313. <option value="/ask">messages</option>
  314. <option value="{text:Link 1 url}">{text:Link 1 Title}</option>
  315. <option value="{text:Link 2 url}">{text:Link 2 Title}</option>
  316. <option value="{text:Link 3 url}">{text:Link 3 Title}</option>
  317. <option value="http://fucknialljames.tumblr.com">©</option>
  318. </select></div>
  319.  
  320.  
  321.  
  322. {block:Pagination}
  323. <div id="pagination">
  324.  
  325. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  326. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  327. </div>{/block:Pagination}
  328.  
  329. </div></div>
  330.  
  331.  
  332. <div id="postscontainer">
  333.  
  334. {block:Posts}
  335. {block:ContentSource}
  336. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  337. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  338. {/block:SourceLogo}
  339. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  340. {/block:ContentSource}
  341.  
  342. <div id="posts">
  343.  
  344.  
  345. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  346.  
  347.  
  348. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  349.  
  350. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  351.  
  352. {block:Quote}<big><em>"{Quote}"</em></big>{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  353.  
  354. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  355.  
  356. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  357.  
  358. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}<div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>{/block:Audio}
  359.  
  360. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  361.  
  362. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} whispered: {Question}</div> {Answer}{/block:Answer}
  363.  
  364. <div id="info"><div id="notes"><a href="{Permalink}">
  365. {NoteCount} notes</a></div>
  366. <div id="rightinfo"><a href="{Permalink}">
  367. </a></a>{block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom}</div>
  368. {block:HasTags} <div id="tags">{block:Tags} +<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  369.  
  370.  
  371. </div>
  372.  
  373. {/block:Posts}
  374.  
  375. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  376. {/block:Posts}
  377.  
  378. </div>
  379.  
  380.  
  381. <div id="credit"><a href="http://fucknialljames.tumblr.com/">NJ</a>
  382. </body>
  383. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement