Advertisement
oliviacodes

bad habits skin app

Nov 6th, 2018
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.15 KB | None | 0 0
  1. [dohtml]
  2.  
  3. <div class="indigo-container">
  4.  
  5. <div class="indigo-tabs">
  6. <div id="indigo-app-header">
  7. <div id="indigo-app-head1">
  8. <div id="indigo-app-gif1" style="background-image: url(square gif here, will resize to fit)"></div>
  9. </div>
  10. <div id="indigo-app-name1">first m. last</div>
  11. </div>
  12. <div id="indigo-app-basics">
  13. <div class="indigo-app-basic-info">membergroup</div>
  14. <div class="indigo-app-basic-info">age</div>
  15. <div class="indigo-app-basic-info">occupation</div>
  16. <div class="indigo-app-basic-info">sexuality</div>
  17. <div class="indigo-app-basic-info">positive trait</div>
  18. <div class="indigo-app-basic-info">negative trait</div>
  19. </div>
  20.  
  21. <div id="indigo-app-tab-bar"></div>
  22.  
  23. <div class="indigo-tab">
  24. <input type="radio" id="indigo-tab-1" name="indigo-tab-group-1" checked>
  25. <label for="indigo-tab-1">001.</label>
  26. <div class="indigo-content">
  27. <div id="indigo-app-one">
  28. <h1>basic information</h1>
  29. <div id="indigo-app-two">
  30. <b>full name</b>: first middle last
  31. <br><b>age</b>: age
  32. <br><b>birthday</b>: month date
  33. <br><b>occupation</b>: occupation
  34. <br><b>hometown</b>: hometown here
  35. <br><b>gender</b>: here
  36. <br><b>pronouns</b>: here
  37. <p><b>parents</b>: <blockquote>first last, ##<br>first last, ##</blockquote>
  38. <br><b>siblings</b>: <blockquote>first last, ##<br>first last, ##</blockquote>
  39. <br><b>children</b>: <blockquote>remove if not applicable</blockquote>
  40. <br><b>pets</b>: <blockquote>remove if not applicable</blockquote>
  41. <br><b>sexual orientation</b>: here
  42. <br><b>romantic orientation</b>: here
  43. <br><b>relationship status</b>: here
  44. <p><b>mbti type</b>: infp, estj etc.
  45. <br><b>hogwarts house</b>: here
  46. <br><b>alignment</b>: here
  47. <br><b>positive traits</b>:<blockquote>at least five here</blockquote>
  48. <br><b>negative traits</b>:<blockquote>at least five here</blockquote>
  49. <br><b>likes</b>:<blockquote>at least five here</blockquote>
  50. <br><b>dislikes</b>:<blockquote>at least five here</blockquote>
  51.  
  52.  
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57.  
  58.  
  59. <div class="indigo-tab">
  60. <input type="radio" id="indigo-tab-2" name="indigo-tab-group-1">
  61. <label for="indigo-tab-2">002.</label>
  62. <div class="indigo-content">
  63. <div id="indigo-app-one">
  64. <h1>about</h1>
  65. <div id="indigo-app-two">about your character here
  66. </p>
  67. </div>
  68. </div>
  69.  
  70. </div>
  71. </div>
  72.  
  73.  
  74. <div class="indigo-tab">
  75. <input type="radio" id="indigo-tab-3" name="indigo-tab-group-1">
  76. <label for="indigo-tab-3">003.</label>
  77. <div class="indigo-content">
  78. <div id="indigo-app-one">
  79. <h1>relationships</h1>
  80. <div id="indigo-app-two">
  81. <h2>platonic</h2>
  82. <p>words go here. this is a mandatory section</p>
  83. <h2>antagonistic</h2>
  84. <p>words go here. this is a mandatory section</p>
  85. <h2>romantic</h2>
  86. <p>words go here. this is a mandatory section</p>
  87. <h2>other</h2>
  88. <p>words go here. this section is optional</p>
  89.  
  90. </div>
  91. </div>
  92.  
  93. </div>
  94. </div>
  95.  
  96. <div class="indigo-tab">
  97. <input type="radio" id="indigo-tab-4" name="indigo-tab-group-1">
  98. <label for="indigo-tab-4">004.</label>
  99. <div class="indigo-content">
  100. <div id="indigo-app-one">
  101. <h1>the player</h1>
  102. <div id="indigo-app-two">
  103. <b>alias</b>: alias here
  104. <br><b>age</b>: age here
  105. <br><b>pronouns</b>: pronouns here
  106. <br><b>timezone</b>: timezone here
  107. <br><b>mature threads?</b>: yes/no
  108. <br><b>triggers</b>: here
  109. <br><b>contact details</b>: aim, discord, skype etc
  110. <br><b>other characters</b>:<blockquote>
  111. <membergroup>first last</membergroup> - ##
  112. <br><membergroup>first last</membergroup> - ##
  113. </blockquote>
  114. </div>
  115. </div>
  116.  
  117. </div>
  118. </div>
  119. </div>
  120. </div>
  121.  
  122. <a href="oliviacodes.tumblr.com"><div style="width: 550px; margin: 10px auto; text-align: right; font-size: 8px; font-family: arial; text-transform: uppercase; color: #aaa;">oliviacodes</div></a>
  123.  
  124. <style>
  125. .indigo-container {
  126. margin: 10px auto;
  127. height: auto;
  128. width: auto;
  129. }
  130. .indigo-tabs {
  131. margin: 0px auto;
  132. position: relative;
  133. width: 550px;
  134. height: 450px;
  135. border: 1px solid #ccc;
  136. }
  137. .indigo-tab {
  138. float: left;
  139. }
  140. .indigo-tab label {
  141. display: block;
  142. width: 84px;
  143. height: 20px;
  144. background: #fefefe;
  145. border: 1px solid #B1A3C3;
  146. margin: 0px 8px 0px 0px;
  147. position: relative;
  148. left: 130px;
  149. top: 422px;
  150. z-index: 1;
  151. text-align: left;
  152. padding-left: 10px;
  153. font-family: poppins;
  154. color: #B1A3C3;
  155. font-weight: 600;
  156. letter-spacing: 1px;
  157. font-size: 10px;
  158. line-height: 21px
  159. }
  160. .indigo-tab input[type=radio]:checked ~ label {
  161. background: #B1A3C3;
  162. z-index: 2;
  163. color: #fefefe
  164. }
  165. .indigo-tab input[type=radio] {
  166. display: none;
  167. }
  168. .indigo-content {
  169. position: absolute;
  170. top: 121px;
  171. left: 121px;
  172. background: #e0e0e0;
  173. height: 293px;
  174. width: 429px;
  175. opacity: 0;
  176. -webkit-transition: 0.6s ease;
  177. -moz-transition: 0.6s ease;
  178. -ms-transition: 0.6s ease;
  179. -o-transition: 0.6s ease;
  180. }
  181. .indigo-tab input[type=radio]:checked ~ label ~ .indigo-content {
  182. z-index: 1;
  183. opacity: 1;
  184. }
  185. #indigo-app-header {
  186. height: 120px;
  187. width: 550px;
  188. position: absolute;
  189. top: 0;
  190. left: 0;
  191. background: url(http://badhabitsrp.b1.jcink.com/uploads/badhabitsrp/confectionary.png);
  192. border-bottom: 1px solid #ccc
  193. }
  194. #indigo-app-head1 {
  195. height: 120px;
  196. width: 120px;
  197. border-right: 1px solid #ccc;
  198. background: #f0f0f0;
  199. position: absolute
  200. }
  201. #indigo-app-gif1 {
  202. height: 95px;
  203. width: 95px;
  204. -webkit-border-radius: 100%;
  205. -moz-border-radius: 100%;
  206. -ms-border-radius: 100%;
  207. -o-border-radius: 100%;
  208. position: absolute;
  209. border: 1px solid #ccc;
  210. background-size: cover;
  211. background-position: center;
  212. left: 11.5px;
  213. top: 11.5px;
  214. }
  215. #indigo-app-name1 {
  216. height: 120px;
  217. width: 405px;
  218. position: absolute;
  219. right: 0;
  220. line-height: 115px;
  221. font-family: playfair display;
  222. text-transform: lowercase;
  223. color: #B1A3C3;
  224. font-size: 40px;
  225. font-style: italic
  226. }
  227. #indigo-app-basics {
  228. height: 309px;
  229. position: absolute;
  230. width: 100px;
  231. background: url(http://badhabitsrp.b1.jcink.com/uploads/badhabitsrp/confectionary.png);
  232. bottom: 0;
  233. border-style: solid;
  234. border-color: #ccc;
  235. border-width: 0 1px 0 0;
  236. padding: 10px
  237. }
  238. .indigo-app-basic-info {
  239. width: 98px;
  240. display: block;
  241. background-color: #fefefe;
  242. color: #B1A3C3;
  243. border: 1px solid #ccc;
  244. font-family: poppins;
  245. text-align: center;
  246. font-size: 9px;
  247. font-weight: 600;
  248. letter-spacing: 1px;
  249. text-transform: uppercase;
  250. line-height: 25px;
  251. margin-bottom: 7px
  252. }
  253. #indigo-app-tab-bar {
  254. height: 35px;
  255. width: 429px;
  256. background: #f0f0f0;
  257. position: absolute;
  258. bottom: 0;
  259. right: 0;
  260. border-top: 1px solid #ccc
  261. }
  262. #indigo-app-one {
  263. height: 213px;
  264. width: 349px;
  265. position: absolute;
  266. background: #fefefe;
  267. top: 20px;
  268. left: 20px;
  269. border: 20px solid #fefefe
  270. }
  271. #indigo-app-one h1 {
  272. height: 25px;
  273. border-bottom: 1px solid #ccc;
  274. font-family: playfair display;
  275. font-style: italic;
  276. text-align: left;
  277. line-height: 0px;
  278. font-weight: 400;
  279. color: #B1A3C3;
  280. font-size: 30px
  281. }
  282. #indigo-app-two {
  283. height: 155px;
  284. width: 342px;
  285. font-family: poppins;
  286. position: absolute;
  287. bottom: 0;
  288. background: none;
  289. overflow: auto;
  290. text-align: justify;
  291. padding-right: 7px;
  292. color: #888;
  293. font-size: 10px;
  294. line-height: 14px
  295. }
  296. #indigo-app-two::-webkit-scrollbar {
  297. width: 5px
  298. }
  299. #indigo-app-two::-webkit-scrollbar-thumb {
  300. background-color: #fefefe;
  301. border: 1px solid #B1A3C3
  302. }
  303. #indigo-app-two::-webkit-scrollbar-track {
  304. background-color: #B1A3C3;
  305. border-style: solid;
  306. border-width: 0 2px;
  307. border-color: #fefefe
  308. }
  309. #indigo-app-two b {
  310. color: #B1A3C3;
  311. text-transform: uppercase;
  312. }
  313. #indigo-app-two blockquote {
  314. background: #e0e0e0;
  315. padding: 10px;
  316. border: 1px solid #ccc;
  317. margin-left: 20px
  318. }
  319. #indigo-app-two h2 {
  320. font-family: playfair display;
  321. color: #B1A3C3;
  322. font-style: italic;
  323. font-size: 20px;
  324. font-weight: 400;
  325. line-height: 0px;
  326. margin-left: 1px;
  327. border-bottom: 4px solid #fefefe;
  328. margin-top: 10px;
  329. text-align: left
  330. }
  331. #indigo-app-two p {
  332. margin-bottom: 15px
  333. }
  334. </style>
  335.  
  336. <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
  337. <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">
  338. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement