Advertisement
RodPendradork

peabody nav

Aug 30th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 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.  
  5. <!--
  6.  
  7. N A V I G A T I O N P A G E B Y
  8.  
  9. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  10. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  11. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  12.  
  13. -->
  14.  
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19. <title>{Title}</title>
  20.  
  21. <meta name="description" content="{MetaDescription}" />
  22. <link rel="shortcut icon" href="{Favicon}" />
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24.  
  25.  
  26.  
  27. <style type="text/css">
  28.  
  29. /*------SCROLLBAR------*/
  30. ::-webkit-scrollbar {width: 7px; height:7px; background:#750000;}
  31. ::-webkit-scrollbar-corner {background:#E30B0B;}
  32. ::-webkit-scrollbar-thumb:vertical {background:#E30B0B;}
  33. ::-webkit-scrollbar-thumb:horizontal {background:#E30B0B;}
  34.  
  35. body {
  36. font-family:calibri;
  37. font-size:9px;
  38. background:url();
  39. overflow-x:hidden;
  40. }
  41.  
  42. a {
  43. text-decoration:none;
  44. color:#111;
  45. }
  46.  
  47. #container{
  48. margin:100px auto;
  49. margin-top:0px;
  50.  
  51. }
  52.  
  53. #header {
  54. width:100%;
  55. height:100px;
  56. border-left:16px solid #750000;
  57. border-right:16px solid #750000;
  58. margin-left:-16px;
  59. padding-top:60px;
  60. padding-bottom:15px;
  61. margin-bottom:60px;
  62. }
  63.  
  64. #headtitle {
  65. font-family:oswald;
  66. color:#111;
  67. font-size:47px;
  68. font-weight:700;
  69. }
  70.  
  71. #headlinks {
  72. margin-top:5px;
  73. }
  74.  
  75. #headlinks a {
  76. width:90px;
  77. background:#E30B0B;
  78. color:#fff;
  79. font-size:9px;
  80. display:inline-block;
  81. padding:3px;
  82. letter-spacing:1px;
  83. text-transform:uppercase;
  84. margin-left:2px;
  85. margin-right:2px;
  86. -webkit-transition: all 0.3s ease-in-out;
  87. -moz-transition: all 0.3s ease-in-out;
  88. -o-transition: all 0.3s ease-in-out;
  89. -ms-transition: all 0.3s ease-in-out;
  90. transition: all 0.3s ease-in-out;
  91. }
  92.  
  93. #headlinks a:hover {
  94. background:#fff;
  95. color:#111;
  96. }
  97.  
  98. #box {
  99. width:200px;
  100. background:#fff;
  101. text-align:center;
  102. display:inline-block;
  103. margin-left:25px;
  104. margin-right:25px;
  105. }
  106.  
  107. .title {
  108. background:#CF0E0E;
  109. text-align:center;
  110. text-transform:uppercase;
  111. font-family:oswald;
  112. color:#fff;
  113. font-size:15px;
  114. padding:5px;
  115. margin-bottom:5px;
  116. }
  117.  
  118. .links {
  119. width:195px;
  120. padding-right:5px;
  121. height:117px;
  122. overflow-x:hidden;
  123. overflow-y:scroll;
  124. }
  125.  
  126. .links a {
  127. display:block;
  128. background:#fff;
  129. color:#111;
  130. margin-top:2px;
  131. margin-bottom:2px;
  132. text-transform:uppercase;
  133. letter-spacing:1px;
  134. padding:5px;
  135. position:relative;
  136. z-index:99;
  137. -webkit-transition: all 0.3s ease-in-out;
  138. -moz-transition: all 0.3s ease-in-out;
  139. -o-transition: all 0.3s ease-in-out;
  140. -ms-transition: all 0.3s ease-in-out;
  141. transition: all 0.3s ease-in-out;
  142. }
  143.  
  144. .links a:hover {
  145. background:#FF0000;
  146. color:#fff;
  147. }
  148.  
  149.  
  150.  
  151. {CustomCSS}
  152. </style>
  153.  
  154. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  155.  
  156. </head>
  157. <body>
  158.  
  159.  
  160.  
  161. <div id="container">
  162. <center>
  163.  
  164.  
  165.  
  166. <div id="header">
  167. <div id="headtitle">
  168. <!------TOP TITLE------>
  169. NAVIGATION
  170. </div>
  171. <div id="headlinks">
  172. <!--------TOP LINKS------->
  173. <a href="/">Go Back</a>
  174. <a href="/ask">Askbox</a>
  175. <a href="/archive">Archive</a>
  176. </div>
  177. </div>
  178.  
  179.  
  180.  
  181. <!----------BOX ONE------------>
  182. <div id="box">
  183. <div class="title">P E A B O D Y</a></div>
  184. <div class="links">
  185. <!----------LINKS------------>
  186. <a href="/peabody">biography</a>
  187. <a href="/tagged/ⓟ-%7C%7C-loves%3B">likes</a>
  188. <a href="/tagged/ⓟ-%7C%7C-headcanon%3B">facts</a>
  189. <a href="/tagged/ⓟ-%7C%7C-thoughts%3B">musings</a>
  190. <a href="/tagged/ⓟ-%7C%7C-most-unlikely-genius3B">mirror</a>
  191. <a href="/tagged/ⓟ-%7C%7C-genius-answers%3B">responses</a>
  192. </div>
  193. </div>
  194.  
  195.  
  196.  
  197. <!----------BOX TWO------------>
  198. <div id="box">
  199. <div class="title">P E O P L E</a></div>
  200. <div class="links">
  201. <!----------LINKS------------>
  202. <a href="/tagged/ⓟ-%7C%7C-beautiful-boy%3B">sherman</a>
  203. <a href="/tagged/ⓟ-%7C%7C-angelical-troublemaker%3B">penny</a>
  204. <a href="/tagged/ⓟ-%7C%7C-in-memoriam%3B">past friends</a>
  205. <a href="/tagged/ⓟ-%7C%7C-worth-following%3B">follow forever</a>
  206. </div>
  207. </div>
  208.  
  209.  
  210.  
  211. <br><br><br><br><br>
  212.  
  213.  
  214.  
  215. <!----------BOX FOUR------------>
  216. <div id="box">
  217. <div class="title">R O D</a></div>
  218. <div class="links">
  219. <!----------LINKS------------>
  220. <a href="/tagged/ⓟ-%7C%7C-back-to-the-present%3B">posts</a>
  221. <a href="/tagged/ⓟ-%7C%7C-answer%3B">responses</a>
  222. <a href="/tagged/ⓟ-%7C%7C-proclamation%3B">announcements</a>
  223. <a href="/tagged/ⓟ-%7C%7C-dare%3B">memes</a>
  224. <a href="/tagged/ⓟ-%7C%7C-daydreams%3B">wishlist</a>
  225. <a href="/tagged/ⓟ-%7C%7C-public service announcement%3B">psa</a>
  226.  
  227. </div>
  228. </div>
  229.  
  230.  
  231.  
  232. <!----------BOX FIVE------------>
  233. <div id="box">
  234. <div class="title">C O N T A C T</a></div>
  235. <div class="links">
  236. <!----------LINKS------------>
  237.  
  238. <p><a href="/">skype + rodofarendelle</a>
  239.  
  240. <a href="/">kik + feelxdontconceal</a>
  241.  
  242. <a href="https://www.facebook.com/rodrigo.lazodnova">facebook</a>
  243.  
  244. <a href="/">e-mail + wartisking@hotmail.com</a>
  245. </div>
  246. </div>
  247.  
  248.  
  249.  
  250. <!----------BOX SIX------------>
  251. <div id="box">
  252. <div class="title">M U S E S</a></div>
  253. <div class="links">
  254. <!----------LINKS------------>
  255.  
  256. <a href="http://steviisms.tumblr.com/">peter</a> (arthur christmas)
  257.  
  258. <a href="http://squiirehearted.tumblr.com/">arthur 'wart' pendragon</a> (the sword in the stone)
  259.  
  260. <a href="http://ofbraiins.tumblr.com/">brian johnson</a> (the breakfast club)
  261. </div>
  262. </div>
  263.  
  264.  
  265.  
  266. </center>
  267. </div>
  268.  
  269.  
  270.  
  271. <div style="bottom:10px; right:10px; position:fixed; background:#fff; padding:3px; font-size:9px; color:#111; letter-spacing:1px"><a href="http://stratfor-d.tumblr.com">CREDIT</a></div>
  272.  
  273.  
  274.  
  275. </body>
  276. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement