Advertisement
blainesrph

theme one - demons

Oct 12th, 2014
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. BLAINESRPS - THEME #1
  5. "Demons"
  6.  
  7.  
  8. You can edit this theme as much as you like, so long as you keep the credit intact and don't edit, and then redistribute the theme for your own. The credit must remain where it is.
  9. -->
  10.  
  11.  
  12. <head>
  13.  
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19.  
  20. <meta name="font:Body" content="georgia" />
  21.  
  22. <meta name="color:Background" content="#9a929a" />
  23. <meta name="color:Backbar" content="#ffffff" />
  24. <meta name="color:Body" content="#333333" />
  25. <meta name="color:Link" content="#8d8c8d" />
  26. <meta name="color:Link Hover" content="#c48e8e" />
  27. <meta name="color:Title" content="#000000" />
  28. <meta name="color:Posts" content="#ffffff" />
  29. <meta name="color:Info" content="#ffffff" />
  30. <meta name="color:Sidebar" content="#ffffff" />
  31. <meta name="color:Borders" content="#030303" />
  32. <meta name="color:NavBack" content="#9a929a" />
  33. <meta name="color:NavHover" content="#6b636b" />
  34. <meta name="color:NavText" content="#ffffff" />
  35. <meta name="color:NavTextHover" content="#ffffff" />
  36. <meta name="color:Bold" content="#000000" />
  37. <meta name="color:Italic" content="#000000" />
  38. <meta name="color:Shadow" content="#7b7a7a" />
  39. <meta name="color:Scrollbar" content="#ffffff" />
  40. <meta name="color:ScrollbarBorder" content="#333333" />
  41.  
  42. <meta name="image:Sidebar" content="" />
  43. <meta name="image:Backbar" content="" />
  44.  
  45.  
  46. <meta name="text:Refresh Label" content="Refresh"/>
  47. <meta name="text:Askbox Label" content="Askbox"/>
  48. <meta name="text:Link1 Label" content="Link One" />
  49. <meta name="text:Link1 URL" content="/" />
  50. <meta name="text:Link2 Label" content="Link Two" />
  51. <meta name="text:Link2 URL" content="/" />
  52.  
  53.  
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar{height: 5px; width: 7px; -webkit-border-radius: 0px; background-color:transparent;}
  59.  
  60. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar}; border:1px solid {color:ScrollbarBorder}}
  61. ::-webkit-scrollbar-track{background-color:transparent;}
  62.  
  63. body {
  64. background: {color:Background};
  65. background-attachment:fixed;
  66. position:absolute;
  67. font-size:12px;
  68. font-family:'cambria';
  69. color:{color:Body};
  70. }
  71.  
  72. b, strong {color:{color:Bold}}
  73. i, em {color:{color:Italic}}
  74. p {margin-top:5px; margin-bottom:5px}
  75. blockquote {
  76. border-left:1.5px solid {color:Body};
  77. padding-left:5px;
  78. margin:0px 2px 0px 10px}
  79.  
  80. img {
  81. border: 0;
  82. max-width: 100%;}
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. color:{color:Link};
  88. -webkit-transition: all 0.5s ease-in-out;
  89. -moz-transition: all 0.5s ease-in-out;
  90. -o-transition: all 0.5s ease-in-out;
  91. }
  92.  
  93. a:hover {
  94. color:{color:Link Hover};
  95. -webkit-transition: all 0.5s ease-in-out;
  96. -moz-transition: all 0.5s ease-in-out;
  97. -o-transition: all 0.5s ease-in-out;
  98. }
  99.  
  100. #title2 {
  101. font:16px 'cambria';
  102. color:{color:Body};
  103. font-style:italic}
  104.  
  105. #title {
  106. font-family:'cambria';
  107. color:{color:Title};
  108. text-shadow: 1px 1px 0px {color:Shadow};
  109. font-weight:bold;
  110. font-style:none;
  111. font-size:17px;
  112. text-align:center;
  113. text-transform:uppercase;
  114. text-decoration:none;
  115. padding-bottom:3px;
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. }
  120.  
  121.  
  122.  
  123. #backbar {
  124. position:fixed;
  125. width:454px;
  126. height:358px;
  127. margin-left:50px;
  128. margin-top:106px;
  129. background-color:{color:Backbar};
  130. background-image:url('{image:Backbar}');
  131. background-attachment:fixed;
  132. border:1px solid {color:Borders}
  133.  
  134. }
  135.  
  136. #image {
  137. text-align:center;
  138. margin-left:3px;
  139. position:fixed;
  140. width:200px;
  141. height:350px;
  142. overflow:hidden;
  143. margin-top:3px;
  144. padding:0px;
  145. z-index:3px;
  146. background-color:{color:Sidebar};
  147. border:1px solid {color:Borders};
  148.  
  149. }
  150.  
  151.  
  152. #sidebar {
  153. float:left;
  154. position:fixed;
  155. width:235px;
  156. height:247px;
  157. margin-top:3px;
  158. margin-left:208px;
  159. overflow:hidden;
  160. font-size:10px;
  161. text-align:justify;
  162. overflow:hidden;
  163. padding:3px;
  164. color:{color:Body};
  165. font-family:'cambria';
  166. font-size:10px;
  167. background-color:{color:Sidebar};
  168. border:1px solid {color:Borders};
  169.  
  170. }
  171.  
  172.  
  173. #sidetext {
  174. margin-left:3px;
  175. margin-right:3px;
  176. font-style:normal;
  177. padding:0px;
  178. color:{color:Body};
  179. font-size:10px;
  180. text-align:justify;
  181. font-family:'cambria';
  182. }
  183.  
  184. #links {
  185. margin-top:261px;
  186. margin-left:208px;
  187. }
  188.  
  189. #links a {
  190. display:inline-block;
  191. width:117.5px;
  192. height:40px;
  193. line-height:40px;
  194. background-color:{color:NavBack};
  195. padding-top:2px;
  196. padding-bottom:2px;
  197. margin-bottom:2px;
  198. color:{color:NavText};
  199. font-size:12px;
  200. font-family:'cambria';
  201. text-align:center;
  202. border:1px solid {color:Borders};
  203. letter-spacing:1px;
  204. text-transform:uppercase;
  205. -webkit-transition: opacity 0.8s linear;opacity: 1;
  206. -webkit-transition: all 0.5s ease-out;
  207. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  208.  
  209.  
  210.  
  211. #links a:hover {
  212. border:1px solid {color:borders};
  213. font:8px;
  214. background:{color:NavHover};
  215. color:{color:NavTextHover};
  216. letter-spacing:1px;
  217. -webkit-transition: opacity 0.7s linear;opacity: 1;
  218. -webkit-transition: all 0.3s ease-out;
  219. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  220.  
  221. #pagination {color:{color:text}; font-size:12px; text-transform:uppercase;font-family:'cambria'; text-align:center; background-color:transparent; padding-top:2px; padding-bottom:2px; margin-top:5px}
  222. #pagination a {color:{color:link}}
  223. #pagination a:hover {color:{color:text}}
  224.  
  225. #backbar2 {
  226. padding:3px;
  227. margin-bottom: 60px;
  228. width:522px;
  229. height:auto;
  230. margin-left:0px;
  231. margin-top:0px;
  232. background-color:{color:Backbar};
  233. background-image:url('{image:Backbar}');
  234. border: 1px solid {color:borders};
  235. }
  236.  
  237. #entries {
  238. font-size:10px;
  239. margin-left: 570px;
  240. margin-top:40px;
  241. float: right;
  242. text-align: justify;
  243. padding:6px;
  244. }
  245.  
  246. #post {
  247. border:1px solid {color:Borders};
  248. background-color: {color:Posts};
  249. font-size:10px;
  250. padding: 10px;
  251. margin-bottom:0px;
  252. width: 500px;
  253. color:{color:Text};
  254. text-align: justify;
  255. overflow:hidden;
  256. }
  257.  
  258.  
  259.  
  260. #info {
  261. font-family: 'cambria';
  262. text-transform:uppercase;
  263. width:514px;
  264. margin-top:-1px;
  265. padding: 3px;
  266. background-color: {color:Info};
  267. text-align: center;
  268. border:1px solid {color:Borders};
  269. }
  270.  
  271. #tags {
  272. font-family:'cambria';
  273. font-size:9px;
  274. text-align:center;
  275. text-transform:lowercase;
  276. }
  277.  
  278.  
  279.  
  280. .user_1 .label {
  281. color:{color:link};
  282. text-transform:uppercase;
  283. font-weight:bold}
  284.  
  285. .user_2 .label {
  286. color:{color:link};
  287. text-transform:uppercase;
  288. font-weight:bold}
  289.  
  290. .user_3 .label {
  291. color:{color:link};
  292. text-transform:uppercase;
  293. font-weight:bold}
  294.  
  295. .user_4 .label {
  296. color:{color:link};
  297. text-transform:uppercase;
  298. font-weight:bold}
  299.  
  300. .user_5 .label {
  301. color:{color:link};
  302. text-transform:uppercase;
  303. font-weight:bold}
  304.  
  305. .user_6 .label {
  306. color:{color:link};
  307. text-transform:uppercase;
  308. font-weight:bold}
  309.  
  310. .user_7 .label {
  311. color:{color:link};
  312. text-transform:uppercase;
  313. font-weight:bold}
  314.  
  315. .user_8 .label {
  316. color:{color:link};
  317. text-transform:uppercase;
  318. font-weight:bold}
  319.  
  320. .user_9 .label {
  321. color:{color:link};
  322. text-transform:uppercase;
  323. font-weight:bold}
  324.  
  325. .user_10 .label {
  326. color:{color:link};
  327. text-transform:uppercase;
  328. font-weight:bold}
  329.  
  330. ul.chat, .chat ol, .chat li {
  331. list-style:none;
  332. margin:0px 0px 5px 0px;
  333. padding:0px; 0px 0px 0px}
  334.  
  335. #audio {
  336. width:500px;
  337. height:105px;
  338. margin-bottom:5px
  339. }
  340.  
  341. .albumart {
  342. width:100px;
  343. height:100px;
  344. position:absolute
  345. }
  346.  
  347. .albumart img {
  348. width:100px;
  349. height:100px;
  350. float:left
  351. }
  352.  
  353. .player {
  354. margin-left:110px;
  355. margin-top:5px;
  356. float:left
  357. }
  358.  
  359. .audioinfo {
  360. margin-left:110px;
  361. margin-top:8px;
  362. float:left
  363. }
  364.  
  365.  
  366. #asks {
  367. text-align:justify;
  368. padding:22px 5px 5px 8px;
  369. background-color:transparent;
  370. min-height:43px;
  371. margin-left:74px
  372. }
  373.  
  374. .asker {
  375. text-transform:uppercase;
  376. font-weight:bold;
  377. margin-bottom:-12px;
  378. font-size:15px;
  379. text-shadow: 1px 1px 0px {color:Shadow};
  380. border-bottom:1px solid {color:Borders};
  381. padding-bottom:3px;
  382. letter-spacing:0px;
  383. }
  384.  
  385. #answers {
  386. margin-top:8px
  387. }
  388.  
  389.  
  390. /* -- DON'T TOUCH THIS -- */
  391.  
  392. #credit a {
  393. letter-spacing: 1px;
  394. position:fixed;
  395. font:15px georgia;
  396. background-color:{color:Sidebar};
  397. border:1px solid {color:Borders};
  398. color:{color:Link};
  399. padding:5px;
  400. bottom:10px;
  401. right:10px}
  402.  
  403. #credit a:hover {
  404. text-shadow: none;
  405. color:{color:Text}}
  406.  
  407. </style>
  408. <style type="text/css">{CustomCSS}</style>
  409. </head>
  410.  
  411. <body>
  412.  
  413. <div id="backbar">
  414.  
  415. <div id="image">
  416.  
  417. <img src="{image:sidebar}" />
  418. </div>
  419.  
  420.  
  421.  
  422. <div id="sidebar">
  423. <div id="sidetext">
  424. {block:Description}{Description}{/block:Description}</div>
  425.  
  426. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  427. </div>
  428.  
  429.  
  430. <div id="links">
  431. <a href="/">{text:Refresh Label}</a>
  432. <a href="/ask">{text:Askbox Label}</a><br>
  433. <a href="{text:Link1 URL}">{text:Link1 Label}</a>
  434. <a href="{text:Link2 URL}">{text:Link2 Label}</a><br>
  435.  
  436.  
  437. </div></div>
  438.  
  439. </div>
  440.  
  441.  
  442.  
  443.  
  444.  
  445. <div id="entries">
  446. {block:Posts}
  447. <div id="backbar2">
  448. <div id="post">
  449.  
  450. {block:Text}<div id="title">{title}</div>{Body}{/block:Text}
  451.  
  452. {block:Quote}<div id="title2">“{Quote}” </div>
  453. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  454.  
  455. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title">{Name}</div></a>
  456. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  457.  
  458. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  459. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  460.  
  461. {block:Chat}
  462. <ul class="chat">
  463. {block:title}<div id="title">{Title}</div>{/block:title}
  464.  
  465. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  466. {/block:Chat}
  467.  
  468. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  469.  
  470. {block:Audio}
  471. <div id="audio"><div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  472. <div class="player"><span class="audio"><center>{AudioPlayerWhite}</center></span></div>
  473. <div class="audioinfo">{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}
  474. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  475. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  476. <br>{PlayCountWithLabel}
  477. </div></div>
  478. {block:Caption}{Caption}{/block:Caption}
  479. {/block:Audio}
  480.  
  481. {block:Answer}
  482. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:left; margin-top:5px; border:1px solid {color:Borders}; padding: 1px; border-radius: 50%">
  483. <div id="asks"><div class="asker">{Asker}:</div>
  484. <br>{Question}</div>
  485. <br><div id="answers">{Answer}</div>
  486. {/block:Answer}
  487. </div>
  488.  
  489.  
  490. <div id="info">
  491. {block:NoteCount}★ {NoteCount} &mdash; {/block:NoteCount}{block:Date}<a href="{Permalink}">{TimeAgo}</a> on {DayofMonthWithZero} {ShortMonth} {Year}{/block:Date} &nbsp; {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} ★ {block:ContentSource}<a href="{SourceURL}">original</a>{/block:ContentSource}
  492. <center>
  493.  
  494.  
  495.  
  496. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}</center>
  497. </div></div>
  498. {/block:Posts}
  499.  
  500. {block:PostNotes}{PostNotes}{/block:PostNotes}
  501.  
  502. </div>
  503.  
  504.  
  505. <div id="credit"><a href="http://blainesrps.tumblr.com/theme"> ★ </a></div>
  506.  
  507. </body>
  508. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement