Advertisement
gwentee

Ikon ver. 2

Aug 4th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <!---
  2.  
  3. Page #1: Ikon ver. 2
  4. Page by Gwendolyn @ luhands-themes
  5. Please do NOT remove the credit
  6. Any questions? Ask here:
  7. getyourluhandsonme.tumblr.com/faq
  8. or
  9. luhandsthemes.tumblr.com/faq
  10. --->
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head>
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}" />
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23.  
  24. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background:{color:background};
  25. }
  26.  
  27. ::-webkit-scrollbar-thumb{background:{color:scrollbar};}
  28. ::-webkit-scrollbar-track{background:{color:bg};
  29. }
  30.  
  31. body {
  32. margin:0px;
  33. color: gray;
  34. background-color: #fff;
  35. }
  36.  
  37. /*Links*/
  38. a:link, a:active, a:visited{color:black; text-decoration:none;}
  39. a:hover{color:black;}
  40.  
  41. #title{
  42. position:absolute;
  43. color:#bde9f3;
  44. font:400 40px 'play';
  45. text-transform:uppercase;
  46. letter-spacing: 2px;
  47. text-align:right;
  48. top:200px;
  49. margin-left:620px;
  50. }
  51.  
  52. p.speech{
  53. position: relative;
  54. margin: auto;
  55. margin-top: 250px;
  56. width: 300px;
  57. height: 150px;
  58. text-align: center;
  59. font-family: 'Play', sans-serif;
  60. color: black;
  61. line-height: 20px;
  62. background-color: #fff;
  63. border: 3px solid #666;
  64. -webkit-border-radius: 30px;
  65. -moz-border-radius: 30px;
  66. border-radius: 30px;
  67. -webkit-box-shadow: 2px 2px 4px #888;
  68. -moz-box-shadow: 2px 2px 4px #888;
  69. box-shadow: 2px 2px 4px #888;
  70. }
  71.  
  72. p.speech:before{
  73. content: ' ';
  74. position: absolute;
  75. width: 0;
  76. height: 0;
  77. left: 30px;
  78. top: 150px;
  79. border: 22px solid;
  80. border-color: #666 transparent transparent #666;
  81. }
  82.  
  83. p.speech:after{
  84. content: ' ';
  85. position: absolute;
  86. width: 0;
  87. height: 0;
  88. left: 33px;
  89. top: 150px;
  90. border: 18px solid;
  91. border-color: #fff transparent transparent #fff;
  92. }
  93.  
  94. #sideimg img {
  95. max-width:150px;
  96. height:auto;
  97. margin-left:420px;
  98. margin-top:50px;
  99. border-radius:150px;
  100. border: 1px double;
  101. padding:5px;
  102. -moz-transition-duration:1s;
  103. -webkit-transition-duration:1s;
  104. -o-transition-duration:1s;
  105. }
  106.  
  107. .credit {
  108. position:fixed;
  109. bottom:4px;
  110. right:8px;
  111. font: 9px consolas;
  112. border:1px solid #666;
  113. text-transform:uppercase;
  114. letter-spacing: 0px;
  115. padding: 2px;
  116. }
  117.  
  118. .links {
  119. width:300px;
  120. margin-right:10px;
  121. margin-top:10px;
  122. position:fixed;
  123. display:block;
  124. padding:10px;
  125. padding-top:5px;
  126. }
  127.  
  128. .links a{
  129. display:inline-block;
  130. width:70px;
  131. height:20px;
  132. margin:3px;
  133. background-color:#eee;
  134. border-radius: 20px;
  135. border:2px solid #666;
  136. box-shadow: 2px 2px 4px #888;
  137. font-family: 'Play', sans-serif;
  138. color:#000;
  139. text-transform:uppercase;
  140. font-size:10px;
  141. letter-spacing:2px;
  142. text-align:center;
  143. }
  144.  
  145. .links a:hover{
  146. background-color: #666;
  147. color: #fff;
  148. }
  149.  
  150. .credit a{
  151. color: #000;
  152. opacity:0.8;
  153. }
  154.  
  155. </style>
  156. </head>
  157.  
  158. <body>
  159.  
  160. <div class="links">
  161. <a href="/">home</a><br>
  162. <a href="/ask">ask</a><br>
  163. <a href="/">link 1</a><br>
  164. </div>
  165.  
  166. <div id="title">About</div>
  167.  
  168. <p class="speech"><br>&nbsp;
  169.  
  170. !!DESCRIPTION GOES HERE!!
  171.  
  172. <p>
  173.  
  174. <!--- For Best Quality image should be at least 150x150 --->
  175. <div id="sideimg"><img src="IMG URL HERE"></div>
  176.  
  177. <!--- Do Not Touch Credit! Thank you!!--->
  178. <div class="credit"><a href="http://luhandsthemes.tumblr.com/"><center>theme by luhands</center></a></div>
  179.  
  180. </body>
  181.  
  182. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement