Advertisement
laughysapphy

theme o7 - hhgregg

Dec 8th, 2015
6,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <!--
  5.  
  6. theme o7 - hhgregg
  7. by claire/auri/whatever @aurithemes + @lcddem
  8.  
  9. @the actual company hhgregg please do not sue my broke ass this is Non profit i just anemd the theme after a Funny Meme
  10.  
  11. ruwules
  12. -okay to edit but do not repost
  13. -do not move or remove my credit
  14. -uh
  15. -gay
  16.  
  17. redux base by @anaarthemes
  18.  
  19. there really isnt a lot of options for this one outside of colors and images soz
  20.  
  21. pls dont complain abt the next + prev buttons either i messed with this for ages i cant get it right ill probably update the theme again later
  22.  
  23. you may have to reselect things for them to work bc tumblr sucks
  24.  
  25. -->
  26.  
  27. <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  28. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  29. <link rel="alternate" type="applicaoundedtion/rss+xml" href="{RSS}"/>
  30.  
  31. <meta name="image:Background" content=""/>
  32. <meta name="image:Sidebar" content=""/>
  33. <meta name="image:Favicon" content=""/>
  34. <meta name="image:Sidepic" content="" />
  35. <meta name="image:Banner" content="" />
  36. <meta name="color:Background" content="#d0f1ff"/>
  37. <meta name="color:Borders" content="#d1d1d1" />
  38. <meta name="color:Text" content="#000"/>
  39. <meta name="color:Posts" content="#fff"/>
  40. <meta name="color:Sidebar" content="#fff"/>
  41. <meta name="color:Info" content="#d1d1d1"/>
  42. <meta name="color:Links" content="#8c8c8c"/>
  43. <meta name="color:Links Hover" content="#d1d1d1"/>
  44. <meta name="color:Footer Text" content="#000"/>
  45. <meta name="color:Scrollbar background" content="" />
  46. <meta name="color:Scrollbar" content="" />
  47. <meta name="color:Scrollbar border" content="" />
  48. <meta name="color:Highlight text" content="" />
  49.  
  50. <meta name="text:Sidepic bottom" content="0" />
  51. <meta name="text:Sidepic right" content="0" />
  52. <meta name="text:Link 1 url" content="/" />
  53. <meta name="text:Link 2 url" content="/" />
  54. <meta name="text:Link 3 url" content="/" />
  55. <meta name="text:Link 4 url" content="/" />
  56. <meta name="text:Link 5 url" content="/" />
  57. <meta name="text:Link 1 title" content="" />
  58. <meta name="text:Link 2 title" content="" />
  59. <meta name="text:Link 3 title" content="" />
  60. <meta name="text:Link 4 title" content="" />
  61. <meta name="text:Link 5 title" content="" />
  62.  
  63. <meta name="if:Background Cover" content="0"/>
  64. <meta name="if:Shadows" content="" />
  65. <meta name="if:Show tags" content="0" />
  66. <meta name="if:400px" content="1" />
  67. <meta name="if:250px" content="0" />
  68. <meta name="if:Link 1" content="" />
  69. <meta name="if:Link 2" content="" />
  70. <meta name="if:Link 3" content="" />
  71. <meta name="if:Link 4" content="" />
  72. <meta name="if:Link 5" content="" />
  73.  
  74. <meta name="select:font" content="arial" title="arial">
  75. <meta name="select:font" content="verdana" title="verdana">
  76. <meta name="select:font" content="consolas" title="consolas">
  77. <meta name="select:font" content="ms pgothic" title="ms pgothic">
  78. <meta name="select:font" content="trebuchet ms" title="trebuchet ms">
  79. <meta name="select:font" content="courier" title="courier">
  80.  
  81.  
  82.  
  83. <link rel="shortcut icon" href="{image:Favicon}" />
  84. <style type="text/css">
  85.  
  86. body, a{cursor: url(http://static.tumblr.com/obptcxj/QvHmo0l0g/cursor__6_.png), auto;}
  87.  
  88. a:hover{cursor: url(http://38.media.tumblr.com/tumblr_m2umkfZJpv1qfamg6.gif), auto;}
  89.  
  90. ::-webkit-scrollbar {width: 8px; height: 3px; background: {color:scrollbar background};}
  91. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ;border: 4px double {color:scrollbar border};}
  92.  
  93. ::selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  94. ::-moz-selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  95. ::-webkit-selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  96.  
  97.  
  98. body {
  99. background-color:{color:Background};
  100. background-image:url('{image:Background}');
  101. {block:ifBackgroundCover}background-size:cover;{/block:ifBackgroundCover}
  102. {block:ifnotBackgroundCover}background-repeat:repeat;{/block:ifnotBackgroundCover}
  103. background-attachment:fixed;
  104. color:{color:Text};
  105. font-size:12px;
  106. line-height:120%;
  107. font-family:{select:font};
  108. word-wrap: break-word;
  109. }
  110.  
  111. a {
  112. text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
  113. color:{color:Links};
  114. text-decoration:none;
  115. }
  116.  
  117. a:hover {
  118. text-shadow: none;
  119. color:{color:Links Hover};
  120. transition:all 0.5s ease-in-out;
  121. -o-transition:all 0.5s ease-in-out;
  122. -moz-transition:all 0.5s ease-in-out;
  123. -webkit-transition:all 0.5s ease-in-out;
  124. }
  125.  
  126. #container {
  127. position:relative;
  128. width:700px;
  129. margin:50px auto;
  130. }
  131.  
  132. .entries {
  133. {block:ifshadows}box-shadow: rgba(0,0,0,0.2) 5px 5px;{/block:ifshadows}
  134. position:relative;
  135. z-index: 3;
  136. {block:if400px}width: 400px;{/block:if400px}
  137. {block:if250px}width: 250px;{/block:if250px}
  138. padding:0px;
  139. margin:30px 0 30px 200px;
  140. border: 4px double {color:borders};
  141. background-color:{color:Posts};
  142. }
  143.  
  144.  
  145. #info {
  146. position: relative;
  147. background: {color:info};
  148. color: {color:footer text};
  149. border-bottom: 1px solid {color:borders};
  150. font-size: 12px;
  151. top: 0px;
  152. padding: 1px;
  153. }
  154.  
  155. #info a {
  156. text-decoration:none;
  157. }
  158.  
  159. .entries img {
  160. max-width:100%;
  161. margin-bottom: -3px;
  162. }
  163.  
  164. .entries a {
  165. text-decoration:underline;
  166. }
  167.  
  168. .entries .quote{
  169. font-size:16px;
  170. line-height:120%;
  171. text-align:left;
  172. }
  173.  
  174. .entries .title{
  175. position: relative;
  176. font-size:16px;
  177. font-weight: bold;
  178. padding: 5px;
  179. }
  180.  
  181. .entries .link{
  182. font-size:16px;
  183. }
  184.  
  185. .entries .ask{
  186. padding: 3px;
  187. color:{color:footer text};
  188. background: {color:info};
  189. border-bottom: 1px solid {color:borders};
  190. }
  191.  
  192. .playerbuttonbg {
  193. position: absolute;
  194. left: 20px;
  195. top: 20px;
  196. width: 19px;
  197. height: 19px;
  198. background-color: {color:posts};
  199. padding: 10px;
  200. -webkit-border-radius: 40px;
  201. -moz-border-radius: 40px;
  202. border-radius: 40px;
  203. opacity: .4;
  204. filter: alpha(opacity=40);
  205. -moz-opacity: 0.4;
  206. -khtml-opacity: 0.4;
  207. transition: opacity .7s ease-in-out;
  208. -moz-transition: opacity .7s ease-in-out;
  209. -webkit-transition: opacity .7s ease-in-out;
  210. }
  211.  
  212. .playerbuttonbg:hover {
  213. opacity: 1;
  214. filter: alpha(opacity=100);
  215. -moz-opacity: 1;
  216. -khtml-opacity: 1;
  217. }
  218.  
  219. .newplayerbutton {
  220. position: relative;
  221. width: 19px;
  222. height: 19px;
  223. overflow: hidden;
  224. }
  225.  
  226. .playerbuttonhug {
  227. position: absolute;
  228. top: -18px;
  229. left: -7px;
  230. }
  231.  
  232. .tumblr_audio_player {
  233. height: 90px;
  234. width: 270px;
  235. -moz-transform: scale(0.60, 0.60);
  236. -webkit-transform: scale(0.60, 0.60);
  237. -o-transform: scale(0.60, 0.60);
  238. -ms-transform: scale(0.60, 0.60);
  239. transform: scale(0.60, 0.60);
  240. -moz-transform-origin: top left;
  241. -webkit-transform-origin: top left;
  242. -o-transform-origin: top left;
  243. -ms-transform-origin: top left;
  244. transform-origin: top left;
  245. }
  246.  
  247. .audioimgwrapper {
  248. position: absolute;
  249. left: 0px;
  250. top: 0px;
  251. -webkit-border-radius: 40px;
  252. -moz-border-radius: 40px;
  253. border-radius: 40px;
  254. overflow: hidden;
  255. width: 79px;
  256. height: 79px;
  257. }
  258.  
  259. .audioimgwrapper img {
  260. width: 100%;
  261. height: auto;
  262. -webkit-border-radius: 40px;
  263. -moz-border-radius: 40px;
  264. border-radius: 40px;
  265. }
  266.  
  267. .trackdetails {
  268. padding: 3px;
  269. font: {select:font};
  270. font-size: 11px;
  271. color: {color:footer text};
  272. width: auto;
  273. display:inline-block;
  274. margin-left: 90px;
  275. min-height: 85px;
  276. }
  277.  
  278. .audiowrapper {
  279. position: relative;
  280. display:inline-block;
  281. }
  282.  
  283.  
  284. #sidebar{
  285. {block:ifshadows}box-shadow: rgba(0,0,0,0.2) 5px 5px;{/block:ifshadows}
  286. position:fixed;
  287. width:150px;
  288. z-index: 3;
  289. margin-top:200px;
  290. margin-left:-80px;
  291. background-color:{color:Sidebar};
  292. border:4px double {color:borders};
  293. }
  294.  
  295.  
  296. #sidebar #icons {
  297. height: 96px;
  298. position:fixed;
  299. margin-top: -130px;
  300. margin-left: 115px;
  301. padding: 2px;
  302. text-align: center;
  303. font-family: ms pgothic;
  304. background: {color:info};
  305. border: 1px solid {color:borders};
  306. border-top: 5px solid {color:borders};
  307. border-bottom: 5px solid {color:borders};
  308.  
  309. }
  310.  
  311. #sidebar #icons a {
  312. text-decoration: none;
  313. }
  314.  
  315. #sidebar a {
  316. text-decoration: underline;
  317. }
  318.  
  319. .image img{
  320. width:100px;
  321. height:100px;
  322. position:fixed;
  323. margin-top: -130px;
  324. margin-left: -60px;
  325. z-index: 50;
  326. border:1px solid {color:borders};
  327. border-top: 5px solid {color:borders};
  328. border-bottom: 5px solid {color:borders};
  329. }
  330.  
  331. #sidebar .nav {
  332. position: relative;
  333. left: -1px;
  334. padding: 0px;
  335. bottom: -1px;
  336. }
  337.  
  338.  
  339. #sidebar .description{
  340. text-align: center;
  341. padding:5px;
  342.  
  343. }
  344.  
  345. #footer{
  346. font-size:11px;
  347. border-top: 1px solid {color:borders};
  348. padding: 0px;
  349. background: {color:info};
  350. color:{color:Footer Text};
  351. text-align:left;
  352. }
  353.  
  354. #footer a{
  355. color:{color:Footer Links};
  356. text-transform:lowercase;
  357. text-decoration: none;
  358. }
  359.  
  360. #footer a:hover{
  361. color:{color:Footer Links Hover};
  362. transition: all 0.4s ease-in-out;
  363. -o-transition: all 0.4s ease-in-out;
  364. -moz-transition: all 0.4s ease-in-out;
  365. -webkit-transition: all 0.4s ease-in-out;
  366. }
  367.  
  368. .chat li{
  369. padding:2px;
  370. list-style-type:none;
  371. }
  372.  
  373. blockquote{
  374. padding-left:5px;
  375. margin: 10px 0px 10px 10px;
  376. border-left:1px solid {color:borders};
  377. }
  378.  
  379. #sidepic {
  380. background: {image:sidepic};
  381. position: fixed;
  382. right: {text:sidepic right}px;
  383. bottom: {text:sidepic bottom}px;
  384. z-index: -20;
  385. opacity: 1.0;
  386. }
  387.  
  388. #pagination {
  389. text-align: center;
  390. font-size: 10px;
  391. font-family: {select:font};
  392. color: {color:links};
  393. }
  394.  
  395. #pagination .previous {
  396. border: 1px solid {color:borders};
  397. background-color: {color:posts};
  398. color: {color:links};
  399. padding: 5px;
  400. position: relative;
  401. {block:if400px}left: 380px;{/block:if400px}
  402. {block:if250px}left: 300px;{/block:if250px}
  403. width: 45px;
  404. text-align: center;
  405. }
  406.  
  407. #pagination .previous:hover {
  408. color: {color:links hover};
  409. }
  410.  
  411. #pagination .next{
  412. border: 1px solid {color:borders};
  413. background-color: {color:posts};
  414. color: {color:links};
  415. padding: 5px;
  416. position: relative;
  417. {block:if400px}left: 380px;{/block:if400px}
  418. {block:if250px}left: 300px;{/block:if250px}
  419. width: 45px;
  420. text-align: center;
  421. }
  422.  
  423. #pagination .next:hover {
  424. color: {color:links hover};
  425. }
  426.  
  427.  
  428. #credit {
  429. position: fixed;
  430. z-index: 51;
  431. bottom: 5px;
  432. right: 5px;
  433. background: {color:posts};
  434. border: 1px outset {color:borders};
  435. {block:ifRoundedCorners}
  436. border-radius:8px;
  437. -moz-border-radius:8px;
  438. -webkit-border-radius:8px;
  439. {/block:ifRoundedCorners}
  440. padding: 2px;
  441. color: {color:links};
  442. }
  443.  
  444. #credit:hover {
  445. border: 1px inset {color:borders};
  446. }
  447.  
  448.  
  449. #banner {
  450. width:100%;
  451. height:200px;
  452. background: url('{image:banner}') top fixed repeat-x;
  453. position:fixed;
  454. left: 0px;
  455. z-index: -999;
  456. margin-top:-120px;
  457. opacity: 0.90;
  458. }
  459.  
  460. .entries .notecontainer {
  461. font-family: {select:font};
  462. font-size: 11px;
  463. color: {color:footer text};
  464. margin-top: 10px;
  465. margin-bottom: -10px;
  466. }
  467.  
  468. .entries .notecontainer a {
  469. color: {color:links};
  470. text-decoration: none;
  471. }
  472.  
  473. .entries .notecontainer a:hover {
  474. color: {color:links hover};
  475. }
  476.  
  477. .entries .notecontainer ol.notes {
  478. padding: 0px 0 10px 0;
  479. list-style-type: none;
  480. font-size: 11px;
  481. }
  482.  
  483. .entries .notecontainer ol.notes li.note {
  484. padding: 10px 10px 0 10px;
  485. }
  486.  
  487. .entries .notecontainer ol.notes li.note img.avatar {
  488. vertical-align: -4px;
  489. margin-right: 10px;
  490. width: 16px;
  491. height: 16px;
  492. }
  493.  
  494. .entries .notecontainer ol.notes li.note span.action {
  495. font-weight: normal;
  496. }
  497.  
  498. .entries .notecontainer ol.notes li.note .answer_content {
  499. font-weight: normal;
  500. }
  501.  
  502. .entries .notecontainer ol.notes li.note blockquote {
  503. border-left: 2px solid {color:footer text};
  504. padding: 4px 10px;
  505. margin: 10px 0px 0px 25px;
  506. }
  507.  
  508. .entries .notecontainer ol.notes li.note blockquote a {
  509. text-decoration: none;
  510. }
  511.  
  512. </style>
  513.  
  514. </head>
  515.  
  516. <body>
  517.  
  518. <div id="container">
  519. <div id="banner"></div>
  520. <div id="sidebar">
  521.  
  522. <center>
  523.  
  524. <div id="icons">
  525. <center> <a href="/" title="home">I.</a> <br></br> <a href="/ask" title="message">II.</a><br></br><a href="/submit" title="submit">III.</a><br></br> <a href="/archive" title="archive">IV.</a></center>
  526. </div>
  527. <div class="image"><img src="{image:Sidebar}"></a></div>
  528. <div id="sidepic"><img src="{image:sidepic}" /></div>
  529. <div class="description">{Description}</div>
  530. <div class="nav">
  531. <select onChange="location=this.options[this.selectedIndex].value;" style="font-family:{select:font};background-color:{color:info};border: 1px solid {color:borders};
  532. {block:ifRoundedCorners}
  533. border-radius:2px;
  534. -moz-border-radius:2px;
  535. -webkit-border-radius:2px;
  536. {/block:ifRoundedCorners}
  537. color: {color:links};width:152px; height: 18px; font-size:11px;">
  538. <option value="">navigation</option>
  539. {block:iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:iflink1}
  540. {block:iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:iflink2}
  541. {block:iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:iflink3}
  542. {block:iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:iflink4}
  543. {block:iflink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:iflink5}
  544. </select>
  545. </div>
  546. </div>
  547.  
  548.  
  549. {block:Posts}
  550. {block:ContentSource}
  551. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  552. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  553. {/block:SourceLogo}
  554. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  555. {/block:ContentSource}
  556.  
  557. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  558. <div class="entries">
  559. <div id="info">
  560. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm} / <a href="{ReblogURL}">rblg</a>
  561. <div style="float:right;"><a href="{Permalink}">{NoteCount}%</a> {block:ContentSource}/ <a href="{SourceURL}" title="{SourceTitle}">src</a>{/block:ContentSource} {block:RebloggedFrom}/ <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a> {/block:RebloggedFrom}</div>
  562. </div>
  563. {block:Text}
  564. {block:Title}<div class="title">{Title}</div>{/block:Title}
  565. {Body}
  566. {/block:Text}
  567.  
  568. {block:Photo}
  569. <a href="{Permalink}">
  570. {LinkOpenTag}
  571. {block:if400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:if400px}
  572. {block:if250px}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:if250px}{LinkCloseTag}
  573. {block:Caption}{Caption}{/block:Caption}
  574. {/block:Photo}
  575.  
  576. {block:Photoset}
  577. {block:if400px}<img src="{PhotoURL-400}">{Photoset-400}</a>{/block:if400px}
  578. {block:if250px}<img src="{PhotoURL-250}">{Photoset-250}</a>{/block:if250px}
  579.  
  580. {block:Caption}<div style="padding: 0px 5px 0px 5px;">{Caption}</div>{/block:Caption}
  581. {/block:Photoset}
  582.  
  583. {block:Audio}
  584. {block:AudioPlayer}
  585. <div class="audiowrapper">
  586. {block:AlbumArt}
  587. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  588. {/block:AlbumArt}
  589. <div class="playerbuttonbg">
  590. <div class="newplayerbutton">
  591. <div class="playerbuttonhug">
  592. {AudioPlayerWhite}
  593. </div>
  594. </div>
  595. </div>
  596. <div class="trackdetails">
  597. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  598. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
  599. {block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
  600. <div style="font-size: 10px;">{PlayCountWithLabel}</div>
  601. </div>
  602. </div>
  603. {/block:AudioPlayer}
  604. {block:Caption}<div style="padding:5px;">{Caption}</div>{/block:Caption}
  605. {/block:Audio}
  606.  
  607.  
  608. {block:Video}
  609. {block:if400px}{Video-400}{/block:if400px}
  610. {block:if250px}{Video-250}{/block:if250px}
  611. {block:Caption}<div style="padding:5px;">{Caption}</div>{/block:Caption}
  612. {/block:Video}
  613.  
  614. {block:Link}
  615. <div class="link">
  616. <a href="{URL}">{Name}</a></div>
  617. {block:Description}{Description}{/block:Description}
  618. {/block:Link}
  619.  
  620. {block:Quote}
  621. <div class="quote">“{Quote}”</div>
  622. <p>
  623. {block:Source} — {Source} {/block:Source}<br>
  624. {/block:Quote}
  625.  
  626. {block:Chat}
  627. <div class="chat" style="margin-bottom:10px;">
  628. {block:Title}<div class="title">{Title}</div>{/block:Title}
  629. {block:Lines}
  630. <li class="{Alt}">
  631. {block:Label}{Label} {/block:Label}
  632. {Line}
  633. {/block:Lines}
  634. </div>
  635. {/block:Chat}
  636.  
  637. {block:Answer}
  638. <div class="ask"><b>{Asker} said:</b> {Question}</div>
  639. {Answer}
  640. {/block:Answer}
  641.  
  642. {block:Date}
  643. {block:HasTags}
  644. {block:ifShowTags}
  645. <div id="footer">
  646. <center>{block:Tags}+<a href="{TagURL}">{Tag}</a><span class="tag-commas"> </span>
  647. {/block:Tags}</center></div>{/block:ifShowTags}{/block:HasTags}
  648. {/block:Date}
  649.  
  650. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  651.  
  652.  
  653. </div>
  654. {/block:Posts}
  655.  
  656.  
  657. {block:Pagination}
  658. <div id="pagination">
  659. {block:PreviousPage}<div class="previous"><a href="{PreviousPage}">prev</a></div>{/block:PreviousPage} &nbsp {block:NextPage}<div class="next"><a href="{NextPage}">next</a></div>{/block:NextPage}
  660. </div>{/block:Pagination}
  661. </div>
  662. </div>
  663. <!-- dont mess with this part please!! have a nice day -->
  664. <a href="http://aurithemes.tumblr.com/"><div id="credit">theme</div></a>
  665.  
  666. </div>
  667.  
  668.  
  669. </body>
  670. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement