dylanohelps

Roleplay Info Theme #1

Apr 26th, 2013
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--------
  3.  
  4. ABOUT ROLEPLAY PAGE #1 - DYLANOHELPS
  5. #1: Don't remove the credit.
  6. #2: Don't redistribute and claim as your own.
  7. #3: Customize as you like!
  8.  
  9. © Copyright 2013 - Dylan O. Helps | Tumblr
  10.  
  11. --------->
  12.  
  13. <html>
  14. <head>
  15. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}" />
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25. </head>
  26. <style type="text/css">
  27. body {
  28. padding: 0;
  29. margin: 0;
  30. list-style: none;
  31. background-image:url('http://24.media.tumblr.com/0942176c144e0519b0e8a8a9aac7b807/tumblr_mlvdw2ltmy1sofm3xo1_250.png');
  32. background-attachment: fixed;
  33. }
  34.  
  35. a {
  36. text-decoration: none;
  37. color: black;
  38. }
  39.  
  40. ::-webkit-scrollbar-thumb:vertical {
  41. height:10px;
  42. border-radius: 2px;
  43. background-color: #303030; }
  44.  
  45. ::-webkit-scrollbar-thumb:horizontal {
  46. height:20px;
  47. background-color: #f3f3f3; }
  48.  
  49. ::-webkit-scrollbar {
  50. height: 10px;
  51. width: 5px;
  52. background-color: #FFFFFF; }
  53.  
  54. #heaven {
  55. display: block;
  56. position: fixed;
  57. width: 900px;
  58. height: 70px;
  59. background-image:url('http://24.media.tumblr.com/0942176c144e0519b0e8a8a9aac7b807/tumblr_mlvdw2ltmy1sofm3xo1_250.png');
  60. margin-left: 240px;
  61. margin-top: 0px;
  62. border-bottom: 3px solid #544054;
  63. padding-top: 80px;
  64. }
  65.  
  66. .links {
  67. margin-top: 25px;
  68. margin-left: 10px;
  69. float: left;
  70. }
  71.  
  72. .links a {
  73. font-family: 'Roboto Condensed';
  74. font-size: 10px;
  75. color: #FFFFFF;
  76. text-transform: uppercase;
  77. padding: 10px 20px 10px 20px;
  78. background-color: #505050;
  79. -webkit-transition: all 0.2s ease-in-out;
  80. -moz-transition: all 0.2s ease-in-out;
  81. -o-transition: all 0.2s ease-in-out;
  82. -ms-transition: all 0.2s ease-in-out;
  83. transition: all 0.2s ease-in-out;
  84. }
  85.  
  86. .links a:hover {
  87. background-color: #606060;
  88. padding-top: 20px;
  89. padding-bottom: 20px;
  90. }
  91.  
  92. .title {
  93. float: right;
  94. margin-right: 20px;
  95. font-family: 'old standard tt';
  96. font-size: 34px;
  97. margin-top: 10px;
  98. color: #707070;
  99. }
  100.  
  101. /* MIDDLE */
  102.  
  103. #earth img {
  104. display: inline-block;
  105. width: 850px;
  106. height: 420px;
  107. background-color: #202020;
  108. margin-left: 265px;
  109. margin-top: 170px;
  110. }
  111.  
  112. .bordered {
  113. display: inline-block;
  114. width: 900px;
  115. height: 20px;
  116. margin-left: 240px;
  117. margin-top: -6px;
  118. border-bottom: 3px solid #544054;
  119. }
  120.  
  121. #hell {
  122. width: 843px;
  123. height: auto;
  124. background-color: transparent;
  125. margin-left: 263px;
  126. margin-top: 8px;
  127. margin-bottom: 50px;
  128. padding: 5px;
  129. }
  130.  
  131. .topic {
  132. width: 268px;
  133. height: auto;
  134. padding: 5px;
  135. text-align: center;
  136. font-family: 'roboto condensed';
  137. font-size: 10px;
  138. text-transform: uppercase;
  139. color: #CCCCCC;
  140. background-color: #404040;
  141. margin-bottom: 4px;
  142. }
  143.  
  144. .description {
  145. float: left;
  146. width: 270px;
  147. height: 250px;
  148. overflow: auto;
  149. background-color: #101010;
  150. padding: 4px;
  151. font-family: Arial Unicode MS;
  152. font-size: 11px;
  153. color: #CCCCCC;
  154. }
  155.  
  156. table {
  157. width: 278px;
  158. overflow: auto;
  159. background-color: #101010;
  160. padding: 4px;
  161. font-family: Arial Unicode MS;
  162. font-size: 11px;
  163. color: #CCCCCC;
  164.  
  165. }
  166.  
  167. tr {
  168. overflow: auto;
  169. }
  170.  
  171. td {
  172. border-bottom: 1px solid #544054;
  173. }
  174.  
  175. .info {
  176. display: inline-block;
  177. }
  178.  
  179. .mostwanted img {
  180. float: right;
  181. width: 278px;
  182. height: 258px;
  183. background-color: #303030;
  184. }
  185.  
  186. #credit a {
  187. width: 12px;
  188. height: 12px;
  189. padding: 5px;
  190. font-family: 'roboto condensed';
  191. font-size: 10px;
  192. color: #FFFFFF;
  193. background-color: #0195ab;
  194. margin-bottom: 10px;
  195. float: right;
  196. margin-right: 10px;
  197. opacity: 0.3;
  198. -webkit-transition: all 0.2s ease-in-out;
  199. -moz-transition: all 0.2s ease-in-out;
  200. -o-transition: all 0.2s ease-in-out;
  201. -ms-transition: all 0.2s ease-in-out;
  202. transition: all 0.2s ease-in-out;
  203. }
  204.  
  205. #credit a:hover {
  206. opacity: 1;
  207. }
  208.  
  209.  
  210. </style>
  211. <body>
  212. <div id="heaven">
  213. <div class="links">
  214. <a href="#">Home</a>
  215. <a href="#">Message</a>
  216. <a href="#">Link 1</a>
  217. <a href="#">Link 2</a>
  218. <a href="#">Link 3</a>
  219. </div>
  220. <div class="title">
  221. About Vanity Magazine
  222. </div>
  223. </div>
  224. <div id="earth">
  225. <img src="http://i93.photobucket.com/albums/l78/andrew_jason12/970_vanity_fair_hollywood_21.jpg" />
  226. </div>
  227.  
  228. <div class="bordered"></div>
  229.  
  230. <div id="hell">
  231. <div class="info">
  232. <div class="topic">Full Plot</div>
  233. <div class="description">
  234. From the highest peaks of Beverly Hills to the high class luxury homes in the Hamptons, fame and fortune has taken its toll on those who have been deemed talented and gracious. The lucky ones have been rewarded with fortune and fame, and not to mention all the screaming fans that have been looking up to them. But with news stories about their daily lives and rumors that has been dreaded to be heard since day 1, Vanity Magazine has been keeping you up to date with the latest news and gossip of the celebrities. Here at Vanity, we are comletely friendly and we also have a modeling section for those who we think are worthy to be on out monthly covers. But like all famous beings, you have to work your way up to the top in order to be on the A List. Do you think you have what it takes to be on Vanity Magazine? Find out and apply now at Vanity Magazine RPG!
  235. </div>
  236. </div>
  237.  
  238. <div class="info">
  239. <div class="topic">Latest Updates</div>
  240. <table>
  241. <tbody>
  242. <tr>
  243. <td>Update 4.26.13: This box doesn't have a set height, so I suggest that you keep it under the who section height so it doesn't go over and stretch.</td>
  244. </tr>
  245. <tr>
  246. <td>Update 4.25.13: First event has been launched: Battle for the Western Islands!</td>
  247. </tr>
  248. <tr>
  249. <td>Update 4.25.13: Paras due today! Turn them in now or receive a warning notice.</td>
  250. </tr>
  251. <tr>
  252. <td>Update:</td>
  253. </tr>
  254. </tbody>
  255. </table>
  256. </div>
  257.  
  258. <div class="info">
  259. <div class="topic">Celebrity Of The Week</div>
  260. <div class="mostwanted">
  261. <img src="http://i93.photobucket.com/albums/l78/andrew_jason12/Untitled-1.png" />
  262. </div>
  263. </div>
  264. </div>
  265.  
  266. <div id="credit">
  267. <a href="http://dylanohelps.tumblr.com">DO</a>
  268. </div>
  269.  
  270. </body>
  271. </html>
Advertisement
Add Comment
Please, Sign In to add comment