shutupstrax

Theme 1 by shutupstrax

Sep 1st, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- THEME 1 BY SHUTUPSTRAX PLEASE DO NOT REMOVE THE CREDIT OR CLAIM AS YOUR OWN AND DON'T USE AS A BASE ANY QUESTIONS JUST ASK ME AND EDIT AS YOU WISH (...)--->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#dadada"/>
  12. <meta name="color:Link" content="#dad8d8"/>
  13. <meta name="color:Link background" content="#463c3c"/>
  14. <meta name="image:sidebar" content=""/>
  15. <meta name="image:sidebar2" content=""/>
  16. <meta name="color:linkhover" content="#838282"/>
  17. <meta name="color:bold" content="#cecece">
  18. <meta name="color:italic" content="#cecece">
  19. <meta name="color:asker bg" content="#f5f5f5">
  20. <meta name="color:border" content="#cecece">
  21. <meta name="color:sidebar" content="#acacac">
  22. <meta name="color:title" content="#ffffff">
  23.  
  24. <meta name="text:Link1" content="" />
  25. <meta name="text:Link1 Title" content="" />
  26. <meta name="text:Link2" content="" />
  27. <meta name="text:Link2 Title" content="" />
  28. <meta name="text:Link3" content="" />
  29. <meta name="text:Link3 Title" content="" />
  30. <meta name="text:Link4" content="" />
  31. <meta name="text:Link4 Title" content="" />
  32. <meta name="text:Link5" content="" />
  33. <meta name="text:Link5 Title" content="" />
  34. <meta name="text:Link6" content="" />
  35. <meta name="text:Link6 Title" content="" />
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. body {
  41. background:{color:background};
  42. margin:0px;
  43. color:{color:text};
  44. font-family:arial;
  45. font-size:10px;
  46. line-height:100%;
  47. }
  48.  
  49. a {
  50. color:{color:link};
  51. text-decoration: none;
  52. }
  53.  
  54. a {text-decoration:none;
  55. -webkit-transition: all 1s ease-in-out;
  56. -moz-transition: all 1s ease-in-out;
  57. -ms-transition: all 1s ease-in-out;
  58. -o-transition: all 1s ease-in-out;
  59. transition: all 1s ease-in-out;;}
  60.  
  61. a:hover:{color:linkhover}
  62.  
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. blockquote blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. h1 {
  80. font-size:15px;
  81. }
  82.  
  83. b, strong {
  84. color:{color:bold};
  85. font-weight:bold;
  86. }
  87.  
  88. i, em {
  89. color:{color:italic};
  90. }
  91.  
  92. #entries {
  93. padding:10px;
  94. width:500px;
  95. margin-left:600px;
  96. margin-top:70px;
  97. overflow:hidden;
  98. font-weight:normal;
  99.  
  100. }
  101.  
  102. #post {
  103. width:400px;
  104. padding-bottom:20px;
  105. overflow:hidden;
  106. }
  107.  
  108. #sidebar {
  109. width:150px;
  110. position:fixed;
  111. margin-left:250px;
  112. margin-top:80px;
  113. }
  114.  
  115. #title {
  116. font-size:12px;
  117. text-align:center;
  118. margin-bottom:2px;
  119. letter-spacing:1px;
  120. color:{color:title};
  121. }
  122.  
  123. #title{margin-left:20px; text-align:center; margin-bottom:5px;
  124. letter-spacing:1px;
  125. margin-top:30px; width:300px;}
  126.  
  127. #sidebar2 { width 150px;
  128. margin-top:-830px;
  129. margin-left:300px;
  130. background-color:#1C1C1C;
  131.  
  132. -webkit-transition: all 1s ease-in-out;
  133. -moz-transition: all 1s ease-in-out;
  134. -ms-transition: all 1s ease-in-out;
  135. -o-transition: all 1s ease-in-out;
  136. transition: all 1s ease-in-out;
  137. opacity: 1;}
  138.  
  139.  
  140.  
  141. #sidebar2 img{
  142. width:132px;
  143. height:124px;
  144. margin-top:327px;
  145. margin-left:-201px;
  146. -webkit-border-radius:100em;
  147. -moz-border-radius: 100em;
  148. border-radius: 100em;
  149. -webkit-transition: all 1s ease-in-out;
  150. -moz-transition: all 1s ease-in-out;
  151. -ms-transition: all 1s ease-in-out;
  152. -o-transition: all 1s ease-in-out;
  153. transition: all 1s ease-in-out;}
  154.  
  155. #sidebar2 :hover{
  156. -webkit-transition: all 1s ease-in-out;
  157. -moz-transition: all 1s ease-in-out;
  158. -ms-transition: all 1s ease-in-out;
  159. -o-transition: all 1s ease-in-out;
  160. transition: all 1s ease-in-out;
  161.  
  162. opacity: 0;
  163. }
  164.  
  165. #sidebarimage {
  166. width 150px;
  167. padding-top:100px;
  168. padding-bottom:380px;
  169. padding-left:270px;
  170. margin-top:-470px;
  171. margin-left:30px;
  172. background:{color:sidebar};
  173. }
  174.  
  175. #sidebarimage img {
  176. width:130px;
  177. height:120px;
  178. margin-top:200px;
  179. margin-left:-200px;
  180. -webkit-border-radius: 99em;
  181. -moz-border-radius: 99em;
  182. border-radius: 99em;
  183.  
  184. }
  185.  
  186.  
  187.  
  188. #description {
  189. border-style:solid;
  190. border-width:1px;
  191. border-right:0px;
  192. border-left:0px;
  193. border-bottom:0px;
  194. width:200px;
  195. font-size:9px;
  196. margin-top:50px;
  197. margin-left:60px;
  198. padding:6px;
  199.  
  200. }
  201.  
  202. #pagination { position:fixed;
  203. font-size:10px;
  204. text-align:center;
  205. margin-left:20px;
  206. margin-top:190px;
  207. width:100px;
  208.  
  209. }
  210.  
  211. #next { position:fixed;
  212. font-size:10px;
  213. text-align:center;
  214. margin-left:220px;
  215. margin-top:190px;
  216. width:100px;}
  217.  
  218. #info {
  219. width:490px;
  220. padding:5px;
  221. font-size:8px;
  222. color:{color:link};
  223. margin-top:10px;
  224. margin-bottom:5px;
  225. letter-spacing:2px;
  226. text-align:left;
  227. }
  228.  
  229. #questions {
  230. background-color: {color:asker bg};
  231. padding:11px;
  232. margin-top: 5px;
  233. margin-bottom:5px;
  234. font-size:10px;
  235. text-align:left;
  236. }
  237.  
  238. #answer {
  239. font-size:10px;
  240. text-transform:lowercase;
  241. }
  242.  
  243. #links {background-color: {color:link background};
  244. opacity:0.8;
  245. padding:5px;
  246. padding-top:17px;
  247. padding-bottom:17px;
  248. font-size:9px;
  249. text-align:center;
  250. letter-spacing:1px;
  251. margin-left:300px;
  252. margin-top:-150px;
  253. position:absolute;
  254. float:left;
  255. width:300px;
  256. padding-left:100px;
  257. padding-right:100px;
  258. }
  259. #links a:hover
  260. {
  261. background-color:{color:linkhover};
  262. }
  263.  
  264.  
  265.  
  266. #imagesidebar2 { width:130px;
  267. height:120px;
  268. margin-top:100px;
  269. margin-left:-200px;}
  270.  
  271. #cred {
  272. position:fixed;
  273. bottom:15px;
  274. right:15px;
  275. font-size:9px;
  276. padding:5px;
  277. text-transform:uppercase;
  278. border:1px solid {color:border}; padding: 4px 6px 4px 6px;}
  279.  
  280. {CustomCSS}</style></head><body>
  281.  
  282. <div id="sidebar">
  283.  
  284. <div id="title">{Title}</div>
  285.  
  286. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  287.  
  288. <div id="sidebar2"><img src="{image:sidebar2}"></div>
  289.  
  290. <center><div id="links">
  291. <a href="/">home</a>
  292. <a href="/ask">ask</a>
  293. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  294. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  295. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  296. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  297. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  298. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6} </center>
  299. <center><div id="description">{Description}</div></center>
  300.  
  301. {block:Pagination}
  302. <div id="pagination">
  303. {block:PreviousPage}<a href="{PreviousPage}"> « present</a> {/block:PreviousPage}
  304. </div>
  305.  
  306.  
  307. <div id="next">
  308. {block:NextPage}<a href="{NextPage}">past »</a>{/block:NextPage}{/block:Pagination}
  309. </div>
  310.  
  311. </div>
  312. <div id="cred"><a href="http://shutupstrax.tumblr.com/">sus</a></div>
  313. <div id="entries">{block:Posts}<div id="post">
  314.  
  315. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  316.  
  317. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  318.  
  319. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  320.  
  321. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  322.  
  323. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  324.  
  325. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  326.  
  327. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  328.  
  329. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  330.  
  331. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  332. <div id="answer">{Answer}</div>{/block:answer}
  333.  
  334. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>
  335.  
  336. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  337.  
  338. {/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  339. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  340. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  341.  
  342. {block:PostNotes}{PostNotes}{/block:PostNotes}
  343. {/block:Posts} </div>
  344. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment