Advertisement
leticiarusd

Theme #4 - SADC

May 16th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.26 KB | None | 0 0
  1.    <!--
  2. T H E M E • B Y • S U A - A V O - D E - C A M I S O L A . T U M B L R . C O M
  3. •Don't remove it (:
  4.  
  5. ASK STYLE CREDIT connectionhtml DON'T REMOVE TOO thank you ily
  6. -->
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.     <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10.     <title>{Title}</title>
  11.     <link rel="shortcut icon" href="{Favicon}">
  12.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.     {block:Description}
  14.     <meta name="description" content="{MetaDescription}" />
  15.     {/block:Description}
  16.      
  17.      
  18.     <head>
  19.    <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  20.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/9xuvkw7/zyXn4g06q/white_four_pointed_star_u2727_icon_24x24.png" border="0"></a>
  21.  <link href='http://fonts.googleapis.com/css?family=Poiret+One|Amatic+SC|Megrim|Raleway+Dots' rel='stylesheet' type='text/css'>
  22.  <link href='http://fonts.googleapis.com/css?family=Lekton|Antic+Slab|Andika' rel='stylesheet' type='text/css'>
  23.     <!-- VARIABLES -->
  24.  
  25.     <meta name="image:Background" content=""/>
  26.        <meta name="color:Title color"content="#809729" />
  27.    
  28.     <meta name="color:Background" content="#fdf3ee" />
  29.     <meta name="color:Text" content="#beb3a4" />
  30.     <meta name="font:title" content="megrim" />
  31.         <meta name="font:fonte" content="tahoma" />
  32.     <meta name="color:Bold" content="#809729" />
  33.     <meta name="color:Italic" content="#809729" />
  34.     <meta name="color:Link" content="#a09280" />
  35.     <meta name="color:Content BG" content="#ffffff" />
  36.     <meta name="color:Content Border" content="#ebebeb" />
  37.     <meta name="color:Info BG" content="#f8f1e8" />
  38.     <meta name="color:Info Border" content="#ebddcb" />
  39.    
  40.     <meta name="text:Text Size" content="10px" />
  41.     <meta name="text:Link1" content="" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link4" content="" />
  45. <meta name="text:Link5" content="" />
  46. <meta name="text:Link6" content="" />
  47.  
  48.     <style type="text/css">
  49.    
  50.     /* MAIN */
  51.      
  52.     body {
  53.         background-color:{color:Background};
  54.         background-image: url('{image:Background}');
  55.         color:{color:Text};
  56. font-family: {font:fonte};
  57. text-transform:  uppercase;
  58. font-size: 9px;
  59.         margin: 0px;
  60.         padding: 0px;
  61.     }
  62.        
  63.     a:link, a:active {
  64.         text-decoration:none;
  65.         color: {color:Link}; }
  66.    
  67.      a:visited {
  68.         text-decoration:none;
  69.         color: {color:Link}; }
  70.    
  71.     a:hover {
  72.         text-decoration:none;
  73.         color: {color:Bold};
  74.         font-style:normal;}
  75.        
  76.     b, strong, .strong {color:{color:Bold};}
  77.    
  78.     blockquote {
  79.         border-left:2px solid {color:Text};
  80.         padding-left:6px; }
  81.        
  82.     #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  83.        
  84.     i, em, .em {color:{color:Italic};}
  85.    
  86.     /* CONTENT */
  87.    
  88.     .contentwhole {
  89.         width:520px;
  90.         margin-left:500px;
  91.         height:100%;}
  92.      
  93.     .content {
  94.         width: 500px;
  95.         height: auto;
  96.         padding:10px;
  97.         margin-top:20px;
  98.         background-color: {color:Content BG};
  99.         border:1px solid {color:Content Border};}
  100.  
  101.     .info {
  102.         height:10px;
  103.         float:center;
  104.         padding-top:4px;
  105.         margin-top:10px;
  106.         opacity:0.8;
  107.         text-align:center;
  108. font-family: silkscreen;
  109. text-transform:  uppercase;
  110. font-size: 8px;
  111.         letter-spacing:1px;
  112.         background-color: {color:Info BG};
  113.         background-image:url('{image:Info BG}');
  114.         color:{color:Link};
  115.         border-top: 1px solid {color:Info Border};
  116.         border-bottom: 1px solid {color:Info Border};
  117.         width: 500px;  
  118.         text-transform:uppercase;
  119.         transition-duration: 0.6s;  
  120.         -moz-transition-duration: 0.6s;  
  121.         -webkit-transition-duration: 0.6s;  
  122.         -o-transition-duration: 0.6s; }
  123.    
  124.     .info a {
  125.         font-size:8px; }
  126.        
  127.     .info:hover {
  128.         opacity:1.0;
  129.         transition-duration: 0.6s;  
  130.         -moz-transition-duration: 0.6s;  
  131.         -webkit-transition-duration: 0.6s;  
  132.         -o-transition-duration: 0.6s; }
  133.        
  134.        
  135.  
  136.     .menuHeart a {background: transparent; color: {color:Title}; font-family: verdana; width:10px; height:5px; font-size:13px; padding:5px;  border-top:0px solid; border-bottom:0px solid; display: inline-block;cursor:pointer;text-align: center;text-shadow: 0 1px 1px #999;-webkit-transition: all ease-out 0.2s 0.9s; -moz-transition: all ease-out 0.2s 0.19s;
  137. -o-transition: all ease-out 0.2s 0.9s; -ms-transition: all ease-out 0.2s 0.9s; transition: all ease-out 0.2s 0.9s;text-transform:  none;}
  138.  
  139.     @font-face {font-family: "PF Tempesta Seven Condensed";
  140. src: url('http://static.tumblr.com/8yo5xxv/b5cm22t2y/pf_tempesta_seven_condensed.ttf'); format("truetype");}
  141.    #title {
  142. font-family: {font:title};
  143. color:{color:Title color};
  144. font-size:26px;
  145. padding:-20px;
  146. text-align:center;
  147.    }
  148.    /** Estilo Ask por ruby [connectionhtml] usou ? creditou ! é gratis **/
  149. .pergunta{background: #eee;padding-left:4px;padding:7px;margin-left:0px;margin-right: 0;overflow: hidden;font-size:9px; font-family:trebuchet ms;text-shadow:1px 1px 0px #fff;}
  150.  
  151. .pergunta2{background:#fff;padding-left:4px;margin-left:0px;margin-right:3;overflow: hidden;font-size:9px; font-family:trebuchet ms;margin-top:1px;padding-top:-2px;border-bottom:1px solid #eee;}
  152.  
  153. .asker{font-family:trebuchet ms;font-size:9px;background-color:{color:Info BG}; margin-top:1px;overflow:hidden;color:#fff;margin-left:0px;padding:5px;text-shadow:1px 1px 0px #efe3d5;text-transform:uppercase;}
  154.  
  155. .asker a {color: #fff;}
  156. .fotoask {opacity: 1;-webkit-transition: all 0.6s ease-out;float:right;margin-right:0px;border-left:4px solid {color:border};max-width:29px;max-height:29px;}
  157. .fotoask:hover {-webkit-filter: grayscale(100%);-webkit-transition: all 0.6s ease-out;}
  158.    #sidebar {
  159.       font-family: silkscreen;
  160. text-transform:  uppercase;
  161. font-size: 8px;
  162.         width:210px;
  163.         position:fixed;
  164.         top:120px;
  165.         text-align:center;
  166.         background-color: {color:Content BG};
  167.         padding: 0px 0px 0px 0px;
  168.         left:270px;
  169.         height:auto;
  170.  
  171. }
  172.   ::-moz-selection {
  173.  color: {color:Title color};
  174.  
  175.    background: transparent;}
  176.  
  177.  
  178.  
  179.   ::selection
  180.  
  181.  color: {color:Title color};
  182.  
  183.    background: transparent;}
  184.        
  185.     #sidebarimg {
  186.         background-image:url('{image:Sidebar Image}');
  187.  
  188.         background-repeat:no-repeat;
  189.         width:200px;
  190.         height:200px;
  191.         margin-bottom:10px;
  192.         opacity:1.0;
  193.         overflow:auto;
  194.         border:4px solid{color:Content Border};
  195.         -moz-transition:All 1s ease;
  196. -o-transition:All 1s ease;
  197. -webkit-transition:All 1s ease;
  198.     }
  199.        
  200.         #sidebarimg:hover {
  201.         background-image:url('{image:Sidebar Image Hover}');
  202.         background-repeat:no-repeat;
  203.         width:200px;
  204.         height:200px;
  205.         margin-bottom:10px;
  206.         opacity:1.0;
  207.         overflow:auto;
  208.         border:4px solid {color:Content Border};
  209.             -moz-transition:All 1s ease;
  210. -o-transition:All 1s ease;
  211. -webkit-transition:All 1s ease;
  212.         }
  213.          
  214. .imgbg {
  215. -webkit-transition:All 1s ease;
  216. -moz-transition:All 1s ease;
  217. -o-transition:All 1s ease;
  218. -webkit-filter: grayscale(0) blur(0px);
  219. }
  220.  
  221. .imgbg:hover {
  222. -moz-transition:All 1s ease;
  223. -o-transition:All 1s ease;
  224.   -webkit-filter: grayscale(0.5) blur(0.1px);-webkit-transition:All 1s ease;
  225. }
  226. #scrollToTop:link,#scrollToTop:visited {color:transparent; background-color:transparent; display:none; position:fixed; top:15px; right:15px;}
  227. }
  228.  @font-face {src: url('http://static.tumblr.com/b1gnlwd/ax3meqswr/pf_arma_five.ttf'); font-family: 'PF Arma Five';}
  229.  .menu {background: {color:Info BG}; font-family: silkscreen; font-size:8px; text-transform: uppercase; color: #ffffff;
  230. text-align: center; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
  231. padding:2px 0px 2px 10px; opacity: 1;margin-bottom:4px; border-left:3px double {color:Info Border};}
  232. .menu:hover { border-left:12px double {color:Info BG}; }
  233. .menu a { color: #262626; }
  234.     </style>
  235.    
  236.     <div id="sidebar">
  237.     <div align="center">
  238.    <div id="title"> {Title}</div>
  239.     </div>
  240.       <div class="portrait"><img src="{PortraitURL-64}" style="float:left;margin:10px;" width="80px" height="80px"/></div>♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡  {Description} <br> <center></cewnter><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="160" height="20">
  241.     <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  242.     <param name="bgcolor" value="#fff" />
  243.     <param name="FlashVars" value="mp3=http://dc390.4shared.com/img/361882933/46afa637/dlink__2Fdownload_2FSTiY7EJP_3Ftsid_3D20140507-161333-a32c3fe5_26lgfp_3D1000_26sbsr_3D4cae7cc7e7699cb694b253b6e253147e12959b45d79d6ec0/preview.mp3&amp;bgcolor=fff&amp;loadingcolor=ccccccc&amp;buttoncolor=cccccc" />
  244. </object></center>
  245.     <div class=menu><a href="https://twitter.com/nightofddl" > e cada vez</a></div>
  246.     <div class=menu><a href="http://sua-avo-de-camisola.tumblr.com/tmex" >que voce me olha</a></div>
  247.           <div class=menu><a href="/me" >o meu mundo para</a></div>
  248. <center></cewnter>
  249.     <p>
  250.  <div class="imgbg"id="sidebarimg2"></div>
  251.  
  252.     </div> <!-- END SIDE INFO -->
  253.     </div> <!-- END SIDE IMG -->
  254.     </div> <!-- END DIV LEFT -->
  255.     </div> <!-- END SIDEBAR -->
  256.     </div> <!-- IDK WHAT THIS IS -->
  257.  
  258.  
  259.  
  260.     <div class="contentwhole">
  261.     <div class = "autopagerize_page_element" >{block:Posts}
  262.        
  263.     <div class="content">
  264.     {block:Text}
  265.     {block:Title}
  266.     <a href="{Permalink}" class="ttitle">{Title}</a>
  267.     {/block:Title}
  268.     {Body}
  269.     {/block:Text}
  270.    
  271.     {block:Photo}
  272.     <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  273.     {block:Caption}{Caption}{/block:Caption}
  274.     {/block:Photo}
  275.      
  276.     {block:Photoset}
  277.     {Photoset-500}
  278.     {block:Caption}{Caption}{/block:Caption}
  279.     {/block:Photoset}
  280.    
  281.     {block:Quote}
  282.     {Quote}<p>
  283.     {block:Source}- {Source}{/block:Source}
  284.     {/block:Quote}
  285.    
  286.     {block:Link}
  287.     <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  288.     {block:Description} {Description} {/block:Description}
  289.     {/block:Link}
  290.    
  291.     {block:Chat}
  292.     {block:Title} {Title} {/block:Title}
  293.     {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  294.  
  295.     {/block:Lines}
  296.     {/block:Chat}
  297.  
  298.  
  299.     {block:Audio}
  300.     {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  301.     <p>
  302.     {block:AlbumArt}
  303.     <img src="{AlbumArtURL}" width="100px" />
  304.     {/block:AlbumArt}
  305.     <p>
  306.     {block:Caption}
  307.     {Caption}
  308.     {/block:Caption}
  309.     {/block:Audio}
  310.  
  311.  
  312.     {block:Video}
  313.     {Video-500}
  314.     {block:Caption}{Caption}{/block:Caption}
  315.     {/block:Video}
  316.    
  317.  {block:Answer}   <img src="{AskerPortraitURL-30}" align="left" class="fotoask">
  318. <div class="pergunta">{Question} </div>
  319. <div class="asker">{Asker} asked {TimeAgo}</div>
  320. <div class="pergunta2">{Answer}</div>{/block:Answer}
  321.  
  322.  
  323.     {block:PermalinkPage}
  324.     {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  325.     {block:PostNotes}
  326. {PostNotes}
  327.     {/block:PostNotes}
  328.     {block:HasTags}{block:Tags}&nbsp;<a href={TagURL}”>
  329. {Tag}</a>&nbsp;•{/block:Tags}{/block:HasTags}
  330.     {/block:PermalinkPage}
  331.    
  332.     <div class="info">
  333.     {block:Date}posted {TimeAgo}{/block:Date}
  334. {block:NoteCount}<a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}</a>
  335.     </div> <!--END INFO -->
  336.    
  337.     </div> <!-- END CONTENT -->
  338.  
  339.     {/block:Posts}</div>
  340.     </div> <!-- END CONTENT WHOLE -->
  341.     <div style="position:fixed;bottom:10px;left:10px;">
  342. <a href="http://sua-avo-de-camisola.tumblr.com/tmx">☁  T H E M E  ☁</a>
  343.    </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement