iwtyhe

#28 treacherous

Dec 7th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 9.64 KB | None | 0 0
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <meta name="color:background" content="#FFFFFF"/>
  4. <meta name="color:posts" content="#e8e8e8"/>
  5. <meta name="color:text" content="#000000"/>
  6. <meta name="color:title" content="#000000"/>
  7. <meta name="color:link" content="#000000"/>
  8. <meta name="color:blockquote" content="#000000"/>
  9. <meta name="color:blog title" content="#000000"/>
  10. <meta name="image:Background" content=""/>
  11. <meta name="image:Sidebarpic" content="http://25.media.tumblr.com/tumblr_mdo6vmsmoz1rt2snwo1_250.png"/>
  12. <meta name="if:Show Sidebar Image" content="1"/>
  13. <meta name="if:Show caption" content=""/>
  14. <meta name="if:Infinite scrolling" content="1"/>
  15. <meta name="if:Pagination" content=""/>
  16. <meta name="text:Link 1 Title" content="link 1"/>
  17. <meta name="text:Link 2" content="" />
  18. <meta name="text:Link 2 Title" content="link 2"/>
  19. <meta name="text:Link 3" content="" />
  20. <meta name="text:Link 3 Title" content="link 3"/>
  21. <meta name="text:Link 4" content="" />
  22. <meta name="text:Link 4 Title" content="link 4"/>
  23.  
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}" />{/block:Description}
  26. <title>
  27. {block:PostSummary}
  28. {PostSummary} - {/block:PostSummary}{Title}</title>
  29.  
  30. {block:ifinfinitescrolling}
  31. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"></a>
  33. {/block:ifinfinitescrolling}
  34.  
  35. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  36. <script>
  37. $(document).ready(function(){
  38. $(".description").hide();
  39. $(".blogtitle").click(function(){
  40. $('.description').slideToggle("fast");
  41. return true;
  42. });
  43. });
  44. </script>
  45.  
  46. <style type="text/css">
  47.  
  48. body {
  49. margin:0px;
  50. background-color: {color:Background};
  51. background-image:url({image:Background});
  52. background-attachment: fixed;
  53. background-repeat: repeat;
  54. }
  55. body, div, p, textarea, submit, input{
  56. font-family: georgia;
  57. font-size: 9px;
  58. line-height: 10px;
  59. letter-spacing:0px;
  60. color:{color:Text};
  61. }
  62.  
  63. p {
  64. margin:0px;
  65. margin-top:5px;
  66. }
  67.  
  68. a:link, a:active, a:visited{
  69. text-decoration: none;
  70. color: {color:Link};
  71. }
  72. a:hover {
  73. text-decoration: line-through;
  74. }
  75.  
  76. #center {
  77. margin:auto;
  78. position:relative;
  79. width:540px;
  80. overflow: visible;
  81. }
  82.  
  83. #content {
  84. width:400px;
  85. margin-top: 50px;
  86. }
  87.  
  88.    
  89. @font-face {font-family: "04b03";
  90. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype"); }
  91. @font-face {font-family: "charnarr";
  92. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype");}
  93.  
  94. #linkbox {
  95. margin: 130px 0px 0px 560px;
  96. position: fixed;
  97. padding: 2px;
  98. width: 300px;
  99.  
  100.  
  101. }
  102.  
  103. #links a{
  104. width: 35px;
  105. height: 35px;
  106. background-color:#fff;
  107. font-size:8px;
  108. font-family:'04b03';
  109. text-transform: uppercase;
  110. padding: 2px;
  111. line-height:35px;
  112. color: black;
  113. text-align:center;
  114. -webkit-transition-duration: 1s;
  115. border-top-right-radius:70px;
  116. border-bottom-right-radius:70px;
  117. border-top-left-radius:70px;
  118. border-bottom-left-radius:70px;
  119. display: inline-block;
  120. -webkit-transition-duration: 1s;
  121. padding:2px;
  122. }
  123.  
  124. #links a:hover {
  125. -webkit-transform: rotate(360deg);
  126. -moz-transform: rotate(360deg);
  127. -o-transform: rotate(360deg);
  128. }
  129.  
  130. .menu{
  131. color: #000
  132.  
  133. width: 35px;
  134.  
  135. height: 25px;
  136.  
  137. background-color:#fff;
  138.  
  139. font-size:8px;
  140.  
  141. font-family:'04b03';
  142.  
  143. text-transform: uppercase;
  144.  
  145. margin-top:2px;
  146.  
  147. margin-left:1px;
  148.  
  149. z-index:-10;
  150.  
  151. padding: 2px;
  152.  
  153. line-height:25px;
  154.  
  155. text-align:center;
  156. padding:2px;
  157.  
  158. -webkit-transition-duration: 1s;
  159.  
  160. border-top-right-radius:90px;
  161.  
  162. border-bottom-right-radius:90px;
  163.  
  164. border-top-left-radius:90px;
  165.  
  166. border-bottom-left-radius:90px;
  167.  
  168. display: inline-block;
  169.  
  170. }
  171.  
  172.  
  173.  
  174. .menu:hover {
  175.  
  176.  
  177. -webkit-transition-duration: 1s;
  178.  
  179. -moz-transform: rotate(360deg);
  180.  
  181. -webkit-transform: rotate(360deg);
  182.  
  183. }    
  184.    
  185.  
  186.  
  187. #entry {
  188. margin-top:-40px;
  189. width: 400px;
  190. margin-bottom: 60px;
  191. padding: 7px;
  192. text-align: left;
  193.  background: {color:posts};
  194. }
  195.  
  196. #entry .perma {
  197. position: absolute;
  198. margin-left: -100px;
  199. width: 200px;
  200. text-align: right;
  201. opacity: 0;
  202. z-index: 1000;
  203. transition: all 0.5s ease-out;
  204. -o-transition-transition: all 0.5s ease-out;
  205. -webkit-transition: all 0.5s ease-out;
  206. -moz-transition: all 0.5s ease-out;
  207. }
  208.  
  209. #entry .perma a{
  210. color: {color:text};
  211. }
  212.  
  213. #entry:hover .perma {
  214. opacity: 1;
  215. transition: all 0.5s ease-out;
  216. -o-transition-transition: all 0.5s ease-out;
  217. -webkit-transition: all 0.5s ease-out;
  218. -moz-transition: all 0.5s ease-out;
  219. }
  220.  
  221. #sidebar {
  222. position:fixed !important;
  223. width: 130px;
  224. padding-left: 10px;
  225. margin: 100px 0px 0px 400px;
  226. }
  227.  
  228. .sidepic {
  229. width: 130px;
  230. min-height: 130px;
  231. overflow: hidden;
  232. margin-left: 5px;
  233. background:#eeeeee;
  234. padding:2px;
  235. border: 3px solid #000;
  236. }
  237.  
  238. .sidepic img {
  239. width: 130px;
  240. min-height: 130px;
  241. }
  242.  
  243. #postnotes{
  244. text-align: left;
  245. }
  246.  
  247. #postnotes blockquote{
  248. border: 0px;
  249. }
  250.  
  251. .title{
  252. font-size: 14px;
  253. line-height: 14px;
  254. font-style: italic;
  255. letter-spacing: 2px;
  256. text-transform: lowercase;
  257. color: {color:Title};
  258. }
  259.  
  260. .blogtitle {
  261. font-size: 11px;
  262. letter-spacing: 3px;
  263. cursor: help;
  264. text-align:center;
  265. line-height: 11px;
  266. margin-left: 15px;
  267. text-transform: uppercase;
  268. color: {color:blog title};
  269. }
  270.  
  271. blockquote{
  272. padding:0px 0px 0px 5px;
  273. margin: 5px 0px 2px 10px;
  274. border-left: 3px solid {color:blockquote};
  275. }
  276. blockquote p, ul{
  277. margin:0px;
  278. padding:0px;
  279. }
  280.  
  281. .chat .line{
  282. background-color:#ffffff;
  283. margin: 0 0 1px;
  284. padding: 5px;
  285. }
  286. .chat .line.odd{
  287. background-color:#F0F0F0;
  288. }
  289.  
  290. .label {
  291. font-weight:bold;
  292. }
  293.  
  294. a img{
  295. border: 0px;
  296. }
  297.  
  298. .p {
  299. padding-top: 5px;
  300. }
  301. .ol, ul {
  302. margin-left: 10px;
  303. padding: 5px;
  304. }
  305. .ul {
  306. list-style-type: square;
  307. }
  308.  
  309. .audio {
  310. background: black;
  311. height: 27px;
  312. width: 400px;
  313. }
  314.  
  315. .arrow_box {
  316. position: relative;
  317. background: #000;
  318. }
  319. .arrow_box:after {
  320. top: 100%;
  321. border: solid transparent;
  322. content: " ";
  323. height: 0;
  324. width: 0;
  325. position: absolute;
  326. pointer-events: none;
  327. }
  328.  
  329. .arrow_box:after {
  330. border-color: rgba(0, 0, 0, 0);
  331. border-top-color: #000;
  332. border-width: 10px;
  333. left: 10%;
  334. margin-left: -10px;
  335. }
  336.  
  337. .notes img{
  338. width:10px;
  339. position:left;
  340. top:3px;
  341. }
  342.  
  343. {font-size: 100%;}
  344.  
  345. {CustomCSS}
  346. </style>
  347. <link rel="shortcut icon" href="{Favicon}">
  348. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  349. <meta name="viewport" content="width=820" />
  350.  
  351. </head>
  352. <body>
  353. <div id="center">
  354. <div id="sidebar">
  355. {block:ifshowsidebarimage}<a href="/"><div class="sidepic"><img src="{image:sidebarpic}" width=170px></div></a>{/block:ifshowsidebarimage}
  356. <center><br><div class="blogtitle">{Title}</div></center>
  357. <div class="description"><br><div style="margin-left:15px"><center>{Description}<br>
  358.     <a href="{text:Link 1}">{text:Link 1 Title}</a>
  359.     <a href="{text:Link 2}">{text:Link 2 Title}</a>
  360.     <a href="{text:Link 3}">{text:Link 3 Title}</a>
  361.     <a href="{text:Link 4}">{text:Link 4 Title}</a>
  362. </center></div>
  363. {block:ifpagination}<br><br>
  364. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  365. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  366. {/block:ifpagination}
  367. </div>
  368. </div>
  369.  
  370. <div id="linkbox"><div id="links">
  371. <div id="menu"><a href="/">home</a></div><br>
  372. <div id="menu"><a href="/ask">ask</a></div><br>
  373. <div id="menu"><a href="/archive">archive</a></div><br>
  374. <div id="menu"><a href="http://s-uicidalgirl.tumblr.com">theme</a></div>
  375. </div></div>
  376.  
  377. <br><br><br><br><br><br><br><br><br>
  378. <div id="content">
  379. {block:Posts}
  380. <div id="entry">
  381. {block:IndexPage}<div class="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a><br><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  382.  
  383. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}{Body}{/block:text}
  384.  
  385. {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{/block:link}
  386.  
  387. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  388.  
  389. {block:Photoset}{Photoset-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  390.  
  391. {block:Quote}<span class="title">{Quote}</span>{block:Source}- {Source}{/block:Source}<br>{/block:Quote}
  392.  
  393. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  394. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  395.  
  396. {block:Audio}<div class="audio">{AudioPlayerBlack}</div><div class="arrow_box"></div><br>{block:TrackName}"{TrackName}"{/block:TrackName}{block:Artist}by {Artist}{/block:Artist}
  397. {/block:Audio}
  398.  
  399. {block:Video}{Video-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  400.  
  401. {block:PermalinkPage}
  402. <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  403. {/block:PermalinkPage}
  404.  
  405. {block:PostNotes}{PostNotes}
  406. {/block:PostNotes}</div>{/block:Posts}
  407. </div></div>
  408. </div>
  409. </body>
  410. </html>
Advertisement
Add Comment
Please, Sign In to add comment