Advertisement
BrainPEWPThemes

Single Column Theme

Mar 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5.  
  6. <!--
  7. This theme was created by BrainPEWP THEMES. :) It is a FREE theme, so please abide by the following rules:
  8. - Do not remove credits.
  9. - Do not use this theme as a base code.
  10. -->
  11.  
  12.  
  13. <!-- DEFAULTS -->
  14. <meta name="color:Background Color" content="#ffffff" />
  15. <meta name="image:Blog BG Img" content="" />
  16. <meta name="font:Primary Font" content="" />
  17. <meta name="font:Secondary Font" content="" />
  18. <meta name="font:Tertiary Font" content="" />
  19. <meta name="color:Title Font Color" content="#000000" />
  20. <meta name="color:Description Font Color" content="#000000" />
  21. <meta name="color:Body Font Color" content="#000000" />
  22. <meta name="color:Sidebar BG Color" content="#808080" />
  23. <meta name="image:Sidebar BG Img" content="" />
  24. <meta name="color:Post BG Color" content="#808080" />
  25. <meta name="image:Post BG Img" content="" />
  26. <meta name="color:Border Color" content="#000000" />
  27. <meta name="color:Blockquote Border Color" content="#000000" />
  28. <meta name="color:Links" content="#ffffff" />
  29.  
  30. <!-- IF -->
  31. <meta name="if:Show Avatar" content="1" />
  32. <meta name="if:Show Date" content="1" />
  33.  
  34. <!-- LINKS -->
  35. <meta name="text:link 1" content="" />
  36. <meta name="text:link 1 URL" content="" />
  37. <meta name="text:link 2" content="" />
  38. <meta name="text:link 2 URL" content="" />
  39. <meta name="text:link 3" content="" />
  40. <meta name="text:link 3 URL" content="" />
  41. <meta name="text:link 4" content="" />
  42. <meta name="text:link 4 URL" content="" />
  43.  
  44. <!-- FONTS -->
  45. <link href="https://fonts.googleapis.com/css?family=Cabin+Sketch|Crimson+Text|Nixie+One|Overpass+Mono|Roboto|Source+Sans+Pro:300" rel="stylesheet">
  46.  
  47.  
  48. <!-- HEAD CODING -->
  49. <title>{Title}</title>
  50. {block:Description}
  51. <meta name="Description" content="MetaDescription" />
  52. {/block:Description}
  53.  
  54. <!-- STYLES -->
  55. <style>
  56.  
  57.  
  58. body {
  59. background: {color:Background Color};
  60. background-image: url('{image:Blog BG Img}');
  61. overflow: scroll;
  62. margin-left:auto;
  63. margin-right:auto;
  64. }
  65. #header {
  66. float:top;
  67. text-align:center;
  68. top:0px;
  69. position:relative;
  70. margin-top:20px;
  71. margin-left:auto;
  72. margin-right:auto;
  73. width:512px;
  74. height:auto;
  75. background: {color:Sidebar BG Color};
  76. background-image: url('{image:Sidebar BG Img}');
  77. overflow:hidden;
  78. border: 1px dashed {color:Border Color};
  79. }
  80. #description {
  81. font-size:15px;
  82. font-weight:normal;
  83. }
  84. #pagination1 {
  85. font-size:27px;
  86. }
  87. #header img {
  88. outline:1px dashed {color:border color};
  89. outline-offset:-7px;
  90. width:100px;
  91. height:auto;
  92. }
  93. h1 {
  94. text-align: center;
  95. text-decoration:none;
  96. color: {color:Title Font Color};
  97. font-family: {font:Primary Font}, sans-serif;
  98. background:transparent;
  99. font-weight:normal;
  100. font-size:50px;
  101. line-height:50px;
  102. letter-spacing:4px;
  103. }
  104. h2 {
  105. width:500px;
  106. margin-left:auto;
  107. margin-right:auto;
  108. text-align: center;
  109. background: {color:Sidebar BG Color};
  110. color: {color:Description Font Color};
  111. font-family: {font:Tertiary Font}, sans-serif;
  112. background:transparent;
  113. line-height:20px;
  114. font-size:15px;
  115. font-weight:normal;
  116. }
  117. h3 {
  118. width:auto;
  119. margin-left:auto;
  120. margin-right:auto;
  121. text-align: center;
  122. background: {color:Sidebar BG Color};
  123. color: {color:Title Font Color};
  124. font-family: {font:Primary Font}, sans-serif;
  125. background:transparent;
  126. font-size:30px;
  127. line-height:40px;
  128. font-weight:normal;
  129. letter-spacing:2px;
  130. }
  131. #nav {
  132. margin-top:50px;
  133. text-transform:uppercase;
  134. font-family: {font:Secondary Font}, sans-serif;
  135. font-size:30px;
  136. letter-spacing:2px;
  137. }
  138. p {
  139. line-height:100%;
  140. }
  141. a {
  142. text-decoration: none;
  143. font-weight:normal;
  144. color: {color:Links};
  145. }
  146.  
  147. #posts {
  148. display:block;
  149. padding-top:2px;
  150. padding-left:50%;
  151. margin-left:-255px;
  152. padding-bottom:2px;
  153. height:100%;
  154. margin-top:10px;
  155. margin-bottom:10px;
  156. font-family: {font:Tertiary Font}, sans-serif;
  157. font-size:14px;
  158. line-height:14px;
  159. color: {color:Body Font Color};
  160. }
  161. #posts img {
  162. outline:1px solid {color:border color};
  163. opacity:1;
  164. text-align:center;
  165. }
  166. #posts blockquote {
  167. display:block;
  168. overflow:hidden;
  169. padding: 3px 3px 3px 3px;
  170. margin:3px 3px 3px 3px;
  171. border-left:1px solid {color:Blockquote Border Color}
  172. }
  173. #posts blockquote p, #posts blockquote p img {
  174. margin:3px 3px 3px 3px;
  175. width:100%;
  176. }
  177. #posts blockquote img {
  178. max-width:100%;
  179. height:auto;
  180. text-align:left
  181. }
  182. figure img {
  183. width:100%;
  184. text-align:left;
  185. height:auto;
  186. margin:0px;
  187. padding:0px;
  188. }
  189. .text {
  190. width:500px;
  191. height:auto;
  192. {block:permalink}
  193. height:auto;
  194. width:500px;
  195. {/block:permalink}
  196. float:;;
  197. padding:5px;
  198.  
  199. margin-bottom:10px;
  200. overflow-y:scroll;
  201. overflow-x:hidden;
  202. outline:2px dashed {color:Border Color};
  203. background: {color:Post BG Color};
  204. background-image: url('{image:Post BG Img}');
  205. }
  206. .text img {
  207. width:100px;
  208. }
  209. .photo {
  210. width:500px;
  211. height:auto;
  212. {block:permalink}
  213. height:auto;
  214. width:500px;
  215. {/block:permalink}
  216.  
  217. margin-bottom:10px;
  218. float:;;
  219. padding:5px;
  220. overflow-y:scroll;
  221. overflow-x:hidden;
  222. outline: 2px dashed {color:Border Color};
  223. background: {color:Post BG Color};
  224. background-image: url('{image:Post BG Img}');
  225. }
  226.  
  227. .quote {
  228. width:500px;
  229. height:auto;
  230. {block:permalink}
  231. height:auto;
  232. width:500px;
  233. {/block:permalink}
  234.  
  235. margin-bottom:10px;
  236. float:;;
  237. padding:5px;
  238. overflow-y:scroll;
  239. overflow-x:hidden;
  240. outline: 2px dashed {color:Border Color};
  241. background: {color:Post BG Color};
  242. background-image: url('{image:Post BG Img}');
  243. }
  244. .link {
  245. width:500px;
  246. height:auto;
  247. {block:permalink}
  248. height:auto;
  249. width:500px;
  250. {/block:permalink}
  251.  
  252. margin-bottom:10px;
  253. float:;;
  254. padding:5px;
  255. overflow-y:scroll;
  256. overflow-x:hidden;
  257. outline: 2px dashed {color:Border Color};
  258. background: {color:Post BG Color};
  259. background-image: url('{image:Post BG Img}');
  260. }
  261. .chat {
  262. width:500px;
  263. height:auto;
  264. {block:permalink}
  265. height:auto;
  266. width:500px;
  267. {/block:permalink}
  268.  
  269. margin-bottom:10px;
  270. float:;;
  271. padding:5px;
  272. overflow-y:scroll;
  273. overflow-x:hidden;
  274. outline: 2px dashed {color:Border Color};
  275. background: {color:Post BG Color};
  276. background-image: url('{image:Post BG Img}');
  277. }
  278. .video {
  279. width:500px;
  280. height:auto;
  281. {block:permalink}
  282. height:auto;
  283. width:500px;
  284. {/block:permalink}
  285.  
  286. margin-bottom:10px;
  287. float:;;
  288. padding:5px;
  289. overflow-y:scroll;
  290. overflow-x:hidden;
  291. outline: 2px dashed {color:Border Color};
  292. background: {color:Post BG Color};
  293. background-image: url('{image:Post BG Img}');
  294. }
  295. .panorama {
  296. width:500px;
  297. height:auto;
  298. {block:permalink}
  299. height:auto;
  300. width:500px;
  301. {/block:permalink}
  302.  
  303. margin-bottom:10px;
  304. float:;;
  305. padding:5px;
  306. overflow-y:scroll;
  307. overflow-x:hidden;
  308. outline: 2px dashed {color:Border Color};
  309. background: {color:Post BG Color};
  310. background-image: url('{image:Post BG Img}');
  311. }
  312. .photoset {
  313. width:500px;
  314. height:auto;
  315. {block:permalink}
  316. height:auto;
  317. width:500px;
  318. {/block:permalink}
  319.  
  320. margin-bottom:10px;
  321. float:;;
  322. padding:5px;
  323. overflow-y:scroll;
  324. overflow-x:scroll;
  325. outline: 2px dashed {color:Border Color};
  326. background: {color:Post BG Color};
  327. background-image: url('{image:Post BG Img}');
  328. }
  329. .audio {
  330. width:500px;
  331. height:auto;
  332. {block:permalink}
  333. height:auto;
  334. width:500px;
  335. {/block:permalink}
  336.  
  337. margin-bottom:10px;
  338. float:;;
  339. padding:5px;
  340. overflow-y:scroll;
  341. overflow-x:hidden;
  342. outline: 2px dashed {color:Border Color};
  343. background: {color:Post BG Color};
  344. background-image: url('{image:Post BG Img}');
  345. }
  346. .text img {
  347. width:100%;
  348. height:auto;
  349. }
  350. #date {
  351. font-size:15px;
  352. font-weight:normal;
  353. text-transform:uppercase;
  354. letter-spacing:2px;
  355. text-align:right;
  356. z-index:+1;
  357. font-family: {font:Secondary Font}, sans-serif;
  358. }
  359. #tags {
  360. font-size:10px;
  361. text-align:right;
  362. text-transform:lowercase;
  363. z-index:+1;
  364. font-family: {font:Tertiary Font}, sans-serif;
  365. }
  366. .notes-container {
  367. border: 1px dashed {color:Border Color};
  368. height:auto;
  369. width:500px;
  370. padding:5px;
  371. overflow:scroll;
  372. float:bottom;
  373. top:0px;
  374. left:21%;
  375. }
  376. .notes-container p {
  377. display:block;
  378. }
  379.  
  380. #bpc {
  381. position:fixed;
  382. right:0;
  383. bottom:0;
  384. z-index:1;
  385. font-size:10px;
  386. font-weight:normal;
  387. text-transform:none !important;
  388. text-shadow:1px;
  389. font-family: {font:Primary Font}, sans-serif;
  390. }
  391. </style>
  392.  
  393. </head>
  394.  
  395. <!-- HTML -->
  396. <body>
  397.  
  398. <div id="header">
  399. <h1>
  400. <p>{block:ifShowAvatar}<img src="{FavIcon}">{/block:ifshowavatar}</p>
  401. <p><div id="title">{Title}</div></p>
  402. </h1>
  403. <h2>
  404. <p><div id="description">{Description}</div></p>
  405. <p><div id="nav"><a href="/">Home</a>
  406. {block:iflink1} &#183; <a href="{text:link 1 URL}">{text:link 1}</a>{/block:iflink1}{block:iflink2} &#183; <a href="{text:link 2 URL}">{text:link 2}</a>{/block:iflink2}{block:iflink3} &#183; <a href="{text:link 3 URL}">{text:link 3}</a>{/block:iflink3}{block:iflink4} &#183; <a href="{text:link 4 URL}">{text:link 4}</a>{/block:iflink4}
  407. </p></div>
  408. <div id="pagination1">
  409. <p>
  410. {block:PreviousPage}
  411. <a href="{PreviousPage}">&#8698;</a>
  412. {/block:PreviousPage}
  413. &nbsp;&nbsp;&nbsp;
  414. {block:NextPage}
  415. <a href="{NextPage}">&#8699;</a>
  416. {/block:NextPage}
  417. </p></div>
  418.  
  419. </div>
  420. </h2>
  421.  
  422.  
  423. <ol id="posts">
  424. {block:Posts}{block:Text}
  425. <li class="post text">
  426. {block:Title}
  427. <h3><a href="{Permalink}"><div id="title">{Title}</div></a></h3>
  428. {/block:Title}{Body}
  429. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  430. </div>
  431. </li>
  432. {/block:Text}{block:Photo}
  433. <li class="post photo">
  434. <center><a href="{PhotoURL-HighRes}"><img src="{block:PermalinkPage}{PhotoURL-500}{/block:PermalinkPage}{block:HomePage}{PhotoURL-500}{/block:HomePage}" alt="{PhotoAlt}" width="500px"/></a></center>
  435. {block:Caption}
  436. <div class="caption">{Caption}</div>
  437. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  438. </div>
  439. </div>
  440. {/block:Caption}
  441. </li>
  442. {/block:Photo}{block:Panorama}
  443. <li class="post panorama">
  444. {LinkOpenTag}
  445. <center><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" width="500px"/></center>
  446. {LinkCloseTag}{block:Caption}
  447. <div class="caption">{Caption}</div>
  448. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  449. </div>
  450. </div>
  451. {/block:Caption}
  452. </li>
  453. {/block:Panorama}{block:Photoset}
  454.  
  455. <li class="post photoset">
  456. {block:IndexPage}
  457. {block:Photos}
  458. <center><a href="{Permalink}">
  459. <img src="{PhotoURL-500}" width="500px"></a></center>
  460. {/block:Photos}
  461. {/block:IndexPage}
  462. {block:PermalinkPage}
  463. {block:Photos}
  464. <center><a href="{PhotoURL-HighRes}">
  465. <img src="{PhotoURL-500}" width="500px"></a></center>
  466. {/block:Photos}
  467. {/block:PermalinkPage}
  468.  
  469. {block:Caption}
  470. <div class="pcaption">{Caption}</div>
  471. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  472. </div>
  473. </div>
  474. {/block:Caption}
  475. </li>
  476. {/block:Photoset}{block:Quote}
  477. <li class="post quote">
  478. "{Quote}"
  479.  
  480. {block:Source}
  481. <div class="source">{Source}</div>
  482. {/block:Source}
  483. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  484. </div>
  485. </div>
  486. </li>
  487. {/block:Quote}{block:Link}
  488. <li class="post link">
  489. <a href="{permalink}" class="link1" {Target}>{Name}</a>
  490.  
  491. {block:Description}
  492. <div class="description">{Description}</div>
  493. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  494. </div>
  495. </div>
  496. {/block:Description}
  497. </li>
  498. {/block:Link}{block:Chat}
  499. <li class="post chat">
  500. {block:Title}
  501. <h3><a href="{Permalink}"><div id="title">{Title}</div></a></h3>
  502. {/block:Title}
  503.  
  504. <ul class="chat1">
  505. {block:Lines}
  506. <li class="{Alt} user_{UserNumber}">
  507. {block:Label}
  508. <span class="label">{Label}</span>
  509. {/block:Label}{Line}
  510. </li>
  511. {/block:Lines}
  512.  
  513. </ul>
  514. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  515. </div>
  516. </div>
  517. </li>
  518. {/block:Chat}{block:Video}
  519. <li class="post video">
  520. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:HomePage}{Video-500}{/block:HomePage}{block:Caption}
  521. <div class="caption">{Caption}</div>
  522. {/block:Caption}
  523. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  524. </div>
  525. </div>
  526. </li>
  527. {/block:Video}{block:Audio}
  528. <li class="post audio">
  529. {AudioEmbed-500}{block:PermalinkPage}{AudioEmbed-500}{/block:PermalinkPage}{block:HomePage}{AudioEmbed-500}{/block:HomePage}{block:Caption}
  530. <div class="caption">{Caption}</div>
  531. {/block:Caption}
  532. {block:ifshowdate}<p><div id="date">{12Hour}:{Minutes}{ampm} {month} {DayOfMonth}, {Year}</p></div>{/block:ifshowdate}{block:HasTags}{block:Tags}<p><div id="tags"><a href="{TagURL}">#{Tag}</a></div></p>{/block:Tags}{/block:HasTags}<div id=“perma”><p><a href="{permalink}">&#8734;</a></p>
  533. </div>
  534. </li>
  535. {/block:Audio}
  536.  
  537.  
  538. <!-- Perma -->
  539. {block:PermalinkPage}
  540. {block:PostNotes}<div class="notes-container">{PostNotes}
  541. </div>{/block:PostNotes}
  542. {/block:PermalinkPage}
  543. {/block:Posts}
  544. </ol>
  545.  
  546.  
  547. <!-- CREDIT: Do not remove. -->
  548. <p><div id="bpc"><a href="https://brainpewpthemes.tumblr.com/">BrainPEWP Themes</a></div></p>
  549.  
  550.  
  551. </body>
  552. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement