Advertisement
javacoyote

redux simple

Jan 26th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.50 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <head>
  5.  
  6. <!--
  7.  
  8. theme = redux simple by modi
  9.  
  10. /o7
  11.  
  12. -->
  13.  
  14. <link rel="shortcut icon" href="{image:favicon}">
  15.  
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
  21.  
  22. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  23.  
  24. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  25.  
  26.  
  27.  
  28. <meta name="color:Background" content=""/>
  29. <meta name="color:blockquote" content="#eee"/>
  30. <meta name="color:bodytext" content="black"/>
  31. <meta name="color:bodylinks" content="blue"/>
  32. <meta name="color:postcolor" content="white"/>
  33. <meta name="color:borders" content="#eee"/>
  34. <meta name="color:navlinkbg" content="#blue"/>
  35. <meta name="color:linecolor" content="#eee"/>
  36.  
  37. <meta name="image:background" content=""/>
  38. <meta name="image:favicon" content=""/>
  39. <meta name="image:background" content=""/>
  40. <meta name="image:TopImage" content=""/>
  41.  
  42. <meta name="text:BodyFont" content="Arial"/>
  43. <meta name="text:bordersize" content=""/>
  44.  
  45.  
  46. <meta name="if:borders" content="" />
  47. <meta name="if:patchnotes" content="" />
  48. <meta name="if:round" content="" />
  49. <meta name="if:dropshadow" content="" />
  50.  
  51. <meta name="select:bordertype" content="solid" title="solid">
  52. <meta name="select:bordertype" content="dotted" title="dotted">
  53. <meta name="select:bordertype" content="outset" title="outset">
  54. <meta name="select:bordertype" content="inset" title="inset">
  55. <meta name="select:bordertype" content="dashed" title="dashed">
  56.  
  57. <meta name="select:fontsize" content="10px" title="XS">
  58. <meta name="select:fontsize" content=".8rem" title="S">
  59. <meta name="select:fontsize" content="1rem" title="M">
  60. <meta name="select:fontsize" content="1.5rem" title="L">
  61. <meta name="select:fontsize" content="1.8rem" title="XL">
  62.  
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. body {
  68. background-color:{color:Background};
  69. background-image: url('{image:background}');
  70. -webkit-background-size: cover;
  71. -moz-background-size: cover;
  72. -o-background-size: cover;
  73. background-size: cover;
  74. color:{color:bodytext};
  75. font-family:Verdana;
  76. background-attachment:fixed;
  77. font-size:{select:fontsize};
  78. margin:0;
  79. }
  80.  
  81. p {
  82. }
  83.  
  84. h1, h2, h3 {
  85. text-align:left;
  86. }
  87.  
  88. a {
  89. color:{color:bodylinks};
  90. text-decoration:none;
  91. }
  92.  
  93. a:hover {
  94. text-decoration:underline;
  95. }
  96.  
  97. img {
  98.  
  99. opacity:1;
  100. border:none;
  101. text-decoration:none;
  102. }
  103.  
  104. blockquote {
  105. padding:0px 0 0px 10px;
  106. border-left:5px solid {color:blockquote};
  107. margin-left:10px;
  108. }
  109.  
  110. blockquote img {
  111. height:auto
  112. }
  113.  
  114. #title {
  115. font-size:25px;
  116. color:white;
  117. }
  118.  
  119. #title:hover {
  120. text-decoration:none;
  121. }
  122.  
  123. .titleimg {
  124. display:inline-block;
  125. max-width:140px;
  126. }
  127.  
  128. #sf {
  129. background: url(‘http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png’) #fff left center no-repeat;
  130. background-size: 10px 10px;
  131. }
  132.  
  133. .sfm input {
  134. background-color: #fff;
  135. font-size: 8px;
  136. margin-top: 20px;
  137. margin-right:-50px;
  138. color: #999;
  139. letter-spacing: 1px;
  140. padding: 4px 8px;
  141. font-family: calibri, helvetica, arial;
  142. border:1px solid #999;
  143.  
  144. }
  145.  
  146. .title {
  147. text-align:center;
  148. margin:40px 0 0 0;
  149. }
  150.  
  151. #main-body {
  152. width:870px;
  153. margin:auto;
  154. font-family:{text:BodyFont};
  155. }
  156.  
  157. #sidebar {
  158. padding:15px;
  159. background-color:{color:postcolor};
  160. {block:ifborders}border: {text:bordersize} {select:bordertype} {color:borders} {/block:ifborders};
  161. {block:ifdropshadow}
  162. /* box-shadow:1px 1px 10px rgba(0,0,0,0.5); */
  163. {/block:ifdropshadow}
  164. {block:ifround}border-radius:5px; {/block:ifround}
  165. }
  166.  
  167. #upbox {
  168. {block:iftransparentelements}background-color:{color:postcolor};{/block:iftransparentelements}
  169. width:950px;
  170. margin:auto;
  171. {block:ifborders}border: {text:bordersize} {select:bordertype} {color:borders} {/block:ifborders};
  172. {block:ifdropshadow}
  173. box-shadow:1px 1px 10px rgba(0,0,0,0.5);
  174. {/block:ifdropshadow}
  175. }
  176.  
  177. #updates
  178. {
  179. {block:ifborders}border: {text:bordersize} {select:bordertype} {color:borders} {/block:ifborders}
  180. padding:5px;
  181. width:740px;
  182. margin-left:40px;
  183. margin-top:20px;
  184. }
  185.  
  186. #pagination {
  187.  
  188. text-transform:lowercase;
  189.  
  190. }
  191.  
  192. #pagination a {
  193. padding:0 15px;
  194. }
  195.  
  196. .pagbutton {
  197. margin-top:25px;
  198. margin-bottom:25px;
  199. background-color:{color:postcolor};
  200. width:80px;
  201. padding:7px;
  202.  
  203. }
  204.  
  205.  
  206. #main-container {
  207.  
  208. float:right;
  209. margin-right:0px;
  210. }
  211.  
  212. #posts {
  213. width:600px;
  214. padding:12px;
  215. {block:ifborders}border: {text:bordersize} {select:bordertype} {color:borders} {/block:ifborders};
  216. background-color:{color:postcolor};
  217. margin: 30px 0 80px 0;
  218. {block:ifdropshadow}
  219. /* box-shadow:1px 1px 10px rgba(0,0,0,0.5); */
  220. {/block:ifdropshadow}
  221. {block:ifround}border-radius:5px; {/block:ifround}
  222. }
  223.  
  224.  
  225. .photos {
  226. min-width:100%;
  227. }
  228.  
  229. .caption {
  230. width:100%;
  231. margin-top:10px;
  232. float:center;
  233.  
  234. }
  235.  
  236. #titlequote{
  237. text-align:left;
  238. line-height:18px;
  239. font-weight:bold;
  240. }
  241.  
  242. #source {
  243. margin-top:15px;
  244. margin-left:15px;
  245. }
  246.  
  247. .player {
  248. width:250px;
  249. height:25px;
  250. overflow:hidden;
  251. position:absolute;
  252. background:white;
  253. }
  254.  
  255. .audioinfo {
  256. margin-left:50px;
  257. }
  258.  
  259.  
  260. .q {
  261. padding:15px;
  262. background-color:{color:blockquote};
  263. margin-bottom:10px;
  264. }
  265. .as {
  266. font-weight:bold;
  267. }
  268.  
  269. .a {
  270. margin-top:10px;
  271. }
  272.  
  273. .chat ol {
  274. padding:0;
  275. list-style:none;
  276. }
  277. .line {
  278. padding:5px 0;
  279. }
  280.  
  281. .label {
  282. font-weight:bold;
  283. }
  284.  
  285. .photoset, .photoset_row {
  286. min-width:100%;
  287. max-width:100%;
  288. float:center;
  289. }
  290.  
  291. #patchnotes {
  292. padding:30px;
  293. }
  294.  
  295. #permalink {
  296. margin-top:15px;
  297. text-transform:none;
  298. line-height:150%;
  299. padding:5px 15px 5px 15px;
  300. text-align:left;
  301. }
  302. #permalink a {
  303. margin-right:10px;
  304. }
  305.  
  306. .tags {
  307. word-break:break-all;
  308. }
  309.  
  310. .pagenotes {
  311. {block:IndexPage}
  312. display: none!important;
  313. {/block:IndexPage}
  314. text-align:left;
  315. text-shadow:0 0 10px rgba(0,0,0,0.8);
  316. }
  317.  
  318. .pagenotes img {
  319. display:none!important;
  320. }
  321. .pagenotes li {
  322. list-style-type:none;
  323. padding:5px 0px;
  324. text-align:left;
  325. margin:0 0 0 -40px;
  326. }
  327.  
  328.  
  329. #following-avatars.content {
  330. padding:4px;
  331. margin:5px;
  332. }
  333.  
  334.  
  335. #top {
  336. background-color:{color:postcolor};
  337. top:0px;
  338. height:30px;
  339. font-size:15px;
  340. position:fixed;
  341. width:100%;
  342. z-index:1;
  343. line-height:180%;
  344. }
  345.  
  346. .sidelink {
  347. background-color:#eeede2;
  348. padding:0 20px 0 20px;
  349. display:block;
  350. margin:5px 0 5px 0;
  351.  
  352. }
  353.  
  354. .topthing {
  355.  
  356. display:block;
  357. float:left;
  358. padding:0 20px 0 20px;
  359. margin-right:0 10px 0 10px;
  360. font-family:verdana;
  361. font-weight:bold;
  362. -webkit-transition: .2s; /* Safari */
  363. transition: .2s;
  364. font-size:.6rem;
  365. }
  366.  
  367. .toplink {
  368.  
  369. display:block;
  370. float:left;
  371. padding:0 20px 0 20px;
  372. margin-right:0 10px 0 10px;
  373. font-family:verdana;
  374. font-weight:bold;
  375. -webkit-transition: .2s; /* Safari */
  376. transition: .2s;
  377. font-size:.6rem;
  378. }
  379.  
  380.  
  381. .toplink:hover {
  382. background-color:#eeede2;
  383. color:black;
  384. }
  385.  
  386. #navlink {
  387.  
  388. {block:ifround}border-radius:10px; {/block:ifround}
  389.  
  390.  
  391. margin:0 5px 5px 0;
  392. font-weight:bold;
  393. }
  394.  
  395. #navlink:hover {
  396. transition: .2s;
  397. }
  398.  
  399. #line {
  400. width:90%;
  401. margin:15px;
  402. border-bottom:1px solid {color:linecolor};
  403. }
  404.  
  405. #side-container {
  406. margin-left:0px;
  407. position:absolute;
  408. float:left;
  409. }
  410.  
  411. .side {
  412. width:140px;
  413. {block:ifround}border-radius:5px; {/block:ifround}
  414. background-color:{color:postcolor};
  415. {block:ifborders}border: {text:bordersize} {select:bordertype} {color:borders} {/block:ifborders};
  416. margin:30px 0 30px 0;
  417. padding:10px;
  418. }
  419.  
  420. #bottom {
  421. color:{color:postcolor};
  422. font-size:12px;
  423. text-shadow:1px 1px 15px rgba(0,0,0,0.6);
  424.  
  425. }
  426.  
  427.  
  428. </style>
  429.  
  430. </head>
  431.  
  432. <body>
  433.  
  434.  
  435. <br><br>
  436.  
  437. <!-- main body start, nav+title end -->
  438.  
  439. <div id="main-body">
  440.  
  441. <a href="/"><center><span id="title"><b>{title}</b></span></center></a>
  442.  
  443. <div id="side-container">
  444.  
  445.  
  446. <div class="side">
  447.  
  448. <a href="/"><img class="titleimg" src="{image:TopImage}" /></a><br><br>
  449.  
  450. <div id="desc">{Description}</div>
  451. <br>
  452.  
  453. <a id="navlink" href="/">Home</a>
  454. {block:AskEnabled}<a id="navlink" href="/ask">{AskLabel}</a>{/block:AskEnabled}
  455. {block:SubmissionsEnabled}<a id="navlink" href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  456. <a id="navlink" href="/random">Random</a>
  457. <a id="navlink" href="/archive">Archive</a>
  458. {block:Pages}<a id="navlink" href="{URL}">{Label}</a>{/block:Pages}
  459.  
  460. <br><br>
  461.  
  462.  
  463.  
  464.  
  465. </div>
  466.  
  467.  
  468. <br>
  469.  
  470.  
  471. </div>
  472.  
  473. <!-- side container end -->
  474.  
  475. <div id="main-container">
  476. {block:Posts}
  477. <div id="posts">
  478.  
  479.  
  480. {block:Quote}
  481.  
  482.  
  483. <div id="titlequote">“{Quote}”</div>
  484. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  485. {/block:Quote}
  486.  
  487.  
  488.  
  489. {block:Text}
  490.  
  491. {block:Title}
  492. <div id="title"><center><h2>{Title}</h2></center></div>{/block:Title}
  493. {Body}
  494. {/block:Text}
  495.  
  496. {block:Link}
  497. <div id="title"><h1><a href="{URL}">{Name}</a></h1></div>{block:Description}{Description}{/block:Description}
  498. {/block:Link}
  499.  
  500. {block:Chat}
  501. {block:Title}
  502. <h1>{Title}</h1>
  503. {/block:Title}
  504. <div class="chat">
  505. <ol>{block:Lines}
  506. <li class="line {Alt}">
  507. {block:Label}
  508. <span class="label">
  509. {Label}</span>
  510. {/block:Label}{Line}</li>
  511. {/block:Lines}
  512. </ol></div>
  513. {/block:Chat}
  514.  
  515. {block:Photo}
  516. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photos"/>{LinkCloseTag}
  517. {/block:Photo}
  518.  
  519. {block:Photoset}
  520. {Photoset-700}
  521. {/block:Photoset}
  522.  
  523. {block:Video}
  524. <center>
  525. {Video-700}
  526. </center>
  527. {/block:Video}
  528.  
  529. {block:Audio}
  530. <div class="player">{AudioPlayerWhite}</div>
  531. <div class="audioinfo">
  532. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}{Artist}{/block:Artist}
  533. </div>
  534. {/block:Audio}
  535.  
  536. {block:Answer}
  537. <div class="q">
  538. <div class="as">{Asker} said: </div>
  539. {Question}</div>
  540. <div class="a">{Answer}</div>
  541. {/block:Answer}
  542.  
  543. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  544.  
  545. {block:Date}
  546. <div id="permalink">
  547. <a href="{Permalink}" >{MonthNumberWithZero}-{DayOfMonthWithZero}-{Year} {24Hour}:{Minutes}</a>{block:NoteCount}+<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom}><a href="{ReblogParentURL}" title="{ReblogParentName}">{ReblogParentName}</a> {block:ContentSource}@<a href="{ReblogRootURL}" title="{ReblogRootName}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  548. {block:HasTags}<div class="tags">Tagged: {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  549. </div>
  550. {/block:Date}
  551.  
  552.  
  553.  
  554. </div>
  555.  
  556.  
  557. {block:PostNotes}
  558. <div class="pagenotes">
  559. {PostNotes}
  560. </div>
  561. {/block:PostNotes}
  562.  
  563.  
  564.  
  565. {/block:Posts}
  566.  
  567. <div id="pagination">
  568. {block:Pagination}
  569. {block:PreviousPage}
  570. <div class="pagbutton"><a href="{PreviousPage}">&larr; previous </a></div>
  571. {/block:PreviousPage}
  572.  
  573.  
  574. {block:NextPage}
  575. <div class="pagbutton"><a href="{NextPage}">next &rarr;</a></div>
  576. {/block:NextPage}
  577. {/block:Pagination}
  578.  
  579.  
  580. </div>
  581. <!-- main container end -->
  582. </div>
  583.  
  584. </div>
  585.  
  586. <br><br><br>
  587.  
  588. </body>
  589. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement