Advertisement
dylanohelps

2.3 LONDON LIGHTS

Feb 10th, 2015
2,941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---------------
  4.  
  5.  
  6.  
  7.  
  8. 2-3 "London Lights" by DOMINICWRITES
  9. Rules and Regulations:
  10. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  11.  
  12. #2: DO NOT redistribute this theme/page,
  13.  
  14. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  15.  
  16.  
  17. CREDITS:
  18. Masonry code - Manatopia's Tutorial on Masonry
  19. Header background - Google Images
  20. Oranienbaum & Source Sans Pro - Google Fonts
  21.  
  22.  
  23. ---------------->
  24.  
  25. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  26. <head>
  27. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  28.  
  29. <title>{Title}</title>
  30.  
  31. <meta charset="utf-8">
  32.  
  33. <meta name="description" content="{MetaDescription}" />
  34.  
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  37.  
  38. <!-- FONT SCRIPT CODES -->
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
  41. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700' rel='stylesheet' type='text/css'>
  42. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <!-- JAVASCRIPT CODES -->
  46.  
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  48. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  49.  
  50. <script type="text/javascript">
  51. $(function(){
  52. var $container = $('#navigation');
  53. $container.imagesLoaded(function(){
  54. $container.masonry({
  55. itemSelector: '#navbox',
  56. });
  57. });
  58. $container.infinitescroll({
  59. itemSelector : "#navbox",
  60. navSelector : "div.pagination",
  61. nextSelector : ".pagination a#next",
  62. loadingImg : "",
  63. loadingText : "<em></em>",
  64. bufferPx : 10000,
  65. extraScrollPx: 12000,
  66. },
  67. // trigger Masonry as a callback
  68. function( newElements ) {
  69. var $newElems = $( newElements ).css({ opacity: 0 });
  70. // ensure that images load before adding to masonry layout
  71. $newElems.imagesLoaded(function(){
  72. $newElems.animate({ opacity: 1 });
  73. $container.masonry( 'appended', $newElems, true );
  74. });
  75. }
  76. );
  77. });
  78. </script>
  79.  
  80.  
  81. </head>
  82. <style type="text/css">
  83. body {
  84. margin: 0px;
  85. padding: 0px;
  86. width: 100%;
  87. height: 100%;
  88. list-style: none;
  89. background-color: #FFFFFF;
  90. background-image:url('http://static.tumblr.com/kamm2qy/Yxlnjjezc/linedpaper.png');
  91. background-attachment: fixed;
  92.  
  93.  
  94. }
  95.  
  96. a {
  97. text-decoration: none;
  98. color: #0195ab;
  99. }
  100.  
  101. b,i,strong,em {
  102. color: #cbd165;
  103. }
  104.  
  105. ::-webkit-scrollbar-thumb:vertical {
  106. background-color: #e1a5a3;
  107. height: 10px;
  108. }
  109. ::-webkit-scrollbar-thumb:horizontal {
  110. background-color: #e1a5a3;
  111. height: 7px!important;
  112. }
  113. ::-webkit-scrollbar {
  114. background-color: transparent;
  115. height: px;
  116. width: 2px;
  117. }
  118.  
  119. #content {
  120. width: 750px;
  121. height: auto;
  122. margin: 0px auto 100px auto;
  123. padding: 40px;
  124. display: block;
  125. margin-top: 100px;
  126. }
  127.  
  128. header {
  129. display: block;
  130. width: 670px;
  131. height: auto;
  132. padding: 40px;
  133. background-color: #FFFFFF;
  134. }
  135.  
  136. header img {
  137. width: 670px;
  138. height: auto;
  139. }
  140.  
  141. .title {
  142. display: block;
  143. padding: 15px 0px;
  144. background-color: #e1a5a3;
  145. font-family: 'Oranienbaum', Arial, sans-serif;
  146. font-size: 16px;
  147. color: #FFFFFF;
  148. text-transform: uppercase;
  149. text-align: center;
  150. letter-spacing: 2px;
  151. width: 100%;
  152. margin-bottom: 10px;
  153. }
  154.  
  155. #about {
  156. display: block;
  157. margin-bottom: 10px;
  158. background-color: #EEEEEE;
  159. padding: 60px;
  160. text-align: justify;
  161. font-family: 'Libre Baskerville', 'Oranienbaum', 'Source Sans Pro', Arial, sans-serif;
  162. font-style: italic;
  163. font-size: 10px;
  164. color: #202020;
  165. width: 630px;
  166. height: auto;
  167. }
  168.  
  169. #navigation {
  170. width: 720px;
  171. height: auto;
  172. padding: 15px;
  173. background-color: #EEEEEE;
  174. margin-bottom: 10px;
  175. }
  176.  
  177. #navbox {
  178. width: 185px;
  179. height: auto;
  180. background-color: #FFFFFF;
  181. margin: 17px;
  182. padding: 10px;
  183. }
  184.  
  185. .portrait {
  186. display: table;
  187. width: 185px;
  188. height: 145px;
  189. background-color: #DDDDDD;
  190. margin-bottom: 10px;
  191. }
  192.  
  193. .portrait .navt {
  194. display: table-cell;
  195. text-align: center;
  196. vertical-align: middle;
  197. font-family: 'Oranienbaum', 'Source Sans Pro', Arial, sans-serif;
  198. font-size: 12px;
  199. color: #FFFFFF;
  200. text-transform: uppercase;
  201. letter-spacing: 2px;
  202. text-shadow: 0px 0px 10px #202020;
  203. }
  204.  
  205. .links {
  206. display: block;
  207. }
  208.  
  209. .links a {
  210. font-family: 'Source Sans Pro', Arial, sans-serif;
  211. font-size: 8px;
  212. text-align: center;
  213. text-transform: uppercase;
  214. letter-spacing: 2px;
  215. color: #FFFFFF;
  216. background-color: #e1a5a3;
  217. padding: 7px;
  218. display: block;
  219. margin-bottom: 4px;
  220. -webkit-transition: all 0.2s ease-in-out;
  221. -moz-transition: all 0.2s ease-in-out;
  222. -o-transition: all 0.2s ease-in-out;
  223. -ms-transition: all 0.2s ease-in-out;
  224. transition: all 0.2s ease-in-out;
  225. }
  226.  
  227. .links a:hover {
  228. color: #e1a5a3;
  229. background-color: #FFFFFF;
  230. }
  231.  
  232. #current {
  233. display: block;
  234. width: 750px;
  235. background-color: #EEEEEE;
  236. display: flex;
  237. display: -webkit-flex;
  238. flex-direction: row;
  239. -webkit-flex-direction: row;
  240. }
  241.  
  242. #curbox {
  243. width: 335px;
  244. height: auto;
  245. padding: 20px;
  246. background-color: #FFFFFF;
  247. display: inline-block;
  248.  
  249. }
  250.  
  251. .curtitle {
  252. display: block;
  253. font-family: 'Oranienbaum', Arial, sans-serif;
  254. font-size: 14px;
  255. color: #FFFFFF;
  256. background-color: #e1a5a3;
  257. letter-spacing: 2px;
  258. text-align: center;
  259. text-transform: uppercase;
  260. padding: 10px;
  261. width: 315px;
  262. margin-bottom: 10px;
  263. }
  264.  
  265. .currentpic {
  266. display: block;
  267. width: 335px;
  268. height: 125px;
  269. margin-bottom: 5px;
  270. }
  271.  
  272. .currentpic img {
  273. width: 335px;
  274. height: 125px;
  275. background-color: #202020;
  276. }
  277.  
  278. .event {
  279. font-family: 'Oranienbaum', Arial, sans-serif;
  280. font-size: 14px;
  281. text-transform: uppercase;
  282. text-align: left;
  283. color: #e1a5a3;
  284. padding: 5px 0px;
  285. border-bottom: 1px solid #DDDDDD;
  286. margin-bottom: 10px;
  287. }
  288.  
  289. .evdesc {
  290. font-family: 'Libre Baskerville', Arial, sans-serif;
  291. font-size: 10px;
  292. text-align: justify;
  293. font-style: italic;
  294. padding: 20px;
  295. color: #202020;
  296. overflow: auto;
  297. max-height: 125px;
  298. margin-bottom: 15px;
  299. }
  300.  
  301. </style>
  302. <body>
  303.  
  304.  
  305.  
  306. <div id="content">
  307. <header>
  308. <img src="LARGE HEADER URL HERE" />
  309. </header>
  310. <div class="title">TITLE HERE</div>
  311.  
  312. <div id="about">
  313. INSERT BIOGRAPHY HERE.
  314. </div>
  315.  
  316. <div id="navigation">
  317. <!-- NAV BOX START -->
  318. <div id="navbox" style="float: left;"> <!-- ONLY THIS BOX SHOULD HAVE THE FLOAT:LEFT FEATURE! -->
  319. <div class="portrait" style=" background-image:url('SMALL NAV PIC URL HERE');"> <!-- SMALL PIC URL HERE -->
  320. <div class="navt">NAV SECTION TITLE</div>
  321. </div>
  322. <div class="links">
  323. <a href="#">LINK</a>
  324. <a href="#">LINK</a>
  325. <a href="#">LINK</a>
  326. <a href="http://dominicwrites.tumblr.com">THEME CREDIT</a>
  327. </div>
  328.  
  329. </div>
  330. <!-- NAV BOX END -->
  331.  
  332.  
  333. <!-- PASTE ALL NAV BOX CODES BEFORE THIS </DIV> -->
  334.  
  335. </div>
  336.  
  337. <!-- CURRENT EVENTS / ADMIN UPDATES SECTION -->
  338. <div id="current">
  339.  
  340. <div id="curbox">
  341. <div class="curtitle">Current Events</div>
  342.  
  343. <!-- EVENT SECTION START -->
  344. <div class="currentpic">
  345. <img src="EVENT PIC URL HERE" />
  346. </div>
  347. <div class="event">EVENT TITLE</div>
  348. <div class="evdesc">
  349. DESCRIPTION ABOUT EVENT.
  350. </div>
  351. <!-- EVENT SECTION END -->
  352.  
  353. <!-- PASTE ALL EVENT CODES BEFORE THIS </DIV> -->
  354.  
  355. </div>
  356.  
  357. <div id="curbox">
  358. <div class="curtitle">Administrative Updates</div>
  359.  
  360. <!-- UPDATE SECTION START -->
  361. <div class="event">DATE OF UPDATE</div>
  362. <div class="evdesc">
  363. DESCRIPTION OF UPDATE.
  364. </div>
  365. <!-- UPDATE SECTION END -->
  366.  
  367. <!-- PAST ALL UPDATE CODES BEFORE THIS </DIV> -->
  368.  
  369.  
  370.  
  371. </div>
  372. </div>
  373.  
  374.  
  375.  
  376. </div>
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement