Advertisement
Motoko-Codes-09

nw code

Jan 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. <style>
  2.  
  3. html, body { overflow: hidden; height: 100% }
  4.  
  5. #box1 { margin:120px 10px 10px 10px;
  6. padding:10px;
  7. background-color: rgba(0, 0, 0, 0.9);
  8. border:1px solid #000000;
  9. border-radius:20px;
  10. -moz-border-radius:20px;
  11. -webkit-border-radius:20px;
  12. width:550;
  13. margin-left:70px;
  14. margin-top:10px;
  15. }
  16.  
  17.  
  18. #box3 {margin:120px 10px 10px 10px;
  19. padding:10px;
  20. background-color: rgba(0, 0, 0, 0.9);
  21. border:1px solid #000000;
  22. border-radius:20px;
  23. -moz-border-radius:20px;
  24. -webkit-border-radius:20px;
  25. width:550;
  26. margin-left:70px;
  27. margin-top:10px;
  28. }
  29.  
  30. .button1{position:absolute;top:20px;left:-70;right:0;margin:auto;background:#013;height:20px;width:20px;border:1px solid rgba(0,0,0,0.8);font-size:20px;line-height:19px;text-decoration:none; border-radius:20px;
  31. -moz-border-radius:20px;
  32. -webkit-border-radius:20px;}
  33.  
  34. .button2{position:absolute;top:20px;left:160;right:0;margin:auto;background:#013;height:20px;width:20px;border:1px solid rgba(0,0,0,0.8);font-size:20px;line-height:19px;text-decoration:none; border-radius:20px;
  35. -moz-border-radius:20px;
  36. -webkit-border-radius:20px;}
  37.  
  38. .button3{position:absolute;top:20px;left:390;right:0;margin:auto;background:#013;height:20px;width:20px;border:1px solid rgba(0,0,0,0.8);font-size:20px;line-height:19px;text-decoration:none; border-radius:20px;
  39. -moz-border-radius:20px;
  40. -webkit-border-radius:20px;}
  41. .button4{position:absolute;top:20px;left:620;right:0;margin:auto;background:#013;height:20px;width:20px;border:1px solid rgba(0,0,0,0.8);font-size:20px;line-height:19px;text-decoration:none; border-radius:20px;
  42. -moz-border-radius:20px;
  43. -webkit-border-radius:20px;}
  44. .button0{position:absolute;top:20px;left:-300;right:0;margin:auto;background:#013;height:20px;width:20px;border:1px solid rgba(0,0,0,0.8);font-size:20px;line-height:19px;text-decoration:none; border-radius:20px;
  45. -moz-border-radius:20px;
  46. -webkit-border-radius:20px;}
  47.  
  48. .button1:hover, .button2:hover, .button3:hover, .button4:hover,.button0:hover{background:white;box-shadow: 0px 0px 5px #ffffff;border:1px solid rgba(255,255,255,0.8);}
  49.  
  50. .tabbox{padding:10px;
  51. background-color: rgba(0, 0, 0, 0.9);
  52. border:1px solid #000000;
  53. border-radius:20px;
  54. -moz-border-radius:20px;
  55. -webkit-border-radius:20px;
  56. width:550;
  57. margin-left:70px;
  58. margin-top:10px;}
  59. .tabbox:target{z-index:0;transition:1s linear;height:400;
  60. overflow:scroll;}
  61.  
  62. /* unvisited link */
  63. a:link {
  64. color: #ccc;
  65. }
  66.  
  67. /* visited link */
  68. a:visited {
  69. color: #05c;
  70. }
  71.  
  72. /* mouse over link */
  73. a:hover {
  74. color: #FFF;
  75. }
  76.  
  77. /* selected link */
  78. a:active {
  79. color: blue;
  80. }
  81.  
  82. .op-tbl .ooc {
  83. font-style:italic;
  84. }
  85. .op-tbl p {
  86. padding:2px 0px;
  87. margin:0px;
  88. text-indent:35px;
  89. }
  90. .op-tbl b {
  91. color:#CBCACA;
  92. letter-spacing:-.2px;
  93. text-shadow:#435743 1px 1px 0;
  94. }
  95. .op-tbl {
  96. background-color:#324232;
  97. background-image:url(http://i.imgur.com/wdmXUka.png);
  98. background-position:top left;
  99. background-repeat:repeat;
  100. background-size:cover;
  101. border:2px solid #000;
  102. font-family: georgia, serif;
  103. font-size:12px;
  104. color:#FFFFFF;
  105. letter-spacing:.4px;
  106. word-spacing:.3px;
  107. line-height:16px;
  108. width:650px;
  109. text-align:center;
  110. border-radius:20px;
  111. -moz-border-radius:20px;
  112. -webkit-border-radius:20px;
  113. height:500;
  114. overflow: hidden; height: 100%
  115.  
  116. html, body { overflow: hidden; height: 100% }
  117.  
  118.  
  119. }
  120. .op-tbl-border {
  121. width:554px;
  122. border:1px solid #transparent;
  123. margin:0 auto;
  124. }
  125. .op-tbl .inner {
  126. padding:10px;
  127. padding-top:50px;
  128. background-color: rgba(0, 0, 0, 0.9);
  129. border:1px solid #000000;
  130. border-radius:20px;
  131. -moz-border-radius:20px;
  132. -webkit-border-radius:20px;
  133. width:610;
  134. margin-left:10px;
  135. margin-top:10px;
  136. height:460;
  137. overflow:scroll;
  138. margin-bottom:200px;
  139. }
  140.  
  141. body {
  142.  
  143. background-color: #000;
  144. background-image: url(http://i.imgur.com/WNRdqNn.png);
  145. background-attachment: fixed;
  146. background-position: center center;
  147. background-repeat:repeat;
  148. background-size:;
  149. font-family: Times New Roman;
  150. font-variant: normal;
  151. font-size: 70%;
  152. color: #666666;
  153. overflow:auto;}
  154.  
  155. ::-webkit-scrollbar {
  156. width: 2px;
  157. height: 0px;
  158. background:;
  159. }
  160.  
  161. ::-webkit-scrollbar-thumb {
  162. background-color: #3972A9;
  163. -webkit-border-radius: 20px;
  164. border-radius: 20px;
  165. }
  166.  
  167. /* Tooltip container */
  168. .tooltip {
  169. position: relative;
  170. display: inline-block;
  171. border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  172. }
  173.  
  174. /* Tooltip text */
  175. .tooltip .tooltiptext {
  176. visibility: hidden;
  177. width: 120px;
  178. background-color: #000;
  179. color: #fff;
  180. text-align: center;
  181. padding: 5px 0;
  182. border-radius: 6px;
  183. z-index: 3;
  184.  
  185. /* Position the tooltip text */
  186. position: absolute;
  187. z-index: 3;
  188. bottom: 125%;
  189. left: 50%;
  190. margin-left: -60px;
  191.  
  192. /* Fade in tooltip */
  193. opacity: 0;
  194. transition: opacity 1s;
  195. }
  196.  
  197. /* Tooltip arrow */
  198. .tooltip .tooltiptext::after {
  199. content: "";
  200. position: absolute;
  201. top: 100%;
  202. left: 50%;
  203. margin-left: -5px;
  204. border-width: 5px;
  205. border-style: solid;
  206. border-color: #000 transparent transparent transparent;
  207. }
  208.  
  209. /* Show the tooltip text when you mouse over the tooltip container */
  210. .tooltip:hover .tooltiptext {
  211. visibility: visible;
  212. opacity: 1;
  213. }
  214.  
  215.  
  216.  
  217. </style>
  218. <p><div class="fr-credit-link">
  219.  
  220. </div>
  221. <style>
  222. .fr-credit-link { padding:10px 0; font-size:11px; font-style:italic; }
  223. /* Reminder: do not remove this credit link, as per the terms of Forum Roleplay's licenses (http://forumroleplay.com/about/license/)*/
  224. </style>
  225. <a href="#0" class="button0"></a>
  226. <a href="#1" class="button1"></a>
  227. <a href="#2" class="button2"></a>
  228. <a href="#3" class="button3"></a>
  229. <a href="#4" class="button4"></a>
  230. <div class="op-tbl-border">
  231. <div class="op-tbl">
  232. <div id="0" class="inner">
  233. <p class="ooc">
  234.  
  235. Tell me what you know! Tell me what you gone and done now!</br>
  236. </p>
  237. <p>
  238. <div align = "center"><font face="Courier">
  239. <img src = "http://orig08.deviantart.net/3e11/f/2016/335/5/e/f2u_dark_aesthetic_divider_by_darknyxgoddess-daq7huu.png">
  240. <hr>
  241. <img src="http://img02.deviantart.net/44f2/i/2006/128/e/2/0096_by_adsero.gif"> <div class="tooltip">Name
  242. <span class="tooltiptext">Levi</span>
  243. </div> | <div class="tooltip">Age
  244. <span class="tooltiptext">24</span>
  245. </div> | <div class="tooltip">Sexuality
  246. <span class="tooltiptext">Demi/Pansexual</span>
  247. </div>| <div class="tooltip">Pronouns
  248. <span class="tooltiptext">She/Her/They/Them</span>
  249. </div> <img src="http://img02.deviantart.net/44f2/i/2006/128/e/2/0096_by_adsero.gif"></br></br>
  250. This is a purely OOC profile so please don't expect any RP. I have plenty of characters you can ask about!
  251. <hr><img src = "http://orig01.deviantart.net/f81a/f/2016/024/4/d/you_re_creepy_by_omnivore_daydreams-d9p7xbq.png"></br>
  252. <img src = "http://orig11.deviantart.net/27ea/f/2015/336/e/1/e152dcb5a2166539388452e0454f507f-d9irv5i.png">
  253. <hr>
  254. Usually coding on this alt and experimenting with stuff. If you wanna use it, go ahead. P.S I love table codes.</br>
  255. Lots of aesthetic stuff.</br>
  256. All the stuff here is free to use including the code.</br>
  257. Loves music. Really bad at socializing but can be really friendly. Kicks themself way too much</br>
  258. p.s hover over the text at the top! :D
  259. </br>
  260. <a href="">link 1</a>|<a href="">link 2</a>|<a href="">link 3</a>
  261. <hr>
  262. <img src="http://orig11.deviantart.net/634d/f/2016/187/c/5/c598467f5d82e33aa02f8555029b73cd-da90t4d.png"></br><img src="http://orig00.deviantart.net/fb3f/f/2016/129/6/f/tumblr_inline_o44oxuqzhv1u0ckd6_500_by_toujika-da1vbyb.gif"><img src="http://orig08.deviantart.net/6060/f/2016/129/c/4/tumblr_mrmjfsgasa1sfwkzwo1_500_by_toujika-da1v7e0.gif"></br>
  263. <img src="http://orig02.deviantart.net/6527/f/2016/140/1/6/space_and_time_continuum_by_abandonedcamera-da37vlo.gif"></br><img src="http://orig07.deviantart.net/d35e/f/2016/253/1/8/i_can_t_breath___long_divider_by_thecandycoating-dah681a.gif">
  264. <hr>
  265. <img src = "http://orig06.deviantart.net/39bf/f/2017/004/8/9/black_and_blue___deco_divider_by_thecandycoating-dau9x5d.png"></br>
  266. Info layout by @seochivy
  267. </p>
  268. </p></div>
  269. </p></div>
  270.  
  271. <div id="1" class="inner"><center>───── ◈ ─────</center>
  272. text here.</br><center>───── ◈ ─────</center>
  273. </div>
  274. <div id="2" class="inner">
  275. Tab2
  276. </div>
  277. <div id="3" class="inner">
  278. text here
  279. </div>
  280.  
  281. <div id="4" class="inner">
  282. text here too
  283. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement