Advertisement
fengtai

Lover 2.0 Theme

Apr 16th, 2014
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. <!-- theme by shycallgirl do not remove theme credit-->
  2.  
  3. <link rel="shortcut icon" href="{favicon}">
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <title>{Title}</title>
  7.  
  8. <!-- colors -->
  9. <meta name="color:background" content="#fce5ff"/>
  10. <meta name="color:footer background" content="#fce5ff"/>
  11. <meta name="color:border" content="#33ffff"/>
  12. <meta name="color:text" content="#000000"/>
  13. <meta name="color:links" content="#000000"/>
  14. <meta name="color:link hover" content="#dbf6ff"/>
  15.  
  16. <!-- img -->
  17. <meta name="image:background" content="" />
  18. <meta name="image:sidebar" content="" />
  19.  
  20. <!-- text -->
  21. <meta name="text:link 1 url" content="" />
  22. <meta name="text:link 1 title" content="" />
  23.  
  24. <meta name="text:link 2 url" content="" />
  25. <meta name="text:link 2 title" content="" />
  26.  
  27. <meta name="text:link 3 url" content="" />
  28. <meta name="text:link 3 title" content="" />
  29.  
  30. <meta name="text:link 4 url" content="" />
  31. <meta name="text:link 4 title" content="" />
  32.  
  33. <!-- ifs -->
  34. <meta name="if:borders" content "0">
  35. <meta name="if:transparent sidebar and posts" content "0">
  36. <meta name="if:sidebar image" content="0">
  37. <meta name="if:captions" content="0">
  38. <meta name="if:link 1" content="0">
  39. <meta name="if:link 2" content="0">
  40. <meta name="if:link 3" content="0">
  41. <meta name="if:link 4" content="0">
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar-thumb {
  46. background-color: {color:text};
  47. width:5px;
  48. height:100px;
  49. }
  50.  
  51. ::-webkit-scrollbar {
  52. height:5px;
  53. width:5px;
  54. background-color: {color:background};
  55. }
  56.  
  57. a:link, a:visited {
  58. color: {color:links};
  59. text-decoration: none;
  60. -webkit-transition: 1s ease-in-out;
  61. -moz-transition: 1s ease-in-out;
  62. -o-transition: 1s ease-in-out;
  63. transition: 1s ease-in-out
  64. }
  65.  
  66. a:hover {
  67. color: {color:link hover};
  68. text-decoration: none;
  69. -webkit-transition: 1s ease-in-out;
  70. -moz-transition: 1s ease-in-out;
  71. -o-transition: 1s ease-in-out;
  72. transition: 1s ease-in-out
  73. }
  74.  
  75.  
  76. body {
  77. margin-top:50px;
  78. margin-left:100px;
  79. padding: 10px;
  80. background:{color:background};
  81. background-image:url('{image:Background}');
  82. background-repeat:none;
  83. background-size:cover;
  84. background-attachment:fixed;
  85. font-family: consolas;
  86. font-size: 70%;
  87. color: {color:Text};
  88. }
  89.  
  90. #sidebar {
  91. margin-top:70px;
  92. margin-left:-30px;
  93. {block:ifborders}
  94. border:solid 1px;
  95. border-color:{color:border};
  96. border-radius: none;
  97. {block:ifborders}
  98. position: fixed;
  99. {block:iftransparentsidebarandposts}
  100. background-color:none;
  101. {block:iftransparentsidebarandposts}
  102. {block:ifnottransparentsidebarandposts}
  103. background-color:#fff;
  104. {block:ifnottransparentsidebarandposts}
  105. padding: 10px;
  106. float: left;
  107. width: 150px;
  108. font-family: consolas;
  109. font-size: 10px;
  110. }
  111.  
  112. {block:ifsidebarimage}
  113. #sidebar img {
  114. width:120px;
  115. }
  116. {/block:ifsidebarimage}
  117.  
  118. #posts {
  119. margin-top:40px;
  120. margin-left:300px;;
  121. {block:ifborders}
  122. border:solid 1px;
  123. border-color:{color:border};
  124. border-radius: none;
  125. {block:ifborders}
  126. {block:iftransparentsidebarandposts}
  127. background-color:none;
  128. {block:iftransparentsidebarandposts}
  129. {block:ifnottransparentsidebarandposts}
  130. background-color:#fff;
  131. {block:ifnottransparentsidebarandposts}
  132. padding: 10px;
  133. width: 250px;
  134. font-family: consolas;
  135. font-size: 10px;
  136. }
  137.  
  138. #posts img {
  139. max-width:250px;
  140. }
  141.  
  142. #posts blockquote{
  143. border-left: 2px solid {color:Text};
  144. padding: 0 0 0 3px;
  145. margin-left: 10px;
  146. }
  147.  
  148. h1 {
  149. font: italic 16px times new roman;
  150. text-align: center;
  151. }
  152.  
  153. h1 a{
  154. color: {color:links};
  155. text-decoration: none;
  156. }
  157.  
  158. #quote {
  159. font: italic 13px times new roman;
  160. text-align: center;
  161. }
  162.  
  163. #asks {
  164. border:solid 1px;
  165. border-color:{color:border};
  166. border-radius: none;
  167. font-family:times new roman;
  168. }
  169.  
  170. #footer {
  171. {block:ifborders}
  172. border:solid 1px;
  173. border-color:{color:border};
  174. border-radius: none;
  175. {block:ifborders}
  176. background-color:{color:footer background};
  177. padding: 3px;
  178. }
  179.  
  180. #tags {
  181. {block:ifborders}
  182. border:solid 1px;
  183. border-color:{color:border};
  184. border-radius: none;
  185. {block:ifborders}
  186. background-color:{color:footer background};
  187. padding: 3px;
  188. }
  189.  
  190. </style>
  191.  
  192. <body>
  193.  
  194. <div id="sidebar">
  195. {block:ifsidebarimage}<center><a href="/" title="{title}"><img src="{image:sidebar}"></a></center>{/block:ifsidebarimage}
  196.  
  197. <p></p>
  198.  
  199. <center>{description}</center>
  200.  
  201. <p></p>
  202.  
  203. <center><select style="height:20px;
  204. border:solid 1px;
  205. border-color:{color:border};
  206. border-radius: none;
  207. font-family:consolas;
  208. ms;color:{color:text};
  209. letter-spacing:5px;
  210. {block:iftransparentsidebarandposts}
  211. background-color:{color:background};
  212. {block:iftransparentsidebarandposts}
  213. -webkit-appearance: none;
  214. font-size:10px;
  215. width:120px;" onChange="location.href=this.options[this.selectedIndex].value;">
  216. <option>links</option>
  217. <option value="/">refresh</option>
  218. <option value="/ask">inbox</option>
  219. {block:iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:iflink1}
  220. {block:iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:iflink2}
  221. {block:iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:iflink3}
  222. {block:iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:iflink4}
  223. <option value="http://shycallgirl.tumblr.com/">theme</option>
  224. </select>
  225. </form></center>
  226. <p></p>
  227. <center>{block:PreviousPage}
  228. <a href="{PreviousPage}">back</a>
  229. {/block:PreviousPage}
  230. -
  231. {block:NextPage}
  232. <a href="{NextPage}">next</a>
  233. {/block:NextPage}
  234. {/block:Pagination}</center>
  235. </div>
  236.  
  237. {block:Posts}
  238. <div id="posts">
  239. {block:Text}
  240. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  241. {body}
  242. {/block:Text}
  243.  
  244. {block:Photo}
  245. <a href="{Permalink}"><img src="{PhotoURL-250}" /></a>
  246. <p><a href="{PhotoURL-HighRes}">high-res →</a></p>
  247. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  248. {/block:Photo}
  249.  
  250. {block:Photoset}
  251. {Photoset-250}
  252. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  253. {/block:Photoset}
  254.  
  255. {block:Quote}
  256. <div id="quote">"{Quote}"</div>
  257. <br/>{block:Source}<center>- {Source}</center>{/block:Source}
  258. {/block:Quote}
  259.  
  260. {block:Link}
  261. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  262. {block:Description}{Description}{/block:description}
  263. {/block:Link}
  264.  
  265. {block:Chat}
  266. {block:Title}<h1>{Title}</h1>{/block:Title}
  267. {block:Lines} {block:Label}<b>{Label}</b>{/block:Label} {Line}<br />{/block:Lines}
  268. {/block:Chat}
  269.  
  270. {block:Audio}
  271. {block:AlbumArt}
  272. <img src="{AlbumArtURL}" width="70" height="70">
  273. {/block:AlbumArt}
  274.  
  275. <div style="float:right"> <p><strong>Track</strong>:
  276. {block:TrackName}
  277. {TrackName}
  278. {/block:TrackName}
  279.  
  280. <p><strong>Artist</strong>:
  281. {block:Artist}
  282. {Artist}
  283. {/block:Artist}
  284.  
  285. <p><strong>Album</strong>:
  286. {block:Album}
  287. {Album}
  288. {/block:Album}</div>
  289.  
  290. <p>{AudioplayerBlack}</p>
  291. <p>{PlayCountWithLabel}</p>
  292. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  293. {/block:Audio}
  294.  
  295. {block:Video}
  296. {VideoEmbed-250}
  297. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  298. {/block:Video}
  299.  
  300. {block:Answer}
  301. <div id="asks">
  302. <p><center><a href="{AskerURL}"><img src="{AskerPortraitURL-40}"></a> <br /> <i><strong>{Question}</strong></i></center></p>
  303. </div>
  304. <p>{Answer}</p></center>
  305. {/block:Answer}
  306.  
  307. <p>
  308. <div id="footer">
  309. <center>{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} -
  310.  
  311. <a href="{Permalink}">{NoteCountWithLabel}</a></center>
  312. </div>
  313.  
  314. <p>{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  315. <p>{block:RebloggedFrom}
  316. <center>via: <a href="{ReblogParentURL}" title"{ReblogParentTitle}">{ReblogParentName}</center></a>
  317. {/block:RebloggedFrom}
  318.  
  319.  
  320.  
  321. {block:PermalinkPage}
  322. <p>
  323. {block:PostNotes}{PostNotes}{/block:PostNotes}
  324. {block:PermalinkPage}
  325.  
  326. </div>
  327. {/block:Posts}
  328.  
  329. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement