Advertisement
themesbygeorgia

About Page #2

Nov 14th, 2014
2,456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!--About Page #2 by wonderfullythemes
  6.  
  7. please like/reblog if using-->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  15. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  16.  
  17. <!--SCRIPT FOR TOOLTIPS-->
  18. <stsss>
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:200,
  27. tip_fade_speed:300,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar-thumb {
  37. height:auto;
  38. background-color:white;
  39. }
  40.  
  41. ::-webkit-scrollbar {
  42. height:4px;
  43. width:8px;
  44. padding-right:2px;
  45. background-color:transparent;
  46. }
  47.  
  48. #s-m-t-tooltip {
  49. max-width:200px;
  50. font-size:11px;
  51. background-color:black;
  52. color:white;
  53. box-shadow:2px 3px 2px #387faa;
  54. border:1px solid black;
  55. line-height:9px;
  56. display:none;
  57. position:absolute;
  58. letter-spacing:1px;
  59. text-transform:uppercase;
  60. padding:7px;
  61. margin:15px 0px 0px 15px;
  62. z-index:99999999999999;
  63. }
  64.  
  65. body {
  66. background-image: url(); /*--bg img url here--*/
  67. background-repeat:repeat;
  68. background-color:white;
  69. color:black;
  70. font-family:'calibri';
  71. font-size:12px;
  72. text-decoration:none;
  73. text-transform:none;
  74. margin:0px;
  75. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto; /*--tiny cursor--*/
  76. }
  77.  
  78. a {
  79. color:#387faa; /*--change the link colour here--*/
  80. text-decoration:none;
  81. -moz-transition-duration:0.7s;
  82. -webkit-transition-duration:0.7s;
  83. -o-transition-duration:0.7s;
  84. }
  85.  
  86. a:hover {
  87. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto; /*--tiny cursor--*/
  88. color:white;
  89. -moz-transition-duration:0.7s;
  90. -webkit-transition-duration:0.7s;
  91. -o-transition-duration:0.7s;
  92. }
  93.  
  94. .grid {
  95. width:100%;
  96. position:fixed;
  97. top:15%;
  98. overflow: hidden;
  99. margin: 0;
  100. padding:0;
  101. list-style: none;
  102. text-align: center;
  103. }
  104.  
  105. /* Common style */
  106. .grid figure {
  107. position: relative;
  108. z-index: 1;
  109. display: inline-block;
  110. overflow: hidden;
  111. text-align: center;
  112. }
  113.  
  114. .grid figure figcaption {
  115. padding: 2em;
  116. color: #fff;
  117. text-transform: uppercase;
  118. font-size: 1.25em;
  119. -webkit-backface-visibility: hidden;
  120. backface-visibility: hidden;
  121. }
  122.  
  123. .grid figure figcaption {
  124. position: absolute;
  125. top: 0;
  126. left: 0;
  127. width: 100%;
  128. height: 100%;
  129. }
  130.  
  131. .grid figure h2 {
  132. word-spacing:0;
  133. font-weight: 300;
  134. }
  135.  
  136. .grid figure h2 span {
  137. font-weight: 800;
  138. }
  139.  
  140. .grid figure h2,
  141. .grid figure p {
  142. margin: 0;
  143. }
  144.  
  145. .grid figure p {
  146. letter-spacing: 1px;
  147. font-size: 10px;
  148. }
  149.  
  150. figure.effect-chico img {
  151. height:450px; /*--change the image height here--*/
  152. -webkit-transform 1s;
  153. transition: opacity 1s, transform 1s;
  154. -webkit-transform: scale(1);
  155. transform: scale(1);
  156. }
  157.  
  158. figure.effect-chico:hover img {
  159. -webkit-transform: scale(3);
  160. transform: scale(3);
  161. }
  162.  
  163. figure.effect-chico figcaption {
  164. padding: 3px;
  165. }
  166.  
  167. figure.effect-chico figcaption::before {
  168. background: rgba(0,0,0,0.5);
  169. position: absolute;
  170. top: 30px;
  171. right: 30px;
  172. bottom: 30px;
  173. left: 30px;
  174. border: 1px solid white; /*--change the text box border here--*/
  175. content: '';
  176. -webkit-transform: scale(1.1);
  177. transform: scale(1.1);
  178. }
  179.  
  180. figure.effect-chico figcaption::before,
  181. figure.effect-chico p {
  182. opacity: 0;
  183. -webkit-transition: opacity 1, -webkit-transform 1s;
  184. transition: opacity 1s, transform 1s;
  185. }
  186.  
  187. figure.effect-chico h2 {
  188. padding: 20% 0 20px 0;
  189. color:#fff; /*--title colour--*/
  190. }
  191.  
  192. figure.effect-chico:hover h2 {
  193. color:#000; /*--change the title colour on hover --*/
  194. }
  195.  
  196. figure.effect-chico p {
  197. height:280px;
  198. overflow-y:scroll;
  199. margin: 0 auto;
  200. max-width: 200px;
  201. -webkit-transform: scale(1.5);
  202. transform: scale(1.5);
  203. }
  204.  
  205. figure.effect-chico:hover figcaption::before,
  206. figure.effect-chico:hover p {
  207. opacity: 1;
  208. -webkit-transform: scale(1);
  209. transform: scale(1);
  210. }
  211.  
  212. /*--CREDIT--*/
  213. #spectrum {
  214. bottom:9px;
  215. right:7px;
  216. font-size:8px;
  217. font-family:'calibri';
  218. letter-spacing:1px;
  219. text-transform:uppercase;
  220. position:fixed;
  221. }
  222.  
  223. #links {
  224. height:280px;
  225. width:20px;
  226. background-color:#000; /*--links background--*/
  227. margin-left:430px;
  228. margin-top:12px;
  229. text-align:left;
  230. float:center;
  231. position:absolute;
  232. padding-left:25px;
  233. padding-right:25px;
  234. padding-top:170px;
  235. }
  236.  
  237. #links a {
  238. display:block;
  239. font-size:20px;
  240. line-height:35px;
  241. color:white; /*--link colour--*/
  242. }
  243.  
  244. </style></head><body>
  245.  
  246. <div class="grid">
  247.  
  248. <div id="links">
  249. <a href="/" title="return"><i class="fa fa-reply"></i></a>
  250. <a href="/ask" title="ask"><i class="fa fa-envelope"></i></a>
  251. <a href="/archive" title="archive"><i class="fa fa-download"></i></a>
  252. </div>
  253.  
  254. <figure class="effect-chico">
  255.  
  256. <img src=""/> <!--img url here-->
  257. <figcaption>
  258. <h2>About<span>Me</span></h2>
  259. <p>
  260.  
  261. <b>bold</b> <i>italic</i> <s>strikethrough</s>
  262. <br>new line
  263. <br><br>new paragraph
  264.  
  265. </p>
  266. </figcaption>
  267. </figure>
  268.  
  269. </div>
  270.  
  271. <div id="spectrum">
  272. <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
  273. </div>
  274.  
  275.  
  276. </body>
  277. </html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement