Advertisement
khalisar

slowing down

Aug 18th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- theme 16 by snowymako
  11. please don't remove credit or redistribute
  12. i'll break your neck if you do (◕‿◕✿)
  13. thank you-->
  14.  
  15. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  16.  
  17. <style>
  18. div#qTip {
  19. padding: 4px;
  20. display: none;
  21. font-style:none;
  22. text-align: center;
  23. position: absolute;
  24. font-size:10px;
  25. line-height:10px;
  26. font-family:arial;
  27. z-index: 1000;
  28. background:black;
  29. z-index: 9999999;
  30. color: white;
  31. letter-spacing: 1px;
  32. }
  33. </style>
  34.  
  35. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  36. <head>
  37.  
  38. <!-- COLORS -->
  39.  
  40. <meta name="color:background" content="#ffffff"/>
  41. <meta name="color:text" content="#000"/>
  42. <meta name="color:link" content="#bbb"/>
  43. <meta name="color:linkhover" content="#fff"/>
  44. <meta name="color:scrollbar" content="ececec"/>
  45.  
  46.  
  47. <!-- IMAGES -->
  48.  
  49. <meta name="image:sidebar" content=""/>
  50.  
  51.  
  52. <!-- LINKS -->
  53.  
  54. <meta name="image:sidebar" content="/">
  55. <meta name="text:homelink title" content="home">
  56. <meta name="text:link1" content="">
  57. <meta name="text:link1 url" content="/">
  58. <meta name="text:link2" content="">
  59. <meta name="text:link2 url" content="/">
  60. <meta name="text:link3" content="">
  61. <meta name="text:link3 url" content="/">
  62. <meta name="text:link4" content="">
  63. <meta name="text:link4 url" content="/">
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar {background-color:#fff; height:5px; width:9px}
  68. ::-webkit-scrollbar-thumb:vertical {background-color:#999; height:50px;border-radius:10px;border:1px solid #fff;}
  69. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff; height:5px!important}
  70.  
  71. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. /* --- BODY ---*/
  80.  
  81. body {
  82. font-style:none;
  83. background:{color:background};
  84. margin:0px; color:{color:text};
  85. font-family:arial;
  86. font-size:11px;
  87. line-height:100%;
  88.  
  89. }
  90.  
  91. blockquote {
  92. border-left:2px solid #ECECEC;
  93. padding-left:2px;
  94. margin:5px;
  95. }
  96.  
  97. a {
  98. color:{color:link}
  99.  
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. -webkit-transition:all 0.5s ease-in-out;
  105. -moz-transition:all 0.5s ease-in-out;
  106. -o-transition:all 0.5s ease-in-out;
  107. -ms-transition:all 0.5s ease-in-out;
  108. transition:all 0.5s ease-in-out;
  109. }
  110.  
  111. a:hover {
  112. color:{color:linkhover};
  113. border-bottom:1.5px solid;
  114. text-decoration:none;
  115. -webkit-transition:all 0.5s ease-in-out;
  116. -moz-transition:all 0.5s ease-in-out;
  117. -o-transition:all 0.5s ease-in-out;
  118. -ms-transition:all 0.5s ease-in-out;
  119. }
  120.  
  121. img {none;}
  122.  
  123. h1 , h2 {
  124. font-family:arial;
  125. text-transform:none;
  126. font-size:14px;
  127. line-height:30px;
  128. letter-spacing:0px;
  129. text-align:center;
  130. font-style:none;
  131. }
  132.  
  133. #entries {
  134. padding:10px;
  135. width:500px;
  136. margin-left:500px;
  137. margin-top:50px;
  138.  
  139.  
  140. }
  141.  
  142. #post {
  143. width:500px;
  144. padding-bottom:100px;
  145. font-style:none;
  146. padding:15px;
  147. margin-bottom:10px;
  148. }
  149.  
  150.  
  151.  
  152.  
  153. /* --- SIDEBAR ---*/
  154.  
  155.  
  156. #sidebar
  157. {
  158. width:300px;
  159. position:fixed;
  160. margin-left:170px;
  161. margin-top:110px;
  162. }
  163.  
  164. #sidebar {width:100px;}
  165.  
  166. #sidebar img {
  167. width:150px;
  168. height:150px;
  169. margin-bottom:10px;
  170. margin-top: 10px;
  171. padding:3px;
  172. margin-left:90px;
  173. opacity:1;
  174. border-radius: 90px;
  175. border-bottom:none;
  176. -moz-transition-duration:1s;
  177. -webkit-transition-duration:1s;
  178. -o-transition-duration:1s;
  179. }
  180. #sidebarimage {
  181. border-bottom:none;
  182. }
  183.  
  184.  
  185. #stitle {
  186. color:black;
  187. font-family:arial;
  188. font-size:23px;
  189. font-weight:bold;
  190. margin-left:95px;
  191. width:160px;
  192. line-height:110%;
  193.  
  194. }
  195.  
  196. #nav {
  197. position:fixed;
  198. overflow:hidden;
  199. margin-top:150px;
  200. margin-left:315px;
  201. }
  202.  
  203. #link1 a , #link2 a, #link3 a
  204.  
  205. #title
  206. {
  207. font-family:cambria;
  208. text-align:center;
  209. margin-top:-129px;
  210. padding-bottom:0px;
  211. text-transform:none;
  212. font-style:normal;
  213. font-size:10px;
  214. }
  215.  
  216. #description {
  217. margin-left: 95px;
  218. margin-top: 10px;
  219. width: 120px;
  220. line-height: 130%;
  221. text-transform:none;
  222. text-align:justify;
  223. font-family:arial;
  224. font-size: 10px;
  225. color:white;
  226. letter-spacing:1px;
  227. background-color:black;
  228. font-style:none;
  229. padding:10px;
  230. border:4px double white;
  231. opacity:1;
  232. -moz-transition-duration:1s;
  233. -webkit-transition-duration:1s;
  234. -o-transition-duration:1s;
  235. }
  236.  
  237.  
  238. #links {
  239. position: absolute;
  240. display:block;
  241. font-family:arial;
  242. padding-top: 0px;
  243. padding-bottom: 2px;
  244. margin-top: -5px;
  245. margin-left: 109px;
  246. padding-left: 0px;
  247. padding-right: 0px;
  248. letter-spacing: 1px;
  249. height: 10px;
  250. width: 120px;
  251.  
  252. -moz-transition-duration:.7s;
  253. -webkit-transition-duration:.7s;
  254. -o-transition-duration:.7s;
  255. }
  256.  
  257. #links a {
  258. padding:3px;
  259. margin-top: -50px;
  260. margin-left:3px;
  261. font-size: 12x;
  262. font-weight:bold;
  263. font-style:normal;
  264. text-align:center;
  265. text-transform:none;
  266. width: 50px;
  267. border-bottom:none;
  268. -moz-transition-duration:.5s;
  269. -webkit-transition-duration:.5s;
  270. -o-transition-duration:.5s;
  271. }
  272.  
  273. #links a:hover {
  274. border-bottom:1px solid;
  275. margin-top:-10px;
  276. color:white;
  277. background-color:black;
  278. padding:3px;
  279. -moz-transition-duration:.5s;
  280. -webkit-transition-duration:.5s;
  281. -o-transition-duration:.5s;
  282. }
  283.  
  284. #ask {
  285. float:left;
  286. margin-left:10px;
  287. }
  288.  
  289. #asker {
  290. float:left;
  291. margin-right:10px;
  292. margin-top:-5px;
  293. padding-right:2px;
  294. background-color:#fff;
  295. }
  296.  
  297. #asker img {
  298. padding:2px;
  299. -webkit-filter:grayscale(.4);
  300. }
  301.  
  302. #asks {
  303. padding:10px;
  304. width:480px;
  305. height:101%;
  306. font-weight:bold;
  307. background:{color:Accent2};
  308. text-align:left;
  309. font-size:9px;
  310. letter-spacing:1px;
  311. text-transform:uppercase;
  312. color:{color:Accent1};
  313. overflow:hidden;
  314. }
  315.  
  316. #asks a {
  317. color:{color:Accent3};
  318. }
  319.  
  320. #asks a:hover {
  321. color:{color:Accent1};
  322. }
  323.  
  324. #question {
  325. text-transform:none;
  326. font-weight:normal;
  327. letter-spacing:1.5px;
  328. margin-top:0px;
  329. margin-left:7px;
  330. padding-left:15px;
  331. text-align:left;
  332. color:{color:Accent3};
  333. }
  334.  
  335. #answer {
  336. margin-top:-10px;
  337. margin-left:5px;
  338. }
  339.  
  340.  
  341. .note {
  342. padding:0px 20px 0px 20px;
  343. background-color:#fff;
  344. text-transform:lowercase;
  345. letter-spacing:0px;
  346. font-size: 11px;
  347. font-style:normal;
  348. text-align:left;
  349. line-height:120%;
  350. }
  351.  
  352. .note li {
  353. list-style-type:none;
  354. padding:5px 25px 5px 25px;
  355. text-align:left;
  356. margin-right:30px;
  357. margin-top:-50px;
  358. }
  359.  
  360. #info {
  361. font-family:arial;
  362. text-align:center;
  363. margin-top:10px;
  364. padding-top:10px;
  365. padding:0px;
  366. padding-bottom:1px;
  367. text-transform:none;
  368. font-style:none;
  369. font-size:10px;
  370. line-height:100%;
  371. }
  372.  
  373. #RebloggedFrom {
  374. font-family:arial;
  375. text-align:center;
  376. margin-top:-5px;
  377. padding-bottom:0px;
  378. text-transform:none;
  379. font-style:none;
  380. font-size:10px;
  381. }
  382.  
  383. #tags {
  384. font-family:arial;
  385. text-align:left;
  386. margin-top:11px;
  387. opacity:1;
  388. padding-bottom:0px;
  389. text-transform:none;
  390. font-style:none;
  391. font-size:11px;
  392. }
  393.  
  394. #tags a{
  395. border-bottom:1.5px solid;
  396. }
  397.  
  398.  
  399.  
  400.  
  401. #pagination
  402. {
  403. font-size:13px;
  404. margin-top:13px;
  405. margin-left:47px;
  406. font-family:arial;
  407. font-style:normal;
  408. text-align:center;
  409. width:150px;
  410. color: #000;
  411. font-weight:bold;
  412. text-transform:lowercase;
  413. letter-spacing:1px;
  414. -moz-transition-duration:.5s;
  415. -webkit-transition-duration:.5s;
  416. -o-transition-duration:.5s;
  417. }
  418.  
  419. #pagination:hover {
  420. color:#efefef;
  421. -moz-transition-duration:.5s;
  422. -webkit-transition-duration:.5s;
  423. -o-transition-duration:.5s;
  424.  
  425. }
  426.  
  427. #stuffcontainer {
  428. float:left;
  429. margin-left:200px;
  430. margin-top:75px;
  431. text-align:justify;
  432. background-color:#FFFFFF;
  433. color:#FFFFFF;
  434. border:1px;
  435. margin-bottom: 35px;
  436. }
  437.  
  438.  
  439. #stuff {
  440. width:500px;
  441. margin-top:20px;
  442. text-align:justify;
  443. font-size:11px;
  444. font-family:times;
  445. line-height:90%;
  446. letter-spacing:0x;
  447. color:#FFFFFF;
  448. }
  449.  
  450.  
  451. #credit {
  452. font-size:11px;
  453. font-family:arial;
  454. letter-spacing:1px;
  455. -moz-transition-duration:0.5s;
  456. -webkit-transition-duration:0.5s;
  457. -o-transition-duration:0.5s;
  458. overflow:hidden;
  459. width:110px;
  460. }
  461.  
  462. #credit a {
  463. color:white;
  464. background-color:black;
  465. padding:3px;
  466. border:4px double #fff;
  467. position:fixed;
  468. right:2px;
  469. bottom:2px;
  470. width:9px;
  471. height:9px;
  472. overflow:hidden;
  473. text-align:center;
  474. }
  475.  
  476. #credit a:hover {
  477. color:#000;
  478. background-color:#fff;
  479. text-align:center;
  480. border:#000 double 4px;
  481. }
  482.  
  483.  
  484.  
  485.  
  486.  
  487. {CustomCSS}</style></head><body>
  488.  
  489. <div id="sidebar">
  490.  
  491. <div id="links">
  492. <a href="{text:link1 url}" title="{text:link1}">.02</a>
  493. <a href="{text:link2 url}" title="{text:link2}">.03</a>
  494. <a href="{text:link3 url}" title="{text:link3}">.04</a>
  495. <a href="{text:link4 url}" title="{text:link4}">.05</a>
  496.  
  497. </div>
  498.  
  499.  
  500. <div id="sidebarimage" style= border-bottom:none;><a title="{text:homelink title}" href="/" style= border-bottom:none;><img src="{image:sidebar}"></a></div>
  501.  
  502. <div id="stitle">{Title}</div>
  503.  
  504. <div id="description">{Description}</div>
  505.  
  506. <div id="pagination">
  507. {block:Pagination}
  508. <div id="pagination">
  509. {block:PreviousPage}
  510. <a href="{PreviousPage}">back </a>
  511. {/block:PreviousPage}
  512. {block:NextPage}
  513. <a href="{NextPage}"> forth</a>
  514. {/block:NextPage}
  515. </div>
  516. {/block:Pagination}</div>
  517.  
  518.  
  519.  
  520.  
  521. <div id="scrollbar">{scrollbar}</div>
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. {block:HasPages}{block:Pages}
  530.  
  531. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  532.  
  533. </div></center>
  534.  
  535.  
  536. </div></div>
  537.  
  538. </div>
  539.  
  540. <div id="entries">{block:Posts}<div id="post">
  541.  
  542. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  543.  
  544. {block:blockquote}{/block:blockquote}
  545.  
  546.  
  547.  
  548. {block:Photo}
  549. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  550. {/block:Photo}
  551.  
  552. {block:Photoset}
  553. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  554. {/block:Photoset}
  555.  
  556. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  557.  
  558. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  559.  
  560. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  561.  
  562. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  563.  
  564. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  565.  
  566. {block:Answer}<div id="asks"><div id="asker"><img src="{AskerPortraitURL-24}"></div><div id="ask">{Asker} asked: </div><div id="question">{Question}</div></div><br><div id="answer">{Answer}</div>{/block:Answer}
  567.  
  568. <div id="details">
  569. <br><a href="{Permalink}" ><b>{12Hour}:{Minutes}</b> / <b>{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</b></a> •{block:RebloggedFrom} <a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom} •{block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}"> source</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} +<a href="{Permalink}" style="font-weight:bold"> {NoteCount}</a>
  570. {block:HasTags}<div id="tags" style="font-weight:bold">+{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  571. {/block:Posts}
  572. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  573. {/block:Posts}</div></div></div>
  574.  
  575. <div id="credit"><a href="http://winterfell.co.vu/">©</a></center></div>
  576. </div>
  577. </div>
  578. </body>
  579. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement