Advertisement
brishtml

invisible

Sep 13th, 2014
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!---broleplays first theme invisable--->
  6.  
  7.  
  8. <meta name="color:background" content="#ffffff"/>
  9. <meta name="color:text" content="#000000"/>
  10. <meta name="color:link" content="#000000"/>
  11. <meta name="color:link hover" content="#ddd"/>
  12. <meta name="color:border" content="#000000"/>
  13. <meta name="color:hoverlink text" content="#000000"/>
  14. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  15. <meta name="color:tooltip color" content="#6b6d6d"/>
  16. <meta name="color:title color" content="#000000"/>
  17. <meta name="color:blockquote color" content="#000000"/>
  18. <meta name="color:accent" content="#000000"/>
  19.  
  20.  
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:sidebardos" content=""/>
  24. <meta name="image:background" content=""/>
  25. <meta name="text:Link 1 URL" content="" />
  26. <meta name="text:Link 1" content="link 1" />
  27. <meta name="text:Link 2 URL" content="" />
  28. <meta name="text:Link 2" content="link 2" />
  29. <meta name="text:Link 3 URL" content="" />
  30. <meta name="text:Link 3" content="link 3" />
  31. <meta name="text:Link 4 URL" content="" />
  32. <meta name="text:Link 4" content="link 4" />
  33.  
  34.  
  35.  
  36. <head><title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar-thumb {
  47. height:auto;
  48. background-color:{color:scrollbar bg};
  49. }
  50.  
  51. ::-webkit-scrollbar {
  52. height:4px;
  53. width:3px;
  54. padding-right:2px;
  55. background-color:white;
  56. }
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:cambria;
  63. font-size:8px;
  64. line-height:100%;
  65. background-image:url('{image:background}');
  66. background-repeat: no repeat;
  67. background-position: bottom right;
  68. background-attachment: fixed;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. -moz-transition-duration:0.8s;
  77. -webkit-transition-duration:0.8s;
  78. -o-transition-duration:0.8s;
  79. }
  80.  
  81.  
  82. a:hover {
  83. color:{color:link hover};
  84. outline:none;
  85. -moz-outline-style:none;
  86. text-decoration:none;
  87. }
  88.  
  89. img {
  90. border:none;
  91. }
  92.  
  93. blockquote {
  94. padding-left:5px;
  95. border-left:2px solid {color:blockquote color};
  96.  
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104. h1 {
  105. text-transform: uppercase;
  106. font-size:18px;
  107. text-align:left;
  108. font-family:cambria;
  109. letter-spacing:1px;
  110. color:{color:text};
  111. }
  112.  
  113. h2 {
  114. text-transform: uppercase;
  115. font-size:18px;
  116. font-family:cambria;
  117. text-align:left;
  118. letter-spacing:1px;
  119. color:{color:text};
  120. }
  121.  
  122. #sidebar {
  123. width:250px;
  124. position:fixed;
  125. margin-left:205px;
  126. margin-top:-30px;
  127. }
  128.  
  129. #sidebarimage {
  130. position:fixed;
  131. width:410px;
  132. height:533px;
  133. }
  134.  
  135.  
  136. #sidebarimage img {
  137. width:400px;
  138. height:522px;
  139. margin-left:-145px;
  140. margin-top:55px;
  141. border:15px solid {color:Border};
  142. }
  143.  
  144. #sidebarimage2 {
  145. position:fixed;
  146. width:100px;
  147. height:100px;
  148. }
  149.  
  150.  
  151. #sidebarimage2 img {
  152. width:100px;
  153. height:100px;
  154. margin-left:945px;
  155. margin-top:240px;
  156. border:5px solid {color:Border};
  157. }
  158.  
  159. #links {
  160. text-transform:lowercase;
  161. text-align:center;
  162. font-family:cambria;
  163. font-size:12px;
  164. color:{color:text};
  165. position:fixed;
  166. margin-top:209px;
  167. margin-left:-140px;
  168. }
  169.  
  170. #links a {
  171. width:380px;
  172. margin-bottom:5px;
  173. height:8px;
  174. text-align:center;
  175. padding:20px;
  176. letter-spacing:3px;
  177. color:{color:text};
  178. font-family:cambria;
  179. background-color:{color:border};
  180. font-size:12px;
  181. text-transform:lowercase;
  182. text-align:center;
  183. display:block;
  184. }
  185.  
  186. #links a:hover {
  187. background-color:{color:border};
  188.  
  189. }
  190.  
  191. #sidebar #links {
  192. margin-top:209px;
  193. opacity:0;
  194. -moz-transition-duration:1s;
  195. -webkit-transition-duration:1s;
  196. -o-transition-duration:1s;
  197. }
  198.  
  199. #sidebar:hover #links {
  200. margin-top:209px;
  201. opacity:.80;
  202. -moz-transition-duration:1s;
  203. -webkit-transition-duration:1s;
  204. -o-transition-duration:1s;
  205. }
  206.  
  207. #description {
  208. width:100px;
  209. height:50px;
  210. font-size:8px;
  211. padding:5px;
  212. text-align:justify;
  213. letter-spacing:0px;
  214. line-height:90%;
  215. margin-left:945px;
  216. margin-top:354px;
  217. background-color:{color:border};
  218. overflow:auto;
  219. }
  220.  
  221.  
  222. #s-m-t-tooltip {
  223. max-width:300px;
  224. padding:5px 5px 5px 6px;
  225. margin:20px 0px 0px 20px;
  226. background-color:{color:tooltip color};
  227. font-family:courier;
  228. font-size:8px;
  229. letter-spacing:2px;
  230. text-transform:lowercase;
  231. font-weight:bold;
  232. color:#fff;
  233. z-index:999999999999999999999999999999999999;
  234. }
  235.  
  236.  
  237. #pagination {
  238. width:100px;
  239. height:10px;
  240. margin-left: 945px;
  241. margin-top:-198px;
  242. position: relative;
  243. text-align: center;
  244. letter-spacing:1px;
  245. text-transform: lowercase;
  246. font-weight:bold;
  247. font-family: cambria;
  248. font-size: 8px;
  249. background-color:{color:border};
  250. border:5px solid {color:Border};
  251.  
  252.  
  253. }
  254.  
  255. #pagination a {
  256. padding:0 3px;
  257. }
  258.  
  259.  
  260. #entries {
  261. margin-top:30px;
  262. margin-left:540px;
  263. -webkit-transition: 0.8s all ease-in-out;
  264. -moz-transition: 0.8s all ease-in-out;
  265. o-transition: 0.8s all ease-in-out;
  266. }
  267.  
  268. #post {
  269. margin-bottom:20px;
  270. width:500px;
  271. padding-left:25px;
  272. padding-right:25px;
  273. padding-top:25px;
  274. background-color:{color:border};
  275. }
  276.  
  277. #info {
  278. font-style:bold;
  279. width:540px;
  280. text-align:right;
  281. font-family:cambria;
  282. margin-top:0px;
  283. margin-left:-25px;
  284. padding-top:3px;
  285. color:{color:text};
  286. font-size:8px;
  287. font-style:bold;
  288. padding:5px;
  289. line-height:10px;
  290. text-transform:lowercase;
  291. z-index:99999;
  292. background-color:{color:accent};
  293. }
  294.  
  295. #info a {
  296. text-align:right;
  297. color:{color:text};
  298. }
  299.  
  300. #info a:hover {
  301. color:{color:link}
  302. }
  303.  
  304. #tags {
  305. width:540px;
  306. margin-top:5px;
  307. text-align:right;
  308. font-size:8px;
  309. padding:5px;
  310. font-style:bold;
  311. opacity:1;
  312. transition-duration: 0.5s;
  313. -moz-transition-duration: 0.5s;
  314. -webkit-transition-duration: 0.5s;
  315. -o-transition-duration: 0.5s
  316. color:{color:link};
  317. }
  318.  
  319. #tags a {
  320. letter-spacing:0px;
  321. font-size:8px;
  322. text-align:right;
  323. font-family:cambria;
  324. text-decoration:none;
  325. display:inline-block;
  326. color:{color:Post Links};
  327. }
  328.  
  329. #tags a:hover {
  330. -moz-transition-duration:0.3s;
  331. -webkit-transition-duration:0.3s;
  332. -o-transition-duration:0.3s;
  333. color:{color:border};
  334. }
  335.  
  336. #ask {
  337. background-color:{color:accent};
  338. padding-left:14px;
  339. padding-right:14px;
  340. padding-top:5px;
  341. padding-bottom:5px;
  342. font-family:cambria;
  343. font-weight:bold;
  344. font-size:8px;
  345. letter-spacing:0px;
  346. text-align:left;
  347. margin-top:0px;
  348. margin-left:0px;
  349. text-transform:lowercase;
  350. line-height:100%;
  351. color:{color:text};
  352. }
  353.  
  354. #ask a{
  355. color:{color:text};
  356. }
  357.  
  358. #asker {
  359. color:{color:text};
  360. padding-bottom:5px;
  361. font-family:cambria;
  362. text-transform:lowercase;
  363. padding-left:5px;
  364. font-size:8px;
  365. letter-spacing:1px;
  366. text-align:right;
  367. padding-right:5px;
  368. width:490px;
  369. margin-top:0px;
  370. background-color:{color:accent};
  371. padding-top:6px;
  372. padding-bottom:6px;
  373. }
  374.  
  375. #asker a{
  376. color:{color:text};
  377. }
  378.  
  379. #more {
  380. width:auto;
  381. text-transform:uppercase;
  382. text-align:center;
  383. padding:3px;
  384. color:{color:text};
  385. }
  386.  
  387. #more a{
  388. color:{color:text};
  389. }
  390.  
  391. #credit {
  392. font-size:8px;
  393. font-family:cambria;
  394. position:fixed;
  395. color:#000;
  396. font-weight:bold;
  397. line-height:150%;
  398. letter-spacing:2px;
  399. right:10px;
  400. bottom:10px;
  401. text-transform:lowercase;
  402. text-align:center;
  403. }
  404.  
  405. #credit a {
  406. letter-spacing: 0px;
  407. padding:3px;
  408. color:{color:link};
  409. }
  410.  
  411.  
  412.  
  413. {CustomCSS}</style></head><body>
  414.  
  415. <div id="sidebar">
  416.  
  417. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  418. <div id="sidebarimage2"><img src="{image:sidebardos}"></div>
  419.  
  420. <div id="links">
  421. <a href="{text:link 1 URL}">{text:link 1}</a>
  422. <a href="{text:link 2 URL}">{text:link 2}</a>
  423. <a href="{text:link 3 URL}">{text:link 3}</a>
  424. <a href="{text:link 4 URL}">{text:link 4}</a>
  425. </div>
  426.  
  427. <div id="description">{Description}</div>
  428.  
  429.  
  430. <div id="pagination">
  431. {block:Pagination}
  432. {block:PreviousPage}
  433. <a href="{PreviousPage}">back</a>
  434. {/block:PreviousPage}
  435.  
  436.  
  437. {block:NextPage}
  438. <a href="{NextPage}">next</a>
  439. {/block:NextPage}
  440. {/block:Pagination}
  441. </div>
  442.  
  443.  
  444.  
  445. </div>
  446.  
  447.  
  448. <div id="entries">{block:Posts}<div id="post">
  449.  
  450. {block:Text}
  451. {block:Title}<h1>{Title}</h1>{/block:Title}
  452. {Body}{/block:Text}
  453.  
  454. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  455. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  456.  
  457. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  458. {/block:Caption}{/block:Photoset}
  459.  
  460. {block:Quote}<h2>"{Quote}"</h2>
  461. {block:Source}<div class="qsource"> —{Source}</div>
  462. {/block:Source}{/block:Quote}
  463.  
  464. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  465.  
  466. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  467.  
  468. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  469. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  470. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  471. {/block:ExternalAudio}<b>Played:</b> {PlayCount}<br>
  472. {/block:Audio}
  473.  
  474. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475.  
  476. {block:Answer}<div id="ask"><p>{Question}</div><div id="asker"> — {Asker}</div>{Answer}{/block:answer}
  477.  
  478. {block:More}<div id="more"><a href="{Permalink}"> READ MORE </a></div>{/block:More}
  479.  
  480. <p></p><p><code>
  481. <div id="info">
  482. <a href="{Permalink}">{TimeAgo}</a> ★
  483. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom} ★ {block:ContentSource} <a href="{SourceURL}"> source </a>{/block:ContentSource}
  484. {NoteCount}</a>
  485. {block:HasTags}<div id="tags"></code>
  486.  
  487. <code>{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  488. </div>{block:HasTags}</code>
  489. </div>
  490. </div>
  491. {/block:Posts} <code> {block:PostNotes}<div id="notes"> ★ {PostNotes}</div>{/block:PostNotes} </code> {/block:Posts}</div></div></div>
  492. <br><br><br><br>
  493.  
  494.  
  495.  
  496. </div></div></div></div>
  497. </div>
  498.  
  499. <div id="credit"><a href="http://broleplays.tumblr.com/"><img src="http://statigr.am/images/emojis/emoji-E11C.png" /></a> </div>
  500.  
  501. </body>
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement