Advertisement
elletho

See the Sea -- Theme 19.5

Nov 3rd, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.06 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{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 19.5: 'See the Sea' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT take pieces of this theme for your own.
  13. ☮ DO NOT edit & redistribute.
  14. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  15. ☮ DO NOT move the credit.
  16. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  17.  
  18. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  19.  
  20. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  21. ☮ If you follow the rules and respect them, ilysm let's get married
  22. --->
  23.  
  24.  
  25.  
  26. <!--META NAMES-->
  27. <meta name="color:bg" content="#ffffff">
  28. <meta name="color:txt" content="#717171"/>
  29. <meta name="color:post bg" content="#ffffff">
  30. <meta name="color:border" content="#b1b1b1">
  31. <meta name="color:links" content="#969696"/>
  32. <meta name="color:hover" content="#3c3c3c"/>
  33. <meta name="color:ask bg" content="#dad9d9">
  34. <meta name="color:scrollbar" content="#969696">
  35. <meta name="color:scrollbarbg" content="#ffffff">
  36.  
  37. <meta name="image:sbimg" content=""/>
  38.  
  39. <meta name="text:home title" content=""/>
  40. <meta name="text:ask title" content=""/>
  41. <meta name="text:link1" content="/"/>
  42. <meta name="text:link1 title" content=""/>
  43. <meta name="text:link2" content="/"/>
  44. <meta name="text:link2 title" content=""/>
  45. <meta name="text:link3" content="/"/>
  46. <meta name="text:link3 title" content=""/>
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. height:auto;
  54. background-color:{color:Scrollbar};
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:9px;
  59. width:4px;
  60. background-color:{color:ScrollbarBg};
  61. }
  62.  
  63. body {
  64. background-color:{color:bg};
  65. background-image:url('{image:bg}');
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. font-family:typewriter;
  69. font-size:12px;
  70. text-align:justify;
  71. color:{color:txt};
  72. margin:0;
  73. }
  74.  
  75. a {
  76. color:{color:links};
  77. text-decoration:none;
  78. -moz-outline-style:none;
  79. }
  80.  
  81. a:hover{
  82. color:{color:hover};
  83. -moz-transition-duration:0.3s;
  84. -webkit-transition-duration:0.3s;
  85. -o-transition-duration:0.3s;
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. margin:5px;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. margin:5px;
  102. }
  103.  
  104.  
  105. /*LINKS*/
  106.  
  107. #links{
  108. font-size:18px;
  109. text-align:center;
  110. text-transform:lowercase;
  111. position:fixed;
  112. line-height:220%;
  113. margin-left:45px;
  114. margin-top:0px;
  115. z-index:9999999;
  116. transform: rotate(90deg);
  117. -webkit-transform: rotate(90deg);
  118. -moz-transform: rotate(90deg);
  119. -o-transform: rotate(90deg);
  120. -ms-transform: rotate(90deg);
  121.  
  122. }
  123.  
  124. #links a{
  125. color:{color:sblinks};
  126. }
  127.  
  128. #links a:hover{
  129. color:{color:hover};
  130. -moz-transition-duration:0.3s;
  131. -webkit-transition-duration:0.3s;
  132. -o-transition-duration:0.3s;
  133. }
  134.  
  135. /*SIDEBAR*/
  136.  
  137. #title {
  138. font-size:20px;
  139. font-family:arial;
  140. text-align:left;
  141. line-height:17px;
  142. margin-top:340px;
  143. margin-left:250px;
  144. color:{text:txt};
  145. width:250px;
  146. transform: rotate(90deg);
  147. -webkit-transform: rotate(90deg);
  148. -moz-transform: rotate(90deg);
  149. -o-transform: rotate(90deg);
  150. -ms-transform: rotate(90deg);
  151. position:fixed;
  152. }
  153.  
  154. #sidebar{
  155. position:fixed;
  156. margin-top:215px;
  157. margin-left:205px;
  158. width:150px;
  159. height:auto;
  160. }
  161.  
  162. #sidebarimg {
  163. margin-top:5px;
  164. margin-left:170px;
  165.  
  166. }
  167.  
  168. #sidebarimg img {
  169. width:100px;
  170. height:100px;
  171. margin-left:-153px;
  172. }
  173.  
  174. #line {
  175. margin-top:-5px;
  176. margin-left:360px;
  177. width:1px;
  178. height:5000px;
  179. background-color:{color:border};
  180. position:fixed;
  181. z-index:99999;
  182. }
  183.  
  184. #desc{
  185. width:145px;
  186. height:auto;
  187. margin-top:0px;
  188. margin-left:0px;
  189. font-size:11px;
  190. text-align:center;
  191. color:{color:txt};
  192. padding-top:5px;
  193. padding-bottom:5px;
  194. padding-right:5px;
  195. }
  196.  
  197.  
  198. #pagi {
  199. font-size:10px;
  200. text-transform:lowercase;
  201. font-style:normal;
  202. font-family:arial;
  203. position:fixed;
  204. text-align:center;
  205. margin-left:55px;
  206. margin-top:-5px;
  207. }
  208.  
  209. #pagi a {
  210. color:{color:sblinks};
  211. }
  212.  
  213.  
  214. /*ENTRIES*/
  215.  
  216. #container{
  217. width:525px;
  218. margin-left:420px;
  219. margin-top:60px;
  220. position:absolute;
  221. }
  222.  
  223. #post{
  224. padding:15px;
  225. width:500px;
  226. background-color:{color:post bg};
  227. width:500px;
  228. float:left;
  229. margin:8px;
  230. margin-bottom:10px;
  231. }
  232.  
  233.  
  234. /*POST INFO*/
  235.  
  236. #info {
  237. width:490px;
  238. text-align:right;
  239. font-family:calibri;
  240. font-size:9px;
  241. text-transform:uppercase;
  242. padding:5px;
  243. padding:5px;
  244. color:{color:txt};
  245. line-height:10px;
  246. margin-top:5px;
  247. margin-bottom:5px;
  248. }
  249.  
  250. #info a{
  251. color:{color:links};
  252. }
  253.  
  254. #info a:hover{
  255. color:{color:hover};
  256. }
  257.  
  258. #tags{
  259. width:490px;
  260. padding:5px;
  261. margin-top:-5px;
  262. margin-left:-5px;
  263. float:left;
  264. text-align:right;
  265. font-size:8px;
  266. opacity:1;
  267. color:{color:txt};
  268. transition-duration: 0.5s;
  269. -moz-transition-duration: 0.5s;
  270. -webkit-transition-duration: 0.5s;
  271. -o-transition-duration: 0.5s
  272. }
  273.  
  274. #tags a {
  275. display:inline-block;
  276. color:{color:links};
  277. font-size:10px;
  278. text-align:center;
  279. text-decoration:none;
  280. }
  281.  
  282. #notes{
  283. font-size:9px;
  284. text-transform:uppercase;
  285. }
  286.  
  287. /*ASKS*/
  288.  
  289. #asks {
  290. font-size:11px;
  291. text-align:left;
  292. padding:5px;
  293. margin-top:0px;
  294. background-color:{color:ask bg}
  295. }
  296.  
  297.  
  298. /*CREDIT--seriously leave this please, i work hard on my themes.*/
  299.  
  300. #rae{
  301. float:right;
  302. position:fixed;
  303. bottom:5px;
  304. right:5px;
  305. padding:3px;
  306. font-size:12px;
  307. font-family:calibri;
  308. text-transform:uppercase;
  309. }
  310.  
  311. #maker a{
  312. color:{color:links};
  313. }
  314.  
  315.  
  316. {CustomCSS}
  317.  
  318. </style></head>
  319.  
  320.  
  321. <body>
  322.  
  323. <div id="line"></div>
  324.  
  325. <div id="sidebar">
  326. <div id="sidebarimg"><img src="{image:sbimg}"></div>
  327. <div id="links">
  328. <a href="/">home&nbsp;</a>
  329. <a href="/ask">inquire&nbsp;</a>
  330. <a href="{text:link1}">{text:link1 title}&nbsp;</a>
  331. <a href="{text:link2}">{text:link2 title}&nbsp;</a>
  332. <a href="{text:link3}">{text:link3 title}</a>
  333. </div>
  334. <div id="desc">{description}</div>
  335. {block:Pagination}
  336. <div id="pagi">
  337. {block:PreviousPage}
  338. <a href="{PreviousPage}">backward</a><br>
  339. {/block:PreviousPage}
  340. {block:NextPage}
  341. <a href="{NextPage}">onward</a>
  342. {/block:NextPage}
  343. </div>
  344. {/block:Pagination}
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350.  
  351. <div id="container">
  352. {block:Posts}
  353. <div id="post">
  354.  
  355.  
  356. <!--TEXT POSTS-->
  357.  
  358. {block:Text}
  359. {block:Title}<h2>{Title}</h2>{/block:Title}
  360. {Body}
  361. {/block:Text}
  362.  
  363. <!--ASKS-->
  364.  
  365. {block:Answer}
  366. <div id="asks">
  367. <div style="padding-bottom:2px; font-size:20px;"><b><i>{Asker}:</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:12px;">{Question}</div>
  368. </div>
  369. {Answer}
  370. {/block:Answer}
  371.  
  372. <!--QUOTE POSTS-->
  373. {block:Quote}
  374.  
  375. <div class="quote">
  376. <div class="quotetext_{Length}">"{Quote}"</div>
  377. {block:Source}<div class="source">{Source}</div>{/block:Source}
  378. </div>
  379. {/block:Quote}
  380.  
  381. <!--LINK POSTS-->
  382.  
  383. {block:Link}
  384. <h2><a href="{URL}">{Name}</a></h2>
  385. {block:Description}{Description}{/block:Description}
  386. {/block:Link}
  387.  
  388. <!--CHAT POSTS-->
  389.  
  390. {block:Chat}
  391. {block:Title}<h2>{Title}</h2>{/block:Title}
  392. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  393. {Line}</li>{/block:Lines}</ul>
  394. {/block:Chat}
  395.  
  396. <!--PHOTO POSTS-->
  397.  
  398. {block:Photo}
  399. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  400.  
  401. {block:Caption}{Caption}{/block:Caption}
  402. {/block:Photo}
  403.  
  404. <!--PHOTOSET POSTS-->
  405.  
  406. {block:Photoset}
  407. {Photoset-500}
  408. {block:Caption}{Caption}{/block:Caption}
  409. {/block:Photoset}
  410.  
  411. <!--VIDEO POSTS-->
  412.  
  413. {block:Video}
  414. {Video-500}
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Video}
  417.  
  418.  
  419. <!--AUDIO-->
  420.  
  421. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  422. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  423. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  424. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  425. {/block:Audio}
  426.  
  427.  
  428. <!--POST INFO-->
  429.  
  430. <div id="info">
  431. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}, {ShortYear}</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  432. {block:RebloggedFrom} <a href="{ReblogParentURL}" icon="{ReblogParenticon}">via</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  433. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  434. {/block:ContentSource}<a href="{Permalink}">{NoteCount}♡</a></a></a>
  435. {block:HasTags}<div id="tags">
  436.  
  437. <big>FILED UNDER:</big>{block:Tags} ▼<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  438. </div>{block:HasTags}
  439. </div>
  440. </div>
  441.  
  442. {/block:Posts}
  443. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  444. {/block:Posts}</div></div></div>
  445. <br><br><br><br>
  446.  
  447.  
  448. </div></div>
  449.  
  450. {/block:Posts}
  451.  
  452. <!--DON'T REMOVE--SERIOUSLY, JUST LEAVE IT PLEASE-->
  453. <div id="rae">
  454. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  455. </div>
  456.  
  457. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement