Advertisement
boavistas

Theme I by sibunas (revamped)

Mar 12th, 2014
1,781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 14.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!------------------------------------------------------------------------
  4. © sibunas, 2010.
  5. Last updated on 2014.
  6. More themes by sibunas @ http://boavistas.tumblr.com
  7.  
  8. Do not redistribute or claim as your own ANY fraction of this coding.
  9. ------------------------------------------------------------------------->
  10.  
  11. <html>
  12. <head>
  13.    
  14. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18.  
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <!-------------------------- DEFAULT VARIABLES -------------------------->
  22.  
  23.     <meta name="color:background" content="#ecd5bd" />
  24.     <meta name="color:body" content="#f4e5d2" />
  25.     <meta name="color:text" content="#cba587" />
  26.     <meta name="color:link" content="#E2AF4A" />
  27.     <meta name="color:hover" content="#D8B05F" />
  28.     <meta name="color:highlights" content="#484233" />
  29.     <meta name="color:highlights2" content="#FFFFFF" />  
  30.     <meta name="color:circlebg" content="#FDF8E1" />
  31.  
  32.     <meta name="if:Show captions" content="yes" />
  33.     <meta name="if:Show tags" content="yes" />
  34.     <meta name="if:Show title" content="yes" />
  35.     <meta name="if:Show sidebar 2" content="yes" />
  36.    
  37.     <meta name="font:title" content="Clear Face" />
  38.     <meta name="font:body" content="Gibson" />
  39.  
  40.     <meta name="image:circle" content=""/>
  41.     <meta name="image:circlebg" content=""/>
  42.  
  43.     <meta name="text:Link1" content="/" />
  44.     <meta name="text:Link1 Title" content="link" />
  45.     <meta name="text:Link2" content="/" />
  46.     <meta name="text:Link2 Title" content="link" />
  47.     <meta name="text:Link3" content="/" />
  48.     <meta name="text:Link3 Title" content="link" />
  49.     <meta name="text:Link4" content="/" />
  50.     <meta name="text:Link4 Title" content="link" />
  51.    
  52. <style type="text/css">
  53.  
  54.  /* -------------------------- general html -------------------------- */
  55.  
  56. body {
  57.     color:{color:text};
  58.     background-color:{color:background};
  59.     background-attachment:fixed;
  60.     font-family:{font:body};
  61.     font-size:10px;
  62.     line-height:11px;
  63.     text-align:justify;
  64.     }
  65.  
  66. a:link, a:active, a:visited {
  67.     color:{color:link};
  68.     text-decoration:none;
  69.     -webkit-transition: opacity 0.8s linear;
  70.     opacity: 1;
  71.     -webkit-transition: all 0.5s ease-out;
  72.     -moz-transition: all 0.5s ease-out;
  73.     transition: all 0.5s ease-out;
  74.     }
  75.  
  76. a:hover {
  77.     color:{color:hover};
  78.     opacity: 0.7;
  79.     margin-bottom: 0px;
  80.     background-color:transparent;
  81.     -webkit-transition: all 0.4s ease-in;
  82.     -moz-transition: all 0.4s ease-in;
  83.     -o-transition: all 0.4s ease-in;
  84.     transition: all 0.4s ease-in;
  85.     }
  86.    
  87. h1{font-size: 14px; font-family: {font:title};}
  88. h2{font-size: 15px; font-style:italic; font-family: {font:title}; line-height: 18px;}
  89. h3 {font-size: 16px; font-style: bold italic; font-family: {font:title};}
  90.  
  91. blockquote {width: 485px; margin-left: 5px; padding-left: 5px; border-left: 1px solid {color:highlights};}
  92.  
  93. #content {
  94.  float: left;
  95.  position: absolute;
  96.  width: 800px;
  97.  margin: 30px 10px 0 380px;
  98.  }
  99.  
  100. #entries {
  101.  float: left;
  102.  width: 500px;
  103.  padding: 10px 10px 0px 10px;
  104.  background: {color:body};
  105.  border-radius: 5px;
  106.  margin-bottom: 30px;
  107.   }
  108.  
  109.   /* -------------------------- sidebars -------------------------- */
  110.  
  111. #sidebar {
  112.  float: left;
  113.  position: fixed;
  114.  margin-left: 50px;
  115.  text-align: justify;
  116.  top: 80px;
  117.  width: 245px;
  118.  padding: 10px;
  119.  background-color: {color:body};
  120.  z-index: 50;
  121.  border-radius: 5px;
  122.  -webkit-border-radius: 5px;
  123. }
  124.  
  125. .blogtitle {
  126.     background-color: {color:highlights};
  127.     font-family: {font:title};
  128.     font-size: 14px;
  129.     line-height: 14px;
  130.     width: 235px;
  131.     padding: 5px;
  132.     text-transform: uppercase;
  133.     text-align: center;
  134.     letter-spacing: 2px;
  135.     font-weight: bold;
  136.     color: {color:highlights2};
  137. }
  138.  
  139. .sidepic {
  140.  width: 245px;
  141.  height: 245px;
  142.  background-color: {color:circlebg};
  143.  background-image: url('{image:circlebg}');
  144.  text-align: center;
  145.  z-index: 100;
  146. }
  147.  
  148. .sidepic img {
  149.  width: 200px;
  150.  height: 200px;
  151.  margin: 19px;
  152.  -moz-border-radius: 500px;
  153.  -webkit-border-radius: 500px;
  154.  z-index: 100;
  155.  border: 3px solid {color:highlights2};
  156. }
  157.  
  158. #navi {padding-bottom: 5px; width: 245px; height: 10px;}
  159.  
  160. #navi a {
  161.     font-size: 9px;
  162.     text-transform: uppercase;
  163.     color: {color:highlights2};
  164.     letter-spacing: 1px;
  165.     width: 51px;
  166.     height: auto;
  167.     text-align: center;
  168.     background: {color:highlights};
  169.     padding: 5px;
  170.     position: fixed;
  171.     display:block;
  172.     }
  173.    
  174. #navi a:hover {background:{color:background}; opacity: 1; letter-spacing: 3px; font-style: italic; color: {color:highlights};}
  175.  
  176. #n1 a {z-index: 50; width: 52px;}
  177. #n1 a:hover {width: 235px;}
  178.  
  179. #n2 a {margin-left: 62px; z-index: 40;}
  180. #n2 a:hover {width: 174px;}
  181.  
  182. #n3 a {margin-left: 123px; z-index: 30;}
  183. #n3 a:hover {width: 113px;}
  184.  
  185. #n4 a {margin-left: 184px; z-index: 20;}
  186.  
  187. #description {padding-top: 10px;}
  188.  
  189. #pagination {
  190.  font-family: trebuchet ms;
  191.  letter-spacing: 10px;
  192.  padding: 10px 10px 0 10px;
  193.  text-align: center;
  194.  }
  195.  
  196. #portrait {
  197.  height: 64px;
  198.  width: 64px;
  199.  background: {color:highlights2};
  200.  margin: 200px 0 0 1055px;
  201.  text-align: center;
  202.  padding: 9px;
  203.  padding-bottom: 10px;
  204.  position: fixed;
  205.  float: left;
  206.  }
  207.  
  208. #sidebar2 {
  209.     width: 200px;
  210.     margin: 200px 0px 0px 950px;
  211.     height: 83px;
  212.     float: left;
  213.     position: fixed;
  214.     z-index: 1000;
  215.     background: transparent;
  216.     border-right: {color:highlights} solid 2px;
  217.     }
  218.    
  219. #sidebar2 a {
  220.     width: 80px;
  221.     height: 10px;
  222.     font-size: 9px;
  223.     position: fixed;
  224.     text-align: center;
  225.     background: {color:highlights};
  226.     color: {color:highlights2};
  227.     padding: 5px;
  228.     }
  229.  
  230. #sidebar2 a:hover {background: {color:highlights2}; color: {color:background}; width: 98px; font-style: italic; letter-spacing: 3px; opacity:1;}
  231.  
  232. #link1 a {width:80px;}
  233. #link2 a {margin-top: 10px;}
  234. #link3 a {margin-top: 20px;}
  235. #link4 a {margin-top: 30px;}
  236.  
  237. /* -------------------------- permalinks -------------------------- */
  238.  
  239. #permalink {
  240.  height: auto;
  241.  width: 500px;
  242.  padding: 5px 10px 5px 10px;
  243.  background-color: {color:text};
  244.  margin-top: 10px;
  245.  margin-left: -10px;
  246.  font-size: 8px;
  247.  letter-spacing: 2px;
  248.  text-align: right;
  249.  font-family: Calibri;
  250.   text-transform: uppercase;
  251.  -webkit-transition: all 0.5s ease-out;
  252.  -moz-transition: all 0.5s ease-out;
  253.  transition: all 0.5s ease-out;
  254.  }
  255.  
  256. #permalink:hover {
  257.  background-color: {color:highlights2};
  258.  -webkit-transition: opacity 0.6s linear;
  259.  opacity: 1;
  260.  -webkit-transition: all 0.5s ease-out;
  261.  -moz-transition: all 0.5s ease-out;
  262.  transition: all 0.5s ease-out;
  263.  }
  264.  
  265. #permalink a {color:{color:highlights2};}
  266. #permalink a:hover {letter-spacing: 3px; color: {color:hover};}
  267. #permalink:hover a{color: {color:link};}
  268.  
  269.  
  270. .pg {text-align: center; margin: 5px 0 5px 0; color: {color:highlights2}; padding: 10px;}
  271.  
  272. #tg {
  273.  font-style: italic;
  274.  font-size: 8px;
  275.  padding-top: 3px;
  276.  width: 480px;
  277.  text-align: center;
  278.  color: {color:highlights2};
  279.  text-transform: lowercase;
  280.  }
  281.  
  282. #notes {font-weight:normal; width: 500px; font-size: 9px;}
  283. #notes li {padding-bottom:0.5em; list-style:none;}
  284. #notes li img.avatar {margin-right:5px; width:15px; height:15px; border-radius:15px;}
  285.  
  286. /* -------------------------- other details -------------------------- */
  287.  
  288. #chat {line-height: 16px;}
  289. #chat b{color:{color:link}; font-style: italic; text-transform: uppercase;}
  290.  
  291. ::-webkit-scrollbar {width: 8px; height: 8px; background:{color:body};}
  292. ::-webkit-scrollbar-thumb {background:{color:highlights}; border-radius: 10px;}
  293.  
  294. ::-webkit-selection {background:{color:highlights}; color:{color:highlights2};}
  295. ::selection {background:{color:highlights}; color:{color:highlights2};}
  296.  
  297.  
  298. #qsource {font-size: 11px; letter-spacing: 1px; text-align: right; padding-right: 10px;}
  299.  
  300. #musica {
  301.     width:26px;
  302.     height:30px;
  303.     overflow:hidden;
  304.     position:absolute;
  305.     margin-top:60px;
  306.     margin-left:60px;
  307.     opacity: 0.7;
  308.     -webkit-transition: all 0.6s ease-in-out;
  309.     -moz-transition: all 0.6s ease-in-out;
  310.     -o-transition: all 0.6s ease-in-out;
  311.     -ms-transition: all 0.6s ease-in-out;
  312.     transition: all 0.6s ease-in-out;
  313. }
  314.  
  315. #musica:hover {
  316.     opacity:1;
  317.     -webkit-transition: all 0.6s ease-in-out;
  318.     -moz-transition: all 0.6s ease-in-out;
  319.     -o-transition: all 0.6s ease-in-out;
  320.     -ms-transition: all 0.6s ease-in-out;
  321.     transition: all 0.6s ease-in-out;
  322. }
  323.  
  324. #tod {
  325.     height: 150px;
  326.     width: 500px;
  327.     position:relative;
  328.     margin-top: -10px;
  329. }
  330.    
  331. #tod p{margin-left: 160px; padding: 9px; font-family:calibri; background: {color:highlights}; color: {color:highlights2};}
  332. #tod b{text-transform:uppercase; font-size:8px; text-decoration:underline;}
  333.  
  334.  
  335. </style>
  336. <style type="text/css">{CustomCSS}</style>
  337. </head>
  338.  
  339. <body>
  340.  
  341.  
  342. <div id="sidebar">
  343.  
  344. {block:ifShowTitle}
  345. <div class="blogtitle">{Title}</div>
  346. {/block:ifShowTitle}
  347.  
  348. <div class="sidepic"><a href="/"><img src="{image:circle}"></a></div>
  349.  
  350. <div id="navi">
  351.   <div id="n1"><a href="/">refresh</a></div>
  352.   <div id="n2"><a href="/ask">message</a></div>
  353.   <div id="n3"><a href="/archive" target="_blank">archive</a></div>
  354.   <div id="n4"><a href="http://boavistas.tumblr.com" target="_blank">theme</a></div></div>
  355.  
  356. {block:Description}
  357. <div id="description">{Description}</div>
  358. {/block:Description}
  359.  
  360. {block:Pagination}<div id="pagination">
  361.             {block:PreviousPage}
  362.                 <a href="{PreviousPage}">«</a>
  363.             {/block:PreviousPage}
  364.             {block:JumpPagination length="5"}
  365.                 {block:CurrentPage}
  366.                     <span class="current_page">{PageNumber}</span>
  367.                 {/block:CurrentPage}
  368.                 {block:JumpPage}
  369.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  370.                 {/block:JumpPage}
  371.             {/block:JumpPagination}
  372.             {block:NextPage}
  373.                 <a href="{NextPage}">»</a>
  374.             {/block:NextPage}
  375.         </div>{/block:Pagination}
  376.  
  377. </div>
  378.  
  379. {block:ifShowSidebar2}
  380. <div id="sidebar2">
  381.   <div id="link1"><a href="{text:Link1}">{text:Link1 Title}</a></div><br>
  382.   <div id="link2"><a href="{text:Link2}">{text:Link2 Title}</a></div><br>
  383.   <div id="link3"><a href="{text:Link3}">{text:Link3 Title}</a></div><br>
  384.   <div id="link4"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  385. </div>
  386.  
  387. <div id="portrait"><img src="{PortraitURL-64}"></div>
  388. {/block:ifShowSidebar2}
  389.  
  390. <div id="content">
  391. {block:Posts}
  392. <div id="entries">
  393.  
  394. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  395.  
  396. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  397. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}{/block:Photo}
  398.  
  399. {block:Photoset}{Photoset-500}{block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}{/block:Photoset}
  400.  
  401. {block:Quote}<h2>"{Quote}"</h2>{block:Source}<div id="qsource">— {Source}</div>{/block:Source}{/block:Quote}
  402.  
  403. {block:Link}<a href="{URL}" class="link" {Target}><h3>→ {Name}</h3></a>
  404. {block:Description}{Description}{/block:Description}{/block:Link}
  405.  
  406. {block:Chat}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  407. <div id="chat">{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}</br>{/block:Lines}</div>{/block:Chat}
  408.  
  409. {block:Video}{Video-500}{block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}{/block:Video}
  410.  
  411.  
  412. {block:Audio}
  413. <div id="tod"><div id= "musica">{AudioPlayerWhite}</div>
  414. {block:AlbumArt}
  415. <img src="{AlbumArtURL}" width="150" align="left">
  416. {/block:AlbumArt}
  417. {block:TrackName}<p><b>Audio</b>: {TrackName}</p>{/block:TrackName}
  418. {block:Artist}<p><b>Artist</b>: {Artist}</p>{/block:Artist}
  419. {block:Album}<p><b>Album</b>: {Album}</p>{/block:Album}
  420. <p><i>played {PlayCount} times</i></p>
  421. </div>
  422.  
  423. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  424.  
  425. {/block:Audio}
  426.  
  427. {block:Answer}<img src="{AskerPortraitURL-30}" width="20" align="left" style="margin-right:5px; border-radius: 20px;" /><div style="text-transform:uppercase; border-bottom: 1px solid {color:text}; font-size:9px; font-family: calibri; letter-spacing:2px; padding-bottom: 5px;"><b>{Asker} asked:</b><br>{Question}</div>{answer}{/block:answer}
  428.  
  429. <div id="permalink">
  430.  
  431. {block:IndexPage}
  432.  
  433. {block:ifShowtags}{block:HasTags}{block:Tags}<a href="{TagURL}" target="_blank">{Tag} &bull;</a>{/block:Tags}{/block:HasTags}{/block:ifShowtags}
  434. <a href="{Permalink}" target="_blank">{block:NoteCount} {NoteCount} &bull; {/block:NoteCount}{MonthNumber}/{DayOfMonth}</a>{/block:IndexPage}
  435.  
  436. {block:PermalinkPage}
  437. <div class="pg"><a href="{Permalink}" target="_blank">{block:Date}Posted on {DayOfWeek} {DayOfMonth}{DayOfMonthSuffix}, {Month} {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}</a>{block:RebloggedFrom} <br><a href="{ReblogParentURL}"> reblogged from {ReblogParentName}</a> | <a href="{ReblogRootURL}">originally by {ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags}<br><div id="tg">{block:Tags}<a href="{TagURL}" target="_blank">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div>
  438. {/block:PermalinkPage}
  439.    
  440. </div>
  441.  
  442.  
  443. </div>
  444.  
  445. {/block:Posts}
  446.  
  447. {block:PostNotes}<center>{block:RebloggedFrom}Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom},{block:ContentSource} Original posted by: <a href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}"alt="{SourceTitle}"/>{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}</center>
  448. <br /><div id="notes">{PostNotes}</div><br>{/block:PostNotes}
  449.  
  450. </div>
  451. </body>
  452. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement