Advertisement
brooins

THEME // 001

Sep 15th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 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.  
  3. <!--
  4. /***THEME 001 BY BROOINS / DON'T BE A FUCKING DOUCHECANOE AND STEAL.***/
  5. /***AND AS FOR USING THIS AS A BASE? JUST DON'T, SON.***/
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:background" content="#ffffff" />
  18. <meta name="color:blockquote" content="#2C2A29"/>
  19. <meta name="color:text" content="#2C2A29"/>
  20. <meta name="color:link" content="#2C2A29"/>
  21. <meta name="color:titlebkg" content="#ffb81c"/>
  22. <meta name="color:titlebkgtext" content="#2C2A29"/>
  23. <meta name="color:titlebkginvert" content="#2C2A29"/>
  24. <meta name="color:titlebkginverttext" content="#ffb81c"/>
  25. <meta name="color:description" content="#e8e8e8"/>
  26. <meta name="color:pagination" content="#2C2A29"/>
  27. <meta name="color:paginationtext" content="#ffffff"/>
  28. <meta name="color:permalinktext" content="#FFFFFF"/>
  29. <meta name="color:sidebarlink" content="#2C2A29">
  30. <meta name="color:sidebarlinktext" content="#FFFFF">
  31. <meta name="color:asklink" content="#ffffff">
  32. <meta name="color:askquestion" content="#2C2A29">
  33. <meta name="color:askanswer" content="#2C2A29">
  34.  
  35. <meta name="image:icon" content="http://placehold.it/100x100"/>
  36.  
  37. <meta name="text:Link One" content="Link One" />
  38. <meta name="text:Link One URL" content="Link One URL" />
  39. <meta name="text:Link Two" content="Link Two" />
  40. <meta name="text:Link Two URL" content="Link Two URL" />
  41. <meta name="text:Link Three" content="Link Three" />
  42. <meta name="text:Link Three URL" content="Link Three URL" />
  43.  
  44. <style type="text/css">
  45. body {
  46. background: {color:background};
  47. font-family: Arial, Helvetica, sans-serif;
  48. font-size: 12px;
  49. color: {color:text};
  50. }
  51.  
  52. blockquote {
  53. padding-left:5px;
  54. border-left:3px solid {color:blockquote};
  55. color: {color:text};
  56. }
  57.  
  58. a {
  59. text-decoration: none;
  60. color: {color:Link};
  61. }
  62. ::-webkit-scrollbar-thumb{
  63. background-color: {color:titlebkg};
  64. border: 2px solid {color:background};
  65. height:auto;
  66. }
  67.  
  68. ::-webkit-scrollbar {
  69. height: 9px;
  70. width: 9px;
  71. background-color: {color:titlebkgtext};
  72. border: 4px solid {color:background};}
  73.  
  74.  
  75. #sidebar {
  76. position: fixed;
  77. margin-left: 150px;
  78. margin-top: -27px;
  79. width: 220px;
  80. padding: 10px;
  81. }
  82.  
  83.  
  84. .title {
  85. background: {color:titlebkg};
  86. margin-top: 157px;
  87. margin-left: 116px;
  88. position: fixed;
  89. width: 349px;
  90. z-index: 1;
  91. }
  92.  
  93. .title a {
  94. color: {color:titlebkgtext};
  95. display: block;
  96. font-family:arial;
  97. font-size: 40px;
  98. font-style: italic;
  99. font-weight: bold;
  100. letter-spacing: -3px;
  101. line-height: 30px;
  102. padding-top: 30px;
  103. padding-bottom: 30px;
  104. text-align: center;
  105. text-decoration:none;
  106. text-transform: lowercase;
  107. }
  108. .title a:hover {
  109. background: {color:titlebkginvert};
  110. color:{color:titlebkginverttext};
  111. text-decoration:none;
  112. transition: 0.85s ease-in-out all;
  113. -webkit-transition: 0.85s ease-in-out all;
  114. -moz-transition: 0.85s ease-in-out all;
  115. -o-transition: 0.85s ease-in-out all;
  116. }
  117.  
  118. #description {
  119. position: static;
  120. margin-top: 265px;
  121. margin-left: 66px;
  122. padding: 20px;
  123. width: 196px;
  124. height: 70px;
  125. background: {color:description};
  126. }
  127. .desctext {
  128. font-family: Arial, Helvetica, sans-serif;
  129. font-size: 10px;
  130. text-align: justify;
  131. text-transform: lowercase;
  132. width: 210px;
  133. height: 90px;
  134. overflow: auto;
  135. margin-top: -11px;
  136. margin-left: -6px;
  137. }
  138. .desctext::-webkit-scrollbar-thumb{
  139. background-color: {color:titlebkg};
  140. border: 2px solid {color:description};
  141. height:auto;
  142. }
  143.  
  144. .desctext::-webkit-scrollbar {
  145. height: 9px;
  146. width: 9px;
  147. background-color: {color:titlebkgtext};
  148. border: 4px solid {color:description};
  149. }
  150.  
  151. #container {
  152. margin-top: -5px;
  153. margin-left: 520px;
  154. width: 500px;
  155. }
  156.  
  157. .entry {
  158. float:left;
  159. text-align: justify;
  160. position: relative;
  161. width:500px;
  162. padding: 10px;
  163. }
  164.  
  165. .entry a{text-decoration:none;color:{color:text};}
  166.  
  167. img {
  168. max-width: 100%;
  169. }
  170.  
  171. h1 {
  172. text-align: center;
  173. font-size: 25px;
  174. color: {color:titlebkgtext};
  175. width: 450PX;
  176. padding: 5PX;
  177. text-transform: lowercase;
  178. font-family: arial;
  179. font-style: italic;
  180. letter-spacing: -1px;
  181. }
  182. .linktitle {text-align: center;
  183. font-size: 20px;
  184. color: {color:titlebkgtext};
  185. width: 450PX;
  186. padding: 25PX;
  187. text-transform: lowercase;
  188. font-family: arial;
  189. font-style: italic;
  190. font-weight: bold;
  191. }
  192. .linktitle {text-decoration:none;}
  193.  
  194. #pagination {
  195. letter-spacing: 2px;
  196. font-size: 8px;
  197. text-transform: uppercase;
  198. background: {color:pagination};
  199. color: {color:paginationtext};
  200. width: 349px;
  201. margin-left: -44px;
  202. margin-top: 1px;
  203. font-family: tahoma;
  204. text-align: center;
  205. }
  206. #pagination a {
  207. display: inline-block;
  208. color:{color:paginationtext};
  209. padding: 3px 6px 3px 6px;
  210. margin: 4px;
  211. text-align: center;
  212. }
  213.  
  214. #pagination a:hover {text-decoration:none;color: {color:titlebkginverttext};}
  215.  
  216. #permalink {
  217. text-align: right;
  218. border-top: 1px solid;
  219. position: relative;
  220. margin-top: 5px;
  221. padding: 10px;
  222. font-size: 9px;
  223. text-transform: uppercase;
  224. font-family: Arial, Helvetica, sans-serif;
  225. background: {color:titlebkginvert};
  226. color: {color:permalinktext};
  227. }
  228. #permalink a {
  229. text-decoration:none;
  230. color: {color:permalinktext};
  231. }
  232.  
  233. #permalink a:hover {text-decoration:none;color: {color:titlebkginverttext};}
  234.  
  235. .icon1 {
  236. position: absolute;
  237. border: 5px solid {color:description};
  238. margin-top: 78px;
  239. margin-left: -353px;
  240. width: 100px;
  241. height: 100px;
  242. background-image: url({image:icon});
  243. overflow: hidden;
  244. -webkit-transition: 0.85s ease-in-out all;
  245. -moz-transition: 0.85s ease-in-out all;
  246. -o-transition: 0.85s ease-in-out all;
  247. transition: 0.85s ease-in-out all;
  248. }
  249.  
  250. .icon1:hover { background:rgba(0, 0, 0, 0.55); }
  251.  
  252. .icon2{ width: 100px; height:100px; position: relative; opacity: 1; top: -400px; left: 0px; -webkit-transition: 0.85s ease-in-out all; -moz-transition: 0.85s ease-in-out all; -o-transition: 0.85s ease-in-out all;
  253. transition: 0.85s ease-in-out all; }
  254.  
  255. .icon1:hover .icon2{ position:relative; opacity: 1; top: 0px; left:0px; -webkit-transition: 0.85s ease-in-out all; -moz-transition: 0.85s ease-in-out all; -o-transition: 0.85s ease-in-out all; transition: 0.85s ease-in-out all; }
  256. .icon3 {
  257. width: 100px;
  258. height: 100px;
  259. margin-top: 8px;
  260. margin-left: 0px;
  261. }
  262. .sidebarlinks {text-align: center;text-transform: uppercase;letter-spacing: 1PX;padding: 5px;width: 60px;font-size: 8PX;color: {color:sidebarlinktext};background: {color:sidebarlink};text-decoration: none;font-family:courier;font-size:8px;}
  263.  
  264. .sidebarlinks a{color:#fff;text-decoration:none;}
  265. .sidebarlinks a:hover {text-decoration:none;color: {color:titlebkg};}
  266. #ask {
  267. width: 450px;
  268. border-bottom: 6px solid {color:titlebkginvert};
  269. text-align: justify;
  270. padding: 15px 30px 15px 20px;
  271. background: {color:titlebkg};
  272. color:{color:asklink};
  273. }
  274.  
  275. #ask a{text-decoration:none;color:{color:asklink};}
  276.  
  277. #content #notecontainer {
  278. margin: 20px auto;
  279. width: 500px;
  280. font-size: 11px;
  281. }
  282. .notes {
  283. text-align: center;
  284. color: {color:titlebkgtext};
  285. padding: 5px;
  286. background: {color:titlebkg};
  287. }
  288.  
  289. ol.notes {
  290. list-style-type: none;
  291. padding: 5px;
  292. margin: 15px 0px;
  293. text-transform: uppercase;
  294. font-family: arial;
  295. font-size: 10px;
  296. }
  297.  
  298.  
  299. ol.notes li.note img.avatar {
  300. vertical-align: -4px;
  301. margin-right: 5px;
  302. width:0px;
  303. height:0px;
  304. }
  305. .avatarframe {display:none;}
  306.  
  307. .cred {
  308. position: fixed;
  309. font-family: arial;
  310. text-transform: uppercase;
  311. font-size: 15px;
  312. right: 9px;
  313. bottom: 9px;
  314. padding: 4px;
  315. letter-spacing: 1px;
  316.  
  317. }
  318.  
  319. .cred a {
  320. text-decoration:none;
  321. color: {color:titlebkginverttext};}
  322. </style>
  323.  
  324. </head>
  325.  
  326. <body>
  327.  
  328. <div class="title"><a href="/">{Title}</a></div>
  329. <div id="sidebar">
  330. <table>
  331. <tbody><tr>
  332. <td><div id="description">
  333. <div class="desctext">{description}</div>
  334.  
  335. </div></td>
  336.  
  337. <td>
  338. <center>
  339. <div class="icon1">
  340. <div class="icon2">
  341. <div class="icon3">
  342. <div class="sidebarlinks"><a href="/ask">ASK</a></div>
  343. <div style="padding:2px;"></div>
  344. <div class="sidebarlinks"><a href="{text:Link One URL}">{text:Link One}</a></div>
  345. <div style="padding:2px;"></div>
  346. <div class="sidebarlinks"><a href="{text:Link Two URL}">{text:Link Two}</a></div>
  347. <div style="padding:2px;"></div>
  348. <div class="sidebarlinks"><a href="{text:Link Three URL}">{text:Link Three}</a></div>
  349. </div>
  350. </div>
  351. </div>
  352. </center>
  353. </td>
  354. </table>
  355. <div id="pagination">
  356. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  357. {block:NextPage}/ <a href="{NextPage}">next</a>{/block:NextPage}
  358. </div>
  359. </div>
  360.  
  361.  
  362. <div id="container">
  363. {block:Posts}
  364. <div class="entry">
  365.  
  366.  
  367. {block:Text}
  368. <h1>{block:Title}{Title}{/block:Title}</h1>
  369. {Body}
  370. {/block:Text}
  371.  
  372. {block:Photo}
  373. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  374. {block:Caption}{Caption}{/block:Caption}
  375. {/block:Photo}
  376.  
  377. {block:Photoset}
  378. {Photoset-500}
  379. {block:Caption}{Caption}{/block:Caption}
  380. {/block:Photoset}
  381.  
  382. {block:Quote}
  383. <div style="color:{color:text};text-align: justify;width: 425px;margin-left: 35px;">{Quote}</div>
  384. {block:Source}<br><div style="color:{color:text};text-align: center;font-family: arial;font-weight: bold;font-size: 20px;letter-spacing: -1px;font-style: italic;padding-bottom: 15px;">{Source}</div>{/block:Source}
  385. {/block:Quote}
  386.  
  387. {block:Link}
  388. <div class="linktitle"><a href="{URL}" {Target}>{Name}</a></div>
  389. {block:Description}{Description}{/block:Description}
  390. {/block:Link}
  391.  
  392. {block:Chat}
  393. {block:Title}<h1>{Title}</h1>{/block:Title}
  394. <div style="margin-left:40px;padding-bottom: 15px;">{block:Lines}
  395. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  396. {/block:Lines}
  397. </div>
  398. {/block:Chat}
  399.  
  400. {block:Audio}
  401. <div style="padding-bottom: 5px;">
  402. {AudioPlayerWhite}
  403. {block:Caption}{Caption}{/block:Caption}</div>
  404. {/block:Audio}
  405.  
  406. {block:Video}
  407. <div style="padding-bottom: 5px;">
  408. {Video-500}
  409. {block:Caption}{Caption}{/block:Caption}</div>
  410. {/block:Video}
  411.  
  412. {block:Answer}
  413. <div id="ask">
  414.  
  415. <span style="text-transform: uppercase; font-weight: bold; font-size: 30px;font-family: arial;font-style: italic;text-transform: lowercase;letter-spacing: -2px;">{Asker} asked:</span>
  416. <div style="color:{color:askquestion};text-align: justify;width: 450px;margin-left: 5px;font-family: Arial, Helvetica, sans-serif;text-transform: lowercase;">{Question}</div>
  417. </div>
  418. <div style="color:{color:askanswer};text-align: justify;width: 450px;margin-left: 25px;font-family: Arial, Helvetica, sans-serif;text-transform: lowercase;">{Answer}</div>
  419. {/block:Answer}
  420.  
  421.  
  422.  
  423. <div id="permalink">
  424. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  425. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  426.  
  427. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  428.  
  429. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  430.  
  431. </div>
  432. {block:PostNotes}
  433. <div id="notecontainer">{PostNotes}</div>
  434. {/block:PostNotes}
  435.  
  436.  
  437.  
  438. </div>
  439.  
  440. {/block:Posts}
  441.  
  442.  
  443. </div>
  444.  
  445. <div class="cred"><a href="HTTP://BROOINS.TUMBLR.COM">♥</a></div>
  446. </body>
  447.  
  448. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement