Advertisement
cocoofrps

PAGE 1 : APP COUNT

Dec 10th, 2013
1,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <style type="text/css">
  4.  
  5.  
  6. body {
  7. color:#727272;
  8. font-family:calibri;
  9. font-size:11px;
  10. background-color:#f2f2f2;
  11. }
  12.  
  13. a {
  14. text-decoration:none;
  15. color:#727272;
  16. font-size:9px;
  17. padding:4px;
  18. }
  19. a:hover {
  20. color:#f2f2f2;
  21. background-color:#727272;
  22. }
  23.  
  24. ul {
  25. list-style-type: none;
  26. margin-left:-20px;
  27. }
  28.  
  29. li {
  30. margin-top:6px;
  31. }
  32.  
  33. b {
  34. background-color:#727272;
  35. color:#f2f2f2;
  36. padding:2px 4px;
  37. margin-right:4px;
  38. }
  39.  
  40. #box {
  41. width:400px;
  42. margin-left:35%;
  43. margin-top:100px;
  44. }
  45.  
  46. #title {
  47. letter-spacing:2px;
  48. border-top-style:double;
  49. border-bottom-style:double;
  50. width:400px;
  51. height:70px;
  52. }
  53.  
  54. #title p {
  55. text-align:center;
  56. line-height:10px;
  57. font-size:12px;
  58. }
  59.  
  60. #girls {
  61. position:fixed;
  62. margin-top:20px;
  63. width:180px;
  64. float:left;
  65. border-top-style:double;
  66. border-bottom-style:double;
  67. }
  68.  
  69. #img {
  70. position:absolute;
  71. margin-left:-210px;
  72. float:left;
  73. width:200px;
  74. height:302px;
  75. border-style:double;
  76. }
  77.  
  78. #boys {
  79. position:fixed;
  80. margin-left:220px;
  81. margin-top:20px;
  82. width:180px;
  83. float:right;
  84. border-top-style:double;
  85. border-bottom-style:double;
  86. }
  87. </style>
  88. </head>
  89. <body>
  90.  
  91. <div id="box">
  92. <!--- IMAGE HERE -->
  93. <div id="img"><img src="[IMAGEURLHERE]"></div>
  94. <p style="position:absolute;margin-top:-24px;width:392px;text-align:center;padding:4px;background-color:#727272;color:#f2f2f2;"><code>TOTAL: 42</code></p>
  95. <!--- TITLE HERE -->
  96. <div id="title"><p style="background-color:#727272;color:#f2f2f2;padding:10px;">WAITING LIST </p>
  97. <p><a href="/">BACK</a> - <a href="http://tumblr.com/dashboard">DASHBOARD</a> - <a href="[INSERTLINKHERE]">NAV</a> - <a href="http://cocoofrps.tumblr.com/">CREDIT</a></p>
  98. </div>
  99.  
  100. <!--- GIRL CODE -->
  101. <div style="float:left;padding:3px;">GIRLS</div>
  102. <div id="girls">
  103.  
  104. <ul>
  105. <li><b>01</b>Swaggy McSwaggy</li>
  106. <li><b>04</b>Glena Coco</li>
  107. <li><b>20</b>Jamesima Dean</li>
  108. <li><b>02</b>Dat Super Swag-Tho</li>
  109. <li><b>15</b>Somany Appsman</li>
  110. <li><b>03</b>Dont Know Anynames</li>
  111. <li><b>04</b>Suzy McMoosey</li>
  112. <li><b>12</b>Leslie Buchanan</li>
  113. <li><b>92</b>Annie Vaughn</li>
  114. <li><B>01</B>Yolanda James</li>
  115. </ul>
  116.  
  117.  
  118. </div>
  119.  
  120. <!--- BOY CODE -->
  121. <div style="padding:3px;float:right;">BOYS</div>
  122. <div id="boys">
  123.  
  124. <ul><li>Literally no one wants to play a guy.</li></ul>
  125. </div></div>
  126. </body>
  127. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement