ninapattz

01. totally different

Aug 28th, 2016
1,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 13.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
  8.  
  9. <title>{Title}</title>
  10.            
  11. <link rel="shortcurt icon" href="{Favicon}">
  12.  
  13. <link href='https://fonts.googleapis.com/css?family=Cardo' rel='stylesheet' type='text/css'>
  14.            
  15.  
  16. <script type="text/javascript">function changeNavigation(id) {document.getElementById('posts').innerHTML=document.getElementById(id).innerHTML}  </script>
  17.  
  18.  
  19. <meta name='color:background' content='#f4f4f4'>
  20. <meta name='color:text' content='#000000'>
  21. <meta name='color:sidebar background' content='#ffffff'>
  22. <meta name='color:posts background' content='#ffffff'>
  23. <meta name='color:borders' content='#eeeeee'>
  24. <meta name='color:accent' content='#bd8d91'>
  25. <meta name='color:links' content='#bd8d91'>
  26. <meta name='color:menu links' content='#000000'>
  27. <meta name='color:menu background' content='#ffffff'>
  28. <meta name='image:sidebar image' content='https://s15.postimg.org/5fsz1manv/sidebar.png'>
  29. <meta name='color:description' content='#8b8b8b'>
  30. <meta name='text:url 1' content='/'>
  31. <meta name='text:title 1' content='title'>
  32. <meta name='text:url 2' content='/'>
  33. <meta name='text:title 2' content='title'>
  34. <meta name='text:url 3' content='/'>
  35. <meta name='text:title 3' content='title'>
  36. <meta name='text:url 4' content='/'>
  37. <meta name='text:title 4' content='title'>
  38. <meta name='text:url 5' content='/'>
  39. <meta name='text:title 5' content='title'>
  40. <meta name='text:url 6' content='/'>
  41. <meta name='text:title 6' content='title'>
  42. <meta name='text:subtitle' content='totally different'>
  43.            
  44. <style>
  45.  
  46. body{background-color:{color:background};
  47.     font-size:12px;
  48.     font-family:calibri;
  49.     color:{color:text};
  50.     padding-bottom:15px;
  51.     text-align:justify;
  52.     letter-spacing:1px;}
  53.  
  54. #content {width:880px;
  55.          margin:auto;}
  56.  
  57. #sidebar {background: transparent;
  58.          width: 225px;
  59.          float: left;
  60.          position: fixed;
  61.          margin-top:200px;}
  62.  
  63. .sidebar {background: {color:sidebar background};
  64.          margin-bottom: 25px;
  65.          overflow: hidden;
  66.          padding:20px;
  67.          border:1px solid {color:borders};}
  68.  
  69. #posts {width:540px;
  70.        margin-right:0px;
  71.        margin-top:100px;
  72.        background-color:transparent;
  73.        float:right;}
  74.  
  75. .posts {background: {color:posts background};
  76.        margin-bottom: 50px;
  77.        border:1px solid {color:borders};
  78.        padding:20px;
  79.        overflow: hidden;}
  80.    
  81. ::-webkit-scrollbar {width: 6px;
  82.                     height: 10px;}
  83.  
  84. ::-webkit-scrollbar-track-piece {background-color: #fff;
  85.                                 -webkit-border-radius: 0px;}
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {height: 6px;
  88.                                    background-color: {color:accent};
  89.                                    -webkit-border-radius: 0px;}
  90.  
  91. ::-webkit-scrollbar-thumb:horizontal {width: 3px;
  92.                                      background-color: {color:accent};
  93.                                      -webkit-border-radius: 0px;}
  94.  
  95. ::-moz-selection {background: {color:accent};
  96.                  color:{color:text};}
  97.  
  98. ::selection {background: {color:accent};
  99.             color:{color:text};}
  100.  
  101. a:link {color: {color:links};
  102.        text-decoration: none;
  103.        -webkit-transition-duration: .90s;}
  104.  
  105. a:visited {color: {color:links};
  106.           text-decoration: none;
  107.           -webkit-transition-duration: .90s;}
  108.  
  109. a:hover {opacity:0.6;
  110.         -webkit-transition-duration: .90s;}
  111.  
  112. b, strong {color:{color:accent};}  
  113.  
  114. i {color:{color:accent};}
  115.  
  116. u, underline {border-bottom: 1px {color:text} solid;
  117.              text-decoration: none;}
  118.  
  119. s, strike {color: #000;}
  120.  
  121. blockquote {padding: 10px;
  122.            width:480px;
  123.            margin-left:0px;
  124.            overflow: hidden;
  125.            border-left:5px solid {color:accent};}
  126.  
  127. .caixaask {background: #eee;
  128.           border: 1px solid #e7e7e7;
  129.           color: #000;
  130.           text-align:justify;
  131.           padding: 11px;
  132.           margin-top:-45px;
  133.           margin-left:50px;}
  134.          
  135. .caixaask a{color:{color:accent};}
  136.    
  137. code {font-family: 'Cardo', serif;}  
  138.    
  139. h2 {font-size: 15px;
  140.    font-family: calibri;
  141.    text-align: left;
  142.    letter-spacing:1px;
  143.    margin: 0 0px 0 0px;
  144.    margin-top:0px;}
  145.      
  146. .quote {margin-top:-10px;
  147.        float:right;
  148.        margin-right:50px;
  149.        margin-bottom:-5px;}
  150.  
  151. .creditos {bottom: 5px;
  152.           position: fixed;
  153.           right: 5px;
  154.           font-family: calibri;
  155.           font-size:9px;
  156.           padding:5px;
  157.           text-transform: uppercase;
  158.           border: 1px solid {color:borders};
  159.           background:{color:sidebar background}}
  160.  
  161. .creditos a {color: {color:links};}
  162.  
  163. .creditos a:hover {opacity:0.6;}
  164.  
  165. .notes .ai {text-transform: uppercase;
  166.            position:relative;
  167.            margin-top:5px;}
  168.  
  169. .ai a{color:{color:links};}
  170.  
  171. .notes .ia {margin-top:-6px;
  172.            margin-right:10px;      
  173.            font-family: calibri;
  174.            font-size:10px;
  175.            text-transform: uppercase;
  176.            position:relative;
  177.            float:right;}
  178.  
  179. .notes {border-top:1px {color:borders} solid;
  180.        padding:10px;
  181.        color:{color:accent};
  182.        margin-bottom:-10px;}
  183.  
  184. .io {margin-top:4px;
  185.     margin-left:5px;
  186.     font-family: calibri;
  187.     text-transform: uppercase;
  188.     position:relative;
  189.     float:left;}
  190.    
  191. .imagem {width: 180px;
  192.         height: 180px;}
  193.  
  194. .menu {width: 180px;
  195.       position: absolute;
  196.       height:180px;
  197.       -webkit-transition: all 1s ease;
  198.       -moz-transition:all 1s ease;
  199.       -o-transition: all 1s ease;
  200.       transition: all 1s ease;
  201.       margin: -183px 0 0 0;
  202.       opacity:0;}
  203.  
  204. .menuleft a, .menuleft span {background: {color:menu background};
  205.                             color: {color:menu links};
  206.                             text-align: center;
  207.                             font-family:calibri;
  208.                             font-size:11px;
  209.                             text-transform: uppercase;
  210.                             display: inline-block;
  211.                             margin:0px 1px 1px 0;
  212.                             padding: 10px;
  213.                             width: 70px;
  214.                             height:40px;}
  215.  
  216. .mmmenu {margin-top:-183px;}
  217.  
  218. .menuright a, .menuright span {background: {color:menu background};
  219.                               color: {color:menu links};
  220.                               text-align: center;
  221.                               font-family:calibri;
  222.                               font-size:11px;
  223.                               margin:0px 1px 1px 1px;
  224.                               text-transform: uppercase;
  225.                               display: inline-block;
  226.                               margin-left:91px;
  227.                               padding: 10px;
  228.                               width: 70px;
  229.                               height:40px;}
  230.  
  231. .menuright a:hover {opacity:0.5;}
  232.  
  233. .menuleft a:hover {opacity:0.5;}
  234.  
  235. .imagem:hover .menu {opacity:0.7;
  236.                     -webkit-transition: all 1s ease;
  237.                     -moz-transition: all 1s ease;
  238.                     -o-transition: all 1s ease;
  239.                     transition: all 1s ease;}
  240.  
  241. .description {text-align:justify;
  242.              font-family:calibri;
  243.              color:{color:description};
  244.              letter-spacing:2px;
  245.              font-size:8pt;
  246.              margin-top:0px}
  247.  
  248. /** PAGINAÇÃO BY HTMLUV**/
  249.  
  250. .pagination {margin-top:0px;font-family: 'Calibri';font-size: 11px;}
  251.  
  252. .numbers, .numbers a {background: transparent;
  253.                      padding: 5px 10px;
  254.                      text-decoration: none;
  255.                      color: #949494;
  256.                      -moz-border-radius: 3px;
  257.                      -webkit-border-radius: 3px;
  258.                      border-radius: 3px;
  259.                      -moz-transition-duration: 1s;
  260.                      -webkit-transition-duration: 1s;
  261.                      transition-duration: 1s;}
  262.  
  263. .current {background: transparent;
  264.          color: #888;}
  265.  
  266. .numbers:hover, .numbers a:hover {color: #949494;
  267.                                  opacity: 0.6;
  268.                                  -moz-transition-duration: 1s;
  269.                                  -webkit-transition-duration: 1s;
  270.                                  transition-duration: 1s;}
  271.                                  
  272. ol.notes{margin-top: 10px;
  273.         background:#fff;
  274.         bottom:15px
  275.         border:#eee solid 1px;
  276.         list-style:none;}
  277.  
  278. ol.notes li{margin:2px 5px 1px 5px;
  279.            padding:5px 3px 5px 3px;
  280.            list-style:none;
  281.            background:#fff;
  282.            font-family:calibri;
  283.            color:#9d9d9d;
  284.            text-transform: uppercase;
  285.            font-size:10px;}
  286.  
  287. ol.notes img {position: relative;
  288.              width: 23px;
  289.              margin-right:10px;}
  290.  
  291. ol.notes a{color:{color:accent};
  292.          text-decoration:none;}
  293.    
  294. {customcss}    
  295. </style>
  296.  
  297. </head>
  298.  
  299. <body>
  300.  
  301.  
  302.  
  303. <div class="creditos">
  304. <center>
  305. <a href="http://lewispastel.tumblr.com/">theme</a>
  306. </center>
  307. </div>
  308.  
  309. <div id="content">
  310.    
  311. <div id="sidebar">
  312. <div class="sidebar">
  313. <div class="imagem">
  314. <img src="{image:sidebar image}">
  315. <div class="menu">
  316. <div class="menuleft">
  317. <a href="{text:url 1}"><br>{text:title 1}</a>
  318. <a href="{text:url 2}"><br>{text:title 2}</a>
  319. <a href="{text:url 3}"><br>{text:title 3}</a>
  320. </div>
  321. <div class="mmmenu">
  322. <div class="menuright">
  323. <a href="{text:url 4}"><br>{text:title 4}</a>
  324. <a href="{text:url 5}"><br>{text:title 5}</a>
  325. <a href="{text:url 6}"><br>{text:title 6}</a>
  326. </div></div></div></div>
  327.  
  328. <center>
  329.  
  330. <i><a href="/"><div style="font-family:calibri; color:#bd8d91; letter-spacing:5px; font-size:12pt; text-transform:uppercase; margin-top:5px">{Title}</div></a></i>
  331.  
  332. <i><div style="font-family:calibri; color:{color:accent}; letter-spacing:2px; font-size:9pt; text-transform:lowercase; margin-top:0px">{text:subtitle}</div></i>
  333.    
  334. </center><br>
  335.  
  336. <div class="description">{Description}</div>
  337. </div>
  338.  
  339. <center><div class="pagination">
  340. {block:JumpPagination length="5"}
  341. {block:CurrentPage}<span class="numbers current">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="numbers" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  342. {block:Pagination}{block:NextPage}<a class="next numbers" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  343. </div></center>
  344.  
  345.    
  346. </div>  
  347.        
  348. <div id="posts">
  349. {block:Posts}
  350. <div class="posts">
  351.  
  352.  
  353.  
  354. {block:Text}
  355. {block:Title}
  356. <h2><center>{Title}</center></h2>
  357. {/block:Title}
  358. {Body}
  359. {/block:Text}
  360.  
  361.          
  362. {block:Photo}
  363. {LinkOpenTag}
  364. <img src="{PhotoURL-500}">
  365. {LinkCloseTag}
  366. {block:Caption}
  367. {Caption}
  368. {/block:Caption}
  369. {/block:Photo}
  370.                
  371.                
  372. {block:Photoset}
  373. <center>{Photoset}</center>
  374. {block:Caption}
  375. {Caption}
  376. {/block:Caption}
  377. {/block:Photoset}
  378.  
  379.              
  380. {block:Quote}
  381. <font style="font-family: calibri; font-size:35px; color:#ceccbe;"></font><font style="font-family: calibri; font-size:14px; margin-left:10px;">{Quote}</font> <font style="font-family: calibri; font-size:35px; color:#ceccbe; "></font><br><br>
  382. {block:Source}
  383. <div class="quote"><font style="font-family: calibri; font-size:12px; color:#ceccbe;"> — {Source}</font></div><br>
  384. {/block:Source}
  385. {/block:Quote}
  386.  
  387.            
  388. {block:Link}
  389. <h2> <center><a href="{URL}" {Target}>
  390. {Name}
  391. </a></center></h2>
  392. {block:Description}
  393. {Description}
  394. {/block:Description}
  395. {/block:Link}
  396.  
  397.                
  398. {block:Chat}
  399. {block:Title}
  400. <a href="{Permalink}">
  401. {Title}
  402. </a>
  403. {/block:Title}
  404. {block:Lines}
  405. <li class="{Alt} user_{UserNumber}">
  406. {block:Label}
  407. <b>{Label}</b>
  408. {/block:Label}
  409. {Line}
  410. </li><br>
  411. {/block:Lines}
  412. {/block:Chat}
  413.  
  414. {block:Video}
  415. {Video-500}
  416. {block:Caption}
  417. {Caption}
  418. {/block:Caption}
  419. {/block:Video}
  420.  
  421.  
  422. {block:Audio}
  423. {AudioPlayerGrey}
  424. {block:TrackName}
  425. {TrackName}
  426. {/block:TrackName}
  427. {block:Artist}
  428. {Artist}
  429. {/block:Artist}
  430. {block:Album}
  431. {Album}
  432. {/block:Album}
  433. {block:PlayCount}
  434. {PlayCount}
  435. {/block:PlayCount}
  436. {block:Caption}
  437. {Caption}  
  438. {/block:Caption}
  439. {/block:Audio}
  440.  
  441.  
  442. {block:Answer}
  443. <img src="{AskerPortraitURL-40}" style="border: 1px solid #e7e7e7;">
  444. <div class="caixaask">
  445. <b style="color:#000000; text-transform:lowercase">{Asker}:</b>
  446. {Question}</div>
  447. {Answer}
  448. {/block:Answer}
  449.  
  450.  
  451. <div class="notes" style="margin-top:4px"> <div class="io">{block:NoteCount}<a href="{Permalink}">{NoteCount}{/block:NoteCount}</a></div>
  452. <div class="ai">
  453. <div style="display: inline-block;margin-top:-2px; float:right;">{ReblogButton size="16"}</div> <div style="display: inline-block;float:right; margin-right:4px; margin-left:5px; margin-top:-2px">{LikeButton size="16"}
  454. </div></div><div style="margin-top:-5px; margin-left:50px; margin-right:60px ">
  455. {block:HasTags}{block:Tags}<img src="http://s11.postimg.org/b8bvhk8xr/tags.png" style="width:13px; margin-right:2px; margin-bottom:-2px"><a href="{TagURL}" style="color:{color:accent};font-size:11px">{Tag}</a>&nbsp;&nbsp;  {/block:Tags}
  456. {/block:HasTags}</div></div>
  457.  
  458. </div>
  459.  
  460. <!-- {block:NoRebloggedFrom}
  461. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  462. {/block:NoRebloggedFrom} -->
  463.  
  464. {block:ContentSource}<!-- {SourceURL}
  465. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  466. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  467. {/block:ContentSource}
  468.  
  469. {block:PermalinkPage}
  470.  
  471. {PostNotes}
  472.  
  473. {/block:PermalinkPage}
  474.  
  475. {/block:Posts}
  476.  
  477.  
  478.    
  479.  
  480.    
  481. </div></div>
  482. </body>
Advertisement
Add Comment
Please, Sign In to add comment