Advertisement
styelsh

Stand Down Theme

Nov 16th, 2013
28,523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY 17YEAROLDELEANOR
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:text" content="#2e2e2e"/>
  12. <meta name="color:link" content="#2e2e2e"/>
  13. <meta name="color:scrollbar" content="#2e2e2e" />
  14.  
  15. <meta name="image:sidebar" content=""/>
  16. <meta name="if:400px posts" content=""/>
  17.  
  18. <meta name="text:Link 1" content="">
  19. <meta name="text:Link 1 Title" content="">
  20. <meta name="text:Link 2" content="">
  21. <meta name="text:Link 2 Title" content="">
  22. <meta name="text:Link 3" content="">
  23. <meta name="text:Link 3 Title" content="">
  24.  
  25. <head><title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29. <style type="text/css">
  30.  
  31. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  32. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  33. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  34. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  35. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  36. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  37. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  38.  
  39. body {
  40. background:#ffffff;
  41. font-family:arial;
  42. font-size:10px;
  43. letter-spacing:0px;
  44. line-height:90%;
  45. color:{color:text};
  46. }
  47.  
  48. a:link, a:active, a:visited{color: {color:link};}
  49. a:hover{color:{color:link}; text-decoration:underline;}
  50.  
  51. a {
  52. color:{color:link};
  53. text-decoration:none;
  54. -moz-transition-duration:0.4s;
  55. -webkit-transition-duration:0.4s;
  56. -o-transition-duration:0.4s;
  57. }
  58.  
  59. a:hover {
  60. color:{color:link};
  61. text-decoration:underline;
  62. -moz-transition-duration:0.4s;
  63. -webkit-transition-duration:0.4s;
  64. -o-transition-duration:0.4s;
  65. }
  66.  
  67. #container {
  68. background-color:{color:background};
  69. width:700px;
  70. margin: 0 auto -12px auto;
  71. text-align: center;
  72. }
  73.  
  74. .links{
  75. border-top:1px solid #f4f4f4;
  76. padding:5px;
  77. margin-top:7px;
  78. word-spacing:0px;
  79. text-align:right;
  80. }
  81.  
  82. .links a{
  83. padding:3px;
  84. letter-spacing:0px;
  85. color:{color:link};
  86. text-decoration:none;
  87. -moz-transition-duration:0.4s;
  88. -webkit-transition-duration:0.4s;
  89. -o-transition-duration:0.4s;
  90. }
  91.  
  92. .links a:hover{
  93. color:{color:link};
  94. text-decoration:underline;
  95. -moz-transition-duration:0.4s;
  96. -webkit-transition-duration:0.4s;
  97. -o-transition-duration:0.4s;
  98. }
  99.  
  100. #sidebar {
  101. margin-left:-160px;
  102. top: 100px;
  103. position:fixed;
  104. width:250px;
  105. }
  106.  
  107. #descri {
  108. background-color:#ffffff;
  109. width:250px;
  110. padding:15px;
  111. }
  112.  
  113. #descri img {
  114. width:250px;
  115. margin-bottom:5px;
  116. }
  117.  
  118. #stext {
  119. margin-top:2px;
  120. margin-bottom:5px;
  121. padding:3px;
  122. text-align:center;
  123. }
  124.  
  125. .pagi {
  126. font-size:15px;
  127. margin-top:-40px;
  128. text-align:right;
  129. font-style:italic;
  130. margin-bottom:40px;
  131. padding:10px;
  132. {block:ifNot400pxposts}
  133. margin-left:170px;
  134. {/block:ifNot400pxposts}
  135. {block:if400pxposts}
  136. margin-left:170px;
  137. {/block:if400pxposts}
  138. }
  139.  
  140. h1 {
  141. font-size:15px;
  142. text-align:center;
  143. padding:10px;
  144. color:{color:text};
  145. }
  146.  
  147. h2 {
  148. font-size:15px;
  149. text-align:justify;
  150. font-weight:normal;
  151. padding:10px;
  152. }
  153.  
  154. #asker {
  155. float:left;
  156. padding:1px;
  157. margin-top:-2px;
  158. margin-right:5px;
  159. }
  160.  
  161. #question {
  162. line-height:90%;
  163. }
  164.  
  165. #answer {
  166. line-height:90%;
  167. }
  168.  
  169. blockquote {
  170. border-left:1px solid #e9e7e7;
  171. padding-left:10px;
  172. margin:5px;
  173. }
  174.  
  175. #stuffcontainer {
  176. float:left;
  177. text-align:left;
  178. background-color:{color:bg};
  179. color:{color:text};
  180. margin-bottom: 0px;
  181. {block:ifNot400pxposts}
  182. width:500px;
  183. {/block:ifNot400pxposts}
  184. {block:if400pxposts}
  185. width:400px;
  186. {/block:if400pxposts}
  187. }
  188.  
  189. #stuff {
  190. {block:ifNot400pxposts}
  191. width:500px;
  192. margin-left:170px;
  193. {/block:ifNot400pxposts}
  194. {block:if400pxposts}
  195. width:400px;
  196. margin-left:170px;
  197. {/block:if400pxposts}
  198. margin-top:50px;
  199. text-align:justify;
  200. margin-bottom:60px;
  201. padding:10px;
  202. line-height:90%;
  203. letter-spacing:0px;
  204. background-color:#ffffff;
  205. color:{color:text};
  206. }
  207.  
  208. #postinfo {
  209. margin-top:0px;
  210. {block:ifNot400pxposts}
  211. width:500px;
  212. {/block:ifNot400pxposts}
  213. {block:if400pxposts}
  214. width:400px;
  215. {/block:if400pxposts}
  216. padding-top:0px;
  217. line-height:90%;
  218. text-align:left;
  219. }
  220.  
  221. .tags {
  222. {block:ifNot400pxposts}
  223. width:500px;
  224. {/block:ifNot400pxposts}
  225. {block:if400pxposts}
  226. width:400px;
  227. {/block:if400pxposts}
  228. text-align:left;
  229. margin-top:0px;
  230. line-height:90%;
  231. }
  232.  
  233. ol.notes {
  234. {block:ifNot400pxposts}
  235. width:500px;
  236. margin-left:170px;
  237. {/block:ifNot400pxposts}
  238. {block:if400pxposts}
  239. width:400px;
  240. margin-left:170px;
  241. {/block:if400pxposts}
  242. padding:0px;
  243. margin:0px 0px 0px 170px;
  244. list-style-type:none;
  245. text-align:left;
  246. }
  247. ol.notes li.note {
  248. padding: 10px;
  249. }
  250. ol.notes li.note img.avatar {
  251. vertical-align:-4px;
  252. margin-right:10px;
  253. width:16px;
  254. height:16px;
  255. -webkit-border-radius:100px;
  256. -moz-border-radius:100px;
  257. border-radius:100px;
  258. }
  259. ol.notes li.note span.action {
  260. font-weight:normal;
  261. }
  262. ol.notes li.note .answer_content {
  263. font-weight:normal;
  264. }
  265. ol.notes li.note blockquote {
  266. padding:9px 6px 9px 6px;
  267. }
  268.  
  269. #cred {
  270. bottom:30px;
  271. font-style:none;
  272. right:35px;
  273. position:fixed;
  274. }
  275.  
  276. </style>
  277. <style type="text/css">{CustomCSS}</style>
  278.  
  279. </head>
  280. <body>
  281.  
  282. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  283.  
  284. <div id="container">
  285.  
  286. <div id="sidebar">
  287. <div id="descri">
  288.  
  289. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  290.  
  291. <div id="stext">
  292. {Description}
  293. </div>
  294.  
  295. <center><div class="links">
  296. <a href="/">home</a>
  297. <a href="/ask">ask</a>
  298. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  299. {block:ifLink2} <a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  300. {block:ifLink3} <a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  301. </div></center>
  302.  
  303. </div></div>
  304.  
  305. <div id="stuffcontainer">
  306.  
  307. {block:Posts}<div id="stuff">
  308.  
  309. <br><br>
  310.  
  311. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  312.  
  313. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  314.  
  315. {block:Quote}<h2>“{Quote}” <br><br><center><b>— {Source}</b></center></h2>{/block:Quote}
  316.  
  317. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  318. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  319.  
  320. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  321.  
  322. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  323.  
  324. {block:Video} {block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  325.  
  326. {block:Answer}<div id="asker"></div><big><B>{Asker}</B></big><br><div id="question">{Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  327.  
  328. {block:Audio}<div class="audio"><div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><br><div class="playercontainer">{AudioPlayerWhite}</div></div>{block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  329.  
  330. <div style="border-top:1px solid #f4f4f4; margin-top:5px; margin-bottom:5px;"></div>
  331.  
  332. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} ― <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  333.  
  334. {block:RebloggedFrom}<a href="{ReblogParentURL}"
  335. title="{ReblogParentTitle}">{ReblogParentName}</a> /
  336. <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  337.  
  338. </div>{/block:Date}
  339.  
  340. {block:HasTags}
  341. <div class="tags">
  342. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  343. {/block:HasTags}
  344.  
  345. </div>
  346.  
  347. {block:PostNotes}{PostNotes}{/block:PostNotes}
  348.  
  349. {/block:Posts}
  350.  
  351. {block:ContentSource}
  352. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  353.  
  354. {block:Pagination}
  355. <div class="pagi">
  356. {block:PreviousPage}
  357. <a href="{PreviousPage}">prev</a>
  358. {/block:PreviousPage}
  359. {block:NextPage}
  360. <a href="{NextPage}">next</a>
  361. {/block:NextPage}
  362. </div>
  363. {/block:Pagination}
  364.  
  365. </div>
  366.  
  367. </body>
  368. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement