Advertisement
GaugaStrikes

Untitled

Oct 4th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 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.  
  4. <!-------------------------------------------
  5. Base Code by Clara
  6. http://mandrakescry.tumblr.com/
  7. No credit is necessary but please do not copy
  8. and redistribute as your own base code.
  9. LIKE/REBLOG IF USING!
  10. -------------------------------------------->
  11. <html>
  12. <head>
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:sidebar link" context="#413f3f">
  16. <meta name="color:link" content="#928f8f">
  17. <meta name="color:post links" content="#928f8f">
  18. <meta name=”image:Background” content=”“/>
  19. <meta name="color:hover" content="#454545">
  20. <meta name="color:info" content="#dadada">
  21. <meta name="color:text" content="#9A9A9A">
  22. <meta name="color:title" content="#0a0a0a">
  23. <meta name="color:sidebar text" content="#a8a6a6">
  24. <meta name="color:tags" content="#dddddd">
  25. <meta name="color:scrollbar" content="#313231">
  26. <meta name="color:border" content="#313231">
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="link 1" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="link 2" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="link 3" />
  36. <meta name="text:Link4" content="" />
  37. <meta name="text:Link4 Title" content="link 4" />
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. a {
  53. color:{color:link};
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. a:hover {
  61. color:{color:hover};
  62. text-decoration:none;
  63. -moz-transition-duration:0.5s;
  64. -webkit-transition-duration:0.5s;
  65. -o-transition-duration:0.5s;
  66. }
  67.  
  68.  
  69. ::-webkit-scrollbar {
  70. height:8px;
  71. width:5px}
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color:{color:scrollbar};
  75. height:50px;
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. background-color:{color:scrollbar};
  80. height:8px!important;
  81. }
  82.  
  83. body {
  84. background-attachment:fixed;
  85. background-image: url(‘{image:Background}’);
  86. background-repeat:no-repeat;
  87.  
  88. background-color:{color:background};
  89. font-family:cambria;
  90. font-weight:normal;
  91. }
  92.  
  93.  
  94.  
  95.  
  96. h1 {
  97. font-weight:normal;
  98. font-size:10px;
  99. text-align:center;
  100. font-style:normal;
  101. line-height:80%;
  102. letter-spacing:1px;
  103. text-transform:uppercase;
  104. color:{color:text};
  105. }
  106.  
  107. h2 {
  108. font-size:18px;
  109. text-align:left;
  110. line-height:100%;
  111. letter-spacing:-0.5px;
  112. font-family: vernada;
  113. color:{color:title};
  114. font-weight:normal;
  115. padding:5px;
  116. padding-bottom:2px;
  117. }
  118.  
  119.  
  120. blockquote {
  121. border-left:2px solid {color:text};
  122. padding-left:5px;
  123. margin:5px;
  124. }
  125.  
  126.  
  127.  
  128. #sidebar {
  129. position:fixed;
  130. margin-left:170px;
  131. width: 150px;
  132. margin-top:120px;
  133. background-color: transparent ;
  134. padding:0px 5px 0px;
  135. }
  136.  
  137.  
  138. #simg img {
  139. width:120px;
  140. height:120px;
  141. margin-left:10px;
  142. padding:4px;
  143. border: 1px dotted {color:border};
  144. }
  145.  
  146. #description {
  147. width:150px;
  148. margin-top:5px;
  149. font-size: 10px;
  150. color:{color:sidebar text};
  151. line-height: 18px;
  152. text-align:center;
  153. line-height:10px;
  154. padding:5px 0px 5px;
  155. }
  156.  
  157. .pagination {
  158. margin-top:5px;
  159. text-align:right;
  160. font-size:9px;
  161. width:150px;
  162. }
  163.  
  164.  
  165.  
  166. .links {
  167. margin-top:5px;
  168. width: 150px;
  169. font-size: 8px;
  170. font-family: verdana;
  171. text-transform: uppercase;
  172. text-align: center;
  173. }
  174.  
  175. .links a {
  176. padding:3px;
  177. color: {color:sidebar link};
  178. margin-bottom: 8px;
  179. width: 70px;
  180. -webkit-transition:0.3s linear;
  181. }
  182.  
  183. .links a:hover {
  184. color:{color:hover};
  185. }
  186.  
  187.  
  188. #stuffcontainer {
  189. position:fixed;
  190.  
  191. overflow:scroll;
  192.  
  193. overflow-x:hidden;
  194.  
  195. height:70%;
  196.  
  197. border:2px dotted;
  198.  
  199. background-color: #040303;
  200.  
  201. float:left;
  202. margin-left:500px;
  203. margin-top:-10px;
  204. text-align:justify;
  205. color:{color:text};
  206. margin-bottom: 35px;
  207. }
  208.  
  209.  
  210. #stuff {
  211. width:500px;
  212. margin-top:45px;
  213. text-align:justify;
  214. font-size:11px;
  215. line-height:90%;
  216. letter-spacing:0x;
  217. color:{color:text};
  218. }
  219.  
  220. .caption {
  221. width:500px;
  222. text-align:justify;
  223. line-height:120%;
  224. }
  225.  
  226. .asker {
  227. padding:10px;
  228. font-family:cambria;
  229. letter-spacing:1px;
  230. text-align:left;
  231. text-transform:none;
  232. }
  233.  
  234. .ans {
  235. text-align:left;
  236. padding:10px;
  237. color:{color:text};
  238. }
  239.  
  240. .audio {
  241. width:500px;
  242. padding-bottom:10px;
  243. background-color:{color:infobg};
  244. }
  245.  
  246. .albumart {
  247. float:left;
  248. padding:0px 10px 10px 0px;
  249. }
  250.  
  251. .albumart img {
  252. width:45px;
  253. height:45px;
  254. }
  255.  
  256. .playercontainer {
  257. text-align:left;
  258. padding:10px;
  259. background-color:#ffffff;
  260. width:480px;
  261. }
  262.  
  263. .audioinfo {
  264. padding:10px;
  265. color:{color:text};
  266. }
  267.  
  268. #postinfo {
  269. width:490px;
  270. padding:5px;
  271. font-size:8px;
  272. color:{color:link};
  273. text-transform:uppercase;
  274. font-style:normal;
  275. letter-spacing:2px;
  276. text-align:center;
  277. -moz-transition-duration:0.5s;
  278. -webkit-transition-duration:0.5s;
  279. -o-transition-duration:0.5s;
  280. background:{color:info};
  281. }
  282.  
  283. #postinfo a {
  284. color:{color:post links};
  285. text-align:center;
  286. letter-spacing:1px;
  287. font-style:normal;
  288. }
  289.  
  290. #postinfo a:hover {
  291. color:{color:hover};
  292. }
  293.  
  294. .note {
  295. text-transform:uppercase;
  296. font-style:normal;
  297. letter-spacing:0px;
  298. font-size: 9px;
  299. text-align:left;
  300. line-height:90%;
  301. margin-left:-40px;
  302. }
  303.  
  304. .note li {
  305. list-style-type:none;
  306. padding:10px 25px 10px 25px;
  307. text-align:left;
  308. margin:0px;
  309. -moz-transition-duration:0.5s;
  310. -webkit-transition-duration:0.5s;
  311. -o-transition-duration:0.5s;
  312. }
  313.  
  314. .tags {
  315. font-style:normal;
  316. width:500px;
  317. text-transform:uppercase;
  318. font-style:normal;
  319. color:{color:tags};
  320. letter-spacing:2px;
  321. line-height:120%;
  322. font-size:8px;
  323. text-align:left;
  324. padding:2px;
  325. -moz-transition-duration:0.5s;
  326. -webkit-transition-duration:0.5s;
  327. -o-transition-duration:0.5s;
  328. }
  329.  
  330. .tags a {
  331. color:{color:tags};
  332. letter-spacing:1px;
  333. padding:1px;
  334. }
  335.  
  336. .tags a:hover {
  337. color:{color:link};
  338. }
  339.  
  340. ul.chat, .chat ol, .chat li {
  341. list-style:none;
  342. margin:0px;
  343. padding:2px;
  344. }
  345.  
  346. .label {
  347. text-decoration:underline;
  348. font-weight:700;
  349. background-color:{color:infobg};
  350. margin-right:5px;
  351. }
  352.  
  353.  
  354.  
  355.  
  356.  
  357. .credit {
  358. position:fixed;
  359. bottom:4px;
  360. right:8px;
  361. font: 9px consolas;
  362. border:1px solid {color:border};
  363. text-transform:uppercase;
  364. letter-spacing: 0px;
  365. padding: 2px;
  366. }
  367.  
  368. .credit a{
  369. color: {color:link};
  370. opacity:0.8;
  371. }
  372.  
  373. .credit a:hover{
  374. color:{color:hover};
  375. opacity:1.0;
  376. }
  377.  
  378.  
  379. {CustomCSS}
  380. </style>
  381. </head>
  382.  
  383. <div id="sidebar">
  384. <div id="title">{Title}</div>
  385. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  386. <div id="links">
  387. <a href="{text:link 1 url}">{text:link 1}</a>
  388. <a href="{text:link 2 url}">{text:link 2}</a>
  389. <a href="{text:link 3 url}">{text:link 3}</a>
  390. <a href="{text:link 4 url}">{text:link 4}</a>
  391.  
  392. </div>
  393.  
  394.  
  395. <div id="description">
  396. {block:Description}{Description}{/block:Description}
  397. </div>
  398.  
  399.  
  400.  
  401.  
  402. <div class="pagination">
  403. {block:Pagination}
  404. {block:PreviousPage}<a href="{PreviousPage}"><b><big>-</big></b></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><b><big>+</big></b></a>
  405. {/block:NextPage}
  406. {/block:Pagination}
  407. </div>
  408. </div>
  409.  
  410. </div>
  411.  
  412. <div id="stuffcontainer">
  413.  
  414. {block:Posts}
  415.  
  416. <div id="stuff">
  417.  
  418. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  419.  
  420. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  421.  
  422. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  423. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  424.  
  425. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  426.  
  427. {block:Photoset}<center>{Photoset-500}</center>
  428. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  429.  
  430. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  431.  
  432. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  433.  
  434. {block:Answer}<div id="asker" style="margin-left:-5px;width:500px;"><span style="font-family:cambria;font-size:12px;font-style:italic; margin-left:15px;">{Asker} whispered: {Question}</span></div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/block:Answer}
  435.  
  436. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  437. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  438. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  439. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  440. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  441.  
  442. <p>
  443.  
  444. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  445. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  446. {block:HasTags}
  447. <div class="tags">
  448. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  449. {/block:HasTags}
  450. <div class="note">
  451. {block:PostNotes}{PostNotes}{/block:PostNotes}
  452. </div>
  453. </div>
  454. {/block:Posts}
  455.  
  456.  
  457. </div>
  458.  
  459. <div class="credit"><a href="http://mandrakescry.tumblr.com/"><center>credit</center></a></div>
  460.  
  461. </body>
  462.  
  463.  
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement