Advertisement
Guest User

Theme 11 | VervainNecklace

a guest
Jun 5th, 2012
1,527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 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 Created By: VervainNecklace
  5. Please do not remove this, and for any assistance please visit
  6. http://vervainnecklacethemes.tumblr.com and leave me a message. :)
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#F5F5F5" />
  14.  
  15. <meta name="color:posts" content="#b0f6f7" />
  16.  
  17. <meta name="color:title" content="#522e43" />
  18. <meta name="color:text" content="#522e43" />
  19. <meta name="color:link" content="#7f868b" />
  20. <meta name="color:permalink" content="#fce6f3" />
  21. <meta name="color:border" content="#00fcff" />
  22.  
  23. <meta name="font:title" content="georgia" />
  24. <meta name="font:body" content="georgia" />
  25.  
  26. <meta name="image:sidebarimage" content=""/>
  27.  
  28. <meta name="image:background" content="" />
  29.  
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36. <meta name="text:Linkx" content="" />
  37. <meta name="text:Linkx Title" content="" />
  38.  
  39. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  40. </script>
  41. <script type="text/javascript">
  42. $(document).ready(function(){
  43. $(".links_body").hide();
  44. $(".links_head").click(function(){
  45. $(this).next(".links_body").slideToggle('fast');
  46. }); }); </script>
  47.  
  48. </head>
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  54.  
  55. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  56. a:hover{color:{color:text}}
  57.  
  58.  
  59. #entries {margin: 5px 0 5px 500px; float:left; text-align: justify; margin-left:-15px;margin-top:30px;}
  60.  
  61. #posts {margin: 5px 0 -5px 0; width: 500px; background-color:{color:posts}; text-align: left; padding: 7px;}
  62.  
  63. @font-face {
  64. font-family: 'The Girl Next Door';
  65. font-style: normal;
  66. font-weight: normal;
  67. src: local('The Girl Next Door'), local('TheGirlNextDoor'), url('http://themes.googleusercontent.com/static/fonts/thegirlnextdoor/v4/cWRA4JVGeEcHGcPl5hmX7p-yoK3Kl6E6RmvAncM23y8.woff') format('woff');
  68. }
  69.  
  70. #permabox {
  71. font-family: {font:body};
  72. position:absolute;
  73. margin-top:5px;
  74. margin-left:-130px;
  75. width:90px;
  76. padding-left:5px;
  77. padding-bottom:2px;
  78. padding-top:2px;
  79. background-color:{color:Background};
  80. margin-top:0px;
  81. font-size:10px;
  82. border-bottom:2px solid {color:border};
  83. color:{color:body};
  84. opacity:0;
  85. display: block;
  86. transition: all 0.5s ease-in-out 0s;
  87. -webkit-transition: all 0.5s ease-in-out 0s;
  88. -moz-transition: all 0.5s ease-in-out 0s;
  89. -o-transition: all 0.5s ease-in-out 0s;
  90. }
  91.  
  92.  
  93. #posts:hover #permabox{
  94. opacity:1;
  95. display: block;
  96. transition: all 0.5s ease-in-out 0s;
  97. -webkit-transition: all 0.5s ease-in-out 0s;
  98. -moz-transition: all 0.5s ease-in-out 0s;
  99. -o-transition: all 0.5s ease-in-out 0s;
  100. }
  101.  
  102.  
  103. #title {
  104. font-family:'The Girl Next Door';
  105. text-align:center;
  106. font-size:20px;
  107. }
  108.  
  109.  
  110.  
  111. #copyright {text-align:center;opacity:0.1;letter-spacing:3px;}
  112. #copyright:hover {opacity:1;}
  113.  
  114.  
  115. #sidebarimage img{max-width:245px;margin-left:12px;border-right:2px solid {color:border};}
  116. #sidebarborder {width:250px;height:2px;background-color:{color:border};margin-left:10px;}
  117.  
  118.  
  119. #all {
  120. margin:auto;
  121. width:600px;
  122. }
  123.  
  124. #links {
  125. text-transform:uppercase;
  126. font-size:10px;
  127. letter-spacing:2px;
  128. margin-left:15px;
  129. font-family:'Arial';
  130. padding:2px;
  131. display:block;
  132. background-color:transparent;
  133. margin:5px 5px 5px 5px;
  134. }
  135.  
  136. #links:hover {transition: all 0.5s ease-in-out 0s;
  137. -webkit-transition: all 0.5s ease-in-out 0s;
  138. -moz-transition: all 0.5s ease-in-out 0s;
  139. -o-transition: all 0.5s ease-in-out 0s;
  140. color:{color:text}}
  141.  
  142.  
  143. #descriptionarea {
  144. width:240px;
  145. height:auto;
  146. padding:15px;
  147. margin-left:-10px;
  148. margin-top:-5px;
  149. }
  150.  
  151. #rightbar {
  152. width-auto;
  153. margin-left:550px;
  154. margin-top:150px;
  155. position:fixed;
  156. }
  157.  
  158.  
  159. #middle {text-align:center}
  160.  
  161. #thearea {width:250px;
  162. background-color:{color:posts};
  163. height-auto;
  164. padding:2px;
  165. opacity:0;
  166. }
  167.  
  168. #theline {width:250px;
  169. margin-left:9px;
  170. background-color:{color:border};
  171. height:5px;
  172. }
  173.  
  174.  
  175. #theline:hover #thearea{
  176. border-top:9px solid {color:posts};
  177. opacity:1;
  178. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  179.  
  180.  
  181.  
  182. #credit a{text-decoration: none; color:{color:link}}
  183.  
  184. h1{color:{color:title}; font-family:{font:title}; font-size:15px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  185.  
  186. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  187.  
  188. h3{color:{color:link}; font-family:georgia; font-size:13px; letter-spacing:1px; font-weight:normal; font-style:normal; text-transform:lowercase; line-height:15px; margin-top:-4px; margin-bottom:-10px; text-align:center}
  189.  
  190. h3 a:hover{background-color:transparent}
  191.  
  192.  
  193. .links_list {
  194. width:230px;
  195. }
  196.  
  197. .links_head {
  198. cursor:pointer;
  199. width:200px;
  200. padding:3px;
  201. font-family:arial;
  202. font-size:12px;
  203. letter-spacing:1px;
  204. text-transform:lowercase;
  205. background-color:{color:permalink};
  206. color:{color:Text}
  207. -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
  208. -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;;
  209. }
  210.  
  211. .links_body {
  212. display:inline-block;
  213. }
  214.  
  215. #pagearea {
  216. margin-left: 1520px;
  217. margin-top:350px;width:20px;
  218. position:fixed;}
  219.  
  220. #pagination{font-size:20px;text-align:center;
  221. font-color: {color:border};}
  222.  
  223. #source {text-align: left}
  224.  
  225. #info{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center; background-color:{color:permalink};}
  226.  
  227. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  228. #questions a {color:{color:link}}
  229.  
  230. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  231.  
  232. b, strong{color:{color:title}}
  233. i, em {color:{color:text}}
  234. p{margin-top:5px; margin-bottom:5px}
  235. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  236.  
  237. img a{border:none; width:100%}
  238. .audio{background-color:black; display:block;}
  239.  
  240. .user_1 .label {color:{color:link}; font-weight:bold}
  241. .user_2 .label {color:{color:text}; font-weight:bold}
  242. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  243.  
  244. .notes img{width:10px; position:relative; top:1px}
  245. ol.notes, .notes li{list-style:none; width:490px; margin:-7px 0 7px 5px; padding:4px}
  246.  
  247. </style>
  248. <style type="text/css">{CustomCSS}</style>
  249. </head>
  250.  
  251.  
  252. <body>
  253. <div id="all">
  254. <div id="container">
  255.  
  256. <div id="entries">
  257. {block:Posts}
  258. <div id="posts">
  259. <div id="permabox">
  260. {block:Date} <a style="color:{color:text}; href="{Permalink}">{TimeAgo}</a> {DayOfMonth} {ShortMonth}, {ShortYear}{/block:Date}{block:NoteCount} <a href="{Permalink}">{NoteCount}  ♥</a>{/block:NoteCount}</div>
  261. </a>{block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  262. {block:Text}{Body}{/block:Text}
  263.  
  264. {block:Quote}<h2>"{Quote}"</h2>{/block:Quote}
  265. {block:Source}<div class="source">— {Source}</div>{/block:Source}
  266.  
  267. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  268. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  269.  
  270. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  271. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  272.  
  273. {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}
  274.  
  275. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  276.  
  277. {block:Answer}
  278. <div id="ask">
  279. <div id="asker"><i> {Asker}:</i><br> {Question}<br></div></div>
  280. <div id"answer">{Answer}</div>
  281.  
  282. {/block:Answer}
  283. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  284.  
  285.  
  286. <div id="info">{block:HasTags}{block:Tags}♥<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  287. {/block:Posts}
  288. {block:PostNotes}{PostNotes}{/block:PostNotes}
  289.  
  290. </div>
  291.  
  292. <div id="rightbar">
  293.  
  294. <div id="title"><a href="/">{title}</a></div><br><br>
  295. <div id="sidebarimage"><img src="{image:sidebarimage}"/></div><br>
  296.  
  297. <br><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><<</a>
  298. &nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}</div><br><br>
  299.  
  300. <div id="sidebarborder"></div>
  301.  
  302. <div id="links">
  303. &nbsp;&nbsp;<a href="/">home</a> &nbsp;&nbsp;<a href="/ask">message</a>&nbsp;&nbsp;<a href="/archive">arhive</a>&nbsp;&nbsp;<a href="http://vervainnecklacethemes.tumblr.com">theme</a><br><br>
  304. <div id="middle">
  305. {block:IfLink1Title}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:IfLink1Title} 
  306. {block:IfLink2Title}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:IfLink2Title}
  307. {block:IfLink3Title}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:IfLink3Title}
  308. {block:IfLinkxTitle}<a href="{text:Linkx}">{text:Linkx Title}</a>{/block:IfLinkxTitle}</div>
  309.  
  310. </div>
  311. <div id="theline">
  312. <div id="thearea">
  313. <div id="descriptionarea">{description}</div></div></div>
  314.  
  315.  
  316.  
  317. </div>
  318. </div>
  319.  
  320. <br></div>
  321. </div>
  322. </div>
  323. </div>
  324. </div><div id="pagearea"><br></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement