Advertisement
des-conectar

theme 5

Mar 9th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 17.12 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <!-- THEME POR DES-CONECTAR | NAO COPIE | E SE INSPIRE APENAS COM OS MEUS CREDITOS | AVISE ANTES DE SE INPIRAR --!>
  7. <head> <!-- DEFAULT VARIABLES -->
  8. <meta name="color:background" content="#F6F6F6" />
  9. <meta name="color:sidebar" content="#ffffff" />
  10. <meta name="color:sidebartext" content="#666666" />
  11. <meta name="color:text" content="#666666" />
  12. <meta name="color:linkhover" content="#FFB28E" />
  13. <meta name="color:title" content="#666666" />
  14. <meta name="color:link" content="#666666" />
  15. <meta name="color:linkbg" content="#eeecec" />
  16. <meta name="color:entry" content="#ECEBEB" />
  17. <meta name="color:h1" content="#666666" />
  18. <meta name="color:bold" content="#666666" />
  19. <meta name="color:tags" content="#666666" />
  20. <meta name="color:scroll" content="#000000" />
  21. <meta name="if:Show tags" content="1"/>
  22. <meta name="if:Show userpic" content="1"/>
  23. <meta name="if:Enable endless scrolling" content="0"/>
  24. <meta name="if:Show sidebar image" content="1"/>
  25. <meta name="if:Show search" content="1"/>
  26. <meta name="if:Show post author" content="1"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:sidebar2" content=""/>
  29. <meta name="image:background" content=""/>
  30. <meta name="text:frase" content="frase aqui" />
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="link" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="link" />
  35. <meta name="text:Link3" content="/" />
  36. <meta name="text:Link3 Title" content="link" />
  37. <meta name="text:Link4" content="/" />
  38. <meta name="text:Link4 Title" content="link" />
  39. <meta name="text:Link5" content="/" />
  40. <meta name="text:Link5 Title" content="link" />
  41. <meta name="text:Link6" content="/" />
  42. <meta name="text:Link6 Title" content="link" />
  43. <meta name="text:Link7" content="/" />
  44. <meta name="text:Link7 Title" content="link" />
  45. <meta name="text:Link8" content="/" />
  46. <meta name="text:Link8 Title" content="link" />
  47. <meta name="text:Link9" content="/" />
  48. <meta name="text:Link9 Title" content="link" />
  49. <meta name="text:Link10" content="/" />
  50. <meta name="text:Link10 Title" content="link" />
  51.         <title>{Title}</title>
  52.         <link rel="shortcut icon" href="{Favicon}">
  53.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54.         {block:Description}
  55.             <meta name="description" content="{MetaDescription}" />
  56.         {/block:Description}
  57.  
  58.  
  59.    
  60.     <style type="text/css">
  61.  
  62. body {background-color:{color:background}; color:{color:text}; font-family: georgia, tahoma; font-size: 11px; text-align:
  63.  
  64. center; line-height:120%; margin:0; padding:0; background-image:url('{image:background}'); background-attachment: fixed}
  65. a, a:link, a:active, a:visited {color:{color:link};text-transform: uppercase; text-decoration: none}
  66. a:hover {background-color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none}
  67. img a{border:0px;}
  68. img a:hover{border:0px;}
  69. b{font-weight: bold; color:{color:bold}}
  70. i{text-transform: italic; color:{color:text}}
  71. p{margin:5px 0 2px 0}
  72. blockquote{margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid {color:background}}
  73.  
  74. ::-webkit-scrollbar{width:10px;height:5px;}
  75. ::-webkit-scrollbar-button:start:decrement
  76. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  77. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  78. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  79. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  80.  
  81. /* navigation */
  82.  
  83. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  84.  
  85. text-align: center; font-size: 75px;}
  86. .left{float:left; margin-left: 10px; width: 40px}
  87. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  88. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  89. .right{float:right; margin-right: 10px; width: 40px}
  90. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  91. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  92.  
  93.  
  94. /* sidebar */
  95.  
  96. #sidebar {width: 300px; height: 300px; top: 40px; left: 100px; background-color:{color:sidebar}; text-align: center; position: fixed ; border: 3px solid {color:sidebar}; -webkit-border-radius:20px 0;border-radius:20px 0;}
  97.  
  98. .branco{clear: both; text-align: justify; background-color: {color:background}; filter:alpha (opacity=80); margin-top: -20px; margin-left: -10px ; padding: 5px; -moz-border-radius: 6px; border-radius: 6px; width: 60px; height: 120px; }
  99. .branco a{font-size:10px}
  100. .branco a:hover{font-size:10px}
  101.  
  102. #slideShowContainer{ float: left; margin-top: -106px; margin-left: 200px; height: 80px; width:80px; position: fixed; background-color: {color:sidebar}; font-size: 20px; line-height: 17px;}
  103.  
  104. #slideShow2 {margin-top: -108px; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out;}
  105.  #slideShow2 img{width: 110px; height: 110px; margin-left: -15px;}
  106. #slideShow2:hover {opacity: 0;}
  107.  
  108. #slideShow4 {margin-top: 0px; margin-bottom: 5px; font-size: 20px;}
  109. #slideShow4 a{width: 110px; height: 110px; margin-left: 13px; line-height: 30px; text-align: center; font-size: 20px; font-family: verdana; background-color: {color:linkbg}; color: {color:sidebartext};}
  110.  
  111. #slideShowContainer2{ float: left; margin-top: -77px; margin-left: 83px; height: 80px; width:80px; position: fixed; background-color: {color:sidebar}; font-size: 14px; line-height: 10px;}
  112.  
  113. #slideShow5 {margin-top: -85px; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out;}
  114.  #slideShow5 img{width: 110px; height: 110px; margin-left: -15px;}
  115. #slideShow5:hover {opacity: 0;}
  116.  
  117. #slideShow3 {margin-top: -10px; margin-bottom: 5px; font-size: 10px;}
  118. #slideShow3 a{width: 110px; height: 110px; margin-left: 20px; line-height: 10px; text-align: center; font-size: 14px; font-family: verdana; background-color: {color:linkbg}; color: {color:sidebartext};}
  119.  
  120. .sidebartext{clear: both; text-align: justify; background-color: {color:sidebar}; opacity: 0.8; filter:alpha (opacity=80); margin-top: -169px; margin-left: 135px ; padding: 5px; -moz-border-radius: 6px; border-radius: 6px; width: 150px; height: 159px; }
  121. .sidebartext a{font-size:10px}
  122. .sidebartext a:hover{font-size:10px}
  123.  
  124.  
  125. .sidebarlinks{text-align:center; margin-top: 15px; margin-left: 5px; width: 150px;}
  126. .sidebarlinks a{font-size: 10px; text-transform: uppercase; display: block;list-style: none; text-decoration: none; color: {color:text};  background-color: {color:linkbg}; opacity: 0.8; filter:alpha (opacity=80); width: 125px; height: 15px; margin-top: 2px;}
  127. .sidebarlinks a:hover{font-size: 10px; text-transform: uppercase; display: block;list-style: none; text-decoration: none; color:{color:text}; background-color: {color:linkhover}; height: 15px;}
  128.  
  129. .credit{clear: both; font-size: 9px; text-align: center; color:{color:text}; margin-top: 344px; margin-left: 100px; width: 15px; height: 15px; overflow: hidden; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;  -webkit-border-radius: 0 0 10px 10px; background-color: {color:sidebar};}
  130. .credit:hover {width: 200px; height: 15px; }
  131. .credit a{text-decoration: none;color:{color:sidebartext}}
  132. .credit a:hover{color:{color:linkbackground}; background-color: {color:sidebar};}
  133.  
  134. .sidebarpages{margin: 5px 0 0 0; text-align: center;}
  135. .sidebarpages a{text-decoration: none;color:{color:sidebartext}}
  136. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  137.  
  138. .search{margin-top: 3px}
  139. .searcha {background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80); margin: 2px; padding: 2px 20px 2px 2px; width: 180px; font-family: georgia; border: 0px; font-size: 11px; background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat; background-position: 98% 50%}
  140.  
  141. /* container */
  142. #container {background-color:transparent; width: 540px;  position: absolute; top: 0px; right: 340px; padding-bottom: 80px}
  143.  
  144. #entries {margin: 40px 0 10px 0}
  145.  
  146. #entry {width: 500px; background-color:{color:entry}; text-align: justify; padding: 20px; margin: 5px 0 3px 0}
  147.  
  148. .image{text-align: center; margin: 0 0 5px 0}
  149. .image img{width: 500px; border: 0px; margin: 0; padding: 0}
  150.  
  151. #ask_form{width: 500px}
  152.  
  153. .search_result{font-size: 12px; text-align: center}
  154.  
  155. .source{display:none}
  156.  
  157. h1{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: uppercase; font-weight: normal;
  158. margin: 0 0 5px 0; text-align: center}
  159. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: uppercase; font-weight: normal;
  160. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  161.  
  162. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  163. .qquote{font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: uppercase; margin-top: -70px; margin-left:
  164.  
  165. 45px}
  166. .qsource{margin: 5px 15px 0 0; text-align: right}
  167.  
  168. .chat{line-height: 12px; list-style: none }
  169. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  170. .person1 {color: {color:text} }
  171. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  172. .person2 {color: {color:text}}
  173. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  174.  
  175. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};
  176.  
  177. -moz-border-radius: 6px; border-radius: 6px;}
  178. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  179. .playcount {font-style: italic}
  180.  
  181. .asker {width: 480px; background-color: {color:background}; color:{color:text}; -moz-border-radius: 6px; border-radius: 6px;
  182.  
  183. padding: 10px}
  184. .asker img{float: left; margin: 0px 4px 2px 0}
  185. .asker a{font-size: 20px; color:{color:link}; text-transform: uppercase; line-height: 27px; padding: 0; margin: 0}
  186. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: uppercase; line-height:27px; padding: 0; margin: 0}
  187. .answer {padding: 5px 0 0 0}
  188.  
  189. #cap {padding: 2px 0 0 0; width: 490px; margin: 0 0 0 5px}
  190.  
  191. .info{width: 490px; margin: 15px auto 0 auto; background-color:{color:background}; padding: 5px; opacity: 0.7;
  192. filter:alpha (opacity=70); -moz-border-radius: 6px; border-radius: 6px}
  193. .tags{font-size: 9px; display: inline; text-align: left}
  194. .tags a{font-size: 9px}
  195. .origin{font-size: 9px; text-align: left}
  196. .ibottom{margin: 5px 0 5px 0; font-family: tahoma, helvetica}
  197. .ibottom a:hover{background-color: {color:linkhover}; padding: 1px 0 1px 0}
  198. .date{float:left; text-transform: uppercase; font-size: 10px}
  199. .permalink{float:right;  text-transform: uppercase; font-size: 10px}
  200.  
  201. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  202.  
  203. #prevnextlinks{text-align: center;width: 500px; background-color:{color:entry}; padding: 7px 20px 7px 20px;
  204. margin: 0 0 2px 0; font-size: 10px}
  205.  
  206. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left}
  207. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  208. ol.notes li {margin: 0px; padding: 2px;}
  209. #notes img{border:0px}
  210. #notes a{font-size: 10px}
  211. </head>
  212.  </style>
  213.  
  214.  
  215. <body>
  216.  
  217. <div id="navigation">{block:Pagination}
  218. <div class="left">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  219. <div class="right">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  220. {/block:Pagination}</div>
  221. </div>
  222.  
  223.  
  224. <div id="container">
  225.  
  226. <div id="entries">
  227. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  228. <script type="text/javascript"
  229.  
  230. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  231.  
  232.  
  233. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  234.  
  235.  
  236.  
  237.  {block:Posts}
  238.  
  239. <div id="entry">
  240. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  241.  
  242. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  243. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  244.  
  245. {block:Photoset}{Photoset-500}
  246. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  247. {/block:Photoset}
  248.  
  249. {block:Quote}
  250. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  251. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  252. {/block:Quote}
  253.  
  254. {block:Link}
  255. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  256. {block:Description}{Description}{/block:Description}
  257. {/block:Link}
  258.  
  259. {block:Chat}
  260. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  261. <div class="chat"><ul>{block:Lines}
  262. <li class="person{UserNumber}">{block:Label}
  263. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  264. {/block:Chat}
  265.  
  266. {block:Audio}
  267. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  268. {AudioPlayerWhite}
  269. <div class="playcount">{PlayCountWithLabel}</div>
  270. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  271. {/block:Audio}
  272.  
  273. {block:Video}{Video-500}
  274. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  275.  
  276. {block:Answer}
  277. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  278. <div class="answer">{Answer}</div>
  279. {/block:Answer}
  280.  
  281. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  282.       <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  283.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  284. {/block:ContentSource}</div>
  285.  
  286.  
  287.  
  288. <div id="clear"></div>
  289.  
  290. {block:Date} <div class="info">{block:IfShowTags}{block:HasTags}<div class="tags">» indiretas {block:Tags}&nbsp;&nbsp;<a
  291.  
  292. href="{TagURL}">{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  293. <div class="origin">{block:IfShowPostAuthor}{block:GroupMembers}» posted by <a href="{PostAuthorURL}">{PostAuthorName}</a><br>{/block:GroupMembers}{/block:IfShowPostAuthor}
  294. {block:RebloggedFrom}» via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  295. title="{ReblogParentTitle}">{ReblogParentName}</a>
  296. &nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}
  297. </div></div>
  298. <div class="ibottom"><span class="date"><a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth}
  299. {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span> {block:NoteCount}  
  300. <span class="permalink"><a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}</span>{/block:NoteCount}</div> {/block:Date}
  301. </div>
  302.  
  303.  
  304.  {/block:Posts}
  305. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  306. </div>
  307. {block:PermalinkPage} <div id="prevnextlinks">{block:PermalinkPagination}{block:PreviousPost}<a
  308.  
  309. href="{PreviousPost}">previous post</a>{/block:PreviousPost}&nbsp;&nbsp;&nbsp;&nbsp;{block:NextPost}<a href="{NextPost}">next
  310.  
  311. post</a>{/block:NextPost} {/block:PermalinkPagination} </div>{/block:PermalinkPage}
  312.  
  313. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  314.  
  315. </div>
  316. <div id="sidebar">
  317.  
  318. <div class="branco"></div>
  319.  
  320.  
  321. <div id="slideShowContainer">
  322.  
  323.  
  324.  
  325.     <div id="slideShow4">{Title}</div><div id="slideShow2">
  326.  
  327.  
  328.  
  329.                 <img src="{image:sidebar}"/>
  330.  
  331.  
  332.  
  333.     </div></div>
  334.  
  335.  
  336. <div id="slideShowContainer2">
  337.  
  338.  
  339.  
  340.     <div id="slideShow3">{text:frase}</div><div id="slideShow5">
  341.  
  342.  
  343.  
  344.                 <img src="{image:sidebar2}"/>
  345.  
  346.  
  347.  
  348.     </div></div>
  349.  
  350. <div class="sidebarlinks">{block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>
  351.  
  352. {/block:SubmissionsEnabled} {block:HasPages}{block:Pages}<a
  353.  
  354. href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  355. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  356. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  357. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  358. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  359. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  360. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  361. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  362. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  363. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  364. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}</div>
  365. <div class="sidebartext">{block:Description}{Description}{/block:Decription}
  366.  
  367. </div>
  368.  
  369.  
  370.  
  371.  
  372.  
  373. </div>
  374. <div class="credit">&copy; <a href="http://des-conectar.tumblr.com/">theme</a> + <a href="http://nothingbuttherain.tumblr.com/">base</a> + <a href="http://rhyth-m.tumblr.com/">details</a></div>
  375. </div>
  376.  
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement