Advertisement
jercydee

Faces Page #001 by striveattemptfail

May 31st, 2015
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. <!--
  2. CUSTOM PAGE 005: FACES PAGE #001
  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-family: Helvetica; font-size: 14px; margin: 0; padding: 0;
  20. background-color: #fff; /* changes background colour */
  21. color: #000; /* changes font colour */
  22. }
  23.  
  24. a { text-decoration: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;
  25. color: #000; /* changes link text colour */
  26. border-bottom: 2px dotted #fff; /* changes link underline colour */
  27. }
  28.  
  29. a:hover {
  30. background-color: #aaa; /* changes link on hover background colour */
  31. color: #000; /* changes link on hover text colour */
  32. border-bottom: 2px dotted #fff; /* canges link on hover underline colour */
  33. }
  34.  
  35. a.apply { font-size: 20px; font-family: Georgia, serif; text-align: center; }
  36.  
  37. hr { width: 125px; margin-top: 25px; margin-bottom: 25px;
  38. border: 1px solid #000; /* changes breakline colour */
  39. }
  40.  
  41. #main { width: 870px; margin-left: auto; margin-right: auto; }
  42.  
  43. /* HEADER *//* CODE BY STRIVEATTEMPTFAIL */
  44. #header { margin-top: 25px; padding-bottom: 5px; text-align: right;
  45. border-bottom: 3px solid #000; /* changes header border colour */
  46. }
  47.  
  48. #header a { width: 125px; text-align: center; text-decoration: none; border: 0px; 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;
  49. background-color: #000; /* changes header link background colour */
  50. color: #ccc; /* changes header link text colour */
  51. }
  52.  
  53. #header a:hover { letter-spacing: 1px;
  54. background-color: #ccc; /* changes header link on hover background colour */
  55. color: #000; /* changes header link on hover text colour */
  56. }
  57.  
  58. #header h1 { font-family: Georgia, serif; font-size: 35px; margin-top: 0px; margin-bottom: 0px; }
  59.  
  60. /* CONTAINERS */
  61. #main2 { width: 870px; margin-top: 20px; margin-left: auto; margin-right: auto; position: absolute; }
  62.  
  63. #main2 .container { width: 250px; height: 450px; padding: 10px; margin: 0px 10px 10px 10px; float: left; overflow-x: hidden; overflow-y: scroll;
  64. background-color: #ccc; /* changes container background colour */
  65. }
  66.  
  67. #main2 .container img { width: 242px; height: 242px; margin-bottom: 10px; }
  68.  
  69. #main2 .header { padding-bottom: 5px; text-align: center; margin-bottom: 5px;
  70. border-bottom: 2px solid #000; /* changes container's header border colour */
  71. }
  72.  
  73. #main2 .header .h1 { font-family: Georgia, serif; font-size: 20px; margin: 0px; }
  74.  
  75. /* SCROLLBARS - what property changes what:
  76. -track: track colour
  77. -thumb: main scrollbar colour
  78. -corner: corner colour
  79.  
  80. body: changes main scrollbar
  81. #main2 .container: changes scrollbar for each container
  82. */
  83. body::-webkit-scrollbar { width: 0.5em; height: 0.5em; }
  84. body::-webkit-scrollbar-track { background-color: #fff; }
  85. body::-webkit-scrollbar-thumb { background-color: #000; }
  86. body::-webkit-scrollbar-corner { background-color: #fff; }
  87.  
  88. #main2 .container::-webkit-scrollbar { width: 0.5em; height: 0.5em; }
  89. #main2 .container::-webkit-scrollbar-track { background-color: #ccc; }
  90. #main2 .container::-webkit-scrollbar-thumb { background-color: #000; }
  91. #main2 .container::-webkit-scrollbar-corner { background-color: #ccc; }
  92.  
  93. /* CREDIT *//* CODE BY STRIVEATTEMPTFAIL */
  94. #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; }
  95.  
  96. #cred:hover { transform: translate(0,-10px); -webkit-transform: translate(0,-10px); -moz-transform: translate(0,-10px); }
  97.  
  98. #cred a { background: #fff; color: #000; text-decoration: none; padding: 3px; }
  99.  
  100. </style>
  101. </head>
  102.  
  103. <body>
  104.  
  105. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  106.  
  107. <div id="main">
  108.  
  109. <div id="header">
  110. <h1>RP Title Here</h1>
  111. <!--- description --->
  112. Your description here if you'd like.
  113. <br><a href="/">Back to blog</a><a href="/ask">Ask</a><a href="/submit">Submit</a>
  114. </div>
  115.  
  116. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  117.  
  118. <div id="main2">
  119.  
  120. <!--- container starts here --->
  121. <div class="container">
  122. <div class="header"><div class="h1">Character Name</div></div>
  123. <img src="[IMAGE URL HERE]">
  124. <!--- cdescription --->
  125. <br><b>Full Name:</b> blah
  126. <br><b>Actor:</b> blah
  127. <br><b>Age:</b> blah
  128. <br><b>Blog:</b> blah
  129. <br><b>Roleplayer:</b> blah
  130. <br><b>Location:</b> blah
  131. <br>
  132. <center><br><a href="/submit" class="apply" />Apply here!</a></center>
  133. <hr>
  134. Intense character description here.
  135. </div>
  136. <!--- container ends here --->
  137.  
  138. </div>
  139. </div>
  140.  
  141. <!----------------------------THEME CREDIT---------------------------->
  142. <div id="cred"><a href="http://striveattemptfail.tumblr.com" title="theme credit" />&#9903;</a></div>
  143.  
  144. </body>
  145. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement