Advertisement
jercydee

Faces Page #002 by striveattemptfail

May 31st, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. <!--
  2. CUSTOM PAGE 006: FACES PAGE #002
  3. THEME BY: Jercy @ striveattemptfail.tumblr.com
  4.  
  5. pl0x don't steal this code thx
  6. -->
  7.  
  8. <!DOCTYPE html>
  9. <html>
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <head>
  17. <style type="text/css">
  18.  
  19. body { font-size: 14px; margin: 0; padding: 0;
  20. font-family: Helvetica; /* changes main font */
  21. background-color: #fff; /* changes background colour */
  22. color: #000; /* changes font colour */
  23. }
  24.  
  25. a { text-decoration: none; text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
  26. color: #666;
  27. }
  28.  
  29. a:hover {
  30. color: #fff;
  31. }
  32.  
  33. a.apply { font-size: 15px; text-decoration: none; margin-bottom: 3px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; display: inline-block;
  34. font-family: Georgia, serif; /* changes apply link font */
  35. color: #333; /* changes apply link colour */
  36. border-bottom: 2px dotted #fff; /* changes apply link underline colour */
  37. }
  38.  
  39. a.apply:hover {
  40. color: #fff; /* changes apply link on hover colour */
  41. border-bottom: 2px dotted #fff; /* changes apply link on hover underline colour */
  42. }
  43.  
  44. #main { width: 870px; margin-left: auto; margin-right: auto; }
  45.  
  46. /* HEADER *//* CODE BY STRIVEATTEMPTFAIL */
  47. #header { margin-top: 25px; padding-bottom: 5px; text-align: right;
  48. border-bottom: 3px solid #000; /* changes header border colour */
  49. }
  50.  
  51. #header a { width: 125px; text-align: center; text-decoration: none; display: inline-block; margin-top: 5px; margin-left: 10px; padding: 4px 0px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
  52. background-color: #000; /* changes header link background colour */
  53. color: #ccc; /* changes header link text colour */
  54. }
  55.  
  56. #header a:hover { letter-spacing: 1px;
  57. background-color: #ccc; /* changes header link on hover background colour */
  58. color: #000; /* changes header link on hover text colour */
  59. }
  60.  
  61. #header h1 { font-size: 35px; margin-top: 0px; margin-bottom: 0px;
  62. font-family: Georgia, serif; /* changes header font */
  63. }
  64.  
  65. /* CONTAINERS */
  66. #main2 { width: 870px; margin-top: 20px; margin-left: auto; margin-right: auto; margin-bottom: 10px;position: absolute; text-align: justify; }
  67.  
  68. #main2 .img { padding: 10px; margin: 0px 10px 10px 10px; height: 150px; width: 150px; float: left;
  69. background-color: #ccc; /* changes image container background colour */
  70. }
  71.  
  72. #main2 .img img { height: 150px; }
  73.  
  74. #main2 .desc { width: 650px; padding: 10px; margin-bottom: 10px; display: inline-block;
  75. background-color: #ccc; /* changes container background colour */
  76. }
  77.  
  78. #main2 .desc h1 { font-size: 25px; margin: 0px;
  79. font-family: Georgia, serif; /* changes container title font */
  80. color: #000; /* changes container title colour */
  81. }
  82.  
  83. /* SCROLLBAR */
  84. body::-webkit-scrollbar { width: 0.5em; height: 0.5em; }
  85.  
  86. body::-webkit-scrollbar-track {
  87. background-color: #fff; /* changes scrollbar track colour */
  88. }
  89.  
  90. body::-webkit-scrollbar-thumb {
  91. background-color: #000; /* changes main scrollbar colour */
  92. }
  93.  
  94. body::-webkit-scrollbar-corner {
  95. background-color: #fff; /* changes scrollbar corner colour */
  96. }
  97.  
  98. /* CREDIT *//* CODE BY STRIVEATTEMPTFAIL */
  99. #cred { position: fixed; bottom: 10px; right: 5px; transition: all 0.75s ease-in-out; -webkit-transition: all 0.75s ease-in-out; -moz-transition: all 0.75s ease-in-out; }
  100.  
  101. #cred:hover { transform: translate(0,-10px); -webkit-transform: translate(0,-10px); -moz-transform: translate(0,-10px); }
  102.  
  103. #cred a { background: #fff; color: #000; text-decoration: none; padding: 3px; }
  104.  
  105. </style>
  106. </head>
  107.  
  108. <body>
  109.  
  110. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  111.  
  112. <div id="main">
  113.  
  114. <div id="header">
  115. <h1>RP title here</h1>
  116. <!--- description --->
  117. Your description here if you'd like.
  118. <br><a href="/">Back to blog</a><a href="/ask">Ask</a><a href="/submit">Submit</a>
  119. </div>
  120.  
  121. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  122.  
  123. <div id="main2">
  124.  
  125. <!--- container starts --->
  126. <div class="img"><img src="[IMAGE URL HERE]"></div>
  127. <div class="desc">
  128. <!--- cdescription --->
  129. <h1>Character Name</h1>
  130. <br><b>Full Name:</b> blah
  131. <br><b>Status:</b> blah
  132. <br><b>A/S/L:</b> blah
  133. <br><b>Blog:</b> blah
  134. <br><b>Roleplayer:</b> blah
  135. <p>
  136. Character description wow character description wow character description wow character description wow character description wow character description wow character description wow character description wow character description wow character description wow character description wow
  137. </p>
  138. <a href="/submit" class="apply" />Apply now &rarr;</a>
  139. </div>
  140. <!--- container ends --->
  141.  
  142. </div>
  143. </div>
  144.  
  145. <!----------------------------THEME CREDIT---------------------------->
  146. <div id="cred"><a href="http://striveattemptfail.tumblr.com" title="theme credit" />&#9903;</a></div>
  147.  
  148. </body>
  149. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement