Advertisement
EllenMaty

Wrestler Tumblr Theme

Feb 26th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  4. <head>
  5.  
  6. <link rel="shortcut icon" href="{favicon}" />
  7.  
  8. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  9. <style>
  10. div#qTip {
  11. padding-left: 10px;
  12. padding-right: 10px;
  13. padding: 3px;
  14. display: none;
  15. font-style:none;
  16. position: absolute;
  17. font-family: calibri;
  18. font-size:11px;
  19. text-transform: lowercase;
  20. z-index: 99999999999;
  21. margin-left: 5px;
  22. background: {color:Tooltip};
  23. color: {color:Tooltip bg};
  24. }
  25. </style>
  26.  
  27. <title>{Title}</title>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=PT+Serif+Caption' rel='stylesheet' type='text/css'>
  30. <!---font-family: 'PT Serif Caption', serif;-->
  31. <link href='http://fonts.googleapis.com/css?family=Fauna+One' rel='stylesheet' type='text/css'>
  32. <!--font-family: 'Fauna One', serif;-->
  33. <meta name="color:Sidebar" content="#eee">
  34. <meta name="color:Sidebar 2" content="#000">
  35. <meta name="color:Background" content="">
  36. <meta name="color:Posts" content="#eee">
  37. <meta name="color:Entries" content="ddd">
  38. <meta name="color:Body" content="#00000">
  39. <meta name="color:Links" content="#000000">
  40. <meta name="color:Links Hover" content="#c12a28">
  41. <meta name="color:Side Links" content="#000">
  42. <meta name="color:Side Links Hover" content="#cc3333">
  43. <meta name="color:Title" content="#000000">
  44. <meta name="color:Blog Title" content="#000000">
  45. <meta name="color:Lines" content="#BDBDBD">
  46. <meta name="color:Tags bg" content="#d9d9d9">
  47. <meta name="color:Tooltip Bg" content="#000">
  48. <meta name="color:Tooltip" content="#fff">
  49. <meta name="color:Bonus 1" content="#cc3333">
  50. <meta name="color:Bonus 2" content="#000">
  51. <meta name="color:Bonus 3" content="#000">
  52.  
  53. <meta name="text:Link 1" content="URL">
  54. <meta name="text:Title 1" content="Fire">
  55. <meta name="text:Link 2" content="URL">
  56. <meta name="text:Title 2" content="Air">
  57. <meta name="text:Link 3" content="URL">
  58. <meta name="text:Title 3" content="Earth">
  59. <meta name="text:Link 4" content="URL">
  60. <meta name="text:Title 4" content="Water">
  61.  
  62. <meta name="image:Background" content="http://i59.tinypic.com/nbx8wo.jpg">
  63. <meta name="image:Sidebar" content="">
  64.  
  65. <meta name="if:Tags" content="1">
  66. <meta name="if:Portrait" content="1">
  67. <meta name="if:Captions" content="1">
  68.  
  69. <style type="text/css">
  70.  
  71. ol.notes {
  72. padding: 0px;
  73. margin-bottom: -5px;
  74. list-style-type: none;
  75. }
  76.  
  77. ol.notes li.note {
  78. padding: 4px;
  79. }
  80.  
  81. ol.notes li.note img.avatar {
  82. vertical-align: -4px;
  83. margin-right: 10px;
  84. width: 16px;
  85. height: 16px;
  86. }
  87.  
  88. ol.notes li.note span.action {
  89. font-weight: normal;
  90. }
  91.  
  92. ol.notes li.note .answer_content {
  93. font-weight: bold;
  94. }
  95.  
  96. ol.notes li.note blockquote {
  97. border-color: {color:bonus 1};
  98. padding: 2px 10px;
  99. margin-right: 10px
  100. }
  101.  
  102. ol.notes li.note blockquote a {
  103. text-decoration: none;
  104. }
  105.  
  106. ::-webkit-scrollbar
  107. {width: 5px; height: 5px;}
  108. ::-webkit-scrollbar-track-piece
  109. {background-color: {color:bonus 1}; }
  110. ::-webkit-scrollbar-thumb:vertical
  111. {height: 5px; background-color: {color:bonus 2}; }
  112. ::-webkit-scrollbar-thumb:horizontal
  113. {width: 5px; background-color: {color:bonus 2}; }
  114.  
  115. ::-moz-selection {
  116. background:{color:tooltip bg}; /*Cor do fundo*/
  117. color:{color:text}; /*Cor da fonte*/
  118. }
  119. ::selection {
  120. background:{color:tooltip bg};/*Cor do fundo*/
  121. color:{color:tooltip}; /*Cor da fonte*/
  122. }
  123.  
  124. a, a:hover{cursor:url(http://i.imgur.com/IepP2.jpg), auto;}
  125.  
  126. body {
  127. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  128. -webkit-font-smoothing: antialiased;
  129. background:{color:Background};
  130. background-image:url('{image:Background}');
  131. background-attachment:fixed;
  132. font-family: 'Fauna One', serif;
  133. color:{color:Body};
  134. font-size:11px;
  135. margin-left:20px;
  136. width: 650px;
  137. margin:0 auto;
  138. }
  139.  
  140. a {
  141. text-decoration: none;
  142. color:{color:links};
  143. -webkit-transition: all 0.5s ease-out;
  144. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  145.  
  146. }
  147.  
  148. a:hover {
  149. color:{color:links hover};
  150. -webkit-transition: all 0.5s ease-out;
  151. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  152.  
  153. }
  154.  
  155. .blogtitle {
  156. font-family: 'PT Serif Caption', serif;
  157. font-size: 25px;
  158. letter-spacing: 1px;
  159. text-transform: uppercase;
  160. margin-top: -10px;
  161. margin-bottom: -10px;
  162. text-align: center;
  163. color: {color:Blog Title};
  164. }
  165.  
  166. #titlest {
  167. text-align: left;
  168. font-family: 'PT Serif Caption', serif;
  169. font-size: 15px;
  170. }
  171.  
  172. .descrip {
  173. overflow: auto;
  174. overflow-x:hidden;
  175. width: 150px;
  176. max-height: 156px;
  177. padding-right: 5px;
  178. text-align: justify;
  179. }
  180.  
  181. #linke {
  182. bottom: 20px;
  183. margin-left: 205px;
  184. position: fixed;
  185. }
  186.  
  187. .linkes {
  188. width: 15px;
  189. }
  190.  
  191. blockquote {
  192. border-left: 2px solid {color:bonus 1};
  193. padding-left: 8px;
  194. padding-right: 0px;
  195. margin-left: 10px;
  196. width: 95%;
  197. }
  198.  
  199. .linkes a {
  200. position: relative;
  201. display: block;
  202. color: black;
  203. font-size: 1px;
  204. height: 15px;
  205. background-color:{color:Side Links};
  206. }
  207.  
  208. .linkes a:hover {
  209. background-color:{color:Side Links Hover};
  210. }
  211.  
  212. #container {
  213. margin: 0 -220px auto;
  214. width:650px;
  215. }
  216.  
  217. #seta {
  218. bottom: 24px;
  219. margin-left:394px;
  220. width: 0;
  221. height: 0;
  222. position: fixed;
  223. border-bottom: 20px solid {color:sidebar 2};
  224. border-left: 20px solid transparent; z-index: 9;}
  225.  
  226. #sidebar {
  227. width:150px;
  228. height:180px;
  229. position:fixed;
  230. bottom:25px;
  231. margin-left:233px;
  232. padding:15px;
  233. background-color: {color:sidebar};
  234. z-index: 1;
  235. }
  236.  
  237. #sidebar2 {
  238. width:100px;
  239. height:100px;
  240. position:fixed;
  241. bottom:238px;
  242. margin-left:110px;
  243. padding:10px;
  244. background-color: {color:Sidebar 2};
  245. z-index: 1;
  246. }
  247.  
  248. #sidebar2 img {
  249. width: 100px; height: 100px;
  250. height: 100px;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  251. }
  252.  
  253. #sidebar2 img:hover {
  254. opacity: 0.8;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  255. }
  256.  
  257. #horizontal {
  258. background-color: {color:lines};
  259. position: fixed;
  260. bottom: 235px;
  261. margin-left: -500px;
  262. width: 500%;
  263. height: 3px;
  264. z-index: -2;
  265. }
  266.  
  267. #vertical {
  268. background-color: {color:lines};
  269. position: fixed;
  270. margin-left: 230px;
  271. height: 500%;
  272. width: 3px;
  273. top: -300px;
  274. z-index: -3;
  275. }
  276.  
  277. #entries {
  278. background: transparent;
  279. width: 430px;
  280. padding:10px;
  281. margin-left:480px;
  282. padding-top: 1px;
  283. padding-bottom: 1px;
  284. z-index: 9999999999;
  285. }
  286.  
  287. .post {
  288. background-color:{color:posts};
  289. padding:15px;
  290. margin-top: 10px;
  291. margin-bottom: 10px;
  292. text-align: justify;
  293. }
  294.  
  295. .post img {
  296. opacity: 0.8;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  297. -webkit-filter: grayscale(30%);
  298. }
  299.  
  300. .post img:hover {
  301. opacity: 1;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  302. }
  303.  
  304. .photoset {
  305. opacity: 0.8;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  306. }
  307.  
  308. .photoset:hover {
  309. opacity: 1;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  310. }
  311.  
  312. .tags {
  313. background-color: {color:Tags bg};
  314. width: 420px;
  315. text-align:center;
  316. margin-left: -15px;
  317. margin-bottom: -15px;
  318. padding-bottom: 4px;
  319. margin-top: 15px;
  320. font-size: 9px;
  321. padding-left: 5px;
  322. padding-right: 5px;
  323. padding-top: 4px;
  324. }
  325.  
  326. #info {
  327. text-align: center;
  328. font-size: 10px;
  329. }
  330. #info a: {
  331. color: {color:links};
  332. }
  333.  
  334. #info a:hover {
  335. color: {color:Bonus 1};
  336. }
  337.  
  338. .playbox {background-color: #000;
  339. position: absolute;
  340. z-index: 1;
  341. margin-top: 32px;
  342. margin-left: 29px;
  343. opacity: 0.5; -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  344.  
  345. .playbox:hover {
  346. opacity: 0.7;
  347. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  348. }
  349.  
  350. .cover {position: relative; width: 120px; border-right: 2px solid {color:Bonus 1}; padding-right: 10px;}
  351.  
  352. .studie { width: 260px; float: right; margin-left: -50px; text-align: left;}
  353.  
  354. .playbutton {width: 20px;
  355. height: 30px;
  356. overflow: hidden;
  357. position: relative;
  358. z-index: 9999;
  359. margin: 15px 24px 13px 16px;}
  360.  
  361. .post:hover #reblogue {
  362. margin-left: -32px;
  363. opacity: 1;
  364. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  365. }
  366.  
  367. #reblogue {
  368. position: absolute;
  369. margin-top: 5px;
  370. margin-left: -10px;
  371. z-index: 5;
  372. opacity: 0;
  373. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  374. }
  375.  
  376. #reblogue img {
  377. opacity: 1;
  378. }
  379.  
  380. .reblogui {
  381. width: auto;
  382. }
  383.  
  384. .reblogui a {
  385. background-color: {color:Sidebar 2};
  386. padding:3px;
  387. line-height: 25px;
  388. }
  389.  
  390. #credy {
  391. bottom: 15px;
  392. right: 10px;
  393. z-index: 9999999999999;
  394. position: fixed;
  395. font-size: 10px;
  396. }
  397.  
  398. #credy a {
  399. color: {color:Tooltip bg};
  400. background-color: {color:Tooltip};
  401. padding: 5px;
  402. }
  403.  
  404. #credy a:hover {
  405. color: {color:Tooltip};
  406. background-color: {color:Tooltip bg};
  407. }
  408.  
  409. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  410.  
  411. </style>
  412.  
  413.  
  414.  
  415.  
  416. <body>
  417.  
  418.  
  419. <div id="container">
  420. <div id="seta"></div>
  421.  
  422. <div id="linke"><div class="linkes">
  423. <a href="/ask" title="message">a</a><br>
  424. <a href="/archive" title="past">a</a><br>
  425. <a href="/random" title="random">a</a><br>
  426. <a href="{text:link 1}" title="{text:title 1}">a</a><br>
  427. <a href="{text:link 2}" title="{text:title 2}">a</a><br>
  428. <a href="{text:link 3}" title="{text:title 3}">a</a><br>
  429. <a href="{text:link 4}" title="{text:title 4}">a</a><br>
  430.  
  431. </div></div>
  432. <div id="sidebar2"><div><a href="/">{block:ifportrait}<img src="{PortraitURL-128}" />{/block:ifportrait}{block:ifnotportrait}<img src="{image:sidebar}" />{/block:ifnotportrait}</a></div></div>
  433. <div id="sidebar">
  434. <div class="blogtitle"><a href="/">{Title}</a></div><br>
  435. <div class="descrip">{Description}</div></div>
  436. <div id="horizontal"></div><div id="vertical"></div>
  437. <div id="entries">
  438.  
  439. <div class="autopagerize_page_element">
  440.  
  441. {block:Posts}<div class="post">
  442. {block:indexpage}
  443. <div id="reblogue"><div class="reblogui"><a href="{reblogurl}" title="reblog" target="blank"><img src="http://static.tumblr.com/piwu9ez/MWpm7mmjt/untitled_4.png"></a><br><a title="permalink" href="{permalink}"><img src="http://static.tumblr.com/piwu9ez/Gc5m7mmu6/tumblr_m0nijm0xwy1qe5v0r_2.png"></a></div></div>
  444. {/block:indexpage}
  445. {block:ContentSource}
  446. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  447. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  448. {/block:SourceLogo}
  449. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  450. {/block:ContentSource}
  451.  
  452. {block:Text}{block:Title}<div id="titlest"><a href="{permalink}">{Title}</a></div>{/block:Title}{Body}{/block:Text}
  453.  
  454. {block:Photo}<center><a href="{permalink}">{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}</a></center>{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{/block:Photo}
  455.  
  456. {block:Photoset}<center><a href="{permalink}">{Photoset-400}</a></center>{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{/block:Photoset}
  457.  
  458. {block:Quote}<div style="font-family: 'PT Serif Caption', serif; font-size: 14px;">{Quote}"</div>{block:Source} <br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  459.  
  460. {block:Link}<div id="titlest"><a href="{URL}" target="_blank">{Name}</a> <spam style="color: {color:Links hover}"> →</spam></div>{block:Description}{Description}{/block:Description}{/block:Link}
  461.  
  462. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  463.  
  464. {block:Audio}
  465. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  466. {block:AlbumArt}
  467. <img src="{AlbumArtURL}" class="cover"><div class="studie"><div align="left">
  468.  
  469. {block:TrackName}
  470. <div id="titlest">{TrackName}</div>
  471. {/block:TrackName}
  472.  
  473. <div style="font-size: 10px"><br>{block:Artist}
  474. <i>by <b>{Artist}</b></i>
  475. {/block:Artist}</div>
  476.  
  477.  
  478. </div></div>
  479. {/block:AlbumArt}
  480. {/block:Audio}
  481.  
  482. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  483.  
  484. {block:Answer}<div style="; color: {color:text};font-style: italic; border-left: 2px solid {color:bonus 1}; border-right: 2px solid {color:bonus 1}; padding: 10px; background-color: rgba({RGBcolor:Sidebar 2}, 0.09);"><b>{Asker}</b> {Question}</div>{Answer}{/block:Answer}
  485.  
  486. {block:PermalinkPage}<div id="info"><br><br>{block:NoteCount} &nbsp;・<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}・<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  487. {block:ContentSource}・<a href="{SourceURL}">source</a>{/block:ContentSource} <br>{/block:PermalinkPage}
  488. {block:HasTags}<div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  489. {block:PermalinkPage}<br><br><div align="left">{block:PostNotes}
  490. {PostNotes}
  491. {/block:PostNotes}</div>
  492.  
  493. </div>{/block:PermalinkPage}
  494.  
  495.  
  496. </div>
  497. {/block:Posts}</div>
  498.  
  499. </div>
  500. </div>
  501. </body>
  502. <div id="credy"><a href="http://thelittledanger.tumblr.com" target="_blank">ELLY</a></div>
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement