Advertisement
Guest User

oin

a guest
Sep 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Mansalva|Vollkorn+SC|Anton|Marck+Script');
  4.  
  5. body {
  6. background-color: #070a02;
  7. background-position: center center;
  8. background-repeat: no-repeat;
  9. }
  10.  
  11. ::-webkit-scrollbar {
  12. width: 2px;
  13. }
  14.  
  15. ::-webkit-scrollbar-track {
  16. background-color: transparent;
  17. }
  18.  
  19. ::-webkit-scrollbar-thumb {
  20. background-color: #453B1F;
  21. }
  22.  
  23. p {
  24. text-indent: 13px;
  25. text-align: justify;
  26. }
  27.  
  28. i {
  29. color: #FCFFD4;
  30. text-shadow: ;
  31. font-family: mansalva;
  32. font-size: 18px;
  33. line-height: 15px;
  34. }
  35.  
  36. a, a:visited {
  37. color: #90654B;
  38. transition: all .8s;
  39. font-family: anton;
  40. letter-spacing: 1px;
  41. text-transform: lowercase;
  42. font-size:14px;
  43. line-height: 15px;
  44. text-decoration:none;
  45. }
  46.  
  47. a:hover {
  48. text-shadow: 0px 1px 3px #000,
  49. 0px -1px #000,
  50. 1px 0px #000,
  51. -1px 0px #000;
  52. color: #575e2e;
  53. }
  54.  
  55. a.mother, a.mother:visited {
  56. color: #939dba;
  57. transition: all .7s;
  58. text-decoration: none;
  59. }
  60.  
  61. a.mother:hover {
  62. color: #ccc;
  63. }
  64.  
  65. b {
  66. font-weight: 900;
  67. color: #e0c069;
  68. }
  69.  
  70. h1 {
  71. font-family: marck script;
  72. color: #B29F73;
  73. font-size: 30px;
  74. text-align: center;
  75. font-weight: 1;
  76. letter-spacing: -1px;
  77. color: #473820;
  78. text-shadow: -1px 1px 1px #B29C70;
  79. }
  80.  
  81. h1::first-letter {
  82. font-family: mansalva;
  83. text-transform: uppercase;
  84. font-weight: 1;
  85. }
  86.  
  87. h2 {
  88. font-family: anton;
  89. font-weight: 1;
  90. letter-spacing: 2px;
  91. border-bottom: 1px solid #A39661;
  92. line-height: 5px;
  93. text-shadow: 0px 2px #312D1A, 2px 0px #312D1A;
  94. color: #917650;
  95. }
  96.  
  97. #bb {
  98. height: 430px;
  99. width: 100%;
  100. position: fixed;
  101. margin: auto;
  102. bottom: 0px;
  103. right: 0px;
  104. top: 0px;
  105. overflow: hidden;
  106. background-color: #7A592D;
  107. background-image: url('http://i.picpar.com/KQEd.png');
  108. background-blend-mode: multiply;
  109. }
  110.  
  111. #b {
  112. height: 400px;
  113. width: 100%;
  114. position: fixed;
  115. margin: auto;
  116. top: 0px;
  117. bottom: 0px;
  118. right: 0px;
  119. overflow: hidden;
  120. background-color: #302B18;
  121. background-size: fill;
  122. background-position: center;
  123. background-image: url('http://i.picpar.com/JQEd.jpg');
  124. background-repeat: no-repeat;
  125. background-blend-mode: multiply;
  126. box-shadow: 0px 3px 10px, 0px -3px 10px;
  127. }
  128.  
  129. #main {
  130. height: 360px;
  131. width: 400px;
  132. position: fixed;
  133. margin: auto;
  134. top: 0px;
  135. bottom: 0px;
  136. left: 35px;
  137. overflow: hidden;
  138. background-image: url('http://i.picpar.com/aIEd.jpg');
  139. background-size: 120% 100%;
  140. border: 2px #ccc;
  141. background-repeat: no-repeat;
  142. background-position: center;
  143. box-shadow: 1px 1px 3px, -1px -1px 3px;
  144. opacity: .7;
  145. }
  146.  
  147. #first {
  148. height: 150px;
  149. width: 420px;
  150. padding: 5px;
  151. position: fixed;
  152. margin: auto;
  153. top: 0px;
  154. bottom: 200px;
  155. left: 0px;
  156. right: 0px;
  157. overflow: hidden;
  158. background-color: rgba(16, 18, 4, .7);
  159. box-shadow: -1px -1px 3px #000, 1px 1px 3px #000;
  160. color: #A39661;
  161. overflow-x: hidden;
  162. overflow-y: scroll;
  163. font-family: vollkorn sc;
  164. line-height: 14px;
  165. font-size: 15px;
  166. letter-spacing: -1px;
  167. }
  168.  
  169. #second {
  170. height: 150px;
  171. width: 420px;
  172. padding: 5px;
  173. position: fixed;
  174. margin: auto;
  175. top: 200px;
  176. bottom: 0px;
  177. left: 0px;
  178. right: 0px;
  179. overflow: hidden;
  180. background-color: rgba(16, 18, 4, .7);
  181. box-shadow: -1px -1px 3px #000, 1px 1px 3px #000;
  182. color: #A39661;
  183. overflow-x: hidden;
  184. overflow-y: scroll;
  185. font-family: vollkorn sc;
  186. line-height: 14px;
  187. font-size: 15px;
  188. letter-spacing: -1px;
  189. }
  190.  
  191. #third {
  192. height: 350px;
  193. width: 390px;
  194. padding: 5px;
  195. position: fixed;
  196. margin: auto;
  197. top: 0px;
  198. bottom: 0px;
  199. right: 35px;
  200. overflow: hidden;
  201. background-color: rgba(16, 18, 4, .7);
  202. box-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
  203. color: #A39661;
  204. overflow-x: hidden;
  205. overflow-y: scroll;
  206. font-family: vollkorn sc;
  207. line-height: 14px;
  208. font-size: 15px;
  209. letter-spacing: -1px;
  210. overflow-x: hidden;
  211. overflow-y: scroll;
  212. }
  213.  
  214. #name {
  215. height: 40px;
  216. width: 400px;
  217. position: fixed;
  218. margin: auto;
  219. top: 0px;
  220. bottom: 450px;
  221. left: 0px;
  222. text-align: right;
  223. padding-right: 10px;
  224. overflow: hidden;
  225. color: #9B7D3D;
  226. font-family: marck script;
  227. font-size: 50px;
  228. line-height: 50px;
  229. letter-spacing: -7px;
  230. text-shadow: -1px -1px #D0B874,
  231. 1px 2px #5E441F;
  232. }
  233.  
  234. #music{
  235. position: fixed;
  236. overflow:hidden;
  237. top:5;
  238. right:13;
  239. width:40;
  240. height:40;
  241. }
  242.  
  243. #player{
  244. position: fixed;
  245. overflow:hidden;
  246. bottom: 0px;
  247. right:0;
  248. font-size: 15px;
  249. }
  250.  
  251. </style>
  252.  
  253. <div id="player"><h1 class="flashit">
  254. <img src="http://i.picpar.com/b5Cd.gif" width="75" style="opacity: .4;"></h1>
  255. </div>
  256.  
  257. <div id="music">
  258. <div style="opacity:0;">
  259. <audio controls>
  260. <source src="http://k007.kiwi6.com/hotlink/tn28b1yivq/joji_-_slow_dancing_in_the_dark.mp3" type="audio/mpeg"></audio>
  261. </div>
  262. </div>
  263.  
  264. <div id="bb">
  265. </div>
  266.  
  267. <div id="b">
  268. </div>
  269.  
  270. <div id="main">
  271. </div>
  272.  
  273. <div id="first">
  274.  
  275. test. is this legible? by god, it is! amazing! let's push this further.<br><br>
  276. <i>italic.</i> <b>bold.</b> <u>under.</u> <a href="" target="_blank">link.</a>
  277. <p>paragraph formatting? who would have thought! ...me. i would have thought, because i did it. i made it happen. i'm fantastic! ...nah, i'm a'ight. </p>
  278. <p>paragraph formatting? who would have thought! ...me. i would have thought, because i did it. i made it happen. i'm fantastic! ...nah, i'm a'ight. this one is a repeat, cause i need to make sure it scrolls. and lookit that, it do!</p>
  279.  
  280. </div>
  281.  
  282. <div id="second">
  283.  
  284. test. is this legible? by god, it is! amazing! let's push this further.<br><br>
  285. <i>italic.</i> <b>bold.</b> <u>under.</u>
  286. <p>paragraph formatting? who would have thought! ...me. i would have thought, because i did it. i made it happen. i'm fantastic! ...nah, i'm a'ight. </p>
  287. <br><br>
  288. you can leave this bit at the bottom of whichever box you use for ooc. c:<br><br>
  289. code provided by: <a href="https://roleplay.chat/profile.php?user=mothership" target="_blank" class="mother">☮</a>
  290.  
  291. </div>
  292.  
  293. <div id="third">
  294.  
  295. <p>another test paragraph cause why not at least make sure it all looks right, right? ye. that's how we do. ...or, i do? i guess. also this font is all uppers, clearly, but i can change it if you prefer. c:</p>
  296.  
  297. <h1>header test one</h1>
  298. <h2>header test two</h2>
  299.  
  300. <p>for decorative/'chapter' divide reasons. at least that'swhy i tend to use the headers. you do you, beebee.</p>
  301.  
  302. </div>
  303.  
  304. <div id="name">
  305. Oin the Dude
  306. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement