Advertisement
Guest User

burrito: th-1 insecurisms

a guest
Aug 30th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 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. <head>
  3. <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. theme by insecurisms.
  10.  
  11. do not remove the credit in the bottom right corner. it's
  12. tiny and barely noticable; i think you can handle such a
  13. little mark. i don't care how much you edit this theme as
  14. long at the credit stays intact. if you'd like to use this
  15. as a base code, please contact me.
  16.  
  17. this is my first theme that i've coded so i'm genuinely sorry
  18. for any mistakes. please feel free to contact me @insecurisms
  19. for help if the need arises.
  20.  
  21. TIP: keep the sidebar title between 6-8 letters long. keep
  22. the description very short; three lines at most.
  23. --->
  24.  
  25.  
  26. <meta name="color:background" content="#9a4949"/>
  27. <meta name="color:text" content="#000000"/>
  28. <meta name="color:links" content="#c97951"/>
  29. <meta name="color:linksh" content="#572c1a"/>
  30. <meta name="color:sidelinksh" content="#572c1a"/>
  31. <meta name="color:entries" content="#ffffff"/>
  32. <meta name="color:selection" content="#000000"/>
  33.  
  34. <meta name="image:sidebar" content="" />
  35.  
  36. <meta name="text:link1" content="link1"/>
  37. <meta name="text:link1url" content="link 1 url"/>
  38. <meta name="text:link2" content="link2"/>
  39. <meta name="text:link2url" content="link 2 url"/>
  40. <meta name="text:link3" content="link3"/>
  41. <meta name="text:link3url" content="link 3 url"/>
  42. <meta name="text:link4" content="link4"/>
  43. <meta name="text:link4url" content="link 4 url"/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. ::-webkit-scrollbar-thumb{
  50. background-color: {color:background};
  51. border:{color:background} 2px solid;
  52. height:20px;
  53. }
  54.  
  55. ::-webkit-scrollbar {
  56. height:20px;
  57. width:1px;
  58. background-color: {color:background};
  59. border:5px solid transparent;
  60. }
  61.  
  62.  
  63. body {
  64. background-color:{color:Background};
  65. font-family:arial;
  66. font-size:12px;
  67. color:{color:text};
  68. }
  69.  
  70.  
  71. a {
  72. color:{color:links};
  73. text-decoration:none;
  74. -webkit-transition-duration:.3s;
  75. -moz-transition-duration:.3s;
  76. -o-transition-duration:.3s;
  77. }
  78.  
  79.  
  80. a:hover {
  81. color:{color: links hover};
  82. letter-spacing:1px;
  83. -webkit-transition-duration:.3s;
  84. -moz-transition-duration:.3s;
  85. -o-transition-duration:.3s;
  86. }
  87.  
  88.  
  89. h1 {
  90. font-size:4em;
  91. font-weight:bold;
  92. letter-spacing:-1px;
  93. color:#595959;
  94. }
  95.  
  96.  
  97. b {
  98. color:#000;
  99. font-weight:bold;
  100. }
  101.  
  102. i {
  103. color:#000;
  104. }
  105.  
  106. em {
  107. color:#000;
  108. }
  109.  
  110. big {
  111. color:#000;
  112. font-size:2em;
  113. }
  114.  
  115. strong {
  116. color:#000;
  117. font-weight;
  118. }
  119.  
  120. blockquote {
  121. margin-left:15px;
  122. padding-left:20px;
  123. border-left:2px solid {color:background};
  124. }
  125.  
  126. blockquote blockquote {
  127. margin-left:5px;
  128. padding-left:20px;
  129. border-left:2px solid {color:background};
  130. }
  131.  
  132.  
  133. #fresh {
  134. position:fixed;
  135. margin-left:314px;
  136. margin-top:122px;
  137. font-family:arial;
  138. text-align:left;
  139. font-size:25px;
  140. color:black;
  141. letter-spacing:5px;
  142. text-transform:lowercase;
  143. font-weight:bold;
  144. -webkit-transition-duration:1s;
  145. -moz-transition-duration:1s;
  146. -o-transition-duration:1s;
  147. }
  148.  
  149. #fresh a {
  150. border: 5px {color:entries} solid;
  151. padding:25px;
  152. border-radius:12px;
  153. position:fixed;
  154. color:#000;
  155. -webkit-transition-duration:1s;
  156. -moz-transition-duration:1s;
  157. -o-transition-duration:1s;
  158. }
  159.  
  160. #fresh a:hover {
  161. border: 5px {color:entries} solid;
  162. padding:25px;
  163. border-radius:12px;
  164. letter-spacing: 6px;
  165. color:{color:entries};
  166. -webkit-transition-duration:1s;
  167. -moz-transition-duration:1s;
  168. -o-transition-duration:1s;
  169. }
  170.  
  171.  
  172. #sidebar {
  173. width:300px;
  174. height:200px;
  175. margin-left:325px;
  176. margin-top:211px;
  177. position:fixed;
  178. }
  179.  
  180. #sidebarimage {
  181. width:150px;
  182.  
  183.  
  184. }
  185.  
  186. #sidebarimage img {
  187. height:300px;
  188. width:150px;
  189. border:5px {color:entries} solid;
  190. padding-right:10px;
  191. border-radius:12px;
  192. border-top-right-radius:0px;
  193. border-top-left-radius:0px;
  194. border-top: transparent;
  195. }
  196.  
  197. #desc {
  198. position:fixed;
  199. text-align:center;
  200. margin-left:565px;
  201. margin-top:615px;
  202. width:150px;
  203. color:#fff;
  204. letter-spacing:0.5px;
  205. text-align:justify;
  206. font-family:arial;
  207. font-size:10px;
  208. font-weight:bold;
  209. -moz-transition-duration:0.7s;
  210. -webkit-transition-duration:0.7s;
  211. -o-transition-duration:0.7s;
  212. }
  213.  
  214.  
  215. #links {
  216. margin-left: -2px;
  217. width:150px;
  218. display:inline-block;
  219. font-family:arial;
  220. text-align:right;
  221. font-size:20px;
  222. padding:2px;
  223. font-weight:bold;
  224. margin-top:8px;
  225. color:black;
  226. letter-spacing:6px;
  227. text-transform:lowercase;
  228. }
  229.  
  230.  
  231. #links a {
  232. color:{color:entries};
  233. }
  234.  
  235.  
  236. #links a:hover {
  237. color: {color:sidelinksh};
  238. letter-spacing:10px;
  239. -webkit-transition-duration:.5s;
  240. -moz-transition-duration::.5s;
  241. -o-transition-duration:.5s;
  242. }
  243.  
  244. #postcontainer {
  245. border-radius:50px;
  246. padding:10px;
  247. width:295px;
  248. margin-left:480px;
  249. margin-top:70px;
  250. position:fixed;
  251. overflow:scroll;
  252. overflow-x:hidden;
  253. height:500px;
  254. border:3px transparent solid;
  255. border-style: solid;
  256. background-color: #fff;
  257.  
  258.  
  259. }
  260.  
  261. #post {
  262. margin:10px;
  263. width:250px;
  264. padding:10px;
  265. }
  266.  
  267. .asker {
  268. margin-left:-5px;
  269. border-radius:12px;
  270. border: #000 solid 1px;
  271. background-color:{color:background};
  272. width:100%;
  273. text-align:center;
  274. padding:5px;
  275. font-family:arial;
  276. font-size:22px;
  277. color:#000;
  278. letter-spacing:3px;
  279. text-transform:lowercase;
  280.  
  281. font-weight:bold;
  282. }
  283.  
  284.  
  285. .asker a {
  286. border:none;
  287. }
  288.  
  289. .asker a:hover {
  290. letter-spacing:-1px;
  291. color:#fff;
  292. }
  293.  
  294. .question {
  295. margin-left:-6px;
  296. margin-top:8px;
  297. color:#000;
  298. background-color:#fff;
  299. border-bottom:1px solid #000;
  300. width:100%;
  301. padding:6px;
  302. text-align:center;
  303. font-size:11px;
  304. min-height:20px;
  305. font-style:italic;
  306.  
  307. }
  308.  
  309. .reply {
  310. margin-left:-5px;
  311. padding:5px;
  312. font-size:12px;
  313. }
  314.  
  315. .tags {
  316. font-family:calibri;
  317. width:100%;
  318. font-style:bold;
  319. text-align:center;
  320. line-height:5%;
  321. font-size:11px;
  322. }
  323. .tags a{
  324. font-style:center;
  325. color:{color:links};
  326.  
  327. }
  328. .tags a:hover{
  329. color:{color:linksh};
  330. letter-spacing:2px;
  331. }
  332.  
  333. #info {
  334.  
  335. margin-top:10px;
  336. font-size:9px;
  337. border-radius:12px;
  338. color:#fff;
  339. background-color: #000;
  340. padding-top:7px;
  341. padding-bottom:7px;
  342. text-align:center;
  343. width:100%;
  344. }
  345.  
  346. #info a {
  347.  
  348. color:#fff;
  349. font-size:10px;
  350. }
  351.  
  352.  
  353. ::selection {
  354. background-color:{color:selection};
  355. }
  356.  
  357.  
  358.  
  359. #pagination {
  360. text-align:center;
  361. margin-top:10px;
  362. font-size:25px;
  363. text-transform:lowercase;
  364. letter-spacing:2px;
  365. line-height:16px;
  366. }
  367.  
  368. #pagination a {
  369. color:{color:Background};
  370. margin:15px;
  371. }
  372.  
  373. #pagination a:hover {
  374. color:#000;
  375. }
  376.  
  377. #labl {
  378. text-transform:uppercase;
  379. font-style:bold;
  380. }
  381.  
  382. #lne {
  383. text-transform:lowercase;
  384. font-style:italic;
  385. }
  386.  
  387. #lk {
  388. margin-left:-5px;
  389. width:89%;
  390. color: {color:linksh};
  391. padding:3px;
  392. border-radius:10px;
  393. border: 2px {color:linksh} solid;
  394. font-size:25px;
  395. text-transform:uppercase;
  396. text-align:center;
  397. width:100%;
  398. }
  399.  
  400. #lk a {
  401. text-align:center;
  402. color: {color:links};
  403. }
  404.  
  405. #lk a:hover {
  406. letter-spacing:5px;
  407. color: {color:linksh};
  408. }
  409.  
  410. #cred {
  411. border: #fff 1px solid;
  412. border-radius:8px;
  413. padding:5px;
  414. bottom:10px;
  415. position:fixed;
  416. right:20px;
  417. float:right;
  418. font-family:arial;
  419. font-weight:bold;
  420. color:#fff;
  421. font-size:9px;
  422. letter-spacing:0px;
  423. text-transform:uppercase;
  424. }
  425.  
  426. #cred a {
  427. color:#fff;
  428. }
  429.  
  430. #cred a:hover {
  431. color:#fff;
  432. }
  433.  
  434. #audioplayer {
  435. margin-left:-9px;
  436. text-align:center;
  437. padding:3px;
  438. border-radius:5px;
  439. border:2px {color:linksh} solid;
  440. width:26px;
  441. height:40px;
  442. overflow:hidden;
  443. }
  444.  
  445. #sc {
  446. font-style:bold;
  447. text-transform:uppercase;
  448. text-align:right;
  449. }
  450.  
  451. </style>
  452. </head>
  453. <body>
  454. <div id="desc">{Description}</div>
  455. <div id="fresh"><a href="/">{Title}</a></div>
  456. <div id="sidebar">
  457.  
  458. <div id="sidebarimage">
  459.  
  460. <img src="{image:sidebar}">
  461.  
  462. </div>
  463.  
  464. <div id="links">
  465. <a href="{text:link1url}">{text:link1}</a>
  466. <a href="{text:link2url}">{text:link2}</a>
  467. <a href="{text:link3url}">{text:link3}</a>
  468. <a href="{text:link4url}">{text:link4}</a>
  469.  
  470.  
  471. </div>
  472.  
  473.  
  474. </div>
  475.  
  476. <div id="cred"><a href="http://insecurisms.tumblr.com/">
  477. iscim</a></div>
  478.  
  479.  
  480. <div id="postcontainer">
  481. {block:Posts}
  482. <div id="post">
  483. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  484.  
  485. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}" width="250px"></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  486.  
  487.  
  488. {block:Photoset}
  489. <div class="photoset"><center>{Photoset-250}</center></div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  490.  
  491.  
  492. {block:Video}<center>{Video-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  493.  
  494. {block:Audio}
  495. <center><div id= "audioplayer">♪{AudioPlayerWhite}</div></center>
  496. {/block:Audio}
  497.  
  498.  
  499. {block:Quote}<big><big>&ldquo;</big></big><i>{Quote}</i>&nbsp; &nbsp; &nbsp; {block:Source}<div id="sc"><strong>{Source}.</strong></div>{/block:Source}{/block:Quote}
  500.  
  501.  
  502. {block:Link}<center><div id="lk"><a href="{URL}" {Target}>{Name}</div></a>{block:Description}{Description}{/block:Description}</center>{/block:Link}
  503.  
  504.  
  505.  
  506. {block:Answer}
  507. <div class="asker">
  508. {Asker}</div><div class="question">{Question}</div>
  509. <div class="reply">
  510. {Answer}</div>
  511. {/block:Answer}
  512.  
  513.  
  514. {block:Chat}<center>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div id="labl">{block:Label}<strong>{Label}</strong>{/block:Label}</div><div id="lne">{Line}</div>{/block:Lines}</center>{/block:Chat}
  515.  
  516. <div id="info"><center>
  517. <a href="{Permalink}">{NoteCount} ♥&nbsp;&nbsp;&nbsp;</a>
  518. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}&nbsp;&nbsp;&nbsp;<a href="{SourceURL}">source<a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  519. <br>
  520. </center></div></div>
  521. {block:HasTags}
  522. <div class="tags"><center>
  523. {block:Tags} <a href="{TagURL}">&nbsp; {Tag},&nbsp;</a> {/block:Tags}</div>
  524. </center>{/block:HasTags}
  525. {/block:Posts}
  526. <div id="pagination">
  527. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage} &nbsp; &nbsp; {block:NextPage}<a href="{NextPage}">►</a><br />{/block:NextPage}{/block:Pagination}</center>
  528. </div>
  529.  
  530.  
  531.  
  532.  
  533. </body>
  534. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement