Advertisement
elsewheretales

Plain Theme #1

Mar 10th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.67 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <!---theme by Sanika
  8.  
  9. @aprilsurprises.tumblr.com
  10.  
  11. Enjoy!
  12.  
  13. --->
  14.  
  15. <title>{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  16.  
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <!--fonts-->
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css' />
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Lato:Thin100' rel='stylesheet' type='text/css' />
  27.  
  28. <!--script sources-->
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31.  
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33.  
  34. <!-- jquery script for tooltip -->
  35.  
  36. <script>
  37. $().ready(function() {
  38. $("[title]").style_my_tooltips({
  39. tip_follows_cursor: "on",
  40. tip_delay_time: 200 //this is in milliseconds
  41. });
  42. });
  43. </script>
  44.  
  45. <!--default-->
  46.  
  47. <meta name="image:Sidebar" content=""/>
  48.  
  49. <meta name="color:Background" content="#fff" />
  50. <meta name="color:Sidebar" content="#fff" />
  51. <meta name="color:Text" content="#555" />
  52. <meta name="color:Link" content="#000" />
  53. <meta name="color:Link Hover" content="#bbb" />
  54. <meta name="color:Blog Title" content="#000" />
  55. <meta name="color:Post Background" content="#fff" />
  56. <meta name="color:Description Background" content="#f6f6f6" />
  57. <meta name="color:Description Text" content="#555" />
  58. <meta name="color:Tags" content="#555" />
  59. <meta name="color:Permalink" content="#555" />
  60. <meta name="color:Borders" content="#e2e2e2" />
  61.  
  62. <meta name="text:Blog Title" content="" />
  63. <meta name="text:Link 1" content="" />
  64. <meta name="text:Link 1 URL" content="" />
  65. <meta name="text:Link 2" content="" />
  66. <meta name="text:Link 2 URL" content="" />
  67. <meta name="text:Link 3" content="" />
  68. <meta name="text:Link 3 URL" content="" />
  69. <meta name="text:Font size" content="12" />
  70. <meta name="text:Title Font size" content="18"/>
  71. <meta name="text:Description Font size" content="11"/>
  72.  
  73. <meta name="font:Font Style" content="Verdana" />
  74.  
  75. <meta name="if:Faded Posts" content="1" />
  76. <meta name="if:Show Captions" content="0" />
  77. <meta name="if:Show Tags" content="0" />
  78.  
  79.  
  80. <!--css begins-->
  81.  
  82. <style type="text/css">
  83.  
  84. /* scrollbar */
  85.  
  86. ::-webkit-scrollbar{width:5px; height:5px;background-color:{color:Borders};}
  87.  
  88. ::-webkit-scrollbar-thumb{background-color:{color:Borders};border:1px solid {color:Link};}
  89.  
  90. ::-webkit-scrollbar-track{background-color:{color:Background};}
  91.  
  92. /* cursor and resets */
  93.  
  94. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  95.  
  96. /* tumblr controls */
  97.  
  98. iframe#tumblr_controls {
  99. top: 0%;
  100. right:0%;
  101. opacity:0.3;
  102. position: fixed;
  103. filter:alpha(opacity=30);
  104. -webkit-transition: all 0.5s ease;
  105. -moz-transition: all 0.5s ease;
  106. -o-transition: all 0.5s ease;
  107. }
  108.  
  109. iframe#tumblr_controls:hover{
  110. top: 0%;
  111. right:0%;
  112. opacity:0.8;
  113. position: fixed;
  114. filter:alpha(opacity=80);
  115. -webkit-transition: all 0.5s ease;
  116. -moz-transition: all 0.5s ease;
  117. -o-transition: all 0.5s ease;
  118. }
  119.  
  120. /* build */
  121.  
  122. body { margin:0; padding:0; height:100%;
  123. font-family: {font:Font Style}; verdana, serif; font-size:{text:Font size}px; line-height:18px; background:{color:Background}; color:{color:Text};}
  124.  
  125. a {
  126. color:{color:Link};
  127. text-decoration:none;text-transform:none;
  128. -moz-transition-duration:0.4s;
  129. -webkit-transition-duration:0.4s;
  130. -o-transition-duration:0.4s;
  131. }
  132.  
  133. a:hover {
  134. color:{color:Link Hover};
  135. text-decoration:none;
  136. -moz-transition-duration:0.4s;
  137. -webkit-transition-duration:0.4s;
  138. -o-transition-duration:0.4s;
  139. }
  140.  
  141. img { opacity:1;border:none;text-decoration:none;}
  142.  
  143. img a{border:none;}
  144.  
  145. img a:hover{border:none;}
  146.  
  147. big {font-size:1.1em;line-height:18px;}
  148. small {font-size:0.5em; line-height:18px;}
  149. b, strong {color:{color:Text}; }
  150. i, em {color:{color:Text};}
  151. p {margin-top:10px; margin-bottom:10px;}
  152. ol {list-style:normal;}
  153. ul {list-style:square;}
  154. s, strike, del {color:{color:Text}; font-size:100%;}
  155.  
  156. /* headings */
  157.  
  158. h1 {
  159. font-family:'Lato', cambria, serif;
  160. font-size:1.4em; font-weight:normal;font-style:normal;
  161. letter-spacing:1px; text-align:center; text-transform:uppercase;
  162. line-height:100%; color:{color:Link};}
  163.  
  164. h2 {
  165. font-family: {font:Font style}, cambria, serif;
  166. font-size:1.2em; font-weight:normal;
  167. letter-spacing:1px; line-height:120%; text-align:center;
  168. color:{color:Text};}
  169.  
  170. /* blockquote */
  171.  
  172. blockquote {border-left:1px solid {color:Borders};padding:0 10px 0px 10px;margin:10px;}
  173.  
  174. blockquote blockquote {max-width:400px;}
  175.  
  176. pre {width:90%; margin-left:auto; margin-right:auto; font-family:{font:Text}; font-size:12px; padding: 5px 6px 5px 6px; word-wrap: break-word; background-color:{color:Description Background}; color:{color:Text}; max-height:100px;overflow-y:auto;}
  177.  
  178. /* post title */
  179.  
  180. #title {
  181. margin-bottom:0px;
  182. text-transform:none; text-align:center;
  183. font-weight:bold; font-size: {text:Title Font size}px;}
  184.  
  185. /* content */
  186.  
  187. #content {
  188. width:auto;
  189. height:100%;
  190. margin:0px;
  191. padding:0px;
  192. background:{color:Background};
  193. }
  194.  
  195. #entryspace {
  196. margin:0px auto 0px 330px;
  197. padding:20px;
  198. width:540px;
  199. height:auto;
  200. background:{color:Background};
  201. }
  202.  
  203. /* posts */
  204.  
  205. #entry {
  206. margin:20px auto 100px 20px;
  207. position:relative;
  208. width:500px;
  209. padding:20px;
  210. opacity:1;
  211. border:1px solid {color:Borders};
  212. {block:ifFadedPosts}opacity:0.8;{/block:ifFadedPosts}
  213. }
  214.  
  215. {block:ifFadedPosts}
  216. #entry:hover {
  217. opacity:1;
  218. -webkit-transition-duration:0.8s;
  219. -moz-transition-duration:0.8s;
  220. -o-transition-duration:0.8s;
  221. }
  222. {/block:ifFadedPosts}
  223.  
  224. #entry img{ max-width:500px; border:none;}
  225.  
  226. /* audio */
  227.  
  228. .tumblr_audio_player {
  229. border:none;
  230. height:30px;
  231. width:490px;
  232. border:1px solid {color:Borders};
  233. }
  234.  
  235. .player {
  236. overflow:hidden;
  237. text-align:center;
  238. height:50px;
  239. }
  240.  
  241.  
  242. .info {
  243. font-family: {font:Font Style}, cambria, serif;
  244. font-size:1.1em;
  245. padding-bottom:7px;
  246. text-align:center;}
  247.  
  248. /* quote */
  249.  
  250. .quote{
  251. font-family:{font:Font Style}, cambria, serif;
  252. font-size:1.2em;
  253. letter-spacing:-1px;
  254. font-weight:normal;
  255. line-height:140%;
  256. margin:0px 20px;
  257. padding: 10px 0px 10px 0px;
  258. text-align:center;
  259. color:{color:Text};
  260. text-indent:10px;
  261. }
  262.  
  263. .quote:first-letter {
  264. font-weight:bold;font-size: 22px;
  265. padding:2px;text-transform:uppercase;}
  266.  
  267. .quotecomma1{
  268. margin:20px -30px 5px 0px;float:left; opacity:0.3;position:relative;
  269. font-size:60px; font-family: 'Playfair Display', cambria, serif;
  270. letter-spacing:1px;
  271. }
  272.  
  273. .quotecomma2{
  274. margin:5px 0px 0px 0px;float:right;opacity:0.3; position:relative;
  275. font-size:60px; font-family:'Playfair Display', Cambria, serif;
  276. letter-spacing:1px;}
  277.  
  278. .quotesource {
  279. text-align:right;line-height:140%;font-family: {font:Font Style}, 'Playfair Display', cambria, serif; font-size:{text:Description Font size}px; font-style:italic;}
  280.  
  281.  
  282. /* question and answer */
  283.  
  284. #ques { text-align:left; margin:10px; padding:10px 10px 20px 10px; background:{color:Description Background};font-size:{text:Description Font Size}px;}
  285.  
  286. .ask { width:300px; height:auto; padding:10px; text-align:left; float:right;}
  287.  
  288. .asker { text-align:left;}
  289.  
  290. .asker a { font-style:italic;}
  291.  
  292. .asker a:hover {color:{color:Link Hover};}
  293.  
  294. .askericon {width: 40px; border-radius:100%; padding:10px; margin:-6px 0px 0px 0px; float:left;}
  295.  
  296. .askericon img { width: 40px; height: 40px; border-radius:100%;
  297. border: 3px double {color:Borders};}
  298.  
  299. .answer { text-align:left; padding-left:10px;}
  300.  
  301.  
  302. /* chat posts */
  303.  
  304. .chat {margin:0px;}
  305.  
  306. .chat ol { line-height:160%; list-style:lower-roman;}
  307.  
  308. .line.odd {
  309. background: {color:Description Background};
  310. padding:5px;
  311. padding-left:10px;
  312. margin:2px;
  313. }
  314. .line.even {
  315. padding:5px;
  316. margin:2px;
  317. padding-left:10px;
  318. }
  319.  
  320. .label {
  321. color:{color:Text}; font-weight:bold; padding-right:1px;letter-spacing:1px;
  322. text-transform:none;}
  323.  
  324. /* sidebar */
  325.  
  326. #sidebar {
  327. color:{color:Text};
  328. background:{color:Sidebar};
  329. position:fixed;width:260px; height:100%;
  330. margin:0px; padding:30px;
  331. text-align:left;
  332. border-right:1px solid {color:Borders};
  333. }
  334.  
  335. #sidebar img{
  336. width:100px; height:auto;
  337. margin:60px 0px 0px 80px;
  338. border-radius:100%;
  339. border:3px double {color:Borders};
  340. }
  341.  
  342. #sidebar img:hover {
  343. filter:gray; -webkit-filter:grayscale(100%);}
  344.  
  345. /* blog title */
  346.  
  347. .blogtitle {
  348. position:relative;
  349. letter-spacing:1px;
  350. width:165px; display:block;
  351. padding:10px; margin:5px 0px 10px 40px;
  352. text-align:center;
  353. font-size:{text:Title Font size}px;
  354. }
  355.  
  356. .blogtitle a{ font-family:'Lato', cambria, serif; font-weight:bold; text-transform:uppercase; color:{color:Blog Title};}
  357.  
  358. .blogtitle a:hover { color: {color:Link};
  359. border:none;
  360. text-transform:lowercase;
  361. -webkit-transition-duration:0.8s;
  362. -moz-transition-duration:0.8s;
  363. -o-transition-duration:0.8s;
  364. }
  365.  
  366. /* links */
  367.  
  368. .link {
  369. position:relative;
  370. width:170px; height:auto;
  371. padding:7px; margin:10px 0px 10px 40px;
  372. font-family:tahoma; font-size:8px; text-align:center; line-height:150%;
  373. border-top:1px solid {color:Borders};border-bottom:1px solid {color:Borders};}
  374.  
  375. .link a{
  376. width:100px; padding:5px;
  377. margin-bottom:8px; opacity: 0.8;
  378. color:{color:Link};
  379. letter-spacing:2px;text-decoration:none;
  380. text-transform:uppercase;
  381. -webkit-transition-duration:0.8s;
  382. -moz-transition-duration:0.8s;
  383. -o-transition-duration:0.8s;
  384. }
  385.  
  386. .link a:hover {
  387. color: {color:Link Hover}; opacity:1; width:100px;
  388. font-style:normal; border:none;
  389. -webkit-filter: blur(1px);
  390. -webkit-transition-duration:0.8s;
  391. -moz-transition-duration:0.8s;
  392. -o-transition-duration:0.8s;
  393. }
  394.  
  395. /* description */
  396.  
  397. .desc {
  398. width:150px; height:auto;
  399. margin:15px 0px 15px 40px; padding:15px;
  400. position:relative;
  401. font-size:{text:Description Font Size}px; line-height:17px;
  402. word-wrap:break-word;
  403. color: {color:Description Text};background:{color:Description Background};
  404. text-align:justify;}
  405.  
  406. /* pagination */
  407.  
  408. .page { width:100px;
  409. position:relative; font-size:16px; margin:10px 0px 0px 120px;}
  410.  
  411. .page a { color:{color:Link}; opacity:0.8;}
  412.  
  413. .page a:hover { color:{color:Link Hover}; border:none;}
  414.  
  415. /* permalink */
  416.  
  417. #permalink {
  418. margin:-20px 0px 0px 540px; width:50px; height:auto; position:absolute;
  419. color:{color:Permalink}; padding:5px; text-transform:uppercase;
  420. font-family:{font:Font Style}; font-size:{text:Description Font size}px;line-height:150%;
  421. -webkit-transition-duration:0.8s; display:block;
  422. moz-transition-duration:0.8s;
  423. -o-transition-duration:0.8s;}
  424.  
  425. #permalink a { color:{color:Permalink}; width:90px; font-style:normal;}
  426.  
  427. #permalink a:hover {color:{color:Link Hover};}
  428.  
  429. /* tags */
  430.  
  431. .tags {
  432. width:100px; padding-top:4px; opacity:0.8;
  433. font-size:8px;font-family: {font:Font Style};, serif;
  434. text-align:left; line-height:130%;
  435. word-wrap:break-all;
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. }
  440.  
  441. .tags a{
  442. color:{color:Tags}; text-transform:uppercase;
  443. -webkit-transition-duration:0.8s;
  444. moz-transition-duration:0.8s;
  445. -o-transition-duration:0.8s;
  446. }
  447.  
  448. .tags a:hover{
  449. color:{color:Link Hover};
  450. text-transform:none;
  451. -webkit-transition-duration:0.8s;
  452. moz-transition-duration:0.8s;
  453. -o-transition-duration:0.8s;
  454. }
  455.  
  456. /* notes */
  457.  
  458. .notes {
  459. {block:IndexPage}
  460. display: none;
  461. {/block:IndexPage}
  462. {block:PermalinkPage}
  463. margin:30px auto 0px 0px;
  464. position:relative;
  465. width:500px;
  466. height:auto;
  467. {/block:PermalinkPage}
  468. text-align:left;
  469.  
  470. }
  471. .notes img {
  472. display:none;
  473. }
  474.  
  475. .notes li {
  476. list-style-type:lower-roman;
  477. border-bottom:1px solid {color:Borders};
  478. padding:5px 0px;
  479. text-align:left;
  480. font-size:{text:Description Font size}px;}
  481.  
  482. .noteslabel {
  483. margin:30px auto 0px 20px; text-align:left;
  484. font-size:{text:Title Font size}px; font-family:'Lato', 'Playfair Display', Cambria, serif;
  485. letter-spacing:1px; color:{color:Text}; text-transform:uppercase;}
  486.  
  487. {CustomCSS}
  488.  
  489. </style>
  490.  
  491. </head>
  492.  
  493. <body>
  494.  
  495. <div id="sidebar">
  496.  
  497. <div id="sidebar img"><img src="{image:Sidebar}"></div>
  498. <div class="blogtitle"><a href="/">{text:Blog Title}</a></div>
  499. <div class="link">
  500. <a href="/">home</a>&middot;
  501. <a href="/ask">ask</a>&middot;
  502. <a href="/archive">archive</a>
  503. </div>
  504.  
  505. <div class="desc">{Description}</div>
  506.  
  507. <div class="link">
  508. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>&middot;{/block:ifLink1}
  509. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>&middot;{/block:ifLink2}
  510. {block:iflink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  511. </div>
  512.  
  513. <div class="page">
  514. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a><br />{/block:NextPage}{/block:Pagination}
  515. </div>
  516.  
  517. </div>
  518.  
  519. <div id="content">
  520.  
  521. <div id="entryspace">
  522.  
  523. {block:Posts}<div id="entry">
  524.  
  525. <div id="permalink">
  526.  
  527.  
  528. <div class="date">{block:Date}<a href="{Permalink}">{24Hour}:{Minutes}&nbsp;{AmPm}</a>{/block:Date}</div>
  529.  
  530.  
  531. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}"> © </a>{/block:ContentSource}{/block:RebloggedFrom}
  532. {block:NoteCount}<a href="{Permalink}">{NoteCount} ♥</a>{/block:NoteCount}
  533. <a style="color:{color:Link};" href="{ReblogURL}" style="color:{color:title};"> REBLOG</a>
  534. {block:ContentSource}
  535.  
  536. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  537. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  538. {/block:SourceLogo}
  539. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  540. {/block:ContentSource}
  541. <br>
  542.  
  543. {block:ifShowTags}
  544. {block:HasTags}
  545. <div class="tags">
  546. {block:Tags}<a href="{TagURL}">#{Tag}<br></a>{/block:Tags}</div>
  547. {/block:HasTags}
  548. {/block:ifShowTags}
  549. </div>
  550.  
  551.  
  552. {block:Text}{block:Title}
  553. <div id="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  554.  
  555. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  556.  
  557. {block:ifShowCaptions}
  558. {block:Caption}{Caption}{/block:Caption}
  559. {/block:ifShowCaptions}
  560. {/block:Photo}
  561.  
  562. {block:Photoset}<div class="photoset">{Photoset-500}
  563. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}</div>{/block:Photoset}
  564.  
  565. {block:Quote}
  566. <div class="quotecomma1">“</div>
  567. <center><div class="quote">{Quote}</div></center>
  568. <div class="quotecomma2">”</div><br>
  569. {block:Source}<div class="quotesource"> - {Source}</div>{/block:Source}
  570. {/block:Quote}
  571.  
  572.  
  573. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  574.  
  575. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1{/block:Title}
  576. <ol>{block:Lines}<li style="list-style:none;" class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  577.  
  578. {block:Audio}
  579. <div class="info">{block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>{block:Artist}<b>{Artist}</b>{/block:Artist}</div>
  580. {block:AudioPlayer}
  581. <div class="player">{AudioPlayerwhite}</div>
  582. {/block:AudioPlayer}
  583. {/block:Audio}
  584.  
  585. {block:Video}{Video-500}
  586. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}
  587. {/block:ifShowCaptions}{/block:Video}
  588.  
  589. <!--question and answer-->
  590.  
  591. {block:Answer}
  592. <div id="ques">
  593. <div class="askericon"><img src="{AskerPortraitURL-40}"></div>
  594. <div class="asker"><b>{Asker}</b> whispered: <br>
  595. {Question}</div>
  596. </div>
  597. <div class="answer">{Answer}</div>
  598. {/block:Answer}
  599.  
  600. </div>
  601.  
  602. {block:PostNotes}
  603. <div class="notes">
  604. {block:NoteCount}<div class="noteslabel">notes</div>{/block:NoteCount}
  605. {PostNotes}
  606. </div>
  607. {/block:PostNotes}
  608.  
  609.  
  610. {/block:Posts}
  611. </div>
  612. </div>
  613. </body>
  614. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement