Advertisement
yuukithemes

don't yell theme

Nov 1st, 2015
2,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.84 KB | None | 0 0
  1. <!DOCTYPE html><head>
  2.  
  3. <!-- theme by @seaboat
  4. follow usual theme rules when using this. -->
  5.  
  6. <title>{title}</title>
  7. <meta name="color:Background" content="#fff">
  8. <meta name="color:Text" content="#444">
  9. <meta name="color:Link" content="#444">
  10. <meta name="image:Sidebar" content=""/>
  11. <meta name="color:Link Hover" content="#eee">
  12. <meta name="color:Link Background" content="#eee">
  13. <meta name="color:Ask Background" content="#faf9f8" />
  14. <meta name="color:Sidebar Background" content="#fbfbfb"/>
  15. <meta name="color:Shadow" content="#000"/>
  16. <meta name="color:Borders" content="#fbfbfb"/>
  17. <meta name="if:link style 2" content="1"/>
  18. <meta name="if:400px" content="1">
  19. <meta name="color:backgrounds" content="#fff9fd"/>
  20. <meta name="if:260px" content="0">
  21. <meta name="image:Background" content="">
  22. <meta name="text:font size" content="11px">
  23. <meta name="text:Link 1 URL" content="" />
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 2 URL" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 3 URL" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <link rel="shortcut icon" href="{Favicon}">
  30.  
  31. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  32. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  33. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  34. <style type="text/css">
  35.  
  36. a {
  37. color:{color:Link};
  38. text-decoration:none; }
  39.  
  40. a:hover {
  41. color:{color:link hover}; }
  42.  
  43. h2,h1 {
  44. font-family:helvetica;
  45. font-weight:100;
  46. font-size:13px; }
  47.  
  48. #ask {
  49. background:{color:ask background};
  50. padding:4px}
  51.  
  52. #answer { margin-top:8px; }
  53.  
  54. blockquote {
  55. padding-left:8px;
  56. padding-right:5px;
  57. margin:8px;
  58. border-left:2px solid {color:Text};
  59. word-wrap:break-word;}
  60.  
  61. .caption a {
  62. font-weight:bold;
  63. text-decoration:underline; }
  64.  
  65. pre, code {
  66. padding:10px;
  67. box-sizing:border-box;
  68. -moz-box-sizing:border-box;
  69. webkit-box-sizing:border-box;
  70. display:block;
  71. width:100%;
  72. overflow-x:auto; }
  73.  
  74. body {
  75. background:{color:Background};
  76. background-image:url('{image:Background}');
  77. font-size:{text:font size};
  78. background-attachment:fixed;
  79. font-family:arial;
  80. color:{color:Text};
  81. line-height:1.5em;
  82. word-wrap:break-word; }
  83.  
  84. .caption {
  85. background:{color:ask background};
  86. padding-top:6px;
  87. padding-left:8px;
  88. padding-right:8px;
  89. padding-bottom:4px;
  90. }
  91.  
  92. pre,small,tiny,sub {
  93. font-size:12px;
  94. font-style:normal; }
  95.  
  96. h3 {
  97. color:{color:border};
  98. font-family:tahoma;
  99. font-weight:100;
  100. font-size:15px;
  101. margin-top:-3px;
  102. margin-bottom:15px;
  103. text-transform:uppercase; }
  104.  
  105. #border {
  106. border-radius:5px;
  107. margin-left:-100px;
  108. background:white;
  109. margin-top:50px;
  110. width:120px;
  111. box-shadow:0px 0px 3px 3px {color:shadow};
  112. padding:10px;
  113. position:fixed;
  114. border:1px solid {color:borders}; }
  115.  
  116. #title { text-align:center;}
  117.  
  118. #title img {
  119. margin-top:-60px;
  120. border-radius:5px;
  121. background:white;
  122. width:75px;
  123. box-shadow:0px 0px 2px 2px {color:shadow};
  124. border:1px solid {color:borders};
  125. padding:6px;}
  126.  
  127. #links {
  128. margin-top:5px;
  129. text-align:center; }
  130.  
  131. #links a {
  132. {block:iflinkstyle2}
  133. display:block;
  134. border:1px dashed {color:shadow};
  135. margin-bottom:3px;
  136. background:{color:link background};
  137. padding:4px;
  138. {/block:iflinkstyle2}
  139. }
  140.  
  141. #contents {
  142. width:500px;
  143. border:none;
  144. margin:40px auto;}
  145.  
  146. .pagination {
  147. padding:10px;
  148. margin-top:20px;
  149. font-size:12px;
  150. text-align:center;
  151. margin-left:30px;}
  152.  
  153. .pagination a{
  154. display:inline-block;
  155. margin:0px 2px;
  156. background:white;
  157. display:-moz-inline-stack;
  158. line-height:100%;
  159. padding:5px;}
  160.  
  161. .tumblr_audio_player {
  162. {block:if260px} width:260px; {/block:if260px}
  163. {block:if400px} width:400px; {/block:if400px}
  164. box-shadow:0px 0px 0px 3px {color:background};
  165. height:70px;
  166. overflow:hidden; }
  167.  
  168. .pagination .g {
  169. display:inline-block;
  170. margin:0px 2px;
  171. display:-moz-inline-stack;
  172. line-height:100%;
  173. padding:7px;}
  174.  
  175. .pagination a:hover {opacity:0.7;}
  176.  
  177. #notes {
  178. border-radius:5px;
  179. {block:if260px} width:270px; {/block:if260px}
  180. {block:if400px} width:410px; {/block:if400px}
  181. padding:15px; max-height:200px; overflow:auto;
  182. margin-top:-30px; line-height:16px; margin-left:0px;
  183. background:white; border:1px solid {color:borders}; }
  184.  
  185. #notes img {display:none;}
  186.  
  187. ol.notes { color:{color:Text};}
  188.  
  189. #notes a { color:{color:text};}
  190.  
  191. #previous, #next, .page-info {
  192. font-size: 12px;
  193. background-color: white;
  194. border: 1px solid #eee;
  195. color: {color:Text};
  196. padding: 5px;
  197. text-decoration: none; }
  198.  
  199. #previous:hover, #next:hover { text-decoration: none; }
  200.  
  201. #uh {
  202. margin-top:-10px;
  203. }
  204.  
  205. #uh a { font-weight:bold; text-decoration:underline; }
  206.  
  207. #entries{
  208. margin-left:100px;
  209. {block:if260px} width:260px; {/block:if260px}
  210. {block:if400px} width:400px; {/block:if400px}
  211. margin-bottom:30px;}
  212.  
  213. #posts {
  214. {block:if260px} width:260px;
  215. box-shadow:0px 0px 3px 3px {color:shadow};
  216. overflow:hidden;{/block:if260px} {block:if400px} width:400px;
  217. {/block:if400px} padding:20px; line-height:17px;
  218. background:white; border-radius:5px; border:1px solid {color:Borders}; margin-bottom:50px;}
  219.  
  220. #posts img {max-width:100%;}
  221.  
  222. iframe { max-width:100%;}
  223.  
  224. .chat li { border-bottom:1px dotted {color:border};
  225. background:white;padding:5px;margin-top:5px}
  226.  
  227. .video-container {
  228. position: center;
  229. overflow: hidden;
  230. }
  231.  
  232. .video-container iframe,
  233. .video-container object,
  234. .video-container embed {
  235. position: center;
  236. {block:if260px}
  237. max-width:260px;
  238. background:{color:background};
  239. max-height:260px;
  240. {/block:if260px}
  241. {block:if400px}
  242. max-width:400px;
  243. background:{color:background};
  244. max-height:400px;
  245. {/block:if400px}
  246. }
  247.  
  248. .video-wrapper {
  249. {block:if260px}
  250. max-width:260px;
  251. max-height:260px;
  252. {/block:if260px}
  253. {block:if400px}
  254. max-width:400px;
  255. max-height:400px;
  256. {/block:if400px}
  257. }
  258.  
  259. #postinfo{
  260. text-transform:lowercase; margin-top:6px;}
  261.  
  262. #tags a {padding:3px;}
  263.  
  264. #boop {
  265. background:{color:sidebar background};
  266. border:1px solid {color:shadow}; padding:10px;
  267. border-radius:5px; text-align:center;
  268. margin-bottom:6px; font-size:15px;}
  269.  
  270. #boop a { display:block; text-decoration:none;}
  271.  
  272. .desc {
  273. text-align:center;padding-bottom:2px; margin-top:8px;
  274. }
  275. {CustomCSS}</style></head>
  276.  
  277. <body>
  278. <div id="contents">
  279. <div id="border">
  280. <div style="font-size:20px;text-align:center"></div>
  281. <div id="title"><a href="/"><img src="{image:Sidebar}"></a></div>
  282. <div id="links">
  283. <a href="/ask"style="text-decoration:none">Mail</a>
  284. <a href="/archive"style="text-decoration:none">Archive</a>
  285. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  286. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  287. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  288. </div>
  289. <div class="desc">{description}</div>
  290. </div>
  291. <div id="entries">
  292. <div class="post"><div class="post-content"><div class="post">{block:Posts}<div id="posts">
  293. {block:ContentSource}<!-- {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}{block:Text}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<div id="uh">{Body}</div>{/block:Text}{block:Quote}<div style="font-weight:100;
  294. font-size:12px;
  295. line-height:18px;
  296. font-family:helvetica;
  297. margin:0 0 10px 0;">"{Quote}"</div>{/block:Quote}{block:Link}<div id="boop"><a href="{URL}">{Name}</a></div>{Description}{/block:Link}{block:Lines}
  298. <div class="{Alt} user_{UserNumber}" style="border-bottom:1px dotted {color:border};background:white;padding:5px;margin-top:5px;">
  299. {block:Label}
  300. <b>{Label}</b> {line}{/block:Label}
  301. </div>
  302. {/block:Lines}
  303. {/block:Chat}{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}{block:Photoset}{Photoset}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}{block:Video}
  304. {block:PostTitle}{PostTitle}{/block:PostTitle}
  305. {block:Video}{block:if260px}
  306. <div class="video-wrapper">
  307. <div class="video-container">
  308. {video-400}
  309. </div></div>{/block:if260px}
  310. {/block:Video}
  311.  
  312. {block:Audio}<center>{AudioPlayer}</center> {/block:Audio}{block:Answer}<div id="ask"><b>{Asker}:</b><span style="padding:4px">{Question}</span></div><div id="answer">{Answer}</div>{/block:Answer}{block:indexpage}<div id="postinfo"><a href="{Permalink}"><i class="fa fa-pencil-square-o"></i>
  313.  
  314. posted <i>{Month} {DayOfMonth}{DayofMonthSuffix}</i>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>&nbsp;
  315. {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}<br>
  316. {block:RebloggedFrom}
  317. <a href="{ReblogParentURL}"><i class="fa fa-plus-square-o"style="text-decoration:none"></i> reblogged {ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} <a href="{ReblogRootURL}"> <i class="fa fa-check-square-o"style="text-decoration:none"></i> originally by {ReblogRootName}</a>{/block:RebloggedFrom}{/block:indexpage}</div>
  318. {block:permalinkpage}{block:PostNotes}
  319. <div id="notes">
  320. {block:RebloggedFrom}
  321. <a href="{ReblogParentURL}"><i class="fa fa-refresh"style="text-decoration:none"></i> reblogged from {ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} <a href="{ReblogRootURL}"> <i class="fa fa-check-square-o"style="text-decoration:none"></i> originally by {ReblogRootName}</a>{/block:RebloggedFrom}<br>
  322. <b>{notecountwithlabel}</b> tagged: {block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}
  323. {PostNotes}</div>{block:PostNotes}{/block:permalinkpage}</div>{/block:Posts}{block:IndexPage}<div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="g">✖</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" id="next">→</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}</div></div>
  324. <!-- do not remove it. please.-->
  325. <a href="http://seaboat.tumblr.com" style="position:fixed;bottom:5px;left:5px;">SEABOAT</a>
  326. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement