Advertisement
teruteru

Marching to the See - 【 THEME 8 by Anomaly ☽】

Jan 15th, 2016
1,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 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>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{image:Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!---
  10. theme 8: marching to the see by anomaly betrayus
  11. theme base by coolestghost
  12. dont delete the credit otherwise have fun!
  13. --->
  14.  
  15. <meta name="image:Favicon" content=""/>
  16. <meta name="image:Background" content=""/>
  17. <meta name="image:Home" content=""/>
  18. <meta name="image:Ask" content=""/>
  19. <meta name="image:Submit" content=""/>
  20. <meta name="image:About" content=""/>
  21. <meta name="image:Side" content=""/>
  22.  
  23. <meta name="color:Scrollbar Background" content="{color}"/>
  24. <meta name="color:Scrollbar" content="{color}"/>
  25. <meta name="color:Background" content="{color}"/>
  26. <meta name="color:Bubble" content="{color}"/>
  27. <meta name="color:Posts" content="{color}"/>
  28. <meta name="color:Borders" content="{color}"/>
  29. <meta name="color:Blockquote" content="{color}"/>
  30. <meta name="color:Text" content="{color}"/>
  31. <meta name="color:Link" content="{color}"/>
  32. <meta name="color:Menu Background" content="{color}"/>
  33. <meta name="color:Permalink" content="{color}"/>
  34.  
  35. <meta name="text:Title" content="marching to the see"/>
  36. <meta name="text:Menu Title" content="links"/>
  37. <meta name="text:Home Title" content="home"/>
  38. <meta name="text:Ask Title" content="message"/>
  39. <meta name="text:Submit Title" content="submit"/>
  40. <meta name="text:About Title" content="about"/>
  41. <meta name="text:About URL" content="/about"/>
  42. <meta name="text:Link 1" content="/"/>
  43. <meta name="text:Link 1 Title" content="link 1"/>
  44. <meta name="text:Link 2" content="/"/>
  45. <meta name="text:Link 2 Title" content="link 2"/>
  46. <meta name="text:Link 3" content="/"/>
  47. <meta name="text:Link 3 Title" content="link 3"/>
  48. <meta name="text:Link 4" content="/"/>
  49. <meta name="text:Link 4 Title" content="link 4"/>
  50. <meta name="text:Link 5" content="/"/>
  51. <meta name="text:Link 5 Title" content="link 5"/>
  52. <meta name="text:Link 6" content="/"/>
  53. <meta name="text:Link 6 Title" content="link 6"/>
  54. <meta name="text:Link 7" content="/"/>
  55. <meta name="text:Link 7 Title" content="link 7"/>
  56. <meta name="text:Link 8" content="/"/>
  57. <meta name="text:Link 8 Title" content="link 8"/>
  58. <meta name="text:Tag Symbol" content="#"/>
  59. <meta name="text:Permalink Symbol" content="+"/>
  60.  
  61. <meta name="text:bubble triangle position" content="110"/>
  62. <meta name="text:side left" content="415"/>
  63. <meta name="text:side width" content="100"/>
  64. <meta name="text:side top" content="100"/>
  65.  
  66. <meta name="if:Full BG" content=""/>
  67.  
  68. <meta name="select:font" content="Consolas"/>
  69. <meta name="select:font" content="Arial"/>
  70. <meta name="select:font" content="Calibri"/>
  71. <meta name="select:font" content="Courier New"/>
  72. <meta name="select:font" content="Verdana"/>
  73. <meta name="select:font" content="Tahoma"/>
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. ::-webkit-scrollbar {
  79. height: 5px;
  80. width: 10px;
  81. background: {color:scrollbar background};
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb {
  85. background:{color:scrollbar};
  86. border:1px solid {color:scrollbar};
  87. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  88. border-radius: 5px;
  89. -webkit-border-radius: 5px;
  90. -moz-border-radius: 5px;
  91. -o-border-radius: 5px;
  92. }
  93.  
  94. ::-webkit-scrollbar-corner {
  95. background: {color:scrollbar background};
  96. }
  97.  
  98. body {
  99. background:{color:background};
  100. background-image: url("{image:Background}");
  101. background-attachment: fixed;
  102. background-repeat: repeat;
  103. {block:iffullbg}
  104. background-size: cover;
  105. {/block:iffullbg}
  106. margin:0px;
  107. color:{color:text};
  108. font-family:{select:font};
  109. font-size:11px;
  110. line-height:100%;
  111. }
  112.  
  113. a {
  114. text-decoration:none;
  115. outline:none;
  116. -moz-outline-style:none;
  117. color:{color:link};
  118. }
  119.  
  120. blockquote {
  121. padding-left:5px;
  122. border-left:2px solid {color:blockquote};
  123. }
  124.  
  125. blockquote blockquote {
  126. padding-left:5px;
  127. border-left:2px solid {color:blockquote};
  128. }
  129.  
  130. h1 {
  131. font-size:15px;
  132. }
  133.  
  134. #entries {
  135. background-color:transparent;
  136. width:500px;
  137. margin:auto;
  138. }
  139.  
  140. #post {
  141. background-color:{color:posts};
  142. padding:20px;
  143. width:500px;
  144. padding-bottom:20px;
  145. border:solid 3px {color:borders};
  146. border-radius: 5px;
  147. margin: 25px 0 25px 0;
  148. -webkit-border-radius: 5px;
  149. -moz-border-radius: 5px;
  150. -o-border-radius: 5px;
  151. }
  152.  
  153.  
  154. #pagination {
  155. bottom:0px;
  156. font-family:{select:font};
  157. width:500px;
  158. font-size:20px;
  159. padding:11px;
  160. letter-spacing:1px;
  161. margin:auto;
  162. margin-bottom:20px;
  163. word-spacing:15px;
  164. text-align:center;
  165. background:{color:posts};
  166. text-transform:lowercase;
  167. }
  168.  
  169. #title{
  170. font-size:33px;
  171. font-family:{select:font};
  172. text-align:center;
  173. margin:auto;
  174. margin-top:20px;
  175. margin-bottom:20px;
  176. }
  177.  
  178. #description {
  179. background-color:{color:Bubble};
  180. width:250px;
  181. padding:5px;
  182. text-align:center;
  183. margin:auto;
  184. margin-top:20px;
  185. margin-bottom:20px;
  186. border-radius: 5px;
  187. -webkit-border-radius: 5px;
  188. -moz-border-radius: 5px;
  189. -o-border-radius: 5px;
  190. }
  191.  
  192. #angle {
  193. width: 0px;
  194. top: {text:bubble triangle position}px;
  195. text-align:center;
  196. margin:auto;
  197. left:675px;
  198. height: 0px;
  199. border-left: 10px solid transparent;
  200. border-right: 10px solid transparent;
  201. border-top: 10px
  202. solid {color:Bubble};
  203. }
  204.  
  205. #details {
  206. text-align:center;
  207. font-size:11px;
  208. margin-top:10px;
  209. text-transform:uppercase;
  210. letter-spacing:1px;
  211. background-color:{color:permalink};
  212. padding:3px;
  213. border-radius: 5px;
  214. -webkit-border-radius: 5px;
  215. -moz-border-radius: 5px;
  216. -o-border-radius: 5px;
  217. }
  218.  
  219. #pagination {
  220. font-size:20px;
  221. text-align:center;
  222. background-color:transparent;
  223. }
  224.  
  225. #asker {
  226. float:left;
  227. margin-right:5px;
  228. }
  229.  
  230. #credit {
  231. position:fixed;
  232. bottom:10px;
  233. left:10px;
  234. font-size:11px;
  235. font-family:consolas;
  236. color:{color:text};
  237. text-transform:uppercase;
  238. letter-spacing: 0px;
  239. font-style:normal;
  240. background:transparent;
  241. padding:3px;
  242.  
  243. }
  244.  
  245. {CustomCSS}
  246.  
  247. </style>
  248.  
  249. </head>
  250.  
  251. <body>
  252.  
  253. <div style="position:fixed; z-index:0; left:{text:side left}px; top:{text:side top}px; opacity:1.0;"><img style="width:{text:side width}px;" src="{image:side}"></div>
  254. <div id="title">{text:Title}</div>
  255. <div id="description"><a href="/" title="{text:home title}"><img src="{image:home}" /> <a href="/ask" title="{text:ask title}"><img src="{image:ask}" /> <a href="/submit" title="{text:submit title}"><img src="{image:submit}" /> <a href="{text:about url}" title="{text:about title}"><img src="{image:about}" /></a><br>
  256. {Description}<br><br>
  257. <select style="width: 200px; border: 0px solid; padding: 3px; color: {color:text}; background-color: {color:menu background}; font-family: {select:Font}; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  258. <option value="/">{text:menu title}</option>
  259. {block:iflink1}<option value="{text:link 1}">{text:link 1 title}</option>{/block:iflink1}
  260. {block:iflink2}<option value="{text:link 2}">{text:link 2 title}</option>{/block:iflink2}
  261. {block:iflink3}<option value="{text:link 3}">{text:link 3 title}</option>{/block:iflink3}
  262. {block:iflink4}<option value="{text:link 4}">{text:link 4 title}</option>{/block:iflink4}
  263. {block:iflink5}<option value="{text:link 5}">{text:link 5 title}</option>{/block:iflink5}
  264. {block:iflink6}<option value="{text:link 6}">{text:link 6 title}</option>{/block:iflink6}
  265. {block:iflink7}<option value="{text:link 7}">{text:link 7 title}</option>{/block:iflink7}
  266. {block:iflink8}<option value="{text:link 8}">{text:link 8 title}</option>{/block:iflink8}
  267. </select>
  268. </div>
  269. <div id="angle"></div>
  270. </div>
  271.  
  272. </div>
  273.  
  274. <div id="entries">{block:Posts}<div id="post">
  275.  
  276. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  277.  
  278. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  279.  
  280. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  281.  
  282. <center>{block:Quote}<b><h1>“{Quote}”</h1></b>–{Source}{/block:Quote}</center>
  283.  
  284. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  285.  
  286. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  287.  
  288. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  289.  
  290. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  291.  
  292. {block:Answer}<div id="asker"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  293.  
  294. <div id="details">
  295. {block:Date}<div id="info"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount} {text:Permalink Symbol} <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} —{text:Permalink Symbol} <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}{block:ContentSource} {text:Permalink Symbol} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource} {/block:Date}</div>{block:HasTags}{block:Tags} {text:tag symbol} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  296.  
  297. </div>
  298. {block:PostNotes}{PostNotes}{/block:PostNotes}
  299. {/block:Posts}</div>
  300.  
  301. <div id="pagination">
  302. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}&nbsp; {block:NextPage}<a href="{NextPage}"> next</a><br />{/block:NextPage}{/block:Pagination}</div></center>
  303.  
  304. <div id="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  305. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement