Advertisement
goddessmartel

Untitled

Jul 10th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!-- Page theme by velvetcrowe.tumblr.com
  4. Please do not steal / edit / remove credits
  5.  
  6. How to use:
  7. - Each row is in a div
  8. - to add more people copy and paste each row
  9. - you can add more then the basic 3 rows, there will be a scrollbar
  10.  
  11.  
  12. this code is kinda ugly because I intended it for myself
  13.  
  14. this is intended for page theme so glglgl-->
  15. <head>
  16. <title>{title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <!-- fonts -->
  19. <link href="https://fonts.googleapis.com/css?family=Raleway|Roboto|Source+Sans+Pro" rel="stylesheet">
  20.  
  21.  
  22. <style>
  23. body{
  24. /*if browser does not support gradient*/
  25. background:#602749;
  26. /*gradient background*/
  27. background: -webkit-gradient(linear, left top, left bottom, from(#130912), to(#602749)) fixed;
  28. overflow-y: auto;
  29. overflow-x:hidden;
  30. font-family: 'Raleway', sans-serif;
  31. }
  32. body::-webkit-scrollbar {
  33. width: 5px;
  34. }
  35.  
  36. body::-webkit-scrollbar-track {
  37. border-radius: 10px;
  38. }
  39.  
  40. body::-webkit-scrollbar-thumb {
  41. background-color:black;
  42. }
  43. ::-webkit-scrollbar {
  44. width: 5px;
  45. }
  46.  
  47. ::-webkit-scrollbar-track {
  48. border-radius: 10px;
  49. }
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. background-color:black;
  53. }
  54. .container{
  55. /*transparent background*/
  56. background: rgba(19, 9, 18, 0.7);
  57. height:600px;
  58. width:450px;
  59. /*page centering*/
  60. margin: auto;
  61. position: absolute;
  62. top: 0;
  63. left: 0;
  64. bottom: 0;
  65. right: 0;
  66. overflow-y: auto;
  67. overflow-x:hidden;
  68. }
  69. .icon{
  70. height:100px;
  71. width:100px;
  72. }
  73. .row{
  74. width:450px;
  75. height:200px;
  76. }
  77. .name{
  78. background-color:#3E1C33;
  79. /*font size is responsive*/
  80. font-size:12px;
  81. font-size: 1.2vmin;
  82. color:#130912;
  83. height:30px;
  84. width:100px;
  85. max-width:100px;
  86. max-height:30px;
  87. padding:1px;
  88. text-align:center;
  89. font-weight:bold;
  90. display: table-cell;
  91. vertical-align: middle;
  92. transition: background-color 1s linear;
  93. overflow-y:auto;
  94. overflow-x:hidden;
  95. }
  96. .name:hover{
  97. color:#602749;
  98. background:white;
  99. transition: background-color 0.6s linear;
  100. }
  101. .unit{
  102. height:125px;
  103. width:100px;
  104. /*float:left;*/
  105. margin:auto;
  106. padding:25px;
  107. display: table-cell;
  108. }
  109. .bottomnotescontainer{
  110. height:10px;
  111. width:440px;
  112. background-color:#602749;
  113. margin: auto;
  114. position: absolute;
  115. top: 620px;
  116. left: 0;
  117. bottom: 0;
  118. right: 0;
  119. padding:5px;
  120. }
  121. .note{
  122. color:#130912;
  123. font-size:11px;
  124. text-align:Center;
  125. font-weight:bold;
  126. height:13px;
  127. overflow-y:auto;
  128. overflow-x:hidden;
  129. }
  130. .buttoncontainer{
  131. width:450px;
  132. height:100px;
  133. margin: auto;
  134. position: absolute;
  135. top: 120px;
  136. left: 0;
  137. bottom: 0;
  138. right: 0;
  139. display: table-cell;
  140. vertical-align: middle;
  141. }
  142. .tumblrbutton{
  143. margin:25px;
  144. float:left;
  145. text-align:center;
  146. background-color:#3E1C33;
  147. color:#130912;
  148. height:30px;
  149. width:100px;
  150. font-size:25px;
  151. transition: background-color 1s linear;
  152. }
  153. .tumblrbutton:hover{
  154. background-color:#130912;
  155. color:#3E1C33;
  156. transition: background-color 0.6s linear;
  157. }
  158. a, a:visited{
  159. text-decoration:none;
  160. color:white;
  161. transition: background-color 1s linear;
  162.  
  163. }
  164. img{
  165. height:100px;
  166. }
  167.  
  168. </style>
  169.  
  170. </head>
  171.  
  172. <body>
  173. <div class="container">
  174. <!--a single row, use this to make more rows-->
  175. <div class="row">
  176. <div class="unit">
  177. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png" /></div>
  178. <div class="name">Name 1<br/>[Subtext]</div>
  179. </div>
  180. <div class="unit">
  181. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  182. <div class="name">Name 2<br/>[Subtext]</div>
  183. </div>
  184. <div class="unit">
  185. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  186. <div class="name">Name 3<br/>[Subtext]</div>
  187. </div>
  188. </div>
  189. <!-- end of the first row make sure to copy and paste each row -->
  190. <!--second row start-->
  191. <div class="row">
  192. <div class="unit">
  193. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  194. <div class="name">Name 4<br/>[Subtext]</div>
  195. </div>
  196. <div class="unit">
  197. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  198. <div class="name">Name 5<br/>[Subtext]</div>
  199. </div>
  200. <div class="unit">
  201. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  202. <div class="name">Name 6<br/>[Subtext]</div>
  203. </div>
  204. </div>
  205. <!--end of second row-->
  206. <!--third row start-->
  207. <div class="row">
  208. <div class="unit">
  209. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  210. <div class="name">Name 7<br/>[Subtext]</div>
  211. </div>
  212. <div class="unit">
  213. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  214. <div class="name">Name 8<br/>[Subtext]</div>
  215. </div>
  216. <div class="unit">
  217. <div class="icon"><img src="https://68.media.tumblr.com/b001e5d9fcaf0b2b7f27a5a62537221c/tumblr_osv0h05inJ1w02k91o1_100.png"/></div>
  218. <div class="name">Name 9<br/>[Subtext]</div>
  219. </div>
  220. </div>
  221. <!--end of third row-->
  222. <!-- end of rows -->
  223. </div>
  224. <!-- end of container-->
  225.  
  226. <div class="bottomnotescontainer">
  227. <!-- notes at the bottom of the page-->
  228. <div class="note"> Tiny space for notes!</class>
  229. </div>
  230.  
  231. <!--bottom buttons -->
  232. <div class="buttoncontainer">
  233. <a href="/"><div class="tumblrbutton">Link 1</div></a>
  234. <a href=""><div class="tumblrbutton">Link 2</div></a>
  235. <a href="https://velvetcrowe.tumblr.com/" title="guess who :^)"><div class="tumblrbutton">Credits</div></a>
  236. </div>
  237.  
  238.  
  239.  
  240. </body>
  241. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement