Advertisement
pistachi-o

family1

Sep 18th, 2012
13,621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 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.  
  3.  
  4. <!-- favourites/family #1 blog page -->
  5. <!-- made by pistachi-o (nutty-themes @ tumblr) -->
  6. <!-- please don't remove the credit and claim it as your own -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <meta name="description" content="" />
  18.  
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Share:400,700' rel='stylesheet' type='text/css'>
  22.  
  23. <style type="text/css">
  24.  
  25. body,div,dl,dt,dd,ol,ul,li,pre,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}
  26.  
  27. ::-webkit-scrollbar {width: 6px;}
  28. ::-webkit-scrollbar-track {background: #FFF;}
  29. ::-webkit-scrollbar-thumb {background: #D9D9D9;}
  30.  
  31. ::selection {background: #F77825; color:#FFF;}
  32. ::-moz-selection {background: #F77825; color:#FFF;}
  33. ::-webkit-selection {background: #F77825; color:#FFF;}
  34.  
  35. body {
  36. background: #F3F3F3;
  37. font-size: 16px;
  38. color: #0A0A0A;
  39. font-family: 'Arial', sans-serif;
  40. }
  41.  
  42. a:link, a:active, a:visited {
  43. color: #F77825;
  44. text-decoration: none;
  45. }
  46.  
  47. a:hover {
  48. color: #60B99A;
  49. text-decoration: none;
  50. }
  51.  
  52. b {
  53. color: #60B99A;
  54. }
  55.  
  56. #navlinks {
  57. width: 990px;
  58. margin: 20px auto;
  59. position: relative;
  60. background: transparent;
  61. font-family: 'Share', cursive;
  62. font-size: 10px;
  63. text-align: center;
  64. }
  65.  
  66. #navlinks a {
  67. display: inline-block;
  68. background: #D3CE3D;
  69. color: #FFF;
  70. text-decoration: none;
  71. font-weight: normal;
  72. text-transform: uppercase;
  73. text-align: center;
  74. padding: 3px 4px;
  75. margin: 2px;
  76. }
  77.  
  78. #container {
  79. width: 990px;
  80. margin: 10px auto;
  81. padding: 10px;
  82. text-align: center;
  83. position: relative;
  84. background: transparent;
  85. }
  86.  
  87. .stylewrap {
  88. float: left;
  89. width: 320px;
  90. height: 158px;
  91. background: transparent;
  92. overflow: hidden;
  93. position: relative;
  94. text-align: center;
  95. margin: 5px;
  96. }
  97.  
  98. .icon {
  99. float: left;
  100. width: 130px;
  101. height: 130px;
  102. position: relative;
  103. background: #554236;
  104. }
  105.  
  106. .icon img {
  107. width: 80px;
  108. height: 80px;
  109. padding: 25px;
  110. }
  111.  
  112. .desc {
  113. float: left;
  114. width: 160px;
  115. height: 100px;
  116. padding: 15px;
  117. background: #F1EFA5;
  118. font-family: 'Share', cursive;
  119. font-size: 10px;
  120. text-align: left;
  121. overflow: auto;
  122. }
  123.  
  124. .title {
  125. float: left;
  126. width: 320px;
  127. padding: 5px 0px;
  128. background: #D3CE3D;
  129. font-family: 'Share', cursive;
  130. font-size: 12px;
  131. line-height: 150%;
  132. text-transform: uppercase;
  133. text-align: center;
  134. }
  135.  
  136. </style>
  137.  
  138. </head>
  139.  
  140. <body>
  141.  
  142. <div id="navlinks">
  143. <a href="/">Back To Blog</a>
  144. <a href="/">Link 1</a>
  145. <a href="/">Link 2</a>
  146. <a href="/">Link 3</a>
  147. <a href="http://nutty-themes.tumblr.com/">Credit</a> <br><br>
  148. You can fit in a description here if you want. If not, just delete this line.
  149. </div>
  150.  
  151. <div id="container">
  152.  
  153. <!-- Beginning of Entry -->
  154. <div class="stylewrap">
  155. <div class="icon"><img src="IMAGE URL"></div> <!-- Image URL -->
  156. <div class="desc">DESCRIPTION TEXT</div> <!-- Description -->
  157. <div class="title">TITLE TEXT</div><!-- Title -->
  158. </div>
  159. <!-- End of Entry -->
  160.  
  161.  
  162. </div>
  163.  
  164.  
  165. </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement