Advertisement
Mikaela

LIPSTICK

Oct 3rd, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 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. <!-- THEME # 4 'LIPSTICK' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. BUT SERIOUSLY I'LL REPORT YOU
  6. OKAY ENJOY NOW
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}"/>
  17. {/block:Description}
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  20.  
  21. <meta name="color:bg" content="#ffffff">
  22. <meta name="color:link" content="#bbb8b8">
  23. <meta name="color:text" content="#9a9a9a">
  24. <meta name="color:tags" content="#b9b7b7">
  25. <meta name="color:ask" content="#fcfcfc">
  26. <meta name="color:hover" content="#eeeeee">
  27. <meta name="color:border" content="#e7e7e7">
  28. <meta name="color:scrollbar" content="#d6d5d5">
  29. <meta name="color:titletext" content="#ffffff">
  30. <meta name="color:titlebackground" content="#ffffff">
  31. <meta name="color:sidebarborder" content="#e46d7f">
  32. <meta name="color:sidebarlinks" content="#ffffff">
  33.  
  34.  
  35. <meta name="image:sidebar" content=""/>
  36.  
  37. <meta name="text:link 1" content="">
  38. <meta name="text:link 1 url" content="/">
  39. <meta name="text:link 2" content="">
  40. <meta name="text:link 2 url" content="/">
  41. <meta name="text:link 3" content="">
  42. <meta name="text:link 3 url" content="/">
  43. <meta name="text:link 4" content="">
  44. <meta name="text:link 4 url" content="/">
  45.  
  46. <meta name="if:Cursor" content="1">
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. /*--scrollbar--*/
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  56. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  57. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  58. }
  59. /*--body--*/
  60.  
  61.  
  62. body {
  63. font-style:none;
  64. background-color:{color:bg};
  65. font-family:calibri;
  66. color:{color:text};
  67. font-size:9px;
  68. }
  69.  
  70.  
  71. a {
  72. color:{color:link};
  73. text-decoration:none;
  74. -webkit-transition: all 0.5s ease-out;
  75. -moz-transition: all 0.5s ease-out;
  76. transition: all 0.5s ease-out;
  77. }
  78.  
  79. a:hover {
  80. color:{color:hover};
  81. text-decoration:none;
  82. -webkit-transition: all 0.8s ease-out;
  83. -moz-transition: all 0.8s ease-out;
  84. transition: all 0.8s ease-out;
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:2px solid {color:border};
  94. }
  95.  
  96. h1 {
  97. font-size:10px;
  98. }
  99.  
  100. /*--Cursor code--*/
  101.  
  102. {block:ifCursor}
  103.  
  104. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  105.  
  106. {/block:ifCursor}
  107.  
  108.  
  109.  
  110. /*--sidebar--*/
  111.  
  112. #sidebar {
  113. color:{color:text};
  114. position:fixed;
  115. width:300px;
  116. height:200px;
  117. text-align:left;
  118.  
  119. /*--Sidebar Image--*/
  120. }
  121. /*--sidebarimage--*/
  122. #sidebarimage {
  123. width:140px;
  124. }
  125.  
  126. #sidebarimage img {
  127. position:fixed;
  128. width:122px;
  129. height:122px;
  130. margin-top:255px;
  131. margin-left:35px;
  132. z-index:-1;
  133. border: 8px solid;
  134. border-top:25px solid;
  135. border-color:{color:sidebarborder};
  136. -webkit-transition: all 1s ease;
  137. -moz-transition: all 1s ease;
  138. -o-transition: all 1s ease;
  139. }
  140.  
  141. #sidebarimage img:hover {
  142.  
  143. -webkit-transition: all 1s ease;
  144. -moz-transition: all 1s ease;
  145. -o-transition: all 1s ease;
  146.  
  147. }
  148. /*--Links--*/
  149. #links {
  150. font-family:calibri;
  151. position:fixed;
  152. z-index:-1;
  153. color:#000;
  154. text-transform:uppercase;
  155. text-align:center;
  156. margin-top:255px;
  157. background-color:{color:sidebarborder};
  158. margin-left:186px;
  159. }
  160.  
  161. #links a {
  162. display:block;
  163. padding-top:16px;
  164. padding-left:6px;
  165. padding-right:6px;
  166. padding-bottom:6px;
  167. font-size:10px;
  168. color:{color:sidebarlinks}
  169. }
  170.  
  171. #links a:hover {
  172. font-style:italic;
  173. color:{color:hover};
  174. }
  175.  
  176.  
  177. /*--description--*/
  178.  
  179. #description {
  180. width:110px;
  181. position:fixed;
  182. z-index:-3;
  183. font-family:'calibri';
  184. font-size:10px;
  185. text-align:center;
  186. margin-left:265px;
  187. margin-top:265px;
  188. padding-top:22px;
  189. padding-right:10px;
  190. padding-left:10px;
  191. padding-bottom:10px;
  192. background-color:{color:sidebarborder};
  193. color:#fff;
  194. }
  195.  
  196. /*--title--*/
  197.  
  198. #title {
  199. font-size:50px;
  200. font-weight:bold;
  201. padding-top:68px;
  202. font-family:Edwardian Script ITC;
  203. padding-bottom:68px;
  204. letter-spacing:1px;
  205. margin-top:220px;
  206. margin-left:15px;
  207. z-index:999999;
  208. background-color:{color:sidebarborder};
  209. width:400px;
  210. color:{color:titletext};
  211. text-align:center;
  212. -webkit-transition: all 1s ease;
  213. -moz-transition: all 1s ease;
  214. -o-transition: all 1s ease;
  215. }
  216.  
  217.  
  218. #sidebar:hover #title {
  219. padding-top:3px;
  220. padding-bottom:3px;
  221. font-size:35px;
  222. font-weight:normal;
  223. -webkit-transition: all 1s ease;
  224. -moz-transition: all 1s ease;
  225. -o-transition: all 1s ease;
  226. }
  227.  
  228.  
  229.  
  230.  
  231. /*--posts--*/
  232.  
  233. #posts {
  234. width:500px;
  235. margin-bottom:10px;
  236. padding:1px;
  237. font-size:11px;
  238. color:{color:text};
  239. line-height:90%;
  240. text-align:justify;
  241. }
  242.  
  243. #postscontainer {
  244. margin-bottom:20px;
  245. padding:1px;
  246. margin-left:450px;
  247. margin-top:55px;
  248. }
  249.  
  250. /*--info--*/
  251.  
  252. #info {
  253. margin-bottom:10px;
  254. font-size:8px;
  255. margin-top:10px;
  256. text-align:left;
  257. padding:5px;
  258. color:{color:link};
  259. border-top:1px solid {color:border};
  260. }
  261.  
  262.  
  263. #reblog {
  264. text-transform:uppercase;
  265. font-family:trebuchet ms;
  266. margin-left:-5px;
  267. margin-top:-5px;
  268. text-align:center;
  269. color:white;
  270. background-color:#cfcece;
  271. width:35px;
  272. padding:3px;
  273. }
  274.  
  275. #reblog a {
  276. color:white;
  277. }
  278.  
  279. #notes {
  280. margin-left:40px;
  281. margin-top:-12px;
  282. }
  283.  
  284. #rightinfo {
  285. text-transform:uppercase;
  286. font-family:trebuchet ms;
  287. margin-left:370px;
  288. text-align:justify;
  289. float:right;
  290. background-color:#cfcece;
  291. padding:3px;
  292. margin-top:-12px;
  293. color:white;
  294. }
  295.  
  296. #rightinfo a {
  297. color:white;
  298. }
  299.  
  300. /*--tags--*/
  301.  
  302. #tags {
  303. width:490px;
  304. margin-left:-4px;
  305. margin-top:7px;
  306. font-size:10px;
  307. color:{color:tags}:
  308. }
  309.  
  310. #tags a {
  311. color:{color:tags};
  312. }
  313.  
  314. #tags a:hover {
  315. color:{color:hover}
  316. }
  317.  
  318. /*--asks--*/
  319.  
  320. #askbg {
  321. padding:12px;
  322. background-color:{color:#fff};
  323. border-bottom: 3px solid;
  324. border-color:{color:border}
  325. }
  326.  
  327. #ask {
  328. margin-top:-5px;
  329. font-family:calibri;
  330. text-align:left;
  331. }
  332.  
  333. /*--CRED - DO NOT TOUCH THIS--*/
  334.  
  335. #credit {
  336. right:0px;
  337. bottom:0px;
  338. color:{color:text};
  339. position:fixed;
  340. -webkit-transition: all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;
  342. transition: all 0.5s ease-out;
  343. }
  344.  
  345.  
  346. {CustomCSS}
  347. </style>
  348. <script type="text/javascript" src="http://static.tumblr.com/0szq8b5/R0cmg0bw1/tumblr-endless-scrolling.js"></script>
  349. </head>
  350.  
  351. <body>
  352.  
  353. <div id="sidebar">
  354. <div id="sidebarimage">
  355. <img src="{image:sidebar}"></div>
  356. <div id="links">
  357. <a href="{text:link 1 url}">{text:link 1}</a>
  358. <a href="{text:link 2 url}">{text:link 2}</a>
  359. <a href="{text:link 3 url}">{text:link 3}</a>
  360. <a href="{text:link 4 url}">{text:link 4}</a>
  361. </div>
  362.  
  363. <div id="description">{description}</div>
  364. <div id="title">{Title}</div></div>
  365.  
  366. <div id="postscontainer">
  367.  
  368. {block:Posts}
  369. <div id="posts">
  370.  
  371. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  372.  
  373.  
  374. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  375.  
  376. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  377.  
  378. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  379.  
  380. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  381.  
  382. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  383.  
  384. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  385.  
  386. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  387.  
  388. {block:Answer}<div id="askbg"><div id="ask"></div><br><font face="Edwardian Script ITC"><big><big><big><big><big><big><big>{Asker} </font></big></big></big></big></big></big></big>asked: {Question}</div> {Answer}{/block:Answer}
  389.  
  390. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  391. {NoteCountWithLabel}</a></div>
  392. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  393. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  394. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  395. {block:HasTags} <div id="tags"><font size="2">Tags:</font size>{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  396. </div>
  397. {/block:Posts}
  398. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  399. {/block:Posts}
  400. </div>
  401. <div id="credit"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a>
  402. </div>
  403.  
  404. </body>
  405. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement