chissy_

THEME #37

Nov 9th, 2012
1,781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!-- theme (http://irishmine.tumblr.com) don't remove the credit-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8.  
  9. <meta name="color:text" content="#c9c9c9" />
  10. <meta name="color:entries" content="#ffffff" />
  11. <meta name="color:link" content="#c9c9c9" />
  12. <meta name="color:link hover" content="#dce5e9" />
  13. <meta name="color:background" content="#ffffff" />
  14. <meta name="color:scrollbar" content="#e7e3e4" />
  15.  
  16. <meta name="if:Show Quick Reblog" content="1" />
  17. <meta name="if:3D Effect" content="1" />
  18.  
  19.  
  20. <meta name="image:Background" content="" />
  21. <meta name="image:Sidebar" content=""/>
  22.  
  23. <meta name="text:link1" content="link 1" />
  24. <meta name="text:link1 url" content="/" />
  25. <meta name="text:link2" content="link 2" />
  26. <meta name="text:link2 url" content="/" />
  27. <meta name="text:link3" content="link 3" />
  28. <meta name="text:link3 url" content="/" />
  29. <meta name="text:link4" content="link 4" />
  30. <meta name="text:link4 url" content="/" />
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. iframe#tumblr_controls { top:0px !important; right:3px !important; position: fixed !important; -webkit-transition: opacity 0.7s linear; opacity: 0.4; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; z-index:99;}
  42.  
  43. iframe#tumblr_controls:hover {-webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99;}
  44.  
  45.  
  46. body {color:{color:text};background-color:{color:background}; background-image:url('{image:background}'); background-attachment:fixed; background-repeat:no-repeat; background-position: right top;background-attachment:fixed;font-family:cambria;font-size:10px;line-height:100%;text-align:justify;
  47. }
  48.  
  49. a:link, a:visited {color:{color:link}; text-decoration:none; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out;opacity:1}
  50.  
  51.  
  52. a:hover {color:{color:link hover};-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out;opacity:0.9;text-shadow:2px 0px 0px {color:link hover}, 2px 0px 0px {color:link hover};
  53. }
  54.  
  55.  
  56. img {-webkit-transition: all 0.9s ease;
  57. filter: url(filters.svg#grayscale); /* Firefox 3.5+ */ filter: gray; /* IE5+ */ -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */ -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  58. opacity:0.6;
  59. }
  60.  
  61. img:hover {filter: none;-webkit-filter: grayscale(0);-webkit-transition: all 0.9s ease;
  62. }
  63.  
  64.  
  65.  
  66. #entries {margin-left:500px;margin-top:100px;width:500px;-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
  67.  
  68. #posts{overflow:hidden;background-color:white;padding:0px; margin-bottom:50px;}
  69.  
  70.  
  71. #posts:hover #tags{width:100px;font-size:9px;padding:5px;margin-left:520px;opacity:1; display:block;background-color:#f8f8f8;;transition: all 1s ease-out;-o-transition: all 1s ease-out;
  72. -webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;}
  73.  
  74.  
  75. #info{border-top:2px solid #f8f8f8;margin-top:20px;margin-left:-5px;width:450px;font-family:calibri;height:10px;font-size:10px;padding:10px;padding-left:0px;text-align:left;text-transform:uppercase;}
  76.  
  77. #tags {width:100px;font-size:9px;padding:5px;margin-left:510px;text-transform:lowercase;opacity:0;position:absolute;transition: all 1s ease-out;-o-transition: all 1s ease-out;
  78. -webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;}
  79.  
  80. #sidebar img {max-width:120px;padding:10px;border: 1px double #eee ;margin-left:50px;}
  81.  
  82. #sidebar {margin-top: 60px;width:200px;height: 50px;margin-left:260px;position:fixed;transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;}
  83.  
  84. #sidebar img:hover {transform:;-ms-transform:skew(90deg,90deg); /* IE 9 */
  85. -moz-transform:rotate(7deg); /* Firefox */-webkit-transform:rotate(180deg); /* Safari and Chrome */-o-transform:rotate(7deg); /* Opera */}
  86.  
  87. .papel{width:200px;letter-spacing:1px;text-transform:uppercase;position:fixed;font-style:italic;opacity:1;margin-left:20px;}
  88.  
  89. .papel a { background-color:#f8f8f8;float:left; display:block; width:40px;height:auto;margin-left:1px;font-size:9px; font-family:calibri;text-decoration:none; text-align:center;padding:1px;}
  90.  
  91.  
  92. #description{position:fixed;margin-top:10px;width:200px;font-size:11px;text-transform:lowercase; text-align:center; letter-spacing:0px;margin-left:30px;background-color:transparent;height:50px;padding:0px;opacity:1;line-height:10px;transition: all 1s ease-out; -o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;font-style:italic;}
  93.  
  94.  
  95. h1 , h2 {font-family:cambria;text-transform:uppercase;font-size:15px;line-height:30px;letter-spacing:0px;font-style:italic;}
  96.  
  97. #question {background-color:#f8f8f8;width:500px;color:{color:text};font-size:10px; text-align:left; padding:5px; letter-spacing:0px; line-height:12px;}
  98.  
  99. #asker {color:{color:link}; margin-top:-7px;width:500px;text-align:center; text-transform:uppercase;}
  100.  
  101. #credit {font-family:calibri;opacity:1;font-size:11px; letter-spacing:0px;text-transform:uppercase; bottom:10px; right:11px; position:fixed;}
  102.  
  103.  
  104.  
  105. .audio {margin:24px;position:relative; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:70px;}
  106. .player {position:absolute; z-index:3; background:#FFFFFF; margin-top:20px; margin-left:20px; opacity:0.75; filter:alpha(opacity=75);;-moz-border-radius: 500px; -webkit-border-radius: 500px;}
  107. .audioplayer {width:15px; height:25px; overflow:hidden; padding:3px; margin-right:11px}
  108. .audioinfo {margin-left:90px; line-height:155%;font-size:9px!important;}
  109. .audiocaption {margin-left:90px;}
  110. .audiocaption img {max-width:330px!important}
  111. .audiocaption blockquote img {max-width:320px!important}
  112. .audiocaption blockquote blockquote img {max-width:310px!important}
  113.  
  114.  
  115. blockquote {background-color:#f8f8f8;border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}blockquote img, blockquote a img {max-width: 490px}
  116. blockquote img, blockquote a img {max-width: 490px}
  117.  
  118. .user_1 .label { color:{color:text}; font-weight:italic}
  119. .user_2 .label {color:{color:text}; font-weight:italic}
  120.  
  121.  
  122. ul.chat, .chat ol, .chat li {border:1px solid #cacaca;list-style:none; margin:0px; padding:10px;border:4px white}
  123.  
  124. ol.notes {list-style-type: none;text-align:left;}
  125. ol.notes li.note {border-top: solid 1px {color:2};padding: 10px;list-style-type: none;text-align:left;width:500px;margin-left:-50px;}
  126.  
  127. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px;}
  128. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:10px!important;}
  129. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:10px;}
  130. ::-moz-selection {background-color:transparent; color:{color:Link};}
  131. ::selection {background-color:transparent; color:{color:link};}
  132.  
  133.  
  134. </style>
  135. <style type="text/css">{CustomCSS}</style>
  136. </head>
  137.  
  138. <body>
  139.  
  140. <div id="sidebar">
  141. <div id="sidebarimg"><a href="/">
  142. <img src="{image:Sidebar}">
  143. </div></a>
  144.  
  145.  
  146. <div class="papel">
  147.  
  148. <a href="/ask">mssg</a>
  149. {block:ifLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifLink1}
  150. {block:ifLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:ifLink2}
  151. {block:ifLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:ifLink3}
  152. </div>
  153.  
  154. <div id="description">
  155. <br>
  156. {block:Description}{Description}{/block:Description}<br /></center>
  157. <br>{block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{block:PreviousPage}
  158. <a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  159.  
  160.  
  161. </div>
  162. </div>
  163.  
  164. <div id="credit">&copy; <a href="http://irishmine.tumblr.com">IRISHMINE</a></div>
  165.  
  166. </body>
  167.  
  168. <div id="entries">
  169. {block:Posts}
  170. <div id="posts">
  171.  
  172.  
  173. <div id="tags"> tagged as:<br> {block:Tags} x <a href="{TagURL}"> {Tag}</a> {/block:Tags}{/block:HasTags} {block:ifShowQuickReblog} x <a href="{ReblogURL}"> reblog </a>{/block:ifShowQuickReblog}
  174. </div>
  175.  
  176.  
  177. {block:Text}{block:Title}<h1>{Title}</h1>{/block:title}{body}{/block:Text}
  178. {block:Link}<h1>{Name}</h1>{block:Description}{Description}{/block:Description}{/block:Link}
  179.  
  180. {block:Photo}<div id="posts"><div class="entry"><img src="{PhotoURL-500}" width="500px"/>{block:IndexPage}<div id="photobox"> <font color={color:Body text}></font></div>{/block:IndexPage}</div></div>
  181. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  182.  
  183. {block:Photoset}<center>{Photoset-500}</center>
  184. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  185.  
  186. {block:Quote}<b class="qu"></b><div class="ote"><h1>{Quote}</h1></div><div style="padding-bottom:5px;"> </div>{/block:Quote}
  187.  
  188. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  189.  
  190.  
  191. {block:Audio}<div class="audio"><span style="background-color:transparent; position:absolute; width:70px; height:70px; margin-right:12px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:12px;" />{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div></span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  192.  
  193. {block:Video}{Video-500}<br /> {block:Caption}{Caption}{/block:Caption}{/block:Video}
  194.  
  195.  
  196. {block:Answer}
  197. <div id="question"><b></b> "{Question}" <div style="padding-bottom:5px;"><div style="text-align:left">- {Asker}</div></div></div>
  198. <div id="answer">{Answer}</div>{/block:Answer}
  199.  
  200. <div id="info">
  201. {block:Date} &nbsp;&nbsp {block:NoteCount} <a href="{Permalink}">{NoteCount} notes </a>{/block:NoteCount} / posted <a href="{Permalink}"> {Month} {DayOfMonthWithZero} , {ShortYear}</a> &nbsp; {block:ContentSource} <a href="{SourceURL}">(&copy;{SourceLink})</a>{/block:ContentSource}
  202.  
  203. </div>
  204.  
  205.  
  206.  
  207. {/block:Posts}
  208.  
  209. {block:PostNotes}
  210. THEME BY <a href="http://irishmine.tumblr.com">IRISHMINE</a> {PostNotes}{/block:PostNotes}
  211.  
  212. </div>
  213.  
  214. </body>
  215. </html>
  216.  
  217. </body>
  218. </html>
Advertisement
Add Comment
Please, Sign In to add comment