Advertisement
Chibi-Elle

STRAUSS CODE [DONE]

Nov 30th, 2020 (edited)
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Overlock|Redressed|Niconne|Ubuntu+Condensed|Forum);
  3.  
  4. body {
  5. background-color: #5E964E;
  6. background-image: url('https://wallpapercave.com/wp/D0KnKnL.jpg');
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #bitch {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. #overlay {
  21. position: fixed;
  22. z-index: -1;
  23. background-image: url('');
  24. background-repeat: repeat;
  25. background-size: 1%;
  26. top: 0px;
  27. left: 0px;
  28. bottom: 0px;
  29. right: 0px;
  30. }
  31.  
  32. ::-webkit-scrollbar-track {
  33. background-color:;
  34. }
  35.  
  36. ::-webkit-scrollbar-thumb {
  37. background-color:;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. width:0px;
  42. height:0px;
  43. }
  44.  
  45. #container {
  46. position: absolute;
  47. height: 500px;
  48. width: 450px;
  49. left: 63%;
  50. top: 11%;
  51. border: 1px solid #000;
  52. background-color: #115212;
  53. background-image: url('');
  54. background-repeat: repeat;
  55. background-size: 1-0%
  56. }
  57.  
  58. #container:hover {
  59. filter: blur(0px);
  60. -webkit-transition:opacity 0.6s linear;
  61. -webkit-transition:all 0.5s ease-out;
  62. -moz-transition:all 0.5s ease-out;
  63. transition:all 0.5s ease-out;
  64. }
  65.  
  66. #snek {
  67. position: absolute;
  68. z-index: 2;
  69. background-color: transparent;
  70. border-radius: 0%;
  71. height: 200px;
  72. width: 330px;
  73. background-image: url('https://freesvg.org/img/coiledsnake-colour.png');
  74. background-repeat: no-repeat;
  75. background-size: 80%;
  76. filter: grayscale(0%);
  77. opacity: 1;
  78. bottom: 20px;
  79. right: 225px;
  80. transform: rotate(-70deg);
  81. }
  82.  
  83. #icon {
  84. position: absolute;
  85. z-index: 1;
  86. left: 10px;
  87. top: 10px;
  88. background-image: url('https://i.gifer.com/2fZI.gif');
  89. background-repeat: no-repeat;
  90. background-position: -120px;
  91. background-size: 270%;
  92. height: 90px;
  93. width: 90px;
  94. border: 1px dotted #0A170A;
  95. box-shadow: 0px 0px 2px 2px #0A170A;
  96. }
  97.  
  98. #icon2 {
  99. position: absolute;
  100. z-index: 1;
  101. right: 10px;
  102. top: 10px;
  103. background-image: url('https://media1.tenor.com/images/1e19e7fbd534e121dad3db0918da81f4/tenor.gif?itemid=5759214');
  104. background-repeat: no-repeat;
  105. background-position: center;
  106. background-size: 190%;
  107. height: 90px;
  108. width: 90px;
  109. border: 1px dotted #0A170A;
  110. box-shadow: 0px 0px 2px 2px #0A170A;
  111. }
  112.  
  113. #centerright {
  114. position: absolute;
  115. right: 10px;
  116. top: 110px;
  117. height: 170px;
  118. width: 201px;
  119. padding: 5px;
  120. overflow-y: auto;
  121. background: #085A05;
  122. color: white;
  123. font-size: 11px;
  124. font-family: 'Ubuntu Condesed';
  125. line-height: 15px;
  126. box-shadow: 0px 0px 2px 2px #0A170A;
  127. }
  128.  
  129. #centerleft {
  130. position: absolute;
  131. left: 10px;
  132. top: 110px;
  133. height: 170px;
  134. width: 201px;
  135. padding: 5px;
  136. overflow-y: auto;
  137. background: #085A05;
  138. color: white;
  139. font-size: 11px;
  140. font-family: 'Ubuntu Condensed';
  141. line-height: 15px;
  142. box-shadow: 0px 0px 2px 2px #0A170A;
  143. }
  144.  
  145. #friends {
  146. position: absolute;
  147. right: 10px;
  148. bottom: 119px;
  149. padding: 5px;
  150. background: #085A05;
  151. color: white;
  152. overflow-x: auto;
  153. height: 74px;
  154. width: 420px;
  155. box-shadow: 0px 0px 2px 2px #0A170A;
  156. }
  157.  
  158. #ooc {
  159. position: absolute;
  160. right: 10px;
  161. bottom: 10px;
  162. padding: 5px;
  163. overflow-y: auto;
  164. background: #085A05;
  165. height: 92px;
  166. width: 350px;
  167. color: white;
  168. text-align: left;
  169. font-size: 11px;
  170. font-family: 'Ubuntu Condensed';
  171. line-height: 15px;
  172. box-shadow: 0px 0px 2px 2px #0A170A;
  173. }
  174.  
  175. #top {
  176. position: absolute;
  177. right: 111px;
  178. top: 10px;
  179. width: 218px;
  180. height: 83px;
  181. padding: 5px;
  182. overflow-y: auto;
  183. background: #085A05;
  184. color: white;
  185. font-size: 11px;
  186. font-family: 'Ubuntu Condensed';
  187. line-height: 15px;
  188. box-shadow: 0px 0px 2px 2px #0a170a;
  189. }
  190.  
  191. i {
  192. font-family: 'Redressed';
  193. margin-top: 0px;
  194. font-size: 11px;
  195. }
  196.  
  197. b {
  198. color: #000;
  199. font-size: 10px;
  200. font-family: 'Overlock';
  201. text-transform: uppercase;
  202. }
  203.  
  204. a {
  205. color: #BDFFA2;
  206. text-decoration: none;
  207. font-family: 'Forum';
  208. font-size: 10px;
  209. }
  210.  
  211. a:hover {
  212. text-decoration: underline;
  213. color: #274C18;
  214. }
  215.  
  216. h1 {
  217. font-family: 'Niconne';
  218. text-align: center;
  219. font-size: 13px;
  220. background-image: linear-gradient(to left, #B5BBB5, #98AD98, #649464, #367E36);
  221. line-height: 8px;
  222. margin-top: 0px;
  223. margin-bottom: 5px;
  224. letter-spacing: 1px;
  225. color: #C0C0C0;
  226. }
  227.  
  228. .glow {
  229. font-size: 13px;
  230. color: #3B5F3B;
  231. text-align: right;
  232. -webkit-animation: glow 1s ease-in-out infinite alternate;
  233. -moz-animation: glow 1s ease-in-out infinite alternate;
  234. animation: glow 1s ease-in-out infinite alternate;
  235. }
  236.  
  237. @-webkit-keyframes glow {
  238. from {
  239. text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #BAF5BA, 0 0 4px #52B952, 0 0 5px #52B952, 0 0 8px #52B952, 0 0 10px #000;
  240. }
  241.  
  242. to {
  243. text-shadow: 0 0 2px #fff, 0 0 3px #1E821E, 0 0 4px #1E821E, 0 0 5px #1E821E, 0 0 8px #000, 0 0 10px #000, 0 0 11px #000;
  244. }
  245. }
  246.  
  247. </style>
  248. <div id="bitch" oncontextmenu="return false;">
  249. <div id="overlay"></div>
  250. <div id="container">
  251. <div id="snek"></div>
  252. <div id="icon"></div>
  253. <div id="icon2"></div>
  254. <div id="top"><h1 class="glow">Statistics</h1>
  255. <b>name.</B> <font style=float:right>Levi Strauss.</font><br>
  256. <B>age.</B> <font style=float:right>18.</font><br>
  257. <B>d.o.b.</B> <font style=float:right>STAT.</font><br>
  258. <b>nation.</B> <font style=float:right>American.</font><br>
  259. <B>ethnic.</b> <font style=float:right>STAT.</font><br>
  260. <b>orient.</b> <font style=float:right>STAT.</font><br>
  261. <B>status.</b> <font style=float:right>STAT.</font><br>
  262. <B>occupation.</b> <font style=float:right>Student.</font><br>
  263. <B>house.</b> <font style=float:right>Slytherin.</font><br>
  264. <B>hair.</B> <font style=float:right>Brunette.</font><br>
  265. <B>eyes.</b> <font style=float:right>Brown.</font><br>
  266. <B>height.</b> <font style=float:right>STAT.</font><br>
  267. <B>build.</b> <font style=float:right>STAT.</font><br>
  268. <B>wand.</b> <font style=float:right><a title="Wand Description Here.">W</a>.</font><br>
  269. <B>patronus.</b> <font style=float:right><a title="PATRONUS description here.">P</a>.</font><br>
  270. <B>familiar.</b> <font style=float:right><a title="Familiar description here.">F</a>.</font><br>
  271. <B>boggart.</b> <font style=float:right><a title="Fear description.">B</a>.</font><br>
  272. <b>face.</b> <font style=float:right>James Franco.</font><hr>
  273. <h1 class="glow">Schooling</h1></div>
  274. <div id="centerleft"><h1 class="glow">Headcanons</h1></div>
  275. <div id="centerright">
  276. <h1 class="glow">Personality</h1>
  277. </div>
  278.  
  279. <div id="ooc"><h1 class="glow">OOC</h1>
  280. <B>00.</B> Coded by <a href="//roleplay.chat/profile.php?user=Sailor+Chuu">Chuu</a> for Strauss' use only. Want something similar? Ask.<br>
  281. <B>01.</B> Words.<br>
  282. <B>02.</B> Words!<br>
  283. <B>03.</B> Words.</div>
  284. <div id="friends"><marquee direction="right" height="74" width="420" scrolldelay="200"><img style="border: 3px solid #0A170A; height: 64px; width: 64px; border-radius: 0%;" src="https://media1.tenor.com/images/9f82e2df66ef28a7fd47299d13c5ae17/tenor.gif?itemid=10585180" title="Description."></img>   <img style="border: 3px solid #0A170A; height: 64px; width: 64px; border-radius: 0%;" src="https://media1.tenor.com/images/9f82e2df66ef28a7fd47299d13c5ae17/tenor.gif?itemid=10585180" title="Description."></img>   <img style="border: 3px solid #0A170A; height: 64px; width: 64px; border-radius: 0%;" src="https://media1.tenor.com/images/9f82e2df66ef28a7fd47299d13c5ae17/tenor.gif?itemid=10585180" title="Description."></img>   <img style="border: 3px solid #0A170A; height: 64px; width: 64px; border-radius: 0%;" src="https://64.media.tumblr.com/73ae7e6dd2f1bea05c5af71993586f0f/tumblr_nqtagwCHoK1qbq2ano4_250.gif" title="Winn Odjig."></img>   <img style="border: 3px solid #0A170A; height: 64px; width: 64px; border-radius: 0%;" src="https://data.whicdn.com/images/44609203/original.gif" title="Ollie Findlay."></img></marquee></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement