Guest User

audition forms

a guest
Jul 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3. <!--
  4.  
  5. ABOUT PAGE #5 'der Engel' - BY NAMJOONEH (http://namjooneh.tumblr.com) [prev. protectmccall]
  6. -DONT USE AS BASE OR STEAL THE BITS P PLEASE
  7. -ASK ME FOR HELP IF U STRUGGLE
  8. -IM OPEN FOR COMMISSIONS IF YOU WANT A SPECIAL PAGE JUST FOR YOU~~ (check http://namjooneh.tumblr.com/rules for more info)
  9. -HOPE U HAVE A GREAT DAY TODAY BUTTERCUP ♥
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16.  
  17. <head>
  18. <title>About.</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. <!----jquery----->
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <!----google fonts---->
  24. <link href='http://fonts.googleapis.com/css?family=Cousine:400,700' rel='stylesheet' type='text/css'>
  25. <!---tooltip--->
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("a[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:300,
  33. tip_fade_speed:300,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44.  
  45. ::selection {
  46. background: #c2b6b6; /* COLOUR OF THE TEXT WHEN SELECTED */
  47. color: #111111;
  48.  
  49. }
  50.  
  51. ::-moz-selection {
  52. background: #c2b6b6;/* COLOUR OF THE TEXT WHEN SELECTED */
  53. color: #111111;
  54. }
  55.  
  56. ::-webkit-selection {
  57. background: #c2b6b6;/* COLOUR OF THE TEXT WHEN SELECTED */
  58. color: #111111;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:#c2b6b6; /* COLOUR OF THE LINKS */
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. transition: all 0.5s ease-in-out;
  69. }
  70.  
  71.  
  72. ul {
  73. margin-left:-10px;
  74. }
  75.  
  76.  
  77. body {
  78. background:#fff; /* COLOUR OF BACKGROUND, #fff for white, or you can just type 'white', 'black' etcetc w/o '#' */
  79. font-family:Georgia;
  80. line-height:120%;
  81. letter-spacing:0px;
  82. /*text-align:justify;*/
  83. background-image:url("http://68.media.tumblr.com/0610deaedfa308315c21310862ae4bc1/tumblr_ni920uWmC01rsel69o1_1280.jpg");
  84. background-attachment: fixed;
  85. background-repeat: repeat; /* if you dont want the pic repeated change 'repeat' to 'no-repeat'*/
  86. color:#000;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {
  90. background:#dfe9ed;
  91. height: 80px;
  92. }
  93.  
  94. ::-webkit-scrollbar {
  95. height: 10px;
  96. width: 3px;
  97. }
  98.  
  99.  
  100. #s-m-t-tooltip { /* tooltip is what styles the hover title="" of the link */
  101. margin-top:15px;
  102. background-color:#fff;
  103. font-size:8px;
  104. color:#333;
  105. letter-spacing:1px;
  106. text-transform:lowercase;
  107. padding:3px;
  108. padding-bottom:3px;
  109. z-index:999999999999999999999999999999999999;
  110. border: 3px solid #c2b6b6 ; /* COLOUR OF THE ON HOVER FRAME OF THE TEXT */
  111. font-weight:500;
  112. }
  113.  
  114.  
  115. #container {
  116. background-color: #765959; /* COLOUR OF THE BOX */
  117. width:640px;
  118. height:380px;
  119. position:absolute;
  120. left:50%;
  121. top:50%;
  122. margin-left:-310px;
  123. margin-top:-190px;
  124. }
  125.  
  126.  
  127.  
  128. #pic img {
  129. width:290px;
  130. height:380px;
  131. background:#ffffff;
  132. overflow: auto;
  133. position:absolute;
  134. }
  135.  
  136.  
  137. #text {
  138. margin-top:0px;
  139. margin-left:290px;
  140. width:255px;
  141. height:360px;
  142. background:#765959;/* BACKGROUND COLOR OF THE TEXT SECTION */
  143. padding-left:25px;
  144. padding-right:70px;
  145. padding-top:10px;
  146. padding-bottom:10px;
  147. position: absolute;
  148. font-size: 14px; /* SIZE OF THE FONT */
  149. line-height:97%;
  150. color:#fff;
  151. }
  152.  
  153. #title {
  154. font-weight:bold;
  155. font-size:30px;
  156. margin-top:30px;
  157. padding-left:10px;
  158.  
  159. }
  160.  
  161.  
  162. #links {
  163. font-size:10px;
  164. margin-left:25px;
  165. margin-top:5px;
  166. }
  167.  
  168.  
  169. #links a {
  170. color: #fff; /* COLOUR OF THE LINK CIRCLES */
  171. -webkit-transition: all 0.5s ease-in-out;
  172. -moz-transition: all 0.5s ease-in-out;
  173. transition: all 0.5s ease-in-out;
  174.  
  175. }
  176.  
  177. #links a:hover {
  178. color:#fff; /* COLOUR OF THE LINK CIRCLES ON HOVER */
  179. -webkit-transition: all 0.5s ease-in-out;
  180. -moz-transition: all 0.5s ease-in-out;
  181. transition: all 0.5s ease-in-out;
  182. }
  183.  
  184.  
  185. #credit {
  186. position:fixed;
  187. font-size:14px;
  188. letter-spacing:1px;
  189. right:10px;
  190. bottom:15px;
  191. }
  192. #credit a {
  193. padding:3px;
  194. color:#000;
  195. background-color:#ffffff;
  196. }
  197. #credit a:hover {
  198. color:#ffffff;
  199. background-color:#000;
  200. }
  201.  
  202. #text ol ul li {
  203. list-style-type: none;
  204. margin-left:-25px;
  205. font-size:10px;
  206. margin-bottom:0px;
  207. }
  208.  
  209. #text ol {
  210. margin-left:-24px
  211. }
  212.  
  213. #text ol li {
  214. font-size:20px;
  215. margin-bottom:8px;
  216. }
  217.  
  218.  
  219.  
  220. {CustomCSS}</style></head><body>
  221.  
  222. <div id="container">
  223.  
  224.  
  225.  
  226. <div id="pic"><img src="http://i.imgur.com/i9ywtOs.png"></div> <!-- CHANGE THE PIC HERE, IT SHOULD BE SQUARE AND NOT SMALLER THAN 300X300PX THO SO BEWARE-->
  227.  
  228. <div id="text">
  229. <div id="title"><center><u>audition form</u><br></center></div>
  230. <div id="links"> <center>** Before auditioning it is important that you read the rules and abide by them for this small group :)</center><br>
  231. </div>
  232. <div style="font-family:Georgia;align:center;font-size:14px;width:300px;height:200px;border:2px double #000000;overflow:auto;line-height:15px;padding:10px 0;margin:10px 0;text-align:justify;"> <center>
  233. <BIG>PREMADE CHARACTER AUDITION</big>
  234. <br><textarea>
  235. BASIC INFORMATION
  236. 1.) DESIRED CHARACTER: --
  237. 2.) DESIRED PLAY-BY: --
  238. OOC INFORMATION
  239. 3.) Why do you want to be apart of the Dirty South group? || --
  240. 4.) Have you read the rules? What is Quinn's favorite color? || --
  241. 5.) What is your favorite style of role-play? (1x1? Group blogs? Group forum? Other?) || --
  242. 6.) Do you have AIM, LINE, or DISCORD? (If so, are you willing to give it to us so the owners are able to contact you?) || --
  243. 7.) Are you okay with mature themes that may be triggering for you as a writer? (If you are not, we highly want you to question joining us here.) || --
  244. IN CHARACTER INFORMATION
  245. 8.) Are there any changes you would like to make to the character we created?
  246. 9.) Are there any additioned you would like to mak to the character we created?
  247. SAMPLE AUDITION
  248. **PLEASE WRITE A MINIMUM OF FOUR PARAGRAPHS, 5 TO 6 SENTENCES IN EACH BUT NO LESS. We need this to be in the POV of the character you are auditioning for. We want to see how you make the character you audition for come alive. Feel free to get creative with it and include some of your character's connectIons that we have written up as well. || -- </textarea></center><br><br>
  249. <br>
  250. <CENTER><big>ORIGINAL CHARACTER AUDITION</BIG> <br>
  251. <textarea>
  252. BASIC INFORMATION
  253. 1.) DESIRED CHARACTER: --
  254. 2.) DESIRED PLAY-BY: --
  255. OOC INFORMATION
  256. 3.) Why do you want to be apart of the Dirty South group?
  257. 4.) Have you read the rules? What is Quinn's favorite color?
  258. 5.) What is your favorite style of role-play? (1x1? Group blogs? Group forum? Other?)
  259. 6.) Do you have AIM, LINE, or DISCORD? (If so, are you willing to give it to us so the owners are able to contact you?)
  260. 7.) Are you okay with mature themes that may be triggering for you as a writer? (If you are not, we highly want you to question joining us here.)
  261. IN CHARACTER INFORMATION:
  262. CHARACTER NAME|| --
  263. AGE|| --
  264. OCCUPATION (please be detailed, you may come up with a place but please put the name and what you actually do. EX. The Country Club, Blackjack dealer.)|| --
  265. PERSONALITY|| --
  266. SHORT BIO (No less then five sentences, if you decide to do more, wonderful!)|| --
  267. FACTS||
  268. (1) --
  269. (2) --
  270. (3) --
  271. SECRETS||
  272. (1) --
  273. (2) --
  274.  
  275. SAMPLE AUDITION
  276. **PLEASE WRITE A MINIMUM OF FOUR PARAGRAPHS, 5 TO 6 SENTENCES IN EACH BUT NO LESS. We need this to be in the POV of the character you are auditioning for. We want to see how you make the character you audition for come a live. Feel free to get creative with it and include some of your character's connectIons that we have written up as well. || --
  277. </textarea></CENTER>
  278. </div>
  279.  
  280.  
  281.  
  282. </div>
  283. </div>
  284.  
  285. <div id="credit"><a href="http://protectmccall.tumblr.com" title="code by protectmccall">©</a></div> <!--DONT TOUCH THIS BROS-->
  286.  
  287.  
  288. </body>
  289. </html>
Add Comment
Please, Sign In to add comment