Advertisement
ssourwolf

laurakinneys theme

Aug 22nd, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY CAULDERS
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#2e2e2e"/>
  13. <meta name="color:link" content="#2e2e2e"/>
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:scrollbar" content="#2e2e2e" />
  16. <meta name="color:textpost" content="#f8f8f8" />
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="if:400px posts" content=""/>
  20. <meta name="if:Title" content=""/>
  21.  
  22. <meta name="text:Link 1" content="">
  23. <meta name="text:Link 1 Title" content="">
  24. <meta name="text:Link 2" content="">
  25. <meta name="text:Link 2 Title" content="">
  26. <meta name="text:Link 3" content="">
  27. <meta name="text:Link 3 Title" content="">
  28.  
  29. <head><title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  36. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  37. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  38. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  39. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  40. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  41. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  42.  
  43. body {
  44. background:{color:background};
  45. font-family:arial;
  46. font-size:9px;
  47. letter-spacing:0px;
  48. color:{color:text};
  49. line-height:150%;}
  50.  
  51. a:link, a:active, a:visited{color: {color:link};}
  52. a:hover{color:{color:link}; text-decoration:underline;}
  53.  
  54. a {
  55. color:{color:link};
  56. text-decoration:none;
  57. -moz-transition-duration:0.4s;
  58. -webkit-transition-duration:0.4s;
  59. -o-transition-duration:0.4s;
  60. }
  61.  
  62. a:hover {
  63. color:{color:link};
  64. text-decoration:underline;
  65. -moz-transition-duration:0.4s;
  66. -webkit-transition-duration:0.4s;
  67. -o-transition-duration:0.4s;
  68. }
  69.  
  70. #container {
  71. background-color:{color:background};
  72. width:700px;
  73. margin: 0 auto -12px auto;
  74. text-align: center;
  75. }
  76.  
  77. .links{
  78. margin-top:5px;
  79. word-spacing:1px;
  80. text-align:center;
  81. }
  82.  
  83. .links a{
  84. padding:5px;
  85. letter-spacing:0px;
  86. color:{color:link};
  87. text-decoration:none;
  88. -moz-transition-duration:0.4s;
  89. -webkit-transition-duration:0.4s;
  90. -o-transition-duration:0.4s;
  91. }
  92.  
  93. .links a:hover{
  94. color:{color:link};
  95. text-decoration:underline;
  96. -moz-transition-duration:0.4s;
  97. -webkit-transition-duration:0.4s;
  98. -o-transition-duration:0.4s;
  99. }
  100.  
  101. #title {
  102. {block:ifTitle}
  103. margin-bottom:10px;
  104. {/block:ifTitle}
  105. }
  106.  
  107. #sidebar {
  108. margin-left:40px;
  109. top: 150px;
  110. position:fixed;
  111. width:130px;
  112. }
  113.  
  114. #descri {
  115. background-color:#ffffff;
  116. width:130px;
  117. padding:15px;
  118. }
  119.  
  120. #descri img {
  121. width:130px;
  122. margin-bottom:5px;
  123. }
  124.  
  125. #stext {
  126. width:110px;
  127. padding:30px;
  128. margin-left:-20px;
  129. padding-top:5px;
  130. text-align:center;
  131. margin-bottom:-20px;
  132. }
  133.  
  134. .pagi {
  135. text-transform:lowercase;
  136. text-align:center;
  137. margin-top:10px;
  138. }
  139.  
  140. .audio {
  141. padding-bottom:10px;
  142. }
  143.  
  144. .albumart {
  145. float:left;
  146. padding:0px 10px 0px 0px;
  147. }
  148.  
  149. .albumart img {
  150. width:100px;
  151. height:100px;
  152. }
  153.  
  154. .playercontainer {
  155. text-align:left;
  156. padding:10px;
  157. }
  158.  
  159. .audioinfo {
  160. padding:10px;
  161. margin-bottom:-20px;
  162. color:{color:text};
  163. }
  164.  
  165. h1 {
  166. font-weight:normal;
  167. font-size:10px;
  168. text-align:left;
  169. padding:10px;
  170. font-style:normal;
  171. line-height:150%;
  172. letter-spacing:0px;
  173. color:{color:text};
  174. border-bottom: 1px solid #f8f8f8;
  175. }
  176.  
  177. h2 {
  178. font-size:10px;
  179. text-align:left;
  180. line-height:150%;
  181. letter-spacing:0px;
  182. color:{color:text};
  183. font-weight:normal;
  184. padding:10px;
  185. }
  186.  
  187. .ask {
  188. font-size:15px;
  189. font-weight:bold;
  190. text-align:left;
  191. font-style:italic;
  192. padding:10px;
  193. text-transform:capitalize;
  194. border-bottom: 1px solid #f8f8f8;
  195. }
  196.  
  197. .question {
  198. font-size:10px;
  199. margin-top:-60px;
  200. margin-left:50px;
  201. letter-spacing:0px;
  202. padding:10px;
  203. text-align:left;
  204. color:{color:text};
  205. }
  206.  
  207. .ans {
  208. font-size:10px;
  209. letter-spacing:0px;
  210. text-align:left;
  211. padding:10px;
  212. color:{color:text};
  213. }
  214.  
  215. blockquote {
  216. margin-top:17px;
  217. border-left:1px solid #000;
  218. padding-left:10px;
  219. margin-left:5px;
  220. }
  221.  
  222. #stuffcontainer {
  223. float:left;
  224. text-align:left;
  225. background-color:{color:bg};
  226. color:{color:text};
  227. margin-bottom: 0px;
  228. {block:ifNot400pxposts}
  229. width:500px;
  230. {/block:ifNot400pxposts}
  231. {block:if400pxposts}
  232. width:400px;
  233. {/block:if400pxposts}
  234. }
  235.  
  236. #stuff {
  237. {block:ifNot400pxposts}
  238. width:500px;
  239. margin-left:200px;
  240. {/block:ifNot400pxposts}
  241. {block:if400pxposts}
  242. width:400px;
  243. margin-left:200px;
  244. {/block:if400pxposts}
  245. margin-top:50px;
  246. text-align:justify;
  247. margin-bottom:60px;
  248. padding:10px;
  249. line-height:150%;
  250. letter-spacing:0px;
  251. background-color:#ffffff;
  252. color:{color:text};
  253. }
  254.  
  255. #postinfo {
  256. border-top:1px solid #fafafa;
  257. margin-top:4px;
  258. {block:ifNot400pxposts}
  259. width:500px;
  260. {/block:ifNot400pxposts}
  261. {block:if400pxposts}
  262. width:400px;
  263. {/block:if400pxposts}
  264. padding-top:;
  265. text-align:left;
  266. text-transform:lowercase;
  267. -moz-transition-duration:0.5s;
  268. -webkit-transition-duration:0.5s;
  269. -o-transition-duration:0.5s;
  270. }
  271.  
  272. #postinfo a:hover {
  273. color:{color:hover};
  274. }
  275.  
  276. ol.notes {
  277. margin-top:-50px;
  278. {block:ifNot400pxposts}
  279. margin-left:170px;
  280. width:500px;
  281. {/block:ifNot400pxposts}
  282. {block:if400pxposts}
  283. margin-left:170px;
  284. width:400px;
  285. {/block:if400pxposts}
  286. list-style-type:none;
  287.  
  288. }
  289. ol.notes li.note {
  290. padding: 10px;
  291. }
  292. ol.notes li.note img.avatar {
  293. vertical-align:-4px;
  294. margin-right:10px;
  295. width:16px;
  296. height:16px;
  297. }
  298. ol.notes li.note span.action {
  299. font-weight:normal;
  300. }
  301. ol.notes li.note .answer_content {
  302. font-weight:normal;
  303. }
  304. ol.notes li.note blockquote {
  305. padding:9px 6px 9px 6px;
  306. margin:10px 0px 0px 25px;
  307. }
  308.  
  309. .tags {
  310. {block:ifNot400pxposts}
  311. width:500px;
  312. {/block:ifNot400pxposts}
  313. {block:if400pxposts}
  314. width:400px;
  315. {/block:if400pxposts}
  316. text-align:left;
  317. margin-top:0px;
  318. -moz-transition-duration:0.5s;
  319. -webkit-transition-duration:0.5s;
  320. -o-transition-duration:0.5s;
  321. }
  322.  
  323. .tags a{
  324. padding-right:5px;
  325. text-decoration:none;
  326. }
  327.  
  328. .tags a:hover {
  329. color:{color:hover};
  330. }
  331.  
  332. #cred {
  333. font-family:arial;
  334. font-size: 10px;
  335. letter-spacing:1px;
  336. bottom:30px;
  337. font-style:none;
  338. right:35px;
  339. position:fixed;
  340. }
  341.  
  342. </style>
  343. <style type="text/css">{CustomCSS}</style>
  344.  
  345. </head>
  346. <body>
  347.  
  348. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  349.  
  350. <div id="container">
  351.  
  352. <div id="sidebar">
  353. <div id="descri">
  354.  
  355. {block:ifTitle}<div id="title">{Title}</div>{/block:ifTitle}
  356.  
  357. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  358.  
  359. <div id="stext">
  360. {Description}
  361. </div>
  362.  
  363. <select onChange="location.href=this.options[this.selectedIndex].value;" style="width: 100px; font-family:arial; font-size:9px;">
  364. <option value="/">links</option>
  365. <option value="/">home</option>
  366. <option value="/ask">ask</option>
  367. <option value="{text:Link 1}">{text:Link 1 Title}</option>
  368. <option value="{text:Link 2}">{text:Link 2 Title}</option>
  369. <option value="{text:Link 3}">{text:Link 3 Title}</option>
  370. </select>
  371.  
  372. {block:Pagination}
  373. <div class="pagi">
  374. {block:PreviousPage}
  375. <a href="{PreviousPage}">prev</a>
  376. {/block:PreviousPage}
  377. {block:NextPage}
  378. <a href="{NextPage}">next</a>
  379. {/block:NextPage}
  380. </div>
  381. {/block:Pagination}
  382.  
  383.  
  384.  
  385. </div></div>
  386.  
  387. <div id="stuffcontainer">
  388.  
  389. {block:Posts}<div id="stuff">
  390.  
  391. <br><br>
  392.  
  393. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  394.  
  395. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  396.  
  397. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  398.  
  399. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  400. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  401.  
  402. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404. {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}
  405.  
  406. {block:Video} {block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407.  
  408. {block:Answer}<div id="askbox"><div class="pic"><a href="{AskerURL}"><img src="{AskerPortraitURL-48}" /></a></div><div class="question"><span class="asker">{Asker}:</span><br>{Question}</div></div><br><div class="answer">{Answer}</div>{/block:Answer}
  409.  
  410. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  411. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  412. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  413. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  414. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  415.  
  416. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{block:NoteCount}&nbsp;&nbsp;♥&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div></div>{/block:Date}
  417.  
  418. {block:PermalinkPage}<span style="float:right;margin-top:3px;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  419.  
  420. {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}</span>{/block:PermalinkPage}
  421.  
  422. {block:HasTags}
  423. <div class="tags">
  424. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  425. {/block:HasTags}
  426. </div>
  427. {/block:Posts}
  428.  
  429. {block:ContentSource}
  430. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  431.  
  432. </body>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement