Conformou

THEME 8

Aug 13th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.11 KB | None | 0 0
  1. <!-- THEME POR CONFORMOU, NÃO COPIE, PLÁGIO É CRIME,AVISE SE USAR-->
  2. <!-- THEME POR CONFORMOU, NÃO COPIE, PLÁGIO É CRIME,AVISE SE USAR-->
  3. <!-- THEME POR CONFORMOU, NÃO COPIE, PLÁGIO É CRIME,AVISE SE USAR-->
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <head>
  7.  
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#f8f8f8" />
  11. <meta name="color:link" content="#000000" />
  12. <meta name="color:text" content="#000000" />
  13. <meta name="color:post" content="#ffffff" />
  14. <meta name="color:scrollbar" content="#000" />
  15. <meta name="color:lhover" content="#555555" />
  16. <meta name="color:border" content="#f4f4f4" />
  17. <meta name="color:imgsidebar border" content="#f2f2f2">
  18.  
  19.  
  20. <meta name="image:background" content="" />
  21. <meta name="image:sidebar" content="" />
  22.  
  23. <meta name="text:Link1" content="" />
  24. <meta name="text:Link1 Title" content="um" />
  25. <meta name="text:Link2" content="" />
  26. <meta name="text:Link2 Title" content="dois" />
  27. <meta name="text:Link3" content="" />
  28. <meta name="text:Link3 Title" content="tres" />
  29. <meta name="text:Link4" content="" />
  30. <meta name="text:Link4 Title" content="quatro" />
  31. <meta name="text:Link5" content="" />
  32. <meta name="text:Link5 Title" content="cinco" />
  33.  
  34. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  35.  
  36. <title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47.  
  48. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: center; font-size: 10px; background-image:url('{image:background}'); background-attachment: fixed; }
  49.  
  50. a {color: {color:link}; text-decoration: none; text-transform: none;}
  51. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  52.  
  53. p {margin: 6px 0 0 0}
  54.  
  55. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  56. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  57. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  58. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  59.  
  60. blockquote img{max-width: 470px!important}
  61. blockquote blockquote img{max-width: 450px!important}
  62. blockquote blockquote blockquote img{max-width: 430px!important}
  63. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  64.  
  65.  
  66. iframe#tumblr_controls {
  67. top:0px !important;
  68. right:3px !important;
  69. position: fixed !important;
  70. -webkit-transition: opacity 0.7s linear;
  71. opacity: 0.4;
  72. -webkit-transition: all 0.8s ease-out;
  73. -moz-transition: all 0.8s ease-out;
  74. transition: all 0.8s ease-out;
  75. z-index:999999999999999999;}
  76.  
  77. iframe#tumblr_controls:hover{
  78. -webkit-transition: opacity 0.7s linear;
  79. opacity: 1;
  80. -webkit-transition: all 0.4s ease-out;
  81. -moz-transition: all 0.4s ease-out;
  82. transition: all 0.4s ease-out;
  83. z-index:999999999999999999999;}
  84.  
  85.  
  86. #entries {width:405px; float:left; margin-left:420px; margin-top:-12px; position:relative; z-index:999; padding-right:5px; padding-top:10px}
  87.  
  88. .entries {width:400px; padding:0px; background-color:{color:background}; margin:0px 0px 0px 0px; margin-bottom:4px; float:right; text-align:justify; padding-right:5px; padding-left:5px; padding-top:5px; padding-bottom:5px; border-left: 1px solid {color:border}; border-right: 1px solid {color:border}; border-top: 1px solid {color:border}; border-bottom: 1px solid {color:border}; }
  89.  
  90. #reblogs {display:none; background-color:{color:post};}
  91.  
  92. .entries:hover #information {opacity:1;}
  93.  
  94. #information{position:absolute; font:10px calibri; text-transform:lowercase; color:{color:link}; margin-left:407px; opacity:0; height:auto; width: 80px; margin-bottom:0px; margin-top:-5px; background-color:{color:background}; display:block; text-align:left; padding:4px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  95. #information a{text-transform:lowercase; color:{color:text}; font-style:normal}
  96. #information a:hover {color:{color:lhover};}
  97.  
  98. .noted a{font:9px verdana!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:lowercase!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important;}
  99. .noted a:hover {color:{color:text}!important;}
  100.  
  101. .dated {font:9px verdana; text-transform:lowercase; color:{color:permalink};}
  102.  
  103. /* TEXT POSTS */
  104.  
  105. #title {width:400px;}
  106. .texttitle {font-size:11px; font-family: calibri; margin:0px 0px -03px 0px; font-weight:normal; color: {color:text}; text-transform:none; padding:2px 1px; text-align:justify;}
  107. .texttitle a {font-size:11px; font-family: calibri; margin:0px 0px -03px 0px; font-weight:normal; color: {color:text}; text-transform:none; padding:2px 1px; text-align:justify;}
  108.  
  109. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; text-align:center; text-transform: lowercase;}
  110. .tags a {font-size: 9px; color: verdana; display: inline; text-align:center; text-transform: lowercase;}
  111.  
  112.  
  113. /* CHAT POSTS */
  114.  
  115. .chat .line{
  116. font:10px {font:Body};
  117. background-color:{color:chat1};
  118. margin: 0 0 1px;
  119. padding: 2px;
  120. }
  121. .chat .line.odd{ background-color:{color:chat2};}
  122.  
  123. .label {font-weight:bold; color:{color:bold}}
  124.  
  125. /* LINK POSTS */
  126.  
  127. .linkdescription {padding:0px; margin:0px; font:10px {font:Body};}
  128.  
  129. /* QUOTES POSTS */
  130.  
  131. .pquote {font-family: calibri; text-align: justify; font-size: 11px; line-height: 15px; padding: 0px;
  132. }
  133. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  134. .pquotesource a, a:hover{text-transform: none; }
  135.  
  136.  
  137. /* AUDIO POSTS */
  138.  
  139. .player {background-color: #000; text-align: left; display:block;}
  140.  
  141.  
  142. /* ANSWER POSTS */
  143.  
  144.  
  145. #asker {margin-left:0px; font-size: 10px; font-family: calibri; text-align: justify;}
  146. .answer {margin-left:0px; padding: 0px}
  147. .answer img {max-width: 370px;}
  148.  
  149.  
  150. /* PHOTO POSTS */
  151.  
  152. .hres {opacity:0; height:12px; font:8px calibri; color:{color:permalink}; background-color:{color:posts}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; width:45px; position:absolute; top:0; left:0; z-index:999; text-align:center; text-transform:uppercase; filter:alpha(opacity=0); padding-top:3px; letter-spacing:1px; padding-left:1px; padding-bottom:1px;}
  153. .hres a {color:{color:permalink}; text-align:center;}
  154. #photox:hover .hres {opacity:0.9; filter:alpha(opacity=90);}
  155. #photox{overflow:hidden; position:relative}
  156.  
  157. .caption {margin:0px; padding:0px; font:10px {font:Body};}
  158.  
  159. /* POST NOTES */
  160.  
  161. #postnotes {display:block; margin-left:3px; width:400px; background-color:{color:background}}
  162.  
  163. ol.notes {list-style-type:none;}
  164.  
  165. .notperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  166. .tagperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  167. .rebperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  168. .notperm a, .tagperm a, .rebperm a {color:{color:permalink};}
  169.  
  170. #sbarimage img{width: 135px; height: 150px; padding: 15px; border: 1px solid {color:imgsidebar border};}
  171.  
  172.  
  173. #sbar { width:-200px; position:fixed; margin-left:900px; margin-top:100px; }
  174.  
  175. .links {margin-top: -158px; margin-left: -60px; position:fixed; width: 24px; z-index:800}
  176.  
  177. .links a{font-size: 9px; padding: 4px; display:block; margin-bottom: 1px; width: 50px; height: auto; text-align: right; line-height: 15px; font-family: cambria; text-transform: lowercase; color:{color:link}; background-color: ; border-bottom: 1px solid {color:border};}
  178.  
  179. ::-webkit-scrollbar{width:7px;height:0px;}
  180. ::-webkit-scrollbar-button:start:decrement
  181. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  182. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  183. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  184. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  185.  
  186. #tumblr_controls{position: fixed!important}
  187. #tumblr_controls{position: fixed!important}
  188. #tumblr_controls{position: fixed!important}
  189. #tumblr_controls{position: fixed!important}
  190.  
  191. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  192.  
  193. </style>
  194. <!-- THEME POR CONFORMOU, NÃO COPIE, PLÁGIO É CRIME,AVISE SE USAR-->
  195. <!-- THEME POR CONFORMOU, NÃO COPIE, PLÁGIO É CRIME,AVISE SE USAR-->
  196. <body>
  197. <!-- THEME POR CONFORMOU, NÃO COPIE, PLÁGIO É CRIME,AVISE SE USAR-->
  198. <div id="sbar">
  199.  
  200. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  201.  
  202. <div id="sbarimage"><img src="{image:Sidebar}"></div>
  203.  
  204.  
  205. <div class="links">
  206. <a href="{text:Link1}">{text:Link1 Title}</a>
  207. <a href="{text:Link2}">{text:Link2 Title}</a>
  208. <a href="{text:Link3}">{text:Link3 Title}</a>
  209. <a href="{text:Link4}">{text:Link4 Title}</a>
  210. <a href="{text:Link5}">{text:Link5 Title}</a>
  211.  
  212. </div></div>
  213.  
  214.  
  215. <div id="entries">
  216. <div class="autopagerize_page_element">{block:Posts}
  217. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  218.  
  219. {block:IndexPage}
  220.  
  221.  
  222. <div id="information">
  223. <a href="{Permalink}">{NoteCount}</a><br>
  224. <a href="{ReblogURL}" target="_blank">reblog</a>
  225. {block:RebloggedFrom}
  226. <div class="tagtitle">
  227. <a href="{ReblogRootURL}">source</a><br>
  228. </div>
  229. {/block:RebloggedFrom}
  230. </div>
  231. {/block:IndexPage}
  232.  
  233. {block:Text}
  234. <div id="title">
  235. {block:Title}
  236. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  237. {/block:Title}
  238. </div>
  239. {Body}
  240. {/block:Text}
  241.  
  242. {block:Photo}
  243. <div id="photox"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  244. {block:HighRes}<div class="hres"><a href="{PhotoURL-HighRes}">High-Res</a></div> {/block:HighRes}</div>
  245. {block:Caption}
  246. <div class="caption">{Caption}</div>
  247. {/block:Caption}
  248. {/block:Photo}
  249.  
  250. {block:Photoset}
  251. {Photoset-400}
  252. {block:Caption}
  253. <div class="caption">{Caption}</div>
  254. {/block:Caption}
  255. {/block:Photoset}
  256.  
  257. {block:Quote}
  258. <div class="pquote">“{Quote}”</div>
  259. {block:Source}<span style="font-size:11px; font-family:calibri;"><div class="pquotesource"> {Source}</div></span>
  260. {/block:Source}
  261. {/block:Quote}
  262.  
  263. {block:Link}
  264. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  265. {block:Description}
  266. <div class="linkdescription">{Description}</div>
  267. {/block:Description}
  268. {/block:Link}
  269.  
  270. {block:Chat}
  271. {block:Title}
  272. <div id="title"><div class="texttitle">{Title}</div></div>
  273. {/block:Title}<br>
  274. <div class="chat">
  275. {block:Lines}<div class="chat"><div class="line {Alt}">
  276. <div class="{Alt} user_{UserNumber}">
  277. {block:Label}
  278. <span class="label"><b>{Label}</b></span>
  279. {/block:Label}
  280. {Line}</div>
  281. </div></div>
  282. {/block:Lines}
  283. </div>
  284. {/block:Chat}
  285.  
  286. {block:Video}
  287. {Video-400}
  288. {block:Caption}
  289. <div class="caption">{Caption}</div>
  290. {/block:Caption}
  291. {/block:Video}
  292.  
  293. {block:Audio}
  294. <div class="player">{AudioPlayerBlack}</div>
  295. {block:Caption}{Caption}{/block:Caption}
  296. {/block:Audio}
  297.  
  298. {block:Answer}
  299. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  300. <div class="answer">{Answer}</div>
  301. <br>
  302. {/block:Answer}
  303.  
  304. <!-- THEME POR CONFORMOU, NÃO COPIE, PLÁGIO É CRIME,AVISE SE USAR-->
  305. </div>
  306.  
  307. {block:PermalinkPage}
  308. {block:PostNotes}
  309. <div id="postnotes">{PostNotes}</div><br>
  310. {/block:PostNotes}
  311. {/block:PermalinkPage}
  312. {/block:Posts}
  313.  
  314. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  315. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  316. {/block:ContentSource}
  317. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  318.  
  319. </div></div>
  320. </div>
  321. </div>
  322. <div style="position: fixed; font-size:10px;
  323. font-family:calibri; bottom: 0px; left: 150px; background: '{color: background}'; padding: 2px; left: 60px; bottom: 80px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; opacity: .65;">
  324. <a href="http://conformou.tumblr.com/" target="_blank" title="Theme conformou ">@Conformou</a>
  325. </body>
  326. </html>
Advertisement
Add Comment
Please, Sign In to add comment