Advertisement
rasperries

reduxy kinda

Jun 26th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.49 KB | None | 0 0
  1. <!--
  2. Theme #07 BLOWN AWAY by msswans.
  3. Edit all you want; Just make sure to leave the credits intact.
  4. -->
  5.  
  6. <head>
  7.  
  8.  
  9. <meta name="color:bg" content="#F2F2F2">
  10. <meta name="color:link" content="#393939">
  11. <meta name="color:hover" content="#252525">
  12. <meta name="color:text" content="#393939">
  13. <meta name="color:scrollbar" content="#f1f0f0">
  14. <meta name="color:border" content="#eeeeee">
  15. <meta name="color:sblink hover" content="#ececec">
  16.  
  17. <meta name="image:sidebar" content=""/>
  18.  
  19. <meta name="text:link1" content="">
  20. <meta name="text:link1 url" content="/">
  21. <meta name="text:link2" content="">
  22. <meta name="text:link2 url" content="/">
  23. <meta name="text:link3" content="">
  24. <meta name="text:link3 url" content="/">
  25. <meta name="text:link4" content="">
  26. <meta name="text:link4 url" content="/">
  27. <meta name="text:link5" content="">
  28. <meta name="text:link5 url" content="/">
  29. <meta name="text:link6" content="">
  30. <meta name="text:link6 url" content="/">
  31. <meta name="text:link7" content="">
  32. <meta name="text:link7 url" content="/">
  33. <meta name="text:link8" content="">
  34. <meta name="text:link8 url" content="/">
  35.  
  36.  
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46.  
  47. a {
  48. text-decoration:none;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. color:{color:link};
  53. }
  54.  
  55. a:hover {
  56. text-decoration:none;
  57. -moz-transition-duration:0.5s;
  58. -webkit-transition-duration:0.5s;
  59. -o-transition-duration:0.5s;
  60. color:{color:hover};
  61. }
  62.  
  63.  
  64. ::-webkit-scrollbar{border: 1px solid #ccc; height: 9px; width: 6px; -webkit-border-radius: 0px;}
  65. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  66. ::-webkit-scrollbar-track{border-left:1px solid #ccc; background-color:#ffffff;}
  67.  
  68.  
  69. body {background-color:{color:bg};
  70. font-family:arial;
  71. font-weight:normal;
  72. }
  73.  
  74. h1 {
  75. font-family:arial;
  76. font-size:9px;
  77. font-style:normal;
  78. text-transform:;
  79. color:{color:text};
  80. text-align:right;
  81. font-weight:normal;
  82. letter-spacing:px;
  83. padding:3px;
  84. width:auto;
  85. }
  86.  
  87. h2 {
  88. font-family:arial;
  89. font-size:9px;
  90. font-weight:normal;
  91. text-align:center;
  92. }
  93.  
  94. h3 {
  95. font-family:arial;
  96. font-size:9px;
  97. font-weight:normal;
  98. text-align:left;
  99. font-style:;
  100. padding:px;
  101. padding-top:0px;
  102. padding-bottom:0px;
  103. }
  104.  
  105. #title {
  106. font-family:georgia;
  107. color:{color:text};
  108. font-weight:lighter;
  109. text-transform:lowercase;
  110. margin-top:5px;
  111. margin-bottom:10px;
  112. text-align:center;
  113. font-style:;
  114. }
  115.  
  116. blockquote {
  117. margin-left:10px;
  118. margin-top:5px;
  119. text-align:left;
  120. border-left:1px solid {color:border};
  121. padding-left:10px;
  122. }
  123.  
  124. #theme {
  125. width:700px;
  126. margin:0 auto -12px auto;
  127. text-align:center;
  128. background-color:{color:bg};
  129. }
  130.  
  131. #sidebar {
  132. background-color:#fff;
  133. padding:10px;
  134. border:1px solid {color:border};
  135. position:fixed;
  136. width:245px;
  137. height:auto;
  138. margin-left:-130px;
  139. margin-top:300px;
  140. z-index:100;
  141. color:{color:text};
  142. }
  143.  
  144. #sidebar img {
  145. opacity:1;
  146. width:235px;
  147. height:auto
  148. }
  149.  
  150. .links {
  151. width:auto;
  152. text-align:center;
  153. }
  154.  
  155. .links a {
  156. padding:3px;
  157. font-family:arial;
  158. text-transform:;
  159. font-size:9px;
  160. color:{color:link};
  161. border:0px solid #ccc;
  162. }
  163.  
  164. .links a:hover{
  165. background-color:{color:sblink hover};
  166. color:{color:hover};
  167. border:px solid #ccc;
  168. }
  169.  
  170. .desc {
  171. margin-top:-4px;
  172. width:auto;
  173. font-family:arial;
  174. font-size:9px;
  175. line-height:140%;
  176. text-align:justify;
  177. }
  178.  
  179. .desc a {
  180. color:{color:link};
  181. }
  182.  
  183. #stuffcontainer {
  184. float:left;
  185. margin-left:170px;
  186. margin-top:20px;
  187. text-align:justify;
  188. color:{color:text};
  189. background:{color:background};
  190. padding:15px;
  191. }
  192.  
  193. #stuff {
  194. background-color:#fff;
  195. border:1px solid {color:border};
  196. padding:20px;
  197. width:400px;
  198. margin-top:9px;
  199. text-align:justify;
  200. font-size:9px;
  201. font-family:arial;
  202. font-style:normal;
  203. line-height:170%;
  204. color:{color:text};
  205. margin-bottom:80px;
  206. }
  207.  
  208. #stuff a {
  209. color:{color:link};
  210. }
  211.  
  212. #stuff a:hover {
  213. color:{color:hover};
  214. }
  215.  
  216. #pagi {
  217. font-size:9px;
  218. font-family:arial;
  219. font-style:normal;
  220. text-transform:lowercase;
  221. text-align:center;
  222. margin-top:5px;
  223. background-color:#fff;
  224. border:px solid #ccc;
  225. padding:px;
  226. }
  227.  
  228. #pagi a {
  229. color:{color:link};
  230. margin:5px;
  231. padding:5px;
  232. display:inline-block;
  233. border:0px solid #ccc;
  234. }
  235.  
  236. #pagi a:hover {
  237. background-color:#f2f2f2;
  238. border:px solid #ccc;
  239. }
  240.  
  241. #pagi .currentpage {
  242. color:{color:link};
  243. background-color:#f2f2f2;
  244. border:px solid #ccc;
  245. margin:5px;
  246. padding:5px;
  247. display:inline-block;
  248. }
  249.  
  250. .caption {
  251. font-size:9px;
  252. width:400px;
  253. text-align:justify;
  254. line-height:120%;
  255. }
  256.  
  257. #ask {
  258. padding:10px;
  259. background-color:#f2f2f2;
  260. font-family:arial;
  261. font-size:9px;
  262. border:1px solid #ccc;
  263. }
  264.  
  265. .ans {
  266. padding:2px;
  267. font-family:arial;
  268. font-size:9px;
  269. }
  270.  
  271. .tumblr_audio_player {width:400px;
  272. height:30px;
  273. }
  274. .player {width:30px;
  275. overflow:hidden;
  276. padding-left:10px;
  277. border-left:1px solid {color:border};
  278. height:33px;
  279. float:left;
  280. padding-top:2px;
  281. border-right:10px solid #fff
  282. }
  283. .audio_info {
  284. padding-top:5px;
  285. letter-spacing:1px;
  286. font-size:8px;
  287. text-transform:uppercase;
  288. }
  289.  
  290. .plays {font-style:italic;
  291. text-transform:none;
  292. letter-spacing:0;
  293. font-size:9px;
  294. }
  295.  
  296. #postinfo {
  297. font-family:arial;
  298. width:400px;
  299. padding:px;
  300. margin-top:7px;
  301. font-size:9px;
  302. font-style:normal;
  303. text-transform:lowercase;
  304. letter-spacing:0px;
  305. text-align:right;
  306. }
  307.  
  308. #postinfo a {
  309. padding:3px;
  310. color:{color:link};
  311. font-style:normal;
  312. background-color:#fff;
  313. }
  314.  
  315. #postinfo a:hover {
  316. background-color:{color:sblink hover};
  317. border:px solid #ccc;
  318. }
  319.  
  320. ol.notes {
  321. padding:0px;
  322. margin:25px 0px;
  323. list-style-type:none;
  324. }
  325.  
  326. ol.notes li.note {
  327. padding: 10px;
  328. }
  329.  
  330. ol.notes li.note img.avatar {
  331. vertical-align:-4px;
  332. border-radius:100%;
  333. margin-right:10px;
  334. width:16px;
  335. height:16px;
  336. }
  337.  
  338. ol.notes li.note span.action {
  339. font-weight:normal;
  340. }
  341.  
  342. ol.notes li.note .answer_content {
  343. font-weight:normal;
  344. }
  345.  
  346. ol.notes li.note blockquote {
  347. padding:9px 6px 9px 6px;
  348. margin:10px 0px 0px 25px;
  349. }
  350.  
  351. .tags {
  352. margin-top:px;
  353. width:400px;
  354. padding:0px;
  355.  
  356. font-family:arial;
  357. font-size:9px;
  358. font-style:normal;
  359. text-transform:lowercase;
  360. text-align:right;
  361. padding:px;
  362. }
  363.  
  364. .tags a {
  365. letter-spacing:0px;
  366. padding:4px;
  367. color:{color:link};
  368. border:0px solid #ccc;
  369. }
  370.  
  371. .tags a:hover {
  372. background-color:{color:sblink hover};
  373.  
  374. }
  375.  
  376.  
  377. .chat ol {
  378. line-height:170%;
  379. list-style:none;
  380. width:400px;
  381. margin-left:-40px;
  382. }
  383.  
  384. .line.odd {
  385. background:#f6f6f6;
  386. margin-bottom:2px;
  387. padding:4px;
  388. }
  389.  
  390. .line.even {
  391. background:#fafafa;
  392. margin-bottom:2px;
  393. padding:4px;
  394. }
  395.  
  396. .label {
  397. padding-right:2px;
  398. text-transform:normal;
  399. font-weight:bold;
  400. color:{color:link};
  401. }
  402.  
  403. #cred {
  404. position:fixed;
  405. font-size:7px;
  406. line-height:120%;
  407. right:10px;
  408. bottom:10px;
  409. text-align:center;
  410. padding:2px;
  411. padding-top:11px;
  412. padding-bottom:11px;
  413. text-transform:uppercase;
  414. letter-spacing:px;
  415. background-color:{color:background};
  416. border:px solid #ccc;
  417. }
  418.  
  419. #cred a {
  420. padding:7px;
  421. color:{color:link};
  422. }
  423.  
  424. #cred a:hover {
  425. color:{color:hover};
  426. }
  427.  
  428.  
  429.  
  430. {CustomCSS}
  431.  
  432. </style></head>
  433. <body>
  434. <div id="theme">
  435. <div id="sidebar">
  436. <div id="title"></div>
  437. <div class="desc">
  438. {description}
  439. </div>
  440. <div class="links">
  441. <a href="/">home</a>
  442. {block:IfLink1}
  443. <a href="{text:link1 url}">{text:link1}</a>
  444. {/block:IfLink1}
  445. {block:IfLink2}
  446. <a href="{text:link2 url}">{text:link2}</a>
  447. {/block:IfLink2}
  448. {block:IfLink3}
  449. <a href="{text:link3 url}">{text:link3}</a>
  450. {/block:IfLink3}
  451. {block:IfLink4}
  452. <a href="{text:link4 url}">{text:link4}</a>
  453. {/block:IfLink4}
  454. {block:IfLink5}
  455. <a href="{text:link5 url}">{text:link5}</a>
  456. {/block:IfLink5}
  457. {block:IfLink6}
  458. <a href="{text:link6 url}">{text:link5}</a>
  459. {/block:IfLink6}
  460. {block:IfLink7}
  461. <a href="{text:link7 url}">{text:link5}</a>
  462. {/block:IfLink7}
  463. {block:IfLink8}
  464. <a href="{text:link8 url}">{text:link5}</a>
  465. {/block:IfLink8}
  466. </div>
  467. <div id="pagi">
  468. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  469. </div>
  470. </div>
  471.  
  472. <div id="stuffcontainer">
  473.  
  474. {block:Posts}
  475.  
  476. <div id="stuff">
  477.  
  478. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  479.  
  480. {block:Quote}<h3>{Quote}</h3><h1>― {Source}</h1>{/block:Quote}
  481.  
  482. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  483. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  484.  
  485. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  486.  
  487. {block:Photoset}<center>{Photoset-400}</center>
  488. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  489.  
  490. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  491.  
  492. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  493.  
  494. {block:Answer}<div id="ask"><big><b>Q:</b></big> {Question} -{Asker}</div><div class="ans">{Answer}</div>{/block:answer}
  495.  
  496. {block:Audio}{block:AudioPlayer}
  497. <div class="player">{AudioPlayerWhite}</div>
  498. {/block:AudioPlayer}
  499. <div class="audio_info">{block:TrackName}{TrackName}{/block:TrackName}<div class="plays">{block:Artist}{Artist} &mdash; {/block:Artist}
  500. {playcountwithlabel}</div></div>
  501. {/block:Audio}
  502.  
  503.  
  504. {block:Date}
  505. <div id="permalink">
  506.  
  507. <div id="postinfo"><font style="font-weight:; font-size:9px;">{dayofmonth}{dayofmonthsuffix} of {shortmonth}</font></a>
  508. ·
  509. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  510.  
  511. {block:PermalinkPage}
  512.  
  513. {block:ContentSource}
  514. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  515. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  516. {/block:SourceLogo}
  517. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  518. {/block:ContentSource}
  519. ·
  520. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} · <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  521.  
  522. {/block:PermalinkPage}
  523. </div>
  524. {block:HasTags}
  525. <div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  526. </div>
  527. {/block:HasTags}
  528.  
  529.  
  530. </div>
  531. {/block:Date}
  532.  
  533.  
  534. <!— {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:PostNotes}{PostNotes}
  535. {/block:PostNotes}
  536.  
  537.  
  538. </div>
  539.  
  540.  
  541. {/block:Posts}
  542.  
  543.  
  544. <div id="cred"><script language="JavaScript">
  545. var ref = (''+document.referrer+'');
  546. var w_h = window.screen.width + " x " + window.screen.height;
  547. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4212946&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  548. </script>|<a href="http://msswans.tumblr.com/">M</a></div>
  549.  
  550. </div>
  551. </div>
  552. </div>
  553. </body>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement