Advertisement
singforabsolution

Theme 21

Nov 21st, 2012
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.57 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. Don't use as a base or steal any coding
  4. -->
  5. <html>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <!--Default Variables-->
  11. <!--Colors-->
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Sidebar" content="#181717"/>
  14. <meta name="color:Border" content="#e8e8e8"/>
  15. <meta name="color:Link" content="#9C9C9C"/>
  16. <meta name="color:Link Hover" content="#9c0303"/>
  17. <meta name="color:Link Hover Bgk" content="#e8e8e8"/>
  18. <meta name="color:Text" content="#bebebe"/>
  19.  
  20. <!--Images-->
  21. <meta name="image:Background" content""/>
  22.  
  23. <!--Options-->
  24. <meta name="if:Infinite Scrolling" content=""/>
  25. <meta name="if:Tiny Cursor" content=""/>
  26. <meta name="if:Faded Images" content=""/>
  27. <meta name="if:Inverted Images" content=""/>
  28.  
  29. <!--Links-->
  30. <meta name="text:Link 1 URL" content="/"/>
  31. <meta name="text:Link 1 name" content=""/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 2 name" content=""/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 3 name" content=""/>
  36. <meta name="text:Link 4 URL" content="/"/>
  37. <meta name="text:Link 4 name" content=""/>
  38. <meta name="text:Link 5 URL" content="/"/>
  39. <meta name="text:Link 5 name" content=""/>
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  42.  
  43. <script src="jquery.js"></script>
  44. <script>
  45. $(document).ready(function(){
  46. $("#showbiz").click(function(){
  47. $("#bliss").slideToggle("slow");
  48. });
  49. });
  50. </script>
  51.  
  52. {block:ifInfiniteScrolling}
  53. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  54. {/block:ifInfiniteScrolling}
  55.  
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <title>
  59. {block:PostSummary}
  60. {PostSummary} - {/block:PostSummary}{Title}</title>
  61. </style>
  62.  
  63. <style type="text/css">
  64.  
  65. {block:ifInvertedImages}img{
  66. opacity: 1;
  67. filter:alpha(opacity=10);
  68. -moz-opacity: 0.1;
  69. -moz-transition: all .9s ease;
  70. -o-transition: all .9s ease;
  71. transition: all .9s ease;
  72. -webkit-transition: all .9s ease;}
  73. {/block:ifInvertedImages}
  74.  
  75.  
  76. {block:ifInvertedImages} img:hover{
  77. opacity: .8;
  78. filter:alpha(opacity=100);
  79. -moz-opacity: 1;
  80. -moz-transition: all .9s ease;
  81. -o-transition: all .9s ease;
  82. transition: all .9s ease;
  83. -webkit-transition: all .9s ease;}
  84. {/block:ifInvertedImages}
  85.  
  86. {block:ifFadedImages}img{
  87. opacity: .8;
  88. filter:alpha(opacity=10);
  89. -moz-opacity: 0.1;
  90. -moz-transition: all .9s ease;
  91. -o-transition: all .9s ease;
  92. transition: all .9s ease;
  93. -webkit-transition: all .9s ease;}
  94. {/block:ifFadedImages}
  95.  
  96.  
  97. {block:ifFadedImages} img:hover{
  98. opacity: 1;
  99. filter:alpha(opacity=100);
  100. -moz-opacity: 1;
  101. -moz-transition: all .9s ease;
  102. -o-transition: all .9s ease;
  103. transition: all .9s ease;
  104. -webkit-transition: all .9s ease;}
  105. {/block:ifFadedImages}
  106.  
  107. {block:ifInvertedImages}.photo {
  108. opacity: 1;
  109. filter:alpha(opacity=100);
  110. -moz-opacity: 1;
  111. -moz-transition: all .9s ease;
  112. -o-transition: all .9s ease;
  113. transition: all .9s ease;
  114. -webkit-transition: all .9s ease;}
  115. {/block:ifInvertedImages}
  116.  
  117.  
  118. {block:ifInvertedImages}.photo:hover{
  119. opacity: .8;
  120. filter:alpha(opacity=10);
  121. -moz-opacity: 0.1;
  122. -moz-transition: all .9s ease;
  123. -o-transition: all .9s ease;
  124. transition: all .9s ease;
  125. -webkit-transition: all .9s ease;}
  126. {/block:ifInvertedImages}
  127.  
  128. {block:ifFadedImages}.photo {
  129. opacity: .8;
  130. filter:alpha(opacity=10);
  131. -moz-opacity: 0.1;
  132. -moz-transition: all .9s ease;
  133. -o-transition: all .9s ease;
  134. transition: all .9s ease;
  135. -webkit-transition: all .9s ease;}
  136. {/block:ifFadedImages}
  137.  
  138.  
  139. {block:ifFadedImages}.photo:hover{
  140. opacity: 1;
  141. filter:alpha(opacity=100);
  142. -moz-opacity: 1;
  143. -moz-transition: all .9s ease;
  144. -o-transition: all .9s ease;
  145. transition: all .9s ease;
  146. -webkit-transition: all .9s ease;}
  147. {/block:ifFadedImages}
  148.  
  149.  
  150. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  151.  
  152.  
  153. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  154.  
  155. {block:iftinycursor}
  156. body, a, a:hover {
  157. cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  158. {/block:iftinycursor}
  159.  
  160. body{background-color: {color:Background};background-image: url({image:Background});background-attachment: fixed;background-repeat: repeat;background-position: center;font-family:calibri;font-size:11px;line-height:12px;color:{color:Text};}
  161.  
  162. a:link, a:active, a:visited{
  163. color: {color:Link};text-decoration:none;-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;}
  164.  
  165. a:hover{color: {color:Link Hover};background:{color:Link Hover Bgk};{block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress;{/block:iftinycursor}}
  166.  
  167. #mattbellamy {margin-left:300px;width:700px; }
  168.  
  169. #origin {width:500px;margin-top:65px;padding:25px;border:1px solid {color:Border};}
  170.  
  171. #origin .ofsymmetry{width:100px;position:absolute;font-size:9px;font-family:calibri;text-transform:uppercase;font-style:italic;margin-top:-20px;margin-left:560px;
  172. opacity:0;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  173.  
  174. #origin:hover .ofsymmetry{opacity:0.7;margin-left:540px;}
  175.  
  176. #permalink {text-align:center;margin-top:20px;padding-top:3px;font-size:8px;font-style:italic;text-transform:uppercase;letter-spacing:1px;}
  177.  
  178. #domhoward {position:fixed;text-align:center;width:230px; height:100%;top:0;left:0;z-index:1;padding:10px;padding-top:100px;background:{color:Sidebar};}
  179.  
  180. #bliss,#showbiz{padding:5px;text-align:center;}
  181. #showbiz:hover{cursor:help}
  182. #bliss{padding:5px;display:none;}
  183.  
  184. .chriswolstenholme a{width:100px;font-size:9px;font-family:calibri;text-transform:uppercase;line-height:10px;margin-top:4px;padding-top:6px;padding-bottom:5px;display:inline-block;}
  185.  
  186. .e {font-size:20px;text-transform:uppercase;line-height:20px;padding-top:2px;font-weight:bold;font-style:italic;}
  187.  
  188. .g {font-size: 20px; line-height: 20px;text-transform:uppercase;font-style:italic;}
  189.  
  190. blockquote {padding-left:10px;margin:3px;margin-left:10px;border-left: 3px solid {color:Border};}
  191. blockquote p, ul {margin:0px; padding:0px;}
  192.  
  193. .chat .line{padding: 2px;}
  194.  
  195. .label {font-weight:bold; color:{color:text}}
  196.  
  197. a img{border: 0px;}
  198.  
  199. .p { padding-top: 5px; }
  200. .ol, ul { margin-left: 10px; padding: 5px; }
  201. .ul { list-style-type: square; }
  202.  
  203. .cover {position: absolute; z-index: 1; width:110px;}
  204.  
  205. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  206.  
  207. .playbutton {width:20px;height:30px;overflow: hidden; position: relative; z-index: 1000;}
  208.  
  209. .playbox {background-color: #000;padding:36px;padding-top:44px;padding-left:42px;padding-right:48px;position: absolute;z-index: 1000; opacity:.3;-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;}
  210.  
  211. .playbox:hover {opacity:.6;}
  212.  
  213. .title{font-size:11px;font-style:italic;margin-left:110px;margin-top:5px;padding:7px;padding-top:10px;z-index: 1000;text-transform:uppercase;background:{color:Sidebar};}
  214.  
  215. .defaultalbumart{margin-top:-29px;position:absolute;}
  216.  
  217. .defaultalbumart img, .audio embed { width:110px; }
  218.  
  219. .name{font-size:15px;line-height:20px;margin-top:12px;margin-left:120px;}
  220.  
  221. .pgs{margin-top:10px;font-size:20px;}
  222.  
  223. .video embed, .post div.video object {width:250px; height:187px}
  224.  
  225. .notes img{width:10px; position:left; top:3px;}
  226.  
  227. {CustomCSS}
  228. </style>
  229.  
  230. <link rel="shortcut icon" href="{Favicon}">
  231. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  232.  
  233. </head>
  234. <body>
  235. <div id="mattbellamy"><div id="domhoward"><div id="showbiz"><div class="e">{Title}</div></div><div id="bliss"><div class="chriswolstenholme"><a href="{text:Link 1 URL}">{text:Link 1 name}</a> <a href="{text:Link 2 URL}">{text:Link 2 name}</a> <a href="{text:Link 3 URL}">{text:Link 3 name}</a> <a href="{text:Link 4 URL}">{text:Link 4 name}</a><a href="{text:Link 5 URL}">{text:Link 5 name}</a><a href="http://tomkirk.tumblr.com/">theme ©</a></div></div>{Description}{block:ifNotInfiniteScrolling}{block:Pagination}<div class="pgs">{block:PreviousPage}<a href="{PreviousPage}">-</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>{/block:Pagination}{/block:ifNotInfiniteScrolling}</div>
  236.  
  237. {block:Posts}
  238. <div id="origin">
  239. {block:IndexPage}<div class="ofsymmetry">{block:HasTags}TAGGED AS:<br>{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>{/block:IndexPage}{block:Text}{block:Title}<div class="g">{Title}</div>{/block:Title}{Body}{/block:Text}
  240.  
  241. {block:Link}<div class="g"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  242.  
  243. {block:Photo}{LinkOpenTag}<div id="pic"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a></div>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}{block:ReblogParentURL}<!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ReblogParentURL}{/block:Photo}
  244.  
  245. {block:Photoset}<div class="photo">{Photoset-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  246.  
  247. {block:Quote}<div class="g">"{Quote}"</div>
  248. {block:Source}<i> - {Source}</i>{/block:Source}{/block:Quote}
  249.  
  250. {block:Chat}{block:Title}<div class="g">{Title}</div>{/block:Title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  251.  
  252.  
  253. {block:Audio}<div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div> {block:AlbumArt}<img src="{AlbumArtURL}" class="cover"> {/block:AlbumArt}<div class="title">{block:TrackName}<b>Title</b>:{TrackName}{/block:TrackName}
  254. </div><div class="title">{block:Artist}<b>Artist:</b>{Artist}{/block:Artist}</div><div class="title">{PlayCountWithLabel}</div><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  255.  
  256. {block:Video}<div class="photo">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  257.  
  258. {block:IndexPage}<div id="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>{/block:IndexPage}
  259.  
  260. {block:PermalinkPage}<center><div id="permalink">{block:Date}{TimeAgo} on{ShortMonth} {DayofMonth},{Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParntName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}</div></center>{/block:PermalinkPage}
  261.  
  262. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:Posts}</div>
  263.  
  264. </body>
  265. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement