Advertisement
TVD-PS

ABOUT ME PAGE 01

Apr 25th, 2020
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ------------------------------
  10. @BARBIE THEMES | TUMBLR
  11. ------------------------------
  12.  
  13. ABOUT ME PAGE 01
  14. CODES 2020: @BARBIE-THEMES TUMBLR
  15. +Do not steal the code or take parts of the codes and put them in your own theme.
  16. +do not remove the credit please
  17. creating themes since 2014
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. -->
  26.  
  27.  
  28.  
  29.  
  30. <head>
  31.  
  32. <link rel="shortcut icon" href="{Favicon}"/>
  33. <title>About me</title> <!--Change this to whatever you want to appear in the window bar!-->
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  36.  
  37. <style type="text/CSS">
  38.  
  39.  
  40. :selection {
  41. background:##a1a1a1;
  42. color:#fff;
  43.  
  44. }
  45.  
  46.  
  47. #container {
  48. position: center;
  49. width: 1500px;
  50. height: 750px;
  51. top: 5; bottom: 5; left: 5; right: 5;
  52. background-color:#eee; /* change: bg color */
  53. background-repeat:repeat;
  54.  
  55.  
  56.  
  57. }
  58.  
  59. b {
  60. font-weight:bold;
  61. color:#888; /* change: Bold color */
  62.  
  63. }
  64.  
  65. i { font-weight:arial;
  66. color:#bad8eb; /* change: Italic color */
  67.  
  68. }
  69.  
  70.  
  71. #topbar {
  72. display: inline-block;
  73. width: 350px;
  74. height: 250px;
  75. position: fixed;
  76. margin-top: 100px;
  77. margin-left: 300px;
  78.  
  79. }
  80.  
  81. #image {
  82. width: 100px;
  83. height:100px;
  84. padding-bottom: 10px;
  85. overflow:hidden;
  86. border-radius:100px;
  87. border:5px; color:#fff;
  88. margin-left:327px;
  89. margin-top:-20px;
  90.  
  91. }
  92.  
  93. #image .icon {
  94. width: 100px;
  95. height: 100px;
  96. overflow:hidden;
  97. border-radius:100px;
  98.  
  99.  
  100. }
  101.  
  102. #image:hover {
  103. -webkit-transition: opacity 1s linear; opacity: 0.8;
  104. -webkit-transition: 0.8s ease-in;
  105. -moz-transition: 1s ease-in; transition: 1s ease-in;
  106.  
  107. }
  108.  
  109. #links a {
  110. border-radius: 0px;
  111. width: 83px;
  112. border-bottom:1px solid #bad8eb;
  113. color: #888;
  114. text-transform: lowercase;
  115. text-decoration: none;
  116. font-family:'Inconsolata', Consolas, Courier New, monospace;
  117. font-size: 11px;
  118. letter-spacing: 0px;
  119. margin-left:220px;
  120. list-style-type:none;
  121.  
  122.  
  123. }
  124.  
  125. #links a:hover {
  126. width: 83px;
  127. text-transform: lowercase;
  128. border-bottom-color:#eee; /* change: link border hover */
  129. color:#ccc;
  130. text-align: center;
  131. text-decoration: none;
  132. font-family:'Inconsolata', Consolas, Courier New, monospace;
  133. font-size: 10px;
  134. letter-spacing: 0px;
  135.  
  136.  
  137. }
  138.  
  139. #content {
  140. position: fixed;
  141. float: center;
  142. margin-top: -500px;
  143. margin-left: 500px;
  144. width: 350px;
  145. height: 300px;
  146. overflow-y: scroll;
  147. border: 1px dotted #000;
  148. text-align: center;
  149. font-family:'Inconsolata', Consolas, Courier New, monospace;
  150. font-size: 10px;
  151. letter-spacing: 2px;
  152. text-transform: lowercase;
  153. color: #ccc; /* change: Descriptions color */
  154. padding-bottom: 10px;
  155. background-color:#fff; /* change: Background color */
  156.  
  157. }
  158.  
  159.  
  160. #content a {
  161. color: #F7D5BD;
  162. text-decoration: none;
  163.  
  164. }
  165.  
  166. #content a:hover {
  167. color: #9D8692;
  168. text-decoration: none;
  169. -webkit-transition: opacity 1s linear; opacity: 0.8;
  170. -webkit-transition: 0.8s ease-in;
  171. -moz-transition: 1s ease-in; transition: 1s ease-in;
  172.  
  173. }
  174.  
  175. #content h1 {
  176. text-align: center;
  177. text-transform: uppercase;
  178. color: #bad8eb; /* change: title color */
  179. font-size: 20px;
  180. letter-spacing: 5px;
  181. line-height: 120%;
  182. border-bottom: 1px dotted #000; /* change: borders color */
  183.  
  184. }
  185.  
  186. #content h1 a {
  187. text-align: center;
  188. text-transform: uppercase;
  189. color: #bad8eb; /* change: title color */
  190. font-size: 20px;
  191. letter-spacing: 5px;
  192. line-height: 120%;
  193. border-bottom: 1px dotted #000; /* change: borders color */
  194.  
  195. }
  196.  
  197. /* do not remove please */
  198.  
  199. #credit {
  200. position: fixed;
  201. bottom: 10px;
  202. right: 10px;
  203. font-size: 10px;
  204. font-family:calibri;
  205.  
  206. }
  207.  
  208. #credit a {
  209. background-color: #bad8eb;
  210. padding: 2px;
  211. box-shadow: 1px #000000;
  212. text-decoration: none;
  213. color: #000;
  214. padding:3px;
  215.  
  216. }
  217.  
  218. #credit a:hover {
  219. background-color: #eee;
  220. padding: 2px;
  221. box-shadow: 1px #000000;
  222. text-decoration: none;
  223. color: #bad8eb;
  224. -moz-transition-duration:0.8s;
  225. -webkit-transition-duration:0.8s;
  226. -o-transition-duration:0.8s;
  227.  
  228. }
  229.  
  230. </style>
  231.  
  232. <body>
  233.  
  234. <div id="title">
  235.  
  236. <div id="container">
  237.  
  238. <div id="topbar">
  239. <!---photo--->
  240. <div id="image">
  241. <img src="https://imagizer.imageshack.com/img922/6433/Sq2fpJ.png" class="icon" /> <!-- READ:
  242.  
  243.  
  244. HEADER IMAGE, YOUR URL HERE 100x100px; 200x200px; etc {ICON}:
  245.  
  246.  
  247. -->
  248. <div id="title"></div>
  249.  
  250. <!-- insert: links -->
  251. </div>
  252. <div id="links">
  253. <a href="/">01.Back to blog</a>
  254. <a href="/ask">02.Message</a>
  255. <a href="/">03.Navigation one </a>
  256. <a href="/">04.Navigation two</a>
  257. </div>
  258. </div></div></div>
  259.  
  260. <div id="content">
  261.  
  262.  
  263. <h1>about me</h1><!-- insert: name -->
  264. ALEXANDRA • 25 • Female • Enginner <!-- insert: description-->
  265.  
  266. <!-- insert: description-->
  267. <h1>BOOKS FAV</h1>
  268. MOVIES, SERIES, ANIME/MANGA, SOCCER PHOTOGRAHPY, PHOTOSHOP HTML ETC. <i>Lorem</i>
  269.  
  270. <h1>DC/MARVEL</h1><!-- insert: name -->
  271. <i>Lorem</i> ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, <b>pulvinar id, commodo feugiat, vehicula</b> et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit <u>venenatis.</u> <!-- insert: description-->
  272.  
  273. <h1>SERIES/MOVIES FAV</h1><!-- insert: name -->
  274. <i>Lorem</i> ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, <b>pulvinar id, commodo feugiat, vehicula</b> et, mauris. <!-- insert: description-->
  275.  
  276. <h1>ANIMES FAV</h1><!-- insert: name -->
  277. <b>Bold</b> <em>Italic</em> <u>Underline</u> <strike>Strike</strike> <a href="URL HERE>">URL</a>
  278.  
  279. </div>
  280. <!-- do not remove please -->
  281. <div id="credit"><a href="http://barbie-themes.tumblr.com/">CREDIT</a></div>
  282.  
  283. </head>
  284. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement