Advertisement
gimmelou

theme 12: american apparel

Aug 3rd, 2013
1,770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.48 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!--theme 11: american apparel
  6. by gimmelou
  7. don't remove credit but if you must then pls put it in your faq!
  8. have a nice day! c:
  9. -->
  10.  
  11. <title>{Title}</title>
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#000000"/>
  15. <meta name="color:link" content="#6b6b6b"/>
  16. <meta name="color:borders" content="#e9e9e9"/>
  17. <meta name="color:scrollbar" content="#000000"/>
  18.  
  19. <meta name="text:meet" content "your name">
  20. <meta name="text:link 1" content="" />
  21. <meta name="text:link 1 url" content="/" />
  22. <meta name="text:link 2" content="" />
  23. <meta name="text:link 2 url" content="/" />
  24. <meta name="text:link 3" content="" />
  25. <meta name="text:link 3 url" content="/" />
  26. <meta name="text:link 4" content="" />
  27. <meta name="text:link 4 url" content="/" />
  28. <meta name="text:link 5" content="" />
  29. <meta name="text:link 5 url" content="/" />
  30. <meta name="text:link 6" content="" />
  31. <meta name="text:link 6 url" content="/" />
  32. <meta name="text:link 7" content="" />
  33. <meta name="text:link 7 url" content="/" />
  34. <meta name="text:link 8" content="" />
  35. <meta name="text:link 8 url" content="/" />
  36.  
  37. <meta name="if:Show Link1" content="1"/>
  38. <meta name="if:Show Link2" content="1"/>
  39. <meta name="if:Show Link3" content="1"/>
  40. <meta name="if:Show Link4" content="1"/>
  41. <meta name="if:Show Link5" content="1"/>
  42. <meta name="if:Show Link6" content="1"/>
  43. <meta name="if:Show Link7" content="1"/>
  44. <meta name="if:Show Link8" content="1"/>
  45.  
  46. <meta name="if:Tiny Cursor" content="1"/>
  47. <meta name="if:blackandwhiteposts" content="1" />
  48. <meta name="if:500pxposts" content="1" />
  49. <meta name="if:400pxposts" content="0" />
  50.  
  51.  
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54.  
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar-thumb{
  59. background-color: {color:scrollbar};
  60. border: 2px solid {color:background};
  61. height:auto;
  62. -moz-border-radius: 10px;
  63. border-radius: 10px;
  64. }
  65.  
  66. ::-webkit-scrollbar {
  67. height:auto;
  68. width:12px;
  69. background-color: #ffffff;
  70. border: 4px solid {color:background};
  71. }
  72.  
  73. body {
  74. background:{color:background};
  75. margin:10px;
  76. color:{color:text};
  77. font-family:calibri;
  78. font-size:11px;
  79. line-height:120%;
  80. {block:ifTinyCursor}cursor:url(http://i.imgur.com/IepP2.jpg), progress; {/block:ifTinyCursor}
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. color:{color:link};
  86. padding:1px;
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease;
  90. }
  91.  
  92. blockquote {
  93. padding-left:2px;
  94. margin:1px;
  95. border-left:1px solid {color:text};
  96. }
  97.  
  98. h1 {
  99. font-family:helvetica;
  100. font-size:22px;
  101. text-align:left;
  102. line-height:120%;
  103. letter-spacing:1px;
  104. color:{color:text};
  105. }
  106.  
  107. #entries {
  108. padding:50px;
  109. margin-left:400px;
  110. margin-top:30px;
  111. margin-bottom: 0px;
  112. {block:if500pxposts}width:500px;{/block:if500pxposts}
  113. {block:if400pxposts}width: 400px;{/block:if400pxposts}
  114. }
  115.  
  116. #post {
  117. {block:ifblackandwhiteposts}-webkit-filter:grayscale(100%);{/block:ifblackandwhiteposts}
  118. background: #ffffff;
  119. width:500px;
  120. padding-top:12px;
  121. padding-bottom:70px;
  122. padding-left:10px;
  123. padding-right:10px;
  124. margin-top:-50px;
  125. margin-bottom: 20px;
  126. {block:if500pxposts}width:500px;{/block:if500pxposts}
  127. {block:if400pxposts}width: 400px;{/block:if400pxposts}
  128. }
  129.  
  130. #notes {
  131. font-family:consolas;
  132. letter-spacing: 1px;
  133. text-transform:uppercase;
  134. font-size:11px;
  135. }
  136.  
  137. #info {
  138. text-align:left;
  139. padding:5px;
  140. margin-top:5px;
  141. margin-bottom:10px;
  142. text-transform: uppercase;
  143. font-family:calibri;
  144. font-size:8px;
  145. margin-left:-5px;
  146. letter-spacing: 1px;
  147. text-align: center;
  148. border-bottom:0px solid {color:borders};
  149. border-top: 1px solid {color:borders};
  150. }
  151.  
  152. #tags {
  153. font-family:sans serif;
  154. text-transform:lowercase;
  155. margin-top:0px;
  156. text-align:center;
  157. font-size:9px;
  158. line-height:10px;
  159. letter-spacing: 2px;
  160. font-style:italic;
  161. -webkit-transition: all 0.8s ease;
  162. }
  163.  
  164. #tags a {
  165. padding:1px;
  166. background-color:white;
  167. color:gray;
  168. -webkit-transition: all 0.4s ease;
  169. }
  170.  
  171. #tags a:hover {
  172. background-color:gray;
  173. color:white;
  174. -webkit-transition: all 0.4s ease;
  175. }
  176.  
  177. #hello {
  178. width: 248px;
  179. margin-left:220px;
  180. margin-top: 130px;
  181. position: fixed;
  182. font-family: Helvetica;
  183. font-weight: bold;
  184. color: #000000;
  185. font-size: 70px;
  186. letter-spacing: -6px;
  187. text-align: left;
  188. position:fixed;
  189. }
  190.  
  191. #sidebar {
  192. width:90px;
  193. height: 50px;
  194. position:fixed;
  195. margin-left:-700px;
  196. margin-top:0px;
  197. opacity:1;
  198. }
  199.  
  200. #meet {
  201. width: 248px;
  202. margin-left:225px;
  203. margin-top: 280px;
  204. position: fixed;
  205. font-family: helvetica;
  206. font-weight: bold;
  207. color: #000000;
  208. font-size: 17px;
  209. letter-spacing: -1px;
  210. text-align: left;
  211. position:fixed;
  212. }
  213.  
  214. #description {
  215. font-family:helvetica;
  216. width: 151px;
  217. font-style:none;
  218. font-size:10px;
  219. text-align:left;
  220. margin-top:300px;
  221. margin-left:925px;
  222. line-height:120%;
  223. }
  224.  
  225. .links {
  226. width:150px;
  227. position:fixed;
  228. height:auto;
  229. margin-top:365px;
  230. margin-left:225px;
  231. text-align:left;
  232. }
  233.  
  234. .links a{
  235. font-family:helvetica;
  236. margin-left:0px;
  237. text-align:center;
  238. font-size:10px;
  239. font-style:none;
  240. color:#000000;
  241. letter-spacing:0px;
  242. font-weight:bold;
  243. }
  244.  
  245. #pagi {
  246. background-color: #ffffff;
  247. width: 150px;
  248. font-size:9px;
  249. text-align:left;
  250. color:#000000;
  251. font-family:helvetica;
  252. letter-spacing:2px;
  253. margin-left:925px;
  254. margin-top:70px;
  255. -webkit-transition: all 0.6s ease-in-out;
  256. -moz-transition: all 0.6s ease-in-out;
  257. -o-transition: all 0.6s ease-in-out;
  258. -ms-transition: all 0.6s ease-in-out;
  259. transition: all 0.6s ease-in-out;
  260. }
  261.  
  262. #pagi a{
  263. font-size:9px;
  264. text-align:center;
  265. color:#000000;
  266. font-family:helvetica;
  267. letter-spacing:2px;
  268. margin-left:0px;
  269. margin-top:0px;
  270. -webkit-transition: all 0.6s ease-in-out;
  271. -moz-transition: all 0.6s ease-in-out;
  272. -o-transition: all 0.6s ease-in-out;
  273. -ms-transition: all 0.6s ease-in-out;
  274. transition: all 0.6s ease-in-out;
  275. }
  276.  
  277. .question {
  278. text-align:left;
  279. background:#f2f2f2;
  280. padding-left:5px;padding-top:7px;
  281. padding-right:5px;padding-bottom:7px;
  282. border-left: 2px solid {color:Link};
  283. border-right: 2px solid {color:Link};
  284. background-color:{color:blockquote};
  285. }
  286.  
  287. .answer {
  288. text-align:left;
  289. padding-left:5px;padding-top:7px;
  290. padding-right:5px;padding-bottom:7px;
  291. }
  292.  
  293. #c {
  294. font-size:9px;
  295. font-family:cambria;
  296. font-style:italic;
  297. letter-spacing:1px;
  298. -moz-transition-duration:0.5s;
  299. -webkit-transition-duration:0.5s;
  300. -o-transition-duration:0.5s;
  301. }
  302.  
  303. #c a {
  304. background-color:#fff;
  305. padding:5px;
  306. border:1px solid #e9e9e9;
  307. position:fixed;
  308. right:15px;
  309. bottom:10px
  310. }
  311.  
  312. #c a:hover {
  313. color:#fff;
  314. background-color:#191919;
  315. }
  316.  
  317. {CustomCSS}
  318.  
  319.  
  320. </style>
  321.  
  322.  
  323. </head>
  324. <body>
  325.  
  326.  
  327. <div id="hello">Hello.</div>
  328. <div id="meet">Meet&nbsp{text:meet}.</div>
  329.  
  330. <div class="links">
  331. <a href="/">home</a>
  332. {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/Block:ifShowLink1}
  333. {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/Block:ifShowLink2}
  334. {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/Block:ifShowLink3}
  335. {Block:ifShowLink4}<a href="{text:link 4 url}">{text:link 4}</a>{/Block:ifShowLink4}
  336. {Block:ifShowLink5}<a href="{text:link 5 url}">{text:link 5}</a>{/Block:ifShowLink5}
  337. {Block:ifShowLink6}<a href="{text:link 6 url}">{text:link 6}</a>{/Block:ifShowLink6}
  338. {Block:ifShowLink7}<a href="{text:link 7 url}">{text:link 7}</a>{/Block:ifShowLink7}
  339. {Block:ifShowLink8}<a href="{text:link 8 url}">{text:link 8}</a>{/Block:ifShowLink8}
  340. </div>
  341.  
  342.  
  343. </div>
  344.  
  345.  
  346. <div id="sidebar">
  347. <div id="description">{Description} </div>
  348.  
  349.  
  350.  
  351. {block:Pagination}
  352. <div align="center" id="pagi">
  353. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}—{block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  354. </div>{/block:Pagination}
  355.  
  356.  
  357. </div></div></div> </div>
  358. <div id="entries">{block:Posts}<div id="post">
  359.  
  360. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  361.  
  362. {block:Photo}
  363.  
  364. {block:if400pxposts}<img src="{PhotoURL-400}" width="400">{/block:if400pxposts}
  365.  
  366. {block:if500pxposts}<img src="{PhotoURL-500}" width="500">{/block:if500pxposts}
  367.  
  368. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  369.  
  370.  
  371.  
  372. {block:if400pxposts}{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:if400pxposts}
  373.  
  374. {block:if500pxposts}{block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:if500pxposts}
  375.  
  376. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  377.  
  378. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  379.  
  380. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  381.  
  382.  
  383. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  384. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  385. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  386. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  387. {/block:Audio}
  388.  
  389. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  390.  
  391. {block:Answer}<div class="text">
  392. <div class="question">
  393. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  394. {block:indexpage}
  395. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
  396. {/block:indexpage}
  397. </div>{/block:Answer}
  398.  
  399. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  400. {block:ContentSource} + <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">source</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  401. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  402. {/block:Posts}<div id="tags">
  403. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  404. {/block:Posts}</div></div></div>
  405.  
  406.  
  407. </body>
  408.  
  409. <div id="c"><a href="http://caramelfringe.tumblr.com">CF</div>
  410.  
  411.  
  412.  
  413. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement