reginap94

Theme #2 by moaningshire

Jan 23rd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. <!-- Theme #2 by Regina @ moaningshire
  2. Please dont remove credit, or claim as your own! -->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script>
  10. $(document).ready(function() {
  11. //
  12. $('a.poplight[href^=#]').click(function() {
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14. var popURL = $(this).attr('href'); //Get Popup href to define size
  15. var query= popURL.split('?');
  16. var dim= query[1].split('&');
  17. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  18. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"> </a>');
  19. var popMargTop = ($('#' + popID).height() + 80) / 2;
  20. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  21. //Apply Margin to Popup
  22. $('#' + popID).css({
  23. 'margin-top' : -popMargTop,
  24. 'margin-left' : -popMargLeft
  25. });
  26. $('body').append('<div id="fade"></div>');
  27. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  28. return false;
  29. });
  30. $('a.close, #fade').live('click', function() {
  31. $('#fade , .popup_block').fadeOut(function() {
  32. $('#fade, a.close').remove(); //fade them both out
  33. });
  34. return false;
  35. });
  36. });
  37. </script>
  38. <title>{Title}</title>
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43.  
  44. <meta name="color:background" content="#ffffff"/>
  45. <meta name="color:border" content="f3f1f1"/>
  46. <meta name="color:text" content="#b6b5b5"/>
  47. <meta name="color:link" content="#9e9d9d"/>
  48. <meta name="color:linkhover" content="f1d65d"/>
  49.  
  50.  
  51. <meta name="font:title" content="" />
  52. <meta name="font:body" content="cambria" />
  53. <meta name="font:pagination" content="cambria" />
  54.  
  55. <meta name="image:sidebar" content=""/>
  56.  
  57.  
  58. <!-- LINKS -->
  59.  
  60. <meta name="text:link 1" content="link 1" />
  61. <meta name="text:link 1 url" content="/" />
  62. <meta name="text:link 2" content="link 2" />
  63. <meta name="text:link 2 url" content="/" />
  64. <meta name="text:link 3" content="link 3" />
  65. <meta name="text:link 3 url" content="/" />
  66.  
  67.  
  68. <style type="text/css">
  69. #fade { /*--Transparent background layer--*/
  70. display: none; /*--hidden by default--*/
  71. background: #000;
  72. position: fixed; left: 0; top: 0;
  73. width: 100%; height: 100%;
  74. opacity: .80;
  75. z-index: 9999;
  76. }
  77. .popup_block{
  78. display: none; /*--hidden by default--*/
  79. background: #fcfbf8;
  80. padding: 10px;
  81. border: 5px solid #e8e8e8;
  82. float: left;
  83. font-size: 10;
  84. position: fixed;
  85. top: 50%; left: 50%;
  86. z-index: 99999;
  87. /*--CSS3 Box Shadows--*/
  88. -webkit-box-shadow: 0px 0px 20px #000;
  89. -moz-box-shadow: 0px 0px 20px #000;
  90. box-shadow: 0px 0px 20px #000;
  91. /*--CSS3 Rounded Corners--*/
  92. -webkit-border-radius: 5px;
  93. -moz-border-radius: 5px;
  94. border-radius: 5px;
  95. }
  96. img.btn_close {
  97. float: right;
  98. margin: -20 -20px 0 0;
  99. }
  100. /*--Making IE6 Understand Fixed Positioning--*/
  101. *html #fade {
  102. position: absolute;
  103. }
  104. *html .popup_block {
  105. position: absolute;
  106. }
  107.  
  108. ::-webkit-scrollbar {
  109. width: 5px;height: 5px;}
  110. ::-webkit-scrollbar-button:start:decrement,
  111. ::-webkit-scrollbar-button:end:increment {
  112. height: 6px;display: block;background-color: {color:text};}
  113. ::-webkit-scrollbar-track-piece {
  114. background-color: {color:background};}
  115. ::-webkit-scrollbar-thumb:vertical {
  116. height: 9px;background-color: {color:text};border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  117.  
  118. /** ASKBOX SETTING **/
  119.  
  120. .bubble {
  121. align:right;
  122. background: #eee;
  123. margin:7px 0px 5px 66px;
  124. padding:10px;
  125. position:relative;
  126. -moz-border-radius:0px;
  127. -webkit-border-radius:0px;
  128. border-radius:0px;
  129. }
  130.  
  131. .bubble p {
  132. margin:0px 0px;
  133. }
  134.  
  135. .bubble span {
  136. display:block;
  137. position:absolute;
  138. width:1px;
  139. height:1px;
  140. font-size:0;
  141. line-height:1px;
  142. left:-10px;
  143. top:10px;
  144. border-top:7px solid transparent;
  145. border-bottom:7px solid transparent;
  146. border-right:10px solid #eee;
  147. }
  148.  
  149. .askborder {
  150. float:left;
  151. margin: 1px 4px 0 0;
  152. padding: 2px;
  153. background: #eee;
  154. }
  155.  
  156.  
  157. /* --- BODY ---*/
  158.  
  159. body {
  160. background:{color:background};
  161. font-family:'cambria';
  162. margin:0px;
  163. color:{color:text};
  164. font-size:9px;
  165. line-height:12px;
  166. }
  167.  
  168. blockquote {
  169. border-left:1px solid #f8f8f8;
  170. padding-left:2px;
  171. margin:5px;
  172. }
  173.  
  174.  
  175.  
  176. a {color:#9e9d9d; text-decoration:none; webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  177.  
  178. a:hover {text-decoration:underline; color:#eeeeee;}
  179.  
  180. img:hover{opacity:0.8;-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
  181.  
  182. blockquote {
  183. padding-left:5px;
  184. border-left:1px solid;
  185. margin:0px 2px 0px 5px;
  186. }
  187.  
  188. blockquote blockquote {
  189. padding-left:4px;
  190. border-left:1px solid;
  191. margin:0px 2px 0px 5px;
  192. }
  193.  
  194. #entries {padding:10px; width:500px; margin-left:500px; margin-top:50px; font-size:10px;}
  195.  
  196. #post {width:500px; padding-bottom:30px; font-style:none; border: 1px;}
  197.  
  198.  
  199. /* --- SIDEBAR ---*/
  200.  
  201. #sidebar {width:120px; position:fixed; margin-left:-10px; margin-top:120px; border-radius:0px;}
  202.  
  203. #sidebarimage {width 120px;}
  204.  
  205. #sidebarimage img { margin-left:270px; width:120px; margin-top:-6px; border:solid 1px #f8f8f8; padding:5px; padding-bottom:6px; background-color: #ffffff;}
  206.  
  207. #description {padding: 5px; margin-left: -125px; margin-top: 25px; width: 135px; line-height: 100%; background-color:#ffffff; border-top:0px solid #f0f0f0; border-bottom:0px solid #f0f0f0; text-transform:none; text-align:center; font-family:calibri; font-size: 8px; font-style: none; width:110px;}
  208.  
  209. #links {position: fixed; font-family:calibri; padding-top: 0px; padding-bottom:0px; margin-top:-110px; margin-left:400px; padding-left:0px; letter-spacing:1px;}
  210.  
  211.  
  212. a:hover {color:{color:#eeeeee};
  213. text-decoration:underline;
  214. letter-spacing:3px;
  215. transition:all 0.4s ease-in-out;
  216. -webkit-transition: all 0.4s ease-in-out;
  217. -moz-transition: all 0.4s ease-in-out;
  218. -ms-transition: all 0.4s ease-in-out;
  219. -o-transition: all 0.4s ease-in-out;
  220. }
  221.  
  222. #links a {
  223. text-transform:uppercase;
  224. line-height:11px;
  225. color:{color:#eeeeee};
  226. margin-left:1px;
  227. margin-right:1px;
  228. font-size:7px;
  229. letter-spacing:1px;
  230. -webkit-transition: all 0.2s ease;
  231. -moz-transition: all 0.2s ease;
  232. -o-transition: all 0.2s ease;
  233.  
  234. }
  235.  
  236. #links a:hover {
  237. color:#b8b8b8;
  238. margin-left:-2px;
  239. -webkit-transition: all 0.2s ease;
  240. -moz-transition: all 0.2s ease;
  241. -o-transition: all 0.2s ease;
  242. }
  243.  
  244.  
  245.  
  246.  
  247. .note {padding:0px 20px 0px 20px; background-color:#FFFFFF;text-transform:lowercase; letter-spacing:0px; font-size: 11px; font-style:italic; text-align:left; line-height:120%;}
  248.  
  249. .note li {list-style-type:none; padding:5px 25px 5px 25px; text-align:left;
  250. margin-left:30px; margin-top:-50px;}
  251.  
  252. #info {font-family:cambria; text-align:center; margin-top:5px; padding-top:5px; padding:5px; text-transform:uppercase; font-style:none; font-size:8px; line-height:80%; border-top: 1px solid #eeeeee;}
  253.  
  254. #tags {font-family:cambria; text-align:center; margin-top:-5px; padding-bottom:3px; text-transform:uppercase; font-style:none; font-size:8px;}
  255.  
  256. #asker {
  257. float:left;
  258. margin-right:5px;}
  259.  
  260. #pagination {font-size:8px;
  261. margin-top:10px;
  262. margin-left:200px;
  263. font-family:arial;
  264. text-align:center;}
  265.  
  266. .credit {
  267. position:fixed;
  268. bottom:10px;
  269. right:10px;
  270. font: 9px calibri;
  271. color: {color:#c9c9c9};
  272. border: 1px solid #e8e8e8;
  273. background-color: #FAFAFA;
  274. text-transform:uppercase;
  275. letter-spacing:0.5px;
  276. padding: 4px;}
  277.  
  278. .credit a {
  279. color:{color:link}; opacity:0.8;
  280. background-color: #fafafa;}
  281.  
  282. .credit a:hover {
  283. color:{color:link hover}; opacity:0.8;
  284. background-color: #FAFAFA; opacity:0.8;}
  285.  
  286.  
  287. {CustomCSS}</style></head><body>
  288.  
  289.  
  290. <div id="sidebar">
  291. <div id="pagination">
  292. {block:Pagination}
  293. <div id="pagination">
  294. {block:PreviousPage}
  295. <a href="{PreviousPage}">←</a>
  296. {/block:PreviousPage}
  297. {block:NextPage}
  298. <a href="{NextPage}">→</a>
  299. {/block:NextPage}
  300. </div>
  301. {/block:Pagination}</div>
  302. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  303. <div id="links">
  304. <a href="/">home</a><br/>
  305. <a href="#?w=500" rel="02" class="poplight">mail</a> <br/>
  306. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}<br/>
  307. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}<br/>
  308. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}<br/>
  309. {block:IfLink4} <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}<br/>
  310. <div id="description">{Description}</div>
  311.  
  312.  
  313.  
  314.  
  315.  
  316. {block:HasPages}{block:Pages}
  317.  
  318. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  319.  
  320. </div></center></i>
  321.  
  322.  
  323. </div>
  324.  
  325. <div id="entries">{block:Posts}<div id="post">
  326.  
  327. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  328.  
  329. {block:Photo}
  330. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  331. {/block:Photo}
  332.  
  333. {block:Photoset}
  334. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  335. {/block:Photoset}
  336.  
  337. {block:Quote}<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  338.  
  339. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  340.  
  341. {block:Chat}<i>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</i>
  342.  
  343. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  344.  
  345. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  346.  
  347. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  348.  
  349. <div id="info">
  350. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:Date} + <a href="{Permalink}">{timeago} {/block:Date}{/block:Date}</a> </a> {block:RebloggedFrom} + <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}</a> {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  351.  
  352.  
  353.  
  354. <div id="tags">
  355. {block:HasTags} {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  356.  
  357. </div>
  358. {block:PostNotes}{PostNotes}{/block:PostNotes}
  359. {/block:Posts}</div>
  360. </div>
  361.  
  362.  
  363. <div class="credit"><b><a href="http://moaningshire.tumblr.com/">©</a>
  364. </div>
  365.  
  366. </body>
  367. <div id="02" class="popup_block">
  368.  
  369. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  370. </center></div>
  371.  
  372. </div></div></div></div></div></div></div></div></div></div>
  373. </html>
Advertisement
Add Comment
Please, Sign In to add comment