Advertisement
Donniert

About Me {1}

Oct 10th, 2012
7,861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. <!-- ABOUT ME 1 by Carlotta
  2. http://donthemes.tumblr.com/
  3. don't remove credits -->
  4.  
  5. <!------ RULES ------>
  6.  
  7. <!--
  8. 1. DO NOT REMOVE CREDITS
  9. 2. DO NOT REPOST THE CODE
  10. 3. DO NOT CLAIM AS YOURS
  11. 4. DO NOT USE IT AS A BASE
  12. -->
  13.  
  14. <!DOCTYPE html><html>
  15.  
  16. <head> <title>About Me</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Sofia' rel='stylesheet' type='text/css'><link href="http://fonts.googleapis.com/css?family=Ubuntu:bold" rel="stylesheet" type="text/css">
  21.  
  22. <style type="text/css">
  23.  
  24. /* -- BACKGROUND -- */
  25.  
  26. body {
  27. background-color: #ffffff;
  28. background-image: url('http://i48.tinypic.com/2dhwt4m.png');
  29. background-repeat: repeat;
  30. background-attachment: fixed;
  31. background-position: center;
  32. margin:0; padding:0;
  33. font-size:11px;
  34. overflow-x: hidden;
  35. font-family: Arial, Helvetica, sans-serif;
  36. scrollbar-face-color: #fff; /* IE Scrollbar */}
  37.  
  38. b { color: #ee9999;}
  39. i { color: #ffcccc;}
  40. small {font-size:11px;}
  41.  
  42. /* -- GENERAL LINKS -- */
  43.  
  44. a {text-decoration:none;
  45. color: #bb6688;}
  46.  
  47. a:hover {color: #575757;}
  48.  
  49. /* -- GENERAL HOVER TRANSITION CSS -- */
  50.  
  51. * {-webkit-transition: all 0.5s ease;
  52. -moz-transition: all 0.5s ease;
  53. -o-transition: all 0.5s ease;
  54. transition: all 0.5s ease;}
  55.  
  56. *:hover {-webkit-transition: all 0.4s ease;
  57. -moz-transition: all 0.4s ease;
  58. -o-transition: all 0.4s ease;
  59. transition: all 0.4s ease;}
  60.  
  61. /* -- SCROLLBAR CHROME & SAFARI -- */
  62.  
  63. ::-webkit-scrollbar {width: 4px; background:#fff;}
  64.  
  65. /* -- SIDEBAR-- */
  66.  
  67. #sideim {
  68. position:fixed;
  69. top:0; left:0;
  70. width:420px;
  71. text-align:center;
  72. height:100%;
  73. background-color:#222;
  74. border-right: solid #464646 4px;
  75. background-image: url('http://i44.tinypic.com/9tgxw8.png');}
  76.  
  77. /* -- SIDEBAR IMAGE -- */
  78.  
  79. #sideim img {
  80. margin-top:150px;
  81. padding:2px;
  82. width:300px; height:auto;
  83. border: solid #464646 1px;}
  84.  
  85. /* -- TITLE -- */
  86.  
  87. #about {
  88. position:fixed;
  89. z-index:1;
  90. top: 76px; left:0;
  91. width:420px;
  92. color:#cecece;
  93. font-size: 42px;
  94. text-align:center;
  95. letter-spacing:4px;
  96. text-shadow: -1px 1px #f7f7f7;
  97. font-family: 'Sofia', cursive;}
  98.  
  99. /* -- NAVIGATION BAR -- */
  100.  
  101. #nav {
  102. position:fixed;
  103. z-index:2;
  104. top: 135px; left:57px;
  105. background:#232323;
  106. border-top: solid #464646 1px;
  107. border-left: solid #464646 1px;
  108. border-right: solid #464646 1px;
  109. width:304px;
  110. text-align:center;
  111. font-size: 8px;}
  112.  
  113. /* -- NAVIGATION LINKS -- */
  114.  
  115. #nav a {
  116. display:inline-block;
  117. padding:3px 2px;
  118. letter-spacing: 1px;
  119. color:#868686;
  120. text-transform:uppercase;
  121. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;}
  122.  
  123. #nav a:hover {color: #bb6688;}
  124.  
  125. /* -- BOX TITLES -- */
  126.  
  127. .title {
  128. position:relative;
  129. width:500px;
  130. color: #bb6688;
  131. margin:-32px 0px -10px -4px;
  132. font-family: 'Sofia', cursive;
  133. font-size: 26px;
  134. padding-left:3px;
  135. z-index:1;}
  136.  
  137. /* -- EVERY BOX - DO NOT CHANGE THIS PART -- */
  138.  
  139. #content {position:absolute; left:480px; top:0;}
  140.  
  141. #box { top:40px;
  142. position:relative;
  143. margin:0px 26px 50px 0px;}
  144.  
  145. /* -- DESCRIPTION -- */
  146.  
  147. .descr {
  148. padding: 8px;
  149. color: #767676;
  150. border: solid #c0c0c0 1px;
  151. width: 480px;
  152. background-color: #fff;}
  153.  
  154. /* saf3+, chrome1+ */
  155. @media screen and (-webkit-min-device-pixel-ratio:0) {
  156. .descr {height: 140px; overflow:auto; } }
  157.  
  158. </style>
  159. <body>
  160.  
  161. <!-- TITLE -->
  162. <div id="about">about me</div>
  163.  
  164. <!-- SIDEBAR IMAGE. CHANGE THE LINK TO ADD YOUR IMAGE -->
  165. <div id="sideim">
  166. <img src="http://24.media.tumblr.com/4192c8e4273605c8f4e4f6c3d37f2773/tumblr_mmpd0gzW4b1rsmh3qo1_500.png">
  167.  
  168. <!-- NAV LINKS . ADD OTHER LINKS AFTER ASK: COPY AN ENTIRE LINE AND CHANGE THE URL AND THE NAME OF THE URL -->
  169. <div id="nav">
  170. <a href="/">home</a>
  171. <a href="/ask">askbox</a>
  172.  
  173. <a href="http://donthemes.tumblr.com">theme</a>
  174. </div></div>
  175.  
  176. <!-- DO NOT DELETE -->
  177. <div id="content">
  178.  
  179. <!-- THIS IS THE BOX PART. YOU CAN CHANGE:
  180.  
  181. TITLE: CHANGE TITLE TO YOUR OWN PLEASURE TITLE
  182. DESCRIPTION -->
  183.  
  184. <div id="box">
  185. <div class="title"> Title </div>
  186. <div class="descr">
  187.  
  188. text text text text
  189.  
  190. </div></div>
  191.  
  192.  
  193.  
  194.  
  195. <div id="box">
  196. <div class="title"> Title </div>
  197. <div class="descr">
  198.  
  199. text text text text
  200.  
  201. </div></div>
  202.  
  203.  
  204.  
  205.  
  206. <div id="box">
  207. <div class="title"> Title </div>
  208. <div class="descr">
  209.  
  210. text text text text
  211.  
  212. </div></div>
  213.  
  214.  
  215.  
  216.  
  217. <div id="box">
  218. <div class="title"> Title </div>
  219. <div class="descr">
  220.  
  221. text text text text
  222.  
  223. </div></div>
  224.  
  225.  
  226.  
  227.  
  228. </div>
  229. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement