Advertisement
Guest User

Untitled

a guest
Nov 7th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.41 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Justbeingme.nl - My small world</title>
  4.  
  5. <META NAME="keywords" CONTENT="jongen, boeken, films, fotografie, blog, weblog, online diary, boy, man, 17, school, books, movies, photography">
  6. <META NAME="description" CONTENT="Justbeingme.nl is a photography blog about everything; personal life & to talk about general things in the life.">
  7. <META NAME="copyright" CONTENT="Copyright © 2010 - 2011 Quincy de Graaf">
  8.  
  9. <style>
  10. body {
  11. background-color: #eeeeee;
  12. margin-top:0px;
  13. margin-left: 0px;
  14. margin-right: 0px;
  15. margin-bottom:0px;
  16. padding:0px;
  17. text-align: justify;
  18. }
  19.  
  20. table {
  21. background-color: #FFFFFF;
  22. }
  23.  
  24. tr, td, .entry, .post, .alt, .commentlist, cite {
  25. font-family: Verdana;
  26. font-size: 11px;
  27. color: #444444;
  28. padding: 20px;
  29. background-color: #ffffff;
  30. letter-spacing: 0px;
  31. font-style: none;
  32. font-weight: normal;
  33. line-height: 185%;
  34. text-align: justify; }
  35.  
  36. #inhoud {
  37. padding-top: 7px;
  38. text-align: justify;
  39. }
  40.  
  41. #menubg {
  42. font-family: Verdana;
  43. font-size: 11px;
  44. color: #555555;
  45. background-color: #F6F6F6;
  46. padding: 7px;
  47. line-height: 185%;
  48. }
  49.  
  50.  
  51.  
  52. #menubg2 {
  53. background-color: #F6F6F6;
  54. padding: 7px; }
  55.  
  56.  
  57. #menublock {
  58. background-color: #fff;
  59. text-align: justify;
  60. border-bottom: 0px solid #eeeeee;
  61. }
  62.  
  63.  
  64. #menublock a, a:link, a:visited, a:active {
  65. color: #FF6699;
  66. font-family: Georgia;
  67. font-weight: bold;
  68. text-decoration: none; }
  69.  
  70. #menublock a:hover {
  71. color: #f5ab62;
  72. font-family: Georgia;
  73. font-weight: bold;
  74. text-decoration: none; }
  75.  
  76. a:link, a:visited, a:active {
  77. color: #99CCFF;
  78. font-weight: bold;
  79. text-decoration: none; }
  80.  
  81. a:hover {
  82. color: #f2c585;
  83. font-weight: bold;
  84. text-decoration: none; }
  85.  
  86. #post{
  87. margin: 0;
  88. padding: 3;
  89. font-style:none;}
  90.  
  91. #post a {
  92. color: #F2C79D;
  93. text-decoration:none;
  94. font-weight:normal;
  95. padding: 0px;
  96. border: 0px;
  97. }
  98.  
  99. #post a:hover {
  100. color: #DEE3C1;
  101. text-decoration:underline;
  102. border: 0px;
  103. font-weight:normal;
  104. padding: 0px;
  105. background-color: #;
  106. }
  107.  
  108. b, strong {
  109. color: #404040; }
  110.  
  111. i, em {
  112. color: #404040;
  113. font-family: Georgia;
  114. font-size: 12px; }
  115.  
  116. .title, h1, h2, h3 {
  117. display: block;
  118. color: #202020;
  119. font-weight: bold;
  120. font-family: Arial;
  121. font-size: 24px;
  122. padding-left: 0px;
  123. text-transform: none;
  124. font-style: none;
  125. letter-spacing: 0px;
  126. background-color: #ffffff;
  127. width: 100%;
  128. text-align: left;
  129. border-bottom: 0px solid #74bb4e;
  130. border-left: 0px solid #f4a460; }
  131.  
  132. .commenttitle {
  133. display: block;
  134. color: #303030;
  135. font-weight: normal;
  136. font-family: Verdana;
  137. font-size: 15px;
  138. text-transform: case;
  139. font-style: none;
  140. background-color: none;
  141. width: 100%;
  142. text-align: left;
  143. border-bottom: 0px solid #e0e0e0;
  144. border-left: 0px solid #ff2150; }
  145.  
  146. .menutitle {
  147. display: block;
  148. color: #404040;
  149. font-weight: bold;
  150. font-family: arial;
  151. font-size: 18px;
  152. text-transform: none;
  153. font-style: none;
  154. letter-spacing: 0px;
  155. background-color: none;
  156. width: 100%;
  157. text-align: left;
  158. border-bottom: 0px solid #2fb8ba;
  159. border-left: 0px solid #f4a460; }
  160.  
  161.  
  162. .date {
  163. background-color: #fff;
  164. font-size: 12px;
  165. font-family: georgia;
  166. color: #9a9a9a;
  167. letter-spacing:0px;
  168. text-transform: none;
  169. text-align: left;
  170. font-style: italic;
  171. border-bottom-style: double;
  172. border-bottom-color: #e0e0e0;
  173. border-bottom-width: 0px; }
  174.  
  175. .date2 {
  176. background-color: #fff;
  177. font-size: 12px;
  178. font-family: georgia;
  179. color: #9a9a9a;
  180. width: 100%;
  181. letter-spacing: 0px;
  182. text-transform: none;
  183. text-align: left; }
  184.  
  185. IMG.filter {
  186. background: #eeeeee;
  187. border: 4px solid #eeeeee;}
  188.  
  189. #nav{
  190. width: 1150px;
  191. background-color: none;
  192. padding-top: 13px;
  193. font-style:none;
  194. height: 35px;
  195. border: 0px solid #e3e2d9;
  196. text-align: center; }
  197.  
  198. #nav a {
  199. background-color: none;
  200. color: #707070;
  201. margin-left: 35px;
  202. margin-right: 35px;
  203. padding: 8px;
  204. font-family: arial;
  205. text-transform: lowercase;
  206. font-size: 11px;
  207. text-align: left;
  208. font-weight: normal;
  209. text-decoration: none;
  210. border-bottom: 0px solid #ffffff;
  211. }
  212.  
  213. #nav a:hover {
  214. background-color: #eee;
  215. color: #99CCFF;
  216. margin-left: 35px;
  217. margin-right: 35px;
  218. padding: 8px;
  219. text-align: left;
  220. font-weight: normal;
  221. border-bottom: 0px dotted #f65976;
  222. text-decoration: none;
  223. -moz-border-radius-topright: em;
  224. -moz-border-radius-topleft: 0em;
  225. -moz-border-radius-bottomleft: 0em;
  226. -moz-border-radius-bottomright: 0em;
  227. }
  228.  
  229.  
  230. #nav2 {
  231. width: 1000px;
  232. background-color: none;
  233. padding-top: 13px;
  234. font-style:none;
  235. height: 20px;
  236. border: 0px solid #e3e2d9;
  237. text-align: center; }
  238. #nav2 a {
  239. background-color: none;
  240. color: #c0c0c0;
  241. margin-left: 35px;
  242. margin-right: 35px;
  243. padding: 8px;
  244. font-family: arial;
  245. text-transform: lowercase;
  246. font-size: 11px;
  247. text-align: left;
  248. font-weight: normal;
  249. text-decoration: none;
  250. border-bottom: 0px solid #ffffff;
  251. }
  252.  
  253. #nav2 a:hover {
  254. background-color: #eeeeee;
  255. color: #c0c0c0;
  256. margin-left: 35px;
  257. margin-right: 35px;
  258. padding: 8px;
  259. text-align: left;
  260. font-weight: normal;
  261. border-bottom: 0px dotted #f65976;
  262. text-decoration: none;
  263. }
  264.  
  265. blockquote {
  266. font-family: Georgia;
  267. font-size: 11px;
  268. font-style: italic;
  269. color: #606060;
  270. line-height: 185%;
  271. background-color: #eeede7;
  272. padding: 15px;
  273. border-left: 0px solid #eeeeee; }
  274.  
  275. #header {
  276. background-color: #fff;
  277. height: 240px;
  278. width: 100%;
  279. padding-top: 52px;
  280. border: 0px solid #e3e2d9;
  281. -moz-border-radius-topright: 0em;
  282. -moz-border-radius-topleft: 0em;
  283. -moz-border-radius-bottomleft: 0em;
  284. -moz-border-radius-bottomright: 0em;}
  285.  
  286. #top {
  287. background-color: #eeeeee;
  288. border-top: 1px dotted #e9e3e3;
  289. border-bottom: 0px dotted #e0e0e0;
  290. height: 50px;
  291. width: 100%;
  292. }
  293.  
  294.  
  295. #top2 {
  296. background-color: #ffffff;
  297. height: 35px;
  298. width: 100%;
  299. }
  300.  
  301. #bottom {
  302. background-color: #303030;
  303. height: 30px;
  304. width: 100%;
  305. font-family: Arial;
  306. font-size: 11px;
  307. color: #c0c0c0;
  308. text-align:center;
  309. padding-top: 14px; }
  310.  
  311. </style>
  312. </head>
  313.  
  314. <body>
  315. <center>
  316.  
  317.  
  318. <a href=http://www.justbeingme.nl><img src=http://www.justbeingme.nl/images/header.jpg border=0>
  319. <div id="nav"><a href=http://www.justbeingme.nl>Home</a> <a href=http://www.justbeingme.nl/about>about</a> <a href=http://www.justbeingme.nl/links>links</a> <a href=http://www.justbeingme.nl/contact>contact</a></div>
  320. <!----AFB HIERONDER KUN JE VERVANGEN DOOR JE HEADER-----!>
  321. </center>
  322.  
  323.  
  324. <table bgcolor="#ffffff" class="table" align="center" border="0" width="1070px" cellspacing="15" cellpadding="15" style="border: 0px solid #e3e2d9;">
  325. <tr>
  326.  
  327. <td valign="top" width="200px" id="menu">
  328. <div class="menutitle">Welkom</div>
  329. <img src="http://justbeingme.nl/images/ikblog.jpeg">
  330. Welkom op mijn blog! Ik ben een 17 jarige student die altijd wel wat te vertellen heeft, en graag zijn plannen deelt met anderen.
  331. Ik ben woonachtig in Drachten en ik hou ervan om te fotograferen en te reizen.
  332. <br><br><br>
  333.  
  334. <div class="menutitle">Recente posts</div>
  335. <?php wp_get_archives('title=&type=postbypost&limit=5'); ?>
  336. <br><br>
  337.  
  338. <div class="menutitle"></div>
  339. <a title="Just Being Me on Bloglovin" href="http://www.bloglovin.com/en/blog/1152022/just-being-me/follow"><img alt="bloglovin" border="0" src="http://www.bloglovin.com/widget/subscribers.php?id=1152022&lang=en" /></a>
  340. <br><br>
  341.  
  342. <div class="menutitle">Archief</div>
  343. <select name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;">
  344. <option value=""><?php echo esc_attr( __( 'Select Month' ) ); ?></option>
  345. <?php wp_get_archives( 'type=monthly&format=option&show_post_count=1' ); ?>
  346. </select>.
  347. <br><br>
  348.  
  349. <div class="menutitle">Agenda</div>
  350. Hier komt de agenda.
  351. <br><br><br>
  352.  
  353. <div class="menutitle">Disclaimer & credits</div>
  354. Alle gebruikte foto's zijn eigendom van mij, tenzij anders aangegeven. Gebruiken mag niet zonder toestemming.
  355. <br>Credits: <br>
  356. <li> <a href="http://www.alyssaa.nl" target="_blank">Design ontwerpster</a> </li>
  357. </td>
  358. <script type="text/javascript">
  359.  
  360. var _gaq = _gaq || [];
  361. _gaq.push(['_setAccount', 'UA-25545328-3']);
  362. _gaq.push(['_trackPageview']);
  363.  
  364. (function() {
  365. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  366. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  367. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  368. })();
  369.  
  370. </script>
  371. <td valign="top" width="620px">
  372.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement