Advertisement
fengtai

Cutesy Theme

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