Advertisement
fengtai

Pretty Girl Theme

Jan 5th, 2014
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1. <!-- theme by boysjpeg 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:gradient top" content="#fce5ff"/>
  10. <meta name="color:gradient bottom" content="#DBF6FF"/>
  11. <meta name="color:post bg" content="#DBF6FF"/>
  12. <meta name="color:text" content="#a2a2a2"/>
  13. <meta name="color:links" content="#000000"/>
  14. <meta name="color:link hover" content="#dbf6ff"/>
  15.  
  16. <!-- img -->
  17. <meta name="image:img" content="" />
  18.  
  19. <!-- text -->
  20. <meta name="text:dropdown links title" content="" />
  21.  
  22. <meta name="text:img hover" content="" />
  23.  
  24. <meta name="text:link 1 url" content="" />
  25. <meta name="text:link 1 title" content="" />
  26.  
  27. <meta name="text:link 2 url" content="" />
  28. <meta name="text:link 2 title" content="" />
  29.  
  30. <meta name="text:link 3 url" content="" />
  31. <meta name="text:link 3 title" content="" />
  32.  
  33. <meta name="text:link 4 url" content="" />
  34. <meta name="text:link 4 title" content="" />
  35.  
  36. <!-- ifs -->
  37. <meta name="if:captions" content="0">
  38. <meta name="if:grayscale" content="0">
  39. <meta name="if:link 1" content="0">
  40. <meta name="if:link 2" content="0">
  41. <meta name="if:link 3" content="0">
  42. <meta name="if:link 4" content="0">
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar-thumb {
  47. background-color: {color:gradient top};
  48. width:5px;
  49. height:100px;
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height:5px;
  54. width:5px;
  55. background-color: {color:gradient bottom};
  56. }
  57.  
  58. a:link, a:visited {
  59. color: {color:links};
  60. text-decoration: none;
  61. -webkit-transition: 1s ease-in-out;
  62. -moz-transition: 1s ease-in-out;
  63. -o-transition: 1s ease-in-out;
  64. transition: 1s ease-in-out
  65. }
  66.  
  67. a:hover {
  68. color: {color:link hover};
  69. text-decoration: none;
  70. text-transform: uppercase;
  71. -webkit-transition: 1s ease-in-out;
  72. -moz-transition: 1s ease-in-out;
  73. -o-transition: 1s ease-in-out;
  74. transition: 1s ease-in-out
  75. }
  76. body {
  77. margin-top:50px;
  78. margin-left:100px;
  79. padding: 10px;
  80. background-image: -webkit-gradient(
  81. linear,
  82. left top,
  83. left bottom,
  84. color-stop(0, {color:gradient top}),
  85. color-stop(1, {color:gradient bottom})
  86. );
  87. background-image: -o-linear-gradient(bottom, {color:gradient top} 0%, {color:gradient bottom} 100%);
  88. background-image: -moz-linear-gradient(bottom, {color:gradient top} 0%, {color:gradient bottom} 100%);
  89. background-image: -webkit-linear-gradient(bottom, {color:gradient top} 0%, {color:gradient bottom} 100%);
  90. background-image: -ms-linear-gradient(bottom, {color:gradient top} 0%, {color:gradient bottom} 100%);
  91. background-image: linear-gradient(to bottom, {color:gradient top} 0%, {color:gradient bottom} 100%);
  92. background-attachment:fixed;
  93. font-family: consolas;
  94. font-size: 70%;
  95. color: {color:Text};
  96. }
  97.  
  98. #desc {
  99. left: 10px;
  100. top: 10px;
  101. border: solid 1px;
  102. border-color:{color:text};
  103. font-family: consolas;
  104. background-color:{color:post bg};
  105. width:100px;
  106. height:23px;
  107. overflow:hidden;
  108. padding: 10px;
  109. position:fixed;
  110. -webkit-transition: 1s ease-in-out;
  111. -moz-transition: 1s ease-in-out;
  112. -o-transition: 1s ease-in-out;
  113. transition: 1s ease-in-out;
  114. }
  115.  
  116. #desc:hover {
  117. height:50px;
  118. overflow:scroll;
  119. -webkit-transition: 1s ease-in-out;
  120. -moz-transition: 1s ease-in-out;
  121. -o-transition: 1s ease-in-out;
  122. transition: 1s ease-in-out;
  123. }
  124.  
  125. #links {
  126. left: 10px;
  127. top: 90px;
  128. border: solid 1px;
  129. border-color:{color:text};
  130. font-family: consolas;
  131. background-color:{color:post bg};
  132. width:100px;
  133. height:10px;
  134. overflow:hidden;
  135. padding: 10px;
  136. position:fixed;
  137. -webkit-transition: 1s ease-in-out;
  138. -moz-transition: 1s ease-in-out;
  139. -o-transition: 1s ease-in-out;
  140. transition: 1s ease-in-out;
  141. }
  142.  
  143. #links:hover {
  144. height:50px;
  145. overflow:scroll;
  146. -webkit-transition: 1s ease-in-out;
  147. -moz-transition: 1s ease-in-out;
  148. -o-transition: 1s ease-in-out;
  149. transition: 1s ease-in-out;
  150. }
  151.  
  152. #img {
  153. position:fixed;
  154. left:-25px;
  155. bottom:200px;
  156. width:300px;
  157. height:200px;
  158. }
  159.  
  160. #posts {
  161. margin-top: 100px;
  162. margin-left:350px;
  163. margin-bottom:55px;
  164. border: solid 1px;
  165. border-color:{color:text};
  166. font-family: consolas;
  167. background-color:{color:post bg};
  168. padding: 20px;
  169. width:400px;
  170. }
  171.  
  172. #posts img{
  173. max-width: 400px;
  174. {block:ifgrayscale}
  175. -webkit-filter: grayscale(100%);
  176. -moz-filter: grayscale(100%);
  177. -ms-filter: grayscale(100%);
  178. -o-filter: grayscale(100%);
  179. filter: grayscale(100%);
  180. filter: url(grayscale.svg); /* Firefox 4+ */
  181. filter: gray; /* IE 6-9 */
  182. -webkit-transition: 1s ease-in-out;
  183. -moz-transition: 1s ease-in-out;
  184. -o-transition: 1s ease-in-out;
  185. transition: 1s ease-in-out;
  186. {/block:ifgrayscale}
  187. }
  188.  
  189. {block:ifgrayscale}
  190. #posts img:hover {
  191. -webkit-filter: grayscale(0%);
  192. -moz-filter: grayscale(0%);
  193. -ms-filter: grayscale(0%);
  194. -o-filter: grayscale(0%);
  195. filter: grayscale(0%);
  196. -webkit-transition: 1s ease-in-out;
  197. -moz-transition: 1s ease-in-out;
  198. -o-transition: 1s ease-in-out;
  199. transition: 1s ease-in-out;
  200. }
  201. {/block:ifgrayscale}
  202.  
  203. #posts blockquote{
  204. border-left: 2px solid {color:Text};
  205. padding: 0 0 0 5px;
  206. margin-left: 20px;
  207. }
  208.  
  209. h1 {
  210. font: 20px consolas;
  211. text-align: center;
  212. }
  213.  
  214. h1 a{
  215. color: {color:links};
  216. text-decoration: none;
  217. }
  218.  
  219. #quote {
  220. font: italic 13px consolas;
  221. text-align: center;
  222. }
  223.  
  224. #asks {
  225. border-style:solid {color:border};
  226. border-radius:none;
  227. border-width:1.6px;
  228. }
  229.  
  230. #footer {
  231. border-style:solid;
  232. border-width:1px;
  233. border-color: {color:text};
  234. padding: 4px;
  235. background-color:{color:gradient top};
  236. }
  237.  
  238. #pagination {
  239. margin-left:350px;
  240. bottom:10px;
  241. font-size: 16px;
  242. position:fixed;
  243. }
  244.  
  245. #footer2 {
  246. border-style:solid;
  247. border-width:1px;
  248. border-color: {color:text};
  249. padding: 4px;
  250. background-color:{color:gradient top};
  251. }
  252.  
  253. </style>
  254.  
  255. <body>
  256. <div id="desc">
  257. <center>{description}</center>
  258. </div>
  259.  
  260. <div id="links">
  261. <center>{text:dropdown links title}</center>
  262. <p></p>
  263. <p><center><a href="/">index</a></center>
  264. <center><a href="/ask">inbox</a></center>
  265. <center>{block:iflink1}
  266. <a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1}</center>
  267. <center>{block:iflink2}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2}</center>
  268. <center>{block:iflink3}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3}</center>
  269. <center>{block:iflink4}<a href="{text:link 4 url}">{text:link 4 title}</a>{block:iflink4}</center>
  270. <center><a href="http://boysjpeg.tumblr.com/">theme</a></center>
  271. </div>
  272.  
  273. <div id="img">
  274. <a href="/" title="{text:img hover}"><img src="{image:img}" width="300" height="400"/></a>
  275. </div>
  276.  
  277. {block:Posts}
  278. <div id="posts">
  279. {block:Text}
  280. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  281. {body}
  282. {/block:Text}
  283.  
  284. {block:Photo}
  285. <a href="{Permalink}"><img src="{PhotoURL-400}" /></a>
  286. <p><a href="{PhotoURL-HighRes}">high-res →</a></p>
  287. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  288. {/block:Photo}
  289.  
  290. {block:Photoset}
  291. {Photoset-400}
  292. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  293. {/block:Photoset}
  294.  
  295. {block:Quote}
  296. <div id="quote">"{Quote}"</div>
  297. <br/>{block:Source}<center>- {Source}</center>{/block:Source}
  298. {/block:Quote}
  299.  
  300. {block:Link}
  301. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  302. {block:Description}{Description}{/block:description}
  303. {/block:Link}
  304.  
  305. {block:Chat}
  306. {block:Title}<h1>{Title}</h1>{/block:Title}
  307. {block:Lines} {block:Label}<b>{Label}</b>{/block:Label} {Line}<br />{/block:Lines}
  308. {/block:Chat}
  309.  
  310. {block:Audio}
  311. <center><p>{block:AlbumArt}
  312. <img src="{AlbumArtURL}" width="100" height="100">
  313. {/block:AlbumArt}</p>
  314.  
  315. <p><strong>Track</strong>:
  316. {block:TrackName}
  317. {TrackName}
  318. {/block:TrackName}
  319.  
  320. <p><strong>Artist</strong>:
  321. {block:Artist}
  322. {Artist}
  323. {/block:Artist}
  324.  
  325. <p><strong>Album</strong>:
  326. {block:Album}
  327. {Album}
  328. {/block:Album}
  329.  
  330. <p>{AudioplayerBlack}</p></center>
  331. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  332. {/block:Audio}
  333.  
  334. {block:Video}
  335. {VideoEmbed-400}
  336. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  337. {/block:Video}
  338.  
  339. {block:Answer}
  340. <div id="asks">
  341. <p><center><a href="{AskerURL}">{Asker}</a> said: <i><strong>{Question}</strong></i></center></p>
  342. </div>
  343. <p>{Answer}</p></center>
  344. {/block:Answer}
  345.  
  346. <p>
  347. <div id="footer">
  348. <center>{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>{/block:Date} /
  349.  
  350. <a href="{Permalink}">{NoteCount}%</a> /
  351.  
  352. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></center>
  353. </div>
  354.  
  355. <p><div id="footer2">{block:RebloggedFrom}
  356. <center>via: <a href="{ReblogParentURL}" title"{ReblogParentTitle}">{ReblogParentName}</a>
  357. {/block:RebloggedFrom}
  358. /
  359. {block:contentsource}
  360. source: <a href="{SourceURL}" title="{SourceTitle}">{SourceTitle}</a></center>{/block:contentsource}
  361. </div>
  362.  
  363.  
  364.  
  365. <p>
  366.  
  367. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  368.  
  369.  
  370. {block:PermalinkPage}
  371. <p>
  372. {block:PostNotes}{PostNotes}{/block:PostNotes}
  373. {block:PermalinkPage}
  374.  
  375. </div>
  376. {/block:Posts}
  377.  
  378. <div id="pagination">
  379. <p>{block:PreviousPage}
  380. <a href="{PreviousPage}">back</a>
  381. {/block:PreviousPage}
  382. -
  383. {block:NextPage}
  384. <a href="{NextPage}">next</a>
  385. {/block:NextPage}
  386. {/block:Pagination}
  387. </div>
  388.  
  389. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement