Advertisement
Gabss

Theme 30 Amy Lee HDUR

Oct 16th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <!--
  5. All theme by d-esequilibrio, edited by: Gabs HDUR.
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  12.     <title>{Title} {block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  13.    
  14.     <!-- DEFAULT COLORS -->
  15.     <meta name="color:Main Background" content="#fff7cc"/>
  16.     <meta name="color:Heading Color" content="#171717"/>
  17.     <meta name="color:sidebar" content="#b2a283"/>
  18.     <meta name="color:Image Background" content="#eeeeee"/>
  19.    
  20.     <meta name="if:Show notes" content="1">
  21.     <meta name="text:Disqus Shortname" content="" />
  22.               <meta name="color:sidebar" content="#444444" />
  23.               <meta name="color:text" content="#000000" />
  24.               <meta name="color:post" content="#eeeeee" />
  25.               <meta name="text:Link1" content="/" />
  26.               <meta name="text:Link1 Title" content="link" />
  27.               <meta name="text:Link2" content="/" />
  28.               <meta name="text:Link2 Title" content="link" />
  29.               <meta name="text:Link3" content="/" />
  30.               <meta name="text:Link3 Title" content="link" />
  31.               <meta name="text:Link4" content="/" />
  32.               <meta name="text:Link4 Title" content="link" />
  33.               <meta name="text:Link5" content="/" />
  34.               <meta name="text:Link5 Title" content="link" />
  35.               <meta name="text:Link6" content="/" />
  36.               <meta name="text:Link6 Title" content="link" />
  37.               <meta name="color:bglinks" content="#222222" />
  38.               <meta name="color:bglinkshover" content="#ff4141" />
  39.               <meta name="color:links" content="#ff4141" />
  40.               <meta name="color:linkshover" content="#000000" />
  41.               <meta name="text:frase1" content="Frase 1 Aqui"/>
  42.               <meta name="color:faixinha1" content="#fb6868" />
  43.               <meta name="color:cordafrase1" content="#222222" />
  44.               <meta name="text:frase2" content="Frase 2 Aqui"/>
  45.               <meta name="color:faixinha2" content="#222222" />
  46.               <meta name="color:cordafrase2" content="#ff4141" />
  47.              
  48.               <meta name="image:img1" content="" />
  49.               <meta name="image:img2" content="" />
  50.               <meta name="image:img3" content="" />
  51.               <meta name="image:img4" content="" />
  52.               <meta name="image:img5" content="" />
  53.              
  54.               <meta name="image:imgcute" content="" />
  55.               <meta name="image:imgcute2" content="" />
  56.               <meta name="image:imgcute3" content="" />
  57.  
  58.   <link rel="shortcut icon" href="{Favicon}"/>
  59.   <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  60.  
  61.   <!-- iPhone -->
  62.   <meta name="viewport" content="width=900"/>
  63.   <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  64.    
  65.     <style type="text/css" media="screen">
  66.       body {
  67.         background: {color:Main Background};
  68.         color: {color:Text Color};
  69.         font: normal 14px/1.45em Helvetica, Arial, sans-serif;
  70.         margin: 0;
  71.         padding: 0;
  72.       }
  73.      
  74.       a, a:active, a:visited {
  75.         color: {color:Link Color};
  76.         font-weight: bold;
  77.         text-decoration: none;
  78.       }
  79.      
  80.       a:hover {
  81.         text-decoration: underline;
  82.       }
  83.      
  84.       h1, h2, h3, h4, h5, h6 {
  85.         color: {color:Heading Color};
  86.         margin: 0;
  87.         padding: 0;
  88.       }
  89.      
  90.       blockquote, p, ol, ul {
  91.         margin-top: 0;
  92.         margin-bottom: 1.5em;
  93.       }
  94.      
  95.       blockquote {
  96.         border-left: 2px solid #333;
  97.         font-style: italic;
  98.         margin: 0 2em 1.5em 1.5em;
  99.         padding-left: 1em;
  100.       }
  101.      
  102.      
  103.      
  104.      
  105.       /* LAYOUT */
  106.       #content, #previous-next {
  107.         margin: 3em 25.5em 3em  9em;
  108.         min-width: 480px;
  109.       }
  110.      
  111.       #sidebar {
  112.         float: right;
  113.         margin: 3em 7.5em 0 0;
  114.         width: 15em;
  115.       }
  116.      
  117.       #previous-next {
  118.         clear: right;
  119.       }
  120.  
  121.      
  122.       /* SIDEBAR */
  123. .linkss {margin-top: 0px; margin-left: 0px; line-height: auto; width: 241px; padding: 0px; position: absolut; background-color: {color:top}; color: {color:background}; text-align: center; font-family: georgia; font-size: 9px; text-transform: lowercase; letter-spacing: 0px}
  124. .linkss a {color:{color:background};}
  125.  
  126. .links {font-size:9px;text-align:center;padding-bottom:3px;}
  127. .sidebar {width: 226px; height: auto; top: 296px; left: 80px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  128.  
  129. .sidebardescrip {width: 240px; height: 240px; top: 350px; left: 70px; padding: 2px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  130.  
  131. .imgcute {width: 100px; height: 100px; top: 50px; left: 290px; padding: 2px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  132.  
  133. .imgcute2 {width: 100px; height: 100px; top: 170px; left: 170px; padding: 2px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  134.  
  135. .imgcute3 {width: 100px; height: 100px; top: 70px; left: 40px; padding: 2px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  136.      
  137.      
  138.    
  139.     /* COLOPHON */
  140.     #colophon {
  141.       border-top: 1px solid {color:Title Border};
  142.       margin-top: 4.5em;
  143.       text-align: right;
  144.     }
  145.    
  146.     #colophon li {
  147.       font-size: .85em;
  148.     }
  149.  
  150.        
  151.         /* Search Result Count */
  152.         #searchresultcount {
  153.             margin: 0 0 3em;
  154.         }
  155.      
  156.      
  157.       /* CONTENT */
  158.       #content h3 {
  159.         font-size: 1.3em;
  160.         margin-bottom: .5em;
  161.       }
  162.      
  163.      
  164.       /* DATES */
  165.       .date {
  166.         position: absolute;
  167.         left: 2.5em;
  168.         text-transform: uppercase;
  169.         width: 3.5em;
  170.       }
  171.      
  172.       .date .day {
  173.         font-size: 1.3em;
  174.       }
  175.      
  176.       .date a {
  177.         border-top: 1px solid #aaa;
  178.         display: block;
  179.         font-size: 1.5em;
  180.         font-weight: normal;
  181.         margin-top: .25em;
  182.         padding-top: .25em;
  183.         text-align: right;
  184.       }
  185.      
  186.       /* POST STYLES */
  187.       #oquevemnadireita {float: left; margin-left: 450px; margin-top: 26px;}
  188. .vicftpost {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px;}
  189. h1 {font-family: georgia; text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  190. h1 a {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  191. h1 a:hover {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  192.  
  193. .image {text-align: center; border: 0px}
  194. .image img {max-width: 500px; margin-bottom: 2px }
  195.  
  196. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  197. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  198. .oiqqtts a, a:hover{text-transform: none;}
  199.  
  200. .chat {line-height: 13px; list-style: none }
  201. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  202. .person1 {color: {color:text}; padding: 2px; }
  203. .person1 .label {font-weight: bold;  color:{color:text}}
  204. .person2 {color: {color:text}; padding: 2px;  }
  205. .person2 .label {font-weight: bold;  color:{color:text}}
  206.  
  207. .player {background-color: #000; text-align: left; display:block;}
  208.  
  209. #asker {font-size: 11px; font-family: verdana; text-align: justify;}
  210. .answer {padding: 2px; font-size: 11px;  }
  211. .answer img {max-width: 500px;}
  212.  
  213. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  214. #oidata a {font-size: 9px;}
  215.  
  216. .tags {color: {color:link};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  217. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  218.  
  219. #cap {width: 500px; margin-top: -2px;}
  220. .source {display: none;}
  221.  
  222. .notes {width: 500px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: right}
  223. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  224. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  225. .notes img{display: none; border:0px}
  226.  
  227. ::-webkit-scrollbar{width:7px;height:3px;}
  228. ::-webkit-scrollbar-button:start:decrement
  229. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  230. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; border: 1px solid {color:borda}; opacity: 0.5;}
  231.  
  232. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll}; }
  233.  
  234. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};}
  235.  
  236. #tumblr_controls{position: fixed!important}
  237. #tumblr_controls{position: fixed!important}
  238. #tumblr_controls{position: fixed!important}
  239. #tumblr_controls{position: fixed!important}
  240.       /* CUSTOM CSS */
  241.       {CustomCSS}
  242.  
  243. #top {margin-left: -530px; margin-top: -170px; width: 519px; height: 20px; position:fixed; overflow:hidden; background: #fff; border-top: 49px solid {color:background}; z-index: 9999}
  244.  
  245. .mimg1{margin-top: 395px; margin-left: 313px; padding: 3px; background: {color:sidebar}; box-shadow: 3px 3px 5px 0px #696969; position:fixed; overflow:hidden;}
  246. .mimg1 img {width: 115px; height: 120px; auto}
  247.  
  248. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  249.  
  250. .x1 {clear: both; float: left; width: 87px; margin-top: 1px; text-align: center; margin-left: 0px;}
  251. .x1 a {float: left; margin-right: 1px; display: block; width: 87px; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform: uppercase; height: 8px; line-height: 8px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; padding: 4px;}
  252. .x1 a:hover {letter-spacing: 0px; background-color: {color:bglinkshover}; color:{color:linkshover};}
  253.  
  254. .ander {float: left; padding: 0px;}
  255. .ander img {display: inline; margin-right:-9px; width: 89px; margin-left: 0px; margin-top: 0px; height: auto; text-align:center; margin-bottom: 0px; border: 3px solid {color:text};}
  256.  
  257. /*** Paginação  ***/
  258. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  259. #paginal a {background: {color:description}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:descriptiontext};}
  260. #paginal a:hover {background: {color:descriptiontext}; color: {color:description};}
  261. #paginal span.pagina_atual {background: {color:description}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:descriptiontext}; font-weight: bold; text-decoration: none;}
  262. .ps {position: fixed; padding: 5px; width: 200px; height: 10px; margin-top: 4px; background-color: {color:description}; color: {color:descriptiontext}; margin-left: -5px;}
  263.  
  264. .h1 {width: 220px; color: {color:cordafrase1};font-size: 8px; text-align:center;padding:2px;letter-spacing:2px;background:{color:faixinha1};font-family:arial;margin:1px;}
  265. .h2 {width: 220px; color: {color:cordafrase2};font-size: 8px; text-align:center;padding:2px;letter-spacing:2px;background:{color:faixinha2};font-family:arial;margin:1px;}
  266.  
  267.  
  268.  
  269.     </style>
  270.  
  271. <!--[if lt IE 7]>
  272.  <style type="text/css" media="screen">
  273.    #sidebar {
  274.      margin: 3em 3.75em 0 2.5em;
  275.    }
  276.  </style>
  277. <![endif]-->
  278. </head>
  279. <body>
  280.  
  281. <div class="sidebar2">
  282. <div class="mimg1">
  283. <div class="x1">
  284. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  285. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  286. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  287. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  288. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  289. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  290. <a href="http://d-esequilibrio.tumblr.com/">© d-esequilibrio</a>
  291. <a href="http://html-deumarebelde.com/">Edited: HDUR</a>
  292. </div></div>
  293. <div class="ps"><div id="paginal">
  294. <center>{block:JumpPagination length="8"}
  295. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  296. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  297. {/block:JumpPagination}</center>
  298. </div></div>
  299. </div>
  300.  
  301. <div class="sidebar">
  302. <div class="h1">{text:frase1}</div>
  303. <div class="h2">{text:frase2}</div>
  304. </div>
  305.  
  306. <div class="sidebardescrip">
  307. <marquee><image src="{image:img1}" style="width: 240px; height: 240px;"/><image src="{image:img2}" style="width: 240px; height: 240px;"/><image src="{image:img3}" style="width: 240px; height: 240px;"/><image src="{image:img4}" style="width: 240px; height: 240px;"/><image src="{image:img5}" style="width: 240px; height: 240px;"/></marquee>
  308. </div>
  309.  
  310. <div class="imgcute">
  311. <image src="{image:imgcute}"/>
  312. </div>
  313. <div class="imgcute2">
  314. <image src="{image:imgcute2}"/>
  315. </div>
  316. <div class="imgcute3">
  317. <image src="{image:imgcute3}"/>
  318. </div>
  319.  
  320. </div></div></div>
  321.     </ul>
  322.  
  323. </div>
  324.  
  325.  
  326. <div id="post">
  327. <div id="oquevemnadireita">
  328.  
  329.  {block:Posts}
  330. <div class="vicftpost">
  331.  
  332. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  333.  
  334. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  335.  
  336. {block:Photoset}{Photoset-500}{/block:Photoset}
  337.  
  338. {block:Quote}
  339. <div class="oiqqtt">“{Quote}”</div>
  340. {block:Source}<div class="oiqqtts"> ~ {Source}</div>
  341. {/block:Source}
  342. {/block:Quote}
  343.  
  344. {block:Link}
  345. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  346. {block:Description}{Description}{/block:Description}
  347. {/block:Link}
  348.  
  349. {block:Chat}
  350. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  351. <div class="chat"><ul>{block:Lines}
  352. <li class="person{UserNumber}">{block:Label}
  353. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  354. {/block:Chat}
  355.  
  356. {block:Audio}
  357. <div class="player">{AudioPlayerBlack}</div>
  358. {block:Caption}{Caption}{/block:Caption}
  359. {/block:Audio}
  360.  
  361. {block:Video}{Video-500}{/block:Video}
  362.  
  363.  
  364. {block:Answer}
  365. <div id="asker"><b>{Asker} sussurrou:</b> "{Question}"</div>
  366. <div class="answer">{Answer}</div>
  367. {/block:Answer}
  368.  
  369.  
  370. <div id="cap">
  371. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  372. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  373. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  374.  
  375. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  376.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  377.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  378. {/block:ContentSource}</div></div>
  379. <br>
  380.  
  381.  
  382. <div id="oidata">
  383. {block:Date}<div class="tags">{block:HasTags}<b>slap:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  384. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} - <a href="{ReblogUrl}" target="_blank"><b>reblog</b> this shit</a>{/block:IndexPage}
  385. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  386. {/block:RebloggedFrom}
  387. </div>
  388. </div>{/block:Date} {/block:Posts}
  389. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  390.  
  391.  
  392. </body>
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement