Advertisement
venusrps

THEME OO2 {rpg main}

May 7th, 2013
1,822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.88 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. ╔╗──╔╦═══╦═╗─╔╦╗─╔╦═══╦═══╦═══╦═══╗
  5. ║╚╗╔╝║╔══╣║╚╗║║║─║║╔═╗║╔═╗║╔═╗║╔═╗║
  6. ╚╗║║╔╣╚══╣╔╗╚╝║║─║║╚══╣╚═╝║╚═╝║╚══╗
  7. ─║╚╝║║╔══╣║╚╗║║║─║╠══╗║╔╗╔╣╔══╩══╗║
  8. ─╚╗╔╝║╚══╣║─║║║╚═╝║╚═╝║║║╚╣║──║╚═╝║
  9. ──╚╝─╚═══╩╝─╚═╩═══╩═══╩╝╚═╩╝──╚═══╝
  10. THEME 002 BY VENUSRPS // PLEASE RESPECT MY RULES.
  11. +DON'T TAKE PARTS OF THE CODE AND JUST SLAP IT ON YOUR OWN THEME
  12. +DON'T EDIT AND REDISTRIBUTE/REPOST.
  13. +YOU CAN EDIT IT, JUST DONT SHARE AN EDITED VERSION AND DON'T REMOVE THE CREDIT.
  14. +DON'T MOVE THE CREDIT TO A SECONDARY PAGE, IT'S SO SMALL, COME ON.
  15. +I'M SAYING PLEASE
  16. that's it have fun-->
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  20.  
  21. <head>
  22.  
  23.  
  24. <meta name="color:bg" content="#26172e">
  25. <meta name="color:sidebar" content="#34233d">
  26. <meta name="color:link" content="#848d99">
  27. <meta name="color:text" content="#848d99">
  28.  
  29. <meta name="color:hover" content="#ffffff">
  30. <meta name="color:scrollbar" content="#848d99">
  31. <meta name="color:border" content="#848d99">
  32. <meta name="color:posts" content="#34233d">
  33.  
  34. <meta name="image:sidebar" content="http://static.tumblr.com/468c3eacd2520ebf2e0e1f1d52669951/bhgw5bj/FIZmmfg1z/tumblr_static_2.gif"/>
  35. <meta name="image:small title" content="http://static.tumblr.com/c70b5311baa6ef4aee8bdc86fe51ca83/bhgw5bj/q2Smmff53/tumblr_static_nav4.png"/>
  36.  
  37. <meta name="image:banner" content="http://static.tumblr.com/92ec15b5f96d95eba8355f33833ce7e1/bhgw5bj/Xbvmmfet4/tumblr_static_banner.jpg" />
  38.  
  39. <meta name="image:long sidebar" content="http://static.tumblr.com/7047992c0f5e19e7a13fe84a1eb80371/bhgw5bj/eXFmmfg9l/tumblr_static_2.jpg" />
  40. <meta name="image:nav1" content="http://static.tumblr.com/0b9db60277bb720831529a5fa606be70/bhgw5bj/uXgmmffjq/tumblr_static_nav6.png" />
  41. <meta name="image:nav1hover" content="" />
  42. <meta name="image:nav2" content="http://static.tumblr.com/98aee7deb0269dcf0aaaffb5b213e65e/bhgw5bj/mzImmffjv/tumblr_static_nav5.png" />
  43. <meta name="image:nav2hover" content="" />
  44. <meta name="image:nav3" content="http://static.tumblr.com/c250d1499abbb0af37f893b49f6bc904/bhgw5bj/JLPmmffk1/tumblr_static_nav8.png" />
  45. <meta name="image:nav3hover" content="" />
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. a {
  56. color:{color:link};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63. a:hover {
  64. color:{color:hover};
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71.  
  72. ::-webkit-scrollbar {background-color:{color:bg}; height:0px; width:5px}
  73. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  74. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  75.  
  76. body {
  77. background-color:{color:bg};
  78. font-family:calibri;
  79. font-weight:normal;
  80. }
  81.  
  82.  
  83.  
  84.  
  85. h1 {
  86. font-weight:normal;
  87. font-size:11px;
  88. text-align:center;
  89. font-style:italic;
  90. line-height:50%;
  91. letter-spacing:1px;
  92. text-transform:lowercase;
  93. color:{color:text};
  94. }
  95.  
  96. h2 {
  97. font-size:10px;
  98. text-align:center;
  99. line-height:100%;
  100. letter-spacing:-0.5px;
  101. color:{color:text};
  102. font-weight:bold;
  103. text-transform:uppercase;
  104. padding:5px;
  105. padding-bottom:2px;
  106. }
  107.  
  108.  
  109. blockquote {
  110. border-left:2px solid {color:text};
  111. padding-left:5px;
  112. margin:5px;
  113. }
  114.  
  115.  
  116.  
  117. #sidebar {
  118. color:{color:text};
  119. position:fixed;
  120. width:310px;
  121. padding:5px;
  122. height:300px;
  123. padding-top:10px;
  124.  
  125. margin-top:170px;
  126. margin-left:5px;
  127. text-align:left;
  128.  
  129. padding-bottom:21px;
  130. }
  131.  
  132. #sidebar img {
  133. width:200px;
  134. height:220px;
  135. margin-bottom:1px;
  136. border:1px solid {color:border};
  137. padding:5px;
  138. }
  139.  
  140.  
  141.  
  142.  
  143. #description {
  144. width:200px;
  145. height:130px;
  146. margin-top:425px;
  147. margin-left:100px;
  148. position:fixed;
  149. text-align:left;
  150. font-size:9px;
  151. outline:1px solid {color:border};
  152. outline-offset:5px;
  153. background-color:{color:sidebar};
  154. color:{color:text};
  155. letter-spacing:1px;
  156.  
  157. }
  158.  
  159.  
  160.  
  161. #pagination {
  162. font-size:35px;
  163. position:fixed;
  164. color:{color:text};
  165. text-transform:uppercase;
  166. letter-spacing:3px;
  167. margin-top:300px;
  168. margin-left:250px;
  169. text-shadow: 2px 2px 0px {color:posts};
  170. font-style:italic;
  171. text-align:center;
  172. }
  173.  
  174.  
  175. #postcontainer {
  176. float:left;
  177. margin-left:360px;
  178. margin-top:180px;
  179. text-align:justify;
  180. background-color:{color:bg};
  181. color:{color:text};
  182. margin-bottom: 35px;
  183. }
  184.  
  185. #chill { position:fixed; color:{color:sidebar}; z-index:1; background-color:{color:sidebar};padding:5px; margin-top:-10px; margin-left:320px; width:605px; height:220px; border-left:10px solid {color:border}; border-right:10px solid {color:border}; border-bottom:10px solid {color:border}; }
  186.  
  187. #posts {
  188. width:500px;
  189. margin-top:75px;
  190. text-align:justify;
  191. font-size:11px;
  192. padding:18px;
  193. line-height:90%;
  194. letter-spacing:0x;
  195. color:{color:text};
  196. background-color:{color:posts};
  197. outline:1px solid {color:border};
  198. outline-offset:10px;
  199. }
  200.  
  201.  
  202.  
  203. #info {
  204. font-family:consolas;
  205. width:490px;
  206. margin-top:3px;
  207. padding:2px;
  208. padding-left:8px;
  209. font-size:8px;
  210. color:{color:link};
  211. text-transform:uppercase;
  212. font-style:normal;
  213. letter-spacing:2px;
  214. text-align:center;
  215.  
  216. border-top:1px solid {color:border};
  217. -moz-transition-duration:0.5s;
  218. -webkit-transition-duration:0.5s;
  219. -o-transition-duration:0.5s;
  220. }
  221.  
  222. #info a {
  223. color:{color:link};
  224. text-align:right;
  225. letter-spacing:1px;
  226. font-style:normal;
  227. }
  228.  
  229. #info a:hover {
  230. color:{color:hover};
  231. }
  232.  
  233. .caption {
  234. width:500px;
  235. text-align:justify;
  236. line-height:120%;
  237. }
  238.  
  239. .question {
  240. padding:10px;
  241. text-align:left;
  242. color:{color:text};
  243. background-color:{color:infobg};
  244. border-bottom:1px solid {color:text};
  245. }
  246.  
  247. .answer {
  248. text-align:left;
  249. padding:10px;
  250. color:{color:text};
  251. }
  252.  
  253. .music {
  254. width:500px;
  255. padding-bottom:10px;
  256. background-color:{color:infobg};
  257. }
  258.  
  259. .albumart {
  260. float:left;
  261. padding:0px 10px 10px 0px;
  262. }
  263.  
  264. .albumart img {
  265. width:45px;
  266. height:45px;
  267. }
  268.  
  269. .playercontainer {
  270. text-align:left;
  271. padding:10px;
  272. background-color:#ffffff;
  273. width:480px;
  274. }
  275.  
  276. .musicinfo {
  277. padding:10px;
  278. color:{color:text};
  279. }
  280.  
  281. .postnote {
  282. text-transform:uppercase;
  283. font-style:normal;
  284. letter-spacing:0px;
  285. font-size: 9px;
  286. text-align:left;
  287. line-height:90%;
  288. margin-left:-40px;
  289. }
  290.  
  291. .postnote li {
  292. list-style-type:none;
  293. border-bottom:1px solid {color:border};
  294. padding:10px 25px 10px 25px;
  295. text-align:left;
  296. margin:0px;
  297. -moz-transition-duration:0.5s;
  298. -webkit-transition-duration:0.5s;
  299. -o-transition-duration:0.5s;
  300. }
  301.  
  302. .tags {
  303. font-family:consolas;
  304. font-style:normal;
  305. width:500px;
  306. text-transform:uppercase;
  307. font-style:normal;
  308. color:{color:tags};
  309. letter-spacing:2px;
  310. line-height:120%;
  311. font-size:0px;
  312. text-align:right;
  313. padding:2px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. .tags a {
  320. color:{color:text};
  321. letter-spacing:1px;
  322. padding:1px;
  323. }
  324.  
  325. .tags a:hover {
  326. color:{color:hover};
  327. }
  328.  
  329. ul.chat, .chat ol, .chat li {
  330. list-style:none;
  331. margin:0px;
  332. padding:2px;
  333. }
  334.  
  335. .tab {
  336. text-decoration:underline;
  337. font-weight:700;
  338. background-color:{color:bg};
  339. margin-right:5px;
  340. }
  341.  
  342. #credit {
  343. position:fixed;
  344. text-shadow:1px 1px 0px #000;
  345. font-size:9px;
  346. font-weight:normal;
  347. line-height:150%;
  348. letter-spacing:2px;
  349. right:10px;
  350. bottom:10px;
  351. padding:2px;
  352. text-transform:uppercase;
  353. border: 1px solid {color:border};
  354. border-radius:100px;
  355. text-align:center;
  356. }
  357.  
  358. #credit a {
  359. padding:3px;
  360. color:{color:text};
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. }
  365. #credit a:hover {
  366. color:{color:hover};
  367. }
  368.  
  369. {CustomCSS}
  370.  
  371. </style></head>
  372.  
  373. <body>
  374. <img src="{image:banner}" style="position:fixed;z-index:9999;top:0px;left:340px;opacity:1;" />
  375.  
  376. <a href=/><img src="{image:nav1}" onmouseover=this.src="{image:nav1hover}" onmouseout=this.src="{image:nav1}" style="position:fixed; z-index:99000;top:165px;left:340px;" /></a>
  377.  
  378. <a href=/ask><img src="{image:nav2}" onmouseover=this.src="{image:nav2hover}" onmouseout=this.src="{image:nav2}" style="z-index:99000;position:fixed;top:165px;left:542px;"/></a>
  379.  
  380. <a href=/nav><img src="{image:nav3}" onmouseover=this.src="{image:nav3hover}" onmouseout=this.src="{image:nav3}" style="z-index:99000;position:fixed;top:165px;left:744px;"/></a>
  381.  
  382. <img src="{image:long sidebar}"
  383. style="position:fixed;top:0px;left:980px;" />
  384.  
  385. <img src="{image:small title}"
  386. style="position:fixed;top:395px;left:1px;z-index:10000;" />
  387.  
  388. <div id="chill">----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  389. </div>
  390. <div id="sidebar">
  391. <img src="{image:sidebar}">
  392. </div>
  393. <div id="description">
  394. </br>
  395. <div style="width:195px;height:120px;overflow:scroll;">
  396. {Description}
  397. </div>
  398. </div>
  399. {block:Pagination}
  400. <div id="pagination">
  401. {block:PreviousPage}
  402. <a href="{PreviousPage}">«</a>
  403. {/block:PreviousPage}
  404. {block:NextPage}
  405. <a href="{NextPage}">»</a>
  406. {/block:NextPage}
  407. </div>
  408. {/block:Pagination}
  409. </div>
  410.  
  411. <div id="postcontainer">
  412.  
  413. {block:Posts}
  414.  
  415. <div id="posts">
  416.  
  417. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  418.  
  419. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  420.  
  421. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  422. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  423.  
  424. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  425.  
  426. {block:Photoset}<center>{Photoset-500}</center>
  427. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  428.  
  429. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  430.  
  431. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432.  
  433. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  434.  
  435. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  436. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  437. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  438. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  439. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  440.  
  441.  
  442.  
  443. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  444. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  445. {block:HasTags}
  446. <div class="tags">
  447. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  448. {/block:HasTags}
  449. <div class="postnote">
  450. {block:PostNotes}{PostNotes}{/block:PostNotes}
  451. </div>
  452. </div>
  453. {/block:Posts}
  454.  
  455.  
  456. </div>
  457.  
  458. <div id="credit"><a href="http://venusrps.tumblr.com/">CREDIT</a></div>
  459.  
  460. </div>
  461. </div>
  462. </div>
  463. </body>
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement