Advertisement
skynotte

ntp-maple

May 31st, 2013
1,738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.84 KB | None | 0 0
  1. <!DOCTYPE html lang="en">
  2. <!----
  3. MAPLE PAGE THEME MADE BY NOTTE-THEMES.TUMBLR.COM <- DO NOT REMOVE!
  4. PLEASE DO NOT REMOVE CREDIT BUTTON!
  5.  
  6. Be proud of who made your theme, keep the credit!
  7.  
  8. Follow my rules in my terms of use, enjoy the theme and be sure to report any errors you may find directly to the theme creator. You have plenty of customization options so please look at them before you attempt to alter anything.
  9.  
  10. For easy access color codes here are some URLS:
  11. http://colorschemedesigner.com
  12.  
  13. Use this to match with an image color scheme:
  14. http://www.pictaculous.com
  15.  
  16. QUICK HTML LESSONS:
  17. TO BOLD SOMETHING
  18. <strong> BOLD TEXT HERE </strong>
  19. TO ITALICIZE SOMETHING
  20. <i> ITALIC TEXT HERE </i>
  21. TO LINK SOMETHING
  22. <a href="URL HERE"> TEXT HERE </a>
  23. TO SIGNIFY A PARAGRAPH
  24. <p> TEXT IN PARAGRAPH HERE </p>
  25. TO START ON A NEW A LINE IN A PARAGRAPH
  26. <p> SOME TEXT HERE <br />
  27. SOME MORE TEXT HERE </p>
  28.  
  29. -->
  30. <head>
  31.  
  32. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  33. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38.  
  39. <style type="text/css">
  40.  
  41. /* -------------- SCROLLBAR --------------- */
  42.  
  43. ::-webkit-scrollbar {
  44. width: 5px;
  45. height:5px;
  46. background: transparent;
  47. }
  48.  
  49. ::-webkit-scrollbar-thumb {
  50. background-color: #ED857A; /*scrollbar color*/
  51. }
  52.  
  53. /* -------------- CONTENT --------------- */
  54.  
  55. body{
  56. color:#524a48; /*text color */
  57. font-family: Calibri, sans-serif;
  58. font-size: 12px;
  59. line-height:120%;
  60. overflow-x:hidden;
  61. word-wrap: break-word;
  62. text-decoration: none;
  63. background-color: #eee5d0; /*main background color*/
  64.  
  65. /* image background code - if you want a image for your background remove the / * and * / around the code below */
  66.  
  67. /*
  68. background-image: url('YOUR IMAGE LINK HERE');
  69. background-attachment: fixed;
  70. */
  71.  
  72. /* If you want the background to stretch to fit the screen then remove the / * and * / around the code below */
  73.  
  74. /*
  75. background-size:100% 100%;
  76. */
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. color:#706866; /*default link color */
  82. }
  83.  
  84. #containme{width:95%; margin-top:20px;}
  85.  
  86.  
  87. /* -------------- LINKS --------------- */
  88.  
  89. .links{
  90. font-family: Gill Sans, sans-serif;
  91. text-transform:uppercase;
  92. text-align:justify;
  93. width:95%;
  94. background-color:#ED857A; /*links background color */
  95. padding:10px;
  96. }
  97.  
  98. .links a{
  99. display:inline-block;
  100. display:-moz-inline-stack;
  101. color:#ffffff; /*links text color */
  102. padding:10px;
  103. position:relative;
  104.  
  105. }
  106.  
  107. .links a:hover{
  108. background-color:#ffffff; /*links background hover color */
  109. color:#ED857A; /*links text hover color */
  110. }
  111.  
  112. /* -------------- THIN BAR --------------- */
  113.  
  114. #thinbar{
  115. position:fixed;
  116. left:0px;
  117. top:0px;
  118. height:100%;
  119. width:20px;
  120. background-color:#ED857A; /* thin bar color */
  121. /* banner background image - remove if not wanted */
  122.  
  123. background-image: url('http://static.tumblr.com/43f59cb213ecda891e3d43628ee18957/ko5czgu/V1ymnlgsc/tumblr_static_2.jpg');
  124. background-attachment: fixed;
  125.  
  126. background-size:auto 100%;
  127. /* end banner background image */
  128.  
  129. }
  130.  
  131. /* -------------- TITLE --------------- */
  132.  
  133. .title{
  134. text-align:center;
  135. font-family: Calibri, sans-serif;
  136. letter-spacing:1px;
  137. font-size: 28px;
  138. width:280px;
  139. line-height:120%;
  140. padding:10px;
  141. background-color:#FFDE8D;
  142. text-transform: uppercase;
  143. color: #160C0A; /* title color */
  144. }
  145.  
  146. /* -------------- SIDE IMAGE --------------- */
  147.  
  148. /* to activate image scroll down further for instructions */
  149. .yourimage{
  150. width:280px;
  151. margin-top:20px;
  152. border:10px solid #FFDE8D; /* border color of image */
  153. }
  154. /* it'll being with <!--- START SIDE IMAGE ----> */
  155.  
  156. /* -------------- DESCRIPTION --------------- */
  157.  
  158. .description{
  159. text-align:justify;
  160. width:280px;
  161. padding:10px;
  162. background-color:#eee5d0;
  163. }
  164.  
  165.  
  166. /* -------------- TAG BOX CATEGORY --------------- */
  167.  
  168. #tags{margin-top:20px; left:230px; width:700px; position:relative;}
  169. /* if you want three columns, increase the width above until you see three or your desired amount. you may also need to increase the number for left as well. */
  170.  
  171. #tags .subtags{
  172. padding:10px;
  173. width:250px;
  174. margin:5px;
  175. float:left;
  176. background-color:#ED857A; /* tags box color */
  177. overflow:auto;
  178. display:inline-block;
  179. display:-moz-inline-stack;
  180. vertical-align:top;
  181.  
  182. /* tags background image - remove if not wanted */
  183.  
  184. background-image: url('http://static.tumblr.com/871b30611927fdc80206b8933f24d0e1/ko5czgu/3hSmnlko4/tumblr_static_3.jpg');
  185.  
  186. /* end tags background image */
  187.  
  188. background-attachment: fixed;
  189. border:1px solid #FEFEFE; /* thin tag box border color */
  190.  
  191. }
  192.  
  193. /* -------------- TAG BOX CATEGORY TITLE --------------- */
  194.  
  195. #tags .subtags h2{
  196. color:#706866; /*tags sub title color*/
  197. font-size:12px;
  198. margin-top:-10px;
  199. position:absolute;
  200. margin-bottom:-15px;
  201. font-family: Gill Sans, sans-serif;
  202. text-transform:uppercase;
  203. text-align:center;
  204. letter-spacing:1px;
  205. padding:5px;
  206. font-weight: normal;
  207. background-color: #FEFEFE; /*tags sub title background*/
  208.  
  209. }
  210.  
  211. /* -------------- INDIVIDUAL TAGS --------------- */
  212. .subtags ul{
  213. text-align:left;
  214. list-style-position: inside;
  215. padding-left:0px;
  216. }
  217. .subtags ul li{list-style: none;
  218. border-bottom:1px solid #FEFEFE; /* tags bottom border color */
  219. padding-bottom:5px;
  220. padding-top:10px;
  221. letter-spacing:1px;
  222. }
  223. .uniarrow { float: left; width: 1.2em; }
  224. .u1:before { content: "→"; font-size:9px; float:left;}
  225.  
  226.  
  227. .subtags li a{color:#706866;} /* individual color of tags */
  228.  
  229. .subtags li a:hover{
  230. color:#706866; /* color of tags when you hover */
  231. }
  232.  
  233. .subtags li:hover{
  234. background-color:#FEFEFE; /*color of tags background when you hover*/
  235. }
  236.  
  237.  
  238. </style>
  239.  
  240. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  241.  
  242. <script>
  243. $(window).load(function () {
  244. var $container = $('#tags');
  245.   $container.masonry({
  246.   columnWidth: 320,
  247.    isFitWidth: true,
  248.    itemSelector: '.subtags'
  249.   }).imagesLoaded(function() {
  250.   $container.masonry('reload');
  251.   });
  252.  
  253. });
  254. </script>
  255.  
  256. </head>
  257. <body>
  258.  
  259. <center>
  260.  
  261. <div id="thinbar"></div>
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. <div id="containme">
  269. <div style="float:left; width:35%;">
  270.  
  271.  
  272.  
  273.  
  274.  
  275. <!---------- START TITLE ----------------------><div class="title">
  276.  
  277. Notte Theme's <br /> Tag Page
  278.  
  279. </div><!---------- END TITLE ---------------------->
  280.  
  281.  
  282.  
  283.  
  284.  
  285. <!---------- START SIDE IMAGE
  286. this is just if you want an image instead of a description or along with
  287. feel free to remove the -----> <!----- bars around the code if you wish to have one.
  288. ---------------------->
  289.  
  290.  
  291.  
  292. <!------------
  293.  
  294. <img src ="http://static.tumblr.com/43f59cb213ecda891e3d43628ee18957/ko5czgu/V1ymnlgsc/tumblr_static_2.jpg" class="yourimage">
  295.  
  296. -------->
  297.  
  298.  
  299.  
  300. <!---------- END SIDE IMAGE ---------------------->
  301.  
  302.  
  303.  
  304.  
  305.  
  306. <!---------- START DESCRIPTION --------------><div class="description">
  307.  
  308. <p>Fusce a metus eu diam varius
  309. <strong>congue nec nec sapien.</strong>
  310. Vestibulum orci tortor, sollicitudin ac euismod non, placerat ac augue. Nunc convallis accumsan justo. Pellentesque habitant morbi tristique senectus et netus et malesuada
  311. <a href="http://notte-themes.tumblr.com">fames ac turpis egestas.</a>
  312. Donec malesuada vehicula lectus, viverra sodales ipsum gravida nec. Integer gravida nisi ut magna mollis molestie. Nullam pharetra accumsan sagittis. Proin tristique rhoncus orci, eget vulputate nisi sollicitudin et. Quisque lacus augue, mollis non mollis et, ullamcorper in purus. Morbi et sem orci. Praesent accumsan odio in ante ullamcorper id pellentesque mauris rhoncus. Duis vitae neque dolor. Duis sed purus at eros bibendum cursus nec a nulla.<br /> <i>Donec turpis quam, ultricies id pretium sit amet, gravida eget leo.</i></p>
  313.  
  314. <!-- Replace the text with what you want, you can use both paragraphs or just one or even add another. If you don't have a description to introduce your tags feel free to delete this -->
  315.  
  316. <p>Proin ut quam eros. Donec sed lobortis diam. Nulla nec odio lacus. Quisque porttitor egestas dolor in placerat. Nunc vehicula dapibus ipsum. Duis venenatis risus non nunc fermentum dapibus. Morbi lorem ante, malesuada in mollis nec, auctor nec massa. Aenean tempus dui eget felis blandit at fringilla urna ultrices. Suspendisse feugiat, ante et viverra lacinia, lectus sem lobortis dui, ultricies consectetur leo mauris at tortor. Nunc et tortor sit amet orci consequat semper. Nulla non fringilla diam. </p>
  317.  
  318. </div><!---------- END DESCRIPTION ---------------------->
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. </div><!-- float:left -->
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. <!---------- START LINKS ----------------------><div class="links">
  333.  
  334. <a href="/">Main Page</a>
  335. <a href="http://tumblr.com/dashboard">Dashboard</a>
  336. <a href="/">link</a>
  337. <a href="/">link</a>
  338. <a href="/">link</a>
  339. <a href="/">link</a>
  340. <a href="/">link</a>
  341. <a href="/">link</a>
  342.  
  343. <!---------- DO NOT REMOVE THIS NEXT LINK ------------------>
  344. <a href="http://notte-themes.tumblr.com">credit</a>
  345. <!---------- DO NOT REMOVE THE ABOVE LINK ------------------>
  346.  
  347.  
  348.  
  349. </div><!---------- END LINKS ---------------------->
  350.  
  351.  
  352.  
  353.  
  354.  
  355. <!---------- START TAGS -- -----><div id="tags">
  356.  
  357.  
  358.  
  359. <!-------- START TAGS CATEGORY BOX -- duplicate for another box ----->
  360.  
  361. <div class="subtags">
  362. <h2>CATEGORY</h2> <!--THIS IS THE CATEGORY TITLE -->
  363. <br /><ul>
  364. <li><span class="uniarrow u1"></span>
  365. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  366. </li>
  367. <li><span class="uniarrow u1"></span>
  368. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  369. </li>
  370. <li><span class="uniarrow u1"></span>
  371. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  372. </li>
  373. <li><span class="uniarrow u1"></span>
  374. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  375. </li>
  376. </ul>
  377. </div>
  378.  
  379. <!-------- END TAGS CATEGORY BOX ---------------------->
  380.  
  381.  
  382. <!-------- START TAGS CATEGORY BOX -- duplicate for another box ----->
  383.  
  384. <div class="subtags">
  385. <h2>CATEGORY</h2> <!--THIS IS THE CATEGORY TITLE -->
  386. <br /><ul>
  387. <li><span class="uniarrow u1"></span>
  388. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  389. </li>
  390. <li><span class="uniarrow u1"></span>
  391. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  392. </li>
  393. <li><span class="uniarrow u1"></span>
  394. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  395. </li>
  396. <li><span class="uniarrow u1"></span>
  397. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  398. </li>
  399. <li><span class="uniarrow u1"></span>
  400. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  401. </li>
  402. <li><span class="uniarrow u1"></span>
  403. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  404. </li>
  405. <li><span class="uniarrow u1"></span>
  406. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  407. </li>
  408.  
  409. </ul>
  410. </div>
  411.  
  412. <!-------- END TAGS CATEGORY BOX ---------------------->
  413.  
  414.  
  415. <!-------- START TAGS CATEGORY BOX -- duplicate for another box ----->
  416.  
  417. <div class="subtags">
  418. <h2>CATEGORY</h2> <!--THIS IS THE CATEGORY TITLE -->
  419. <br /><ul>
  420. <li><span class="uniarrow u1"></span>
  421. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  422. </li>
  423. <li><span class="uniarrow u1"></span>
  424. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  425. </li>
  426. <li><span class="uniarrow u1"></span>
  427. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  428. </li>
  429. <li><span class="uniarrow u1"></span>
  430. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  431. </li>
  432. <li><span class="uniarrow u1"></span>
  433. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  434. </li>
  435.  
  436. </ul>
  437. </div>
  438.  
  439. <!-------- END TAGS CATEGORY BOX ---------------------->
  440.  
  441.  
  442.  
  443.  
  444. <!-------- START TAGS CATEGORY BOX -- duplicate for another box ----->
  445.  
  446. <div class="subtags">
  447. <h2>CATEGORY</h2> <!--THIS IS THE CATEGORY TITLE -->
  448. <br /><ul>
  449. <li><span class="uniarrow u1"></span>
  450. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  451. </li>
  452. <li><span class="uniarrow u1"></span>
  453. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  454. </li>
  455. <li><span class="uniarrow u1"></span>
  456. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  457. </li>
  458. <li><span class="uniarrow u1"></span>
  459. <a href="/">tag</a> <!--THIS IS THE TAG YOU CHANGE -->
  460. </li>
  461.  
  462. </ul>
  463. </div>
  464.  
  465. <!-------- END TAGS CATEGORY BOX ---------------------->
  466.  
  467. </div><!---------- END TAGS---------------------->
  468.  
  469.  
  470. <div style="width:100%; height:30px"></div>
  471. </div><!-- containme -->
  472.  
  473. </center>
  474.  
  475. </body>
  476. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement