Advertisement
foxybieber

Call Me Maybe Theme

Feb 20th, 2012
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.65 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!--
  6. theme #5 by carly (foxybieber)
  7. you can remove the credit link in the navigation, but please include it in your faq or somewhere on your page.
  8. -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <html>
  14. <head>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:Background" content="#FFFFFF" />
  18. <meta name="color:Box" content="#FFFFFF" />
  19. <meta name="color:Title" content="#000000" />
  20. <meta name="color:Text" content="#181616" />
  21. <meta name="color:Link" content="#444444" />
  22. <meta name="color:Links Hover" content="#7E5050" />
  23. <meta name="color:Side box" content="#fff" />
  24. <meta name="color:Menu" content="#FFE9E9" />
  25. <meta name="color:Notes" content="#FFE9E9" />
  26. <meta name="font:body" content="georgia" />
  27. <meta name="text:line height" content="13px" />
  28. <meta name="image:background" content="" />
  29. <meta name="image:sidebar" content="" />
  30.  
  31. <meta name="text:Link1" content="" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="" />
  34. <meta name="text:Link2 Title" content="" />
  35. <meta name="text:Link3" content="" />
  36. <meta name="text:Link3 Title" content="" />
  37. <meta name="text:Link4" content="" />
  38. <meta name="text:Link4 Title" content="" />
  39. <meta name="text:Link5" content="" />
  40. <meta name="text:Link5 Title" content="" />
  41.  
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
  46. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  47. {block:Description}<meta name="description" content="{MetaDescription}" />
  48.  
  49. {/block:Description}
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. body{
  56. color:{color:text};
  57. background-color: {color:background};
  58. background-image:url({image:background});
  59. background-position: center;
  60. background-attachment:fixed;
  61. background-repeat: repeat;
  62. font-family:georgia;
  63. font-size:11px;
  64. line-height:{text:line height};
  65. text-align:justify;
  66. }
  67. a:link, a:active, a:visited{
  68. color: {color:link};
  69. text-decoration:none;
  70. }
  71. a:hover{
  72. color:{color:links hover};}
  73.  
  74. #center{
  75. position:absolute;
  76. left:50%;
  77. margin-left:-390px;
  78. top:0px;
  79. width:890px;
  80. }
  81.  
  82. #photobox{
  83. background-color: transparent;
  84. width: 500px;
  85. overflow-y:hidden;
  86. z-index:10;
  87.  
  88.  
  89. }
  90. #captionbox{
  91. background-color: {color:box};
  92. padding:5px;
  93. width: 490px;}
  94.  
  95. #box{
  96. background-color: {color:box};
  97. padding:5px;
  98. width: 490px;
  99.  
  100.  
  101. }
  102.  
  103. #sidebarin {
  104. padding:10px;
  105. background-color: {color:side box};
  106. -webkit-border-bottom-right-radius: 10px;
  107. -webkit-border-bottom-left-radius: 10px;
  108. -moz-border-radius-bottomright: 10px;
  109. -moz-border-radius-bottomleft: 10px;
  110. border-bottom-right-radius: 10px;
  111. border-bottom-left-radius: 10px;
  112.  
  113. }
  114.  
  115. #sidebar {
  116.  
  117. margin-top:70px;
  118. position: fixed;
  119. width: 260px;
  120. margin-left:525px;
  121. height:auto;
  122. font-size:9px;
  123. }
  124.  
  125. #sidemenu {
  126. padding:5px;
  127. width:250px;
  128. background-color: {color:menu};
  129. }
  130.  
  131.  
  132.  
  133. #sidetitle {
  134. padding:5px;
  135. padding-top:4px;
  136. text-align:center;
  137. width:250px;
  138. background-color: {color:notes};
  139. -webkit-border-top-left-radius: 10px;
  140. -webkit-border-top-right-radius: 10px;
  141. -moz-border-radius-topleft: 10px;
  142. -moz-border-radius-topright: 10px;
  143. border-top-left-radius: 10px;
  144. border-top-right-radius: 10px;
  145. font-style:italic; font-size:14px;
  146. }
  147.  
  148. #sidelinks{position:relative; text-shadow: 2px 2px 13px #000000; -moz-border-radius:
  149.  
  150. 6px; border-radius: 5px;}}
  151.  
  152. #sidelinks a{opacity: .7;
  153. width:262px; background-color:{color:menu}; text-align:right; letter-spacing:1px;
  154.  
  155. padding:5px; font-size:10px;
  156. -moz-transition: 0.3s ease-in;
  157. -webkit-transition: 0.3s ease-in;
  158. -o-transition: 0.3s ease-in;
  159. transition: 0.3s ease-in; padding-bottom:6px;}
  160.  
  161. #sidelinks a:hover{background-color:{color:notes};}
  162.  
  163. #simg img {max-width: 260px; height: auto; text-align:center;}
  164.  
  165.  
  166. #sideicon {
  167.  
  168. background-color: {color:side box};
  169. padding:5px;
  170. position: absolute;
  171. margin-top:-50px;
  172. width: 83px;
  173. height:auto;
  174. overflow:hidden;
  175. }
  176.  
  177.  
  178. #info {background-color:transparent; width: 490px; margin:-0px 18px -3px 1px; font-family:{font:body}; font-size:10px; text-transform: lowercase; color:{color:text}; margin-bottom:3px; text-align:left; padding:2px;}
  179.  
  180. #tags {background-color:transparent; font-family:{font:text}; text-align:left; maring-top:-4px; margin-bottom:-3px; margin-right:2px; padding:2px; text-transform:lowercase; letter-spacing:0px; font-style:italic; font-size:10px;}
  181.  
  182. #datenote {width:497px; background-color: {color:notes}; padding-top:3px;;padding-
  183.  
  184. bottom:3px; font:9px georgia; text-transform:lowercase; margin-top:0px; text-align:right;
  185.  
  186. font-style:italic; padding-right:3px;}
  187.  
  188. #datenotetags {width:497px; background-color: {color:side box}; padding-
  189.  
  190. top:3px;;padding-bottom:3px; font:9px georgia; text-transform:lowerrcase; text-
  191.  
  192. align:right; font-style:italic; padding-right:3px; -webkit-border-bottom-right-radius: 10px;
  193. -webkit-border-bottom-left-radius: 10px;
  194. -moz-border-radius-bottomright: 10px;
  195. -moz-border-radius-bottomleft: 10px;
  196. border-bottom-right-radius: 10px;
  197. border-bottom-left-radius: 10px;}
  198.  
  199. h1, big{
  200. color:{color:title};
  201. font-family: {font:title};
  202. font-size:35px;
  203. line-height:30px;
  204. letter-spacing:-3px;
  205. font-weight:normal;
  206. text-transform:lowercase;
  207. margin:0px;
  208. padding:0px;
  209. text-align:left;
  210. }
  211. h3{
  212. color:{color:title};
  213. font-family:georgia;
  214. font-size:15px;
  215. line-height:auto;
  216. letter-spacing:1px;
  217. font-weight:normal;
  218. font-style:normal;
  219. text-transform:lowercase;
  220. margin:0px;
  221. padding:0px;
  222. margin-bottom:-0px;
  223. text-align:center;
  224. }
  225. h4{
  226. color:{color:title};
  227. font-family:georgia;
  228. font-size:13px;
  229. line-height:auto;
  230. letter-spacing:-1px;
  231. font-weight:normal;
  232. font-style:italic;
  233. text-transform:lowercase;
  234. margin:0px;
  235. padding:0px;
  236. margin-bottom:-0px;
  237. text-align:center;
  238. }
  239. h5{
  240. color:{color:title};
  241. font-family:georgia;
  242. font-size:9px;
  243. line-height:19px;
  244. letter-spacing:1px;
  245. font-weight:normal;
  246. text-transform:lowercase;
  247. margin:0px;
  248. padding:0px;
  249. margin-bottom:-0px;
  250. text-align:left;
  251. -moz-transition: 0.3s ease-in;
  252. -webkit-transition: 0.3s ease-in;
  253. -o-transition: 0.3s ease-in;
  254. transition: 0.3s ease-in; }
  255. .post-footer {
  256. background-color: {color:note box};
  257. text-align: right;
  258. padding: 5px;
  259. color:#A2A2A3;
  260. font-size:10px;
  261. line-height: 9px;
  262. font-style:normal;
  263. font-weight:normal;
  264. letter-spacing:1px;
  265. text-decoration:none;
  266. display:none;
  267. }
  268.  
  269. .photo {border:none;
  270. }
  271.  
  272. #pagination {
  273. font-family:georgia;
  274. text-align:center;
  275. font-size: 35px;
  276. text-transform:lowercase;
  277. }
  278.  
  279. .photo:hover .permaz {opacity:0.9;margin-top:0px;
  280. -webkit-transition: all .4s ease-out;
  281. -moz-transition: all .4s ease-out;
  282. -o-transition: all .4s ease-out;
  283. transition: all .4s ease-out;}
  284.  
  285. .permaz {
  286. background-image:url(http://static.tumblr.com/0lpcwgf/8ULlth7ue/bg.png);
  287. background-position: center;
  288. background-attachment:fixed;
  289. background-repeat: repeat;
  290. margin-bottom: 0px;
  291. margin-top:-25px;
  292. margin-left:0px;
  293. padding-top: 0px;
  294. height:auto;
  295. display:block;
  296. width:500px;
  297. position: absolute;
  298. font-size:8px;
  299. font-family:Arial Black;
  300. opacity:0;
  301. -moz-opacity:0;
  302.  
  303. -webkit-transition: all .4s ease-out;
  304. -moz-transition: all .4s ease-out;
  305. -o-transition: all .4s ease-out;
  306. transition: all .4s ease-out;
  307.  
  308.  
  309. }
  310.  
  311. .permaz a {color:#000000;}
  312.  
  313. .quest {
  314. color:{color:text};
  315. font-size: 9px;
  316. font-weight: normal;
  317. font-family: georgia;
  318. line-height:95%;
  319. background: {color:notes};
  320. margin: 0 0 10px 0;
  321. padding: 10px 15px;
  322. position: relative;}
  323.  
  324. .arrow {
  325. width: 13px;
  326. height: 7px;
  327. font-size:30px;
  328. font-family:'trebuchet ms';
  329. position: absolute;
  330. color:{color:notes};
  331. bottom: -3.5px;
  332. left: 240px;}
  333.  
  334.  
  335. .asker {width:490px; text-align:left; text-transform:uppercase; color:{color:text}; font-
  336.  
  337. size:9px;}
  338. .asker a {color:{color:text};}
  339. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-
  340.  
  341. height:15px;}
  342.  
  343. .answer {color:{color:text};}
  344.  
  345. .chat{list-style: none; font-size: 10px; margin: 0px;}
  346. .chat ul {line-height: 15px; list-style: none; padding: 0px; margin: 0px;}
  347. .line.odd {color: #727272; background-color: {color:side box}; padding: 2px 5px}
  348. .line.odd .label {font-weight: bold; padding: 3px; color: #727272; text-transform:
  349.  
  350. uppercase;}
  351. .line.even {color: {color:color4med}; padding: 2px 5px}
  352. .line.even .label {font-weight: bold; padding: 3px; color: {color:sidebar}; text-transform:
  353.  
  354. uppercase;}
  355.  
  356. #icon { margin-left:0px; }
  357.  
  358.  
  359. blockquote {
  360. background-color: {color:box};
  361. padding:5px;
  362. padding-left:10px;
  363. margin:5px;
  364. border-left:4px solid {color:background};
  365. }
  366. b, strong{color:{color:title};}
  367. i, em {color:{color:link};}
  368. p{margin-top:3px; margin-bottom:3px;}
  369. blockquote img{ display:block;}
  370. blockquote p {padding:0px; margin:0px;}
  371. blockquote blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px;
  372.  
  373. padding-right:0px;}
  374. a img{border:none;}
  375. .audio{background-color:black; display:block;}
  376. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  377. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
  378. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  379. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  380. .notes img{width:10px; position:relative; top:1px;}
  381. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  382. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-
  383.  
  384. color:transparent!important;}
  385. </style>
  386. <style type="text/css">{CustomCSS}</style>
  387.  
  388. <meta name="robots" content="index, follow">
  389. </head>
  390. <body>
  391.  
  392.  
  393. <div id="center">
  394.  
  395. <BR>
  396.  
  397. <div id="sidebar">
  398.  
  399. <div id="sidetitle"><a href="/">{Title}</br></div>
  400. <div id="simg"><img src="{image:sidebar}"/></div>
  401. <div id="sidemenu">
  402. <center>
  403. <div id="sidelinks">
  404. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} -
  405. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} -
  406. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} -
  407. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} -
  408. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5} -
  409. <a href=http://foxybieber.tumblr.com/tagged/themes>theme</a>
  410. </div></center>
  411. </div>
  412.  
  413. <div id="sidebarin">
  414. {block:Description}{Description}{/block:Description}
  415. <br>
  416. <center>
  417. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}<br><br><br></div></center>
  418. </div>
  419.  
  420. <br>
  421.  
  422.  
  423. </center>
  424.  
  425. </div>
  426. <br>
  427. {block:Posts}
  428. {block:Photo}
  429.  
  430. <div id="photobox">
  431. <div class="photo">
  432. <div class="permaz">
  433. {block:RebloggedFrom}<img src="{ReblogParentPortraitURL-24}" align="left" style="
  434.  
  435. border:solid 2px {color:menu}">
  436. <div style="color:#fff; background-color:{color:menu}; height:24px; font-style:italic; font-
  437.  
  438. size:11px; padding-top:5px;"><a href="{ReblogParentURL}"
  439.  
  440. title="{ReblogParentURL}">@REBLOGGED FROM</div>{/block:RebloggedFrom}
  441.  
  442. {block:Reblog}
  443. <img src="{ReblogRootPortraitURL-24}" align="left" style=" border:solid 2px
  444.  
  445. {color:notes}">
  446. <div style="color:#fff; background-color:{color:notes}; height:24px; font-style:italic; font-
  447.  
  448. size:11px; padding-top:5px;"><a href="{ReblogRootURL}">©SOURCE</a></div>
  449.  
  450. {/block:Reblog}
  451.  
  452. </div>
  453. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"
  454.  
  455. width="500"/></a>
  456.  
  457. {LinkCloseTag}</div></div>
  458. </center>
  459. <div id="captionbox">
  460. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  461.  
  462. {block:Photoset}<div id="photobox"><center>{Photoset-500}</center></div>
  463. <div id="captionbox">
  464. {block:Caption}{Caption}{/block:Caption}</div>
  465. {/block:Photoset}
  466.  
  467. {block:Video}<div id="photobox">{Video-500}</div>
  468. <div id="captionbox">
  469.  
  470. {block:Caption}{Caption}{/block:Caption}</div>
  471.  
  472. {/block:Video}
  473.  
  474. <div id="box">
  475.  
  476. {block:Quote}<h3>"{Quote}"&nbsp;</h3>
  477.  
  478. {/block:Quote}
  479.  
  480. {block:Title}<h3>{Title}&nbsp;</h3> {/block:Title}
  481.  
  482. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>
  483.  
  484. {/block:Link}
  485.  
  486. {block:Text}{Body}{/block:Text}
  487.  
  488. {block:Quote}{block:Source}<center><P>—{Source}</p></center>{/block:Source}
  489.  
  490. {/block:Quote}
  491.  
  492. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}
  493.  
  494. {/block:Link}
  495.  
  496. {block:Chat}
  497.  
  498. <div class="chat"><ul>{block:Lines}
  499. <li class="line {Alt}">{block:Label}
  500. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  501. {/block:Chat}
  502.  
  503.  
  504.  
  505. {block:Answer}
  506. <div class="quest">
  507. <div class="arrow">▼</div>
  508. <center><b>Question:</b> <i>{Question}</i></center>
  509. </div>
  510. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  511. <div class="answer">{Answer}</div>
  512. {/block:Answer}
  513.  
  514. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>
  515.  
  516. {block:Caption}{Caption}{/block:Caption}
  517.  
  518. {/block:Audio}
  519.  
  520. <div id="info">
  521. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  522. {block:ContentSource} from <a href="{SourceURL}">{SourceLink}</a>
  523. {/block:ContentSource} &nbsp;•&nbsp; <i><a href="{ReblogURL}" target="_blank">reblog</a></i>
  524. </div>
  525.  
  526. <div id="tags">
  527. {block:HasTags}{block:Tags}#<a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  528. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  529. </div>
  530. <br>
  531.  
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement