Advertisement
des-conectar

theme4

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