Advertisement
selsthemes

Theme 05 - Clique

Aug 4th, 2013
7,958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.64 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. Theme 05 - "Clique" by 500daysoflahey.
  6.  
  7. Please do not repost and claim as your own.
  8. Please keep the credit in tact. You're beautiful for using this theme.
  9. Thank you!
  10.  
  11. --->
  12.  
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19.  
  20. <meta name="color:Background" content="#ffffff">
  21. <meta name="color:Blockquote" content="#2a2949">
  22. <meta name="color:Posts Text" content="#747272">
  23. <meta name="color:Links" content="#2a2949">
  24. <meta name="color:Links Hover" content="#565574">
  25. <meta name="color:Sidebar border" content="#393957">
  26. <meta name="color:Description" content="#4e4e4e">
  27. <meta name="color:Posts border" content="#89898a">
  28. <meta name="color:Question background" content="#f8f8f8">
  29. <meta name="color:Permalink background" content="#f0f0f0">
  30. <meta name="color:Askborder" content="#2a2949">
  31. <meta name="color:Sidebar Links Background" content="#24243d">
  32. <meta name="color:Sidebar Links" content="#ffffff">
  33. <meta name="color:Scrollbar" content="#24243d">
  34. <meta name="color:Scrollbar Background" content="#fffffff">
  35. <meta name="color:Pagination" content="#2a2949">
  36.  
  37.  
  38. <meta name="image:sidebar" content="" />
  39. <meta name="image:sidebar2" content="" />
  40. <meta name="image:sidebar3" content="" />
  41. <meta name="image:SidebarBackground" content="" />
  42.  
  43. <meta name="text:Link 1 URL" content="/" />
  44. <meta name="text:Link 2 URL" content="/" />
  45. <meta name="text:Link 3 URL" content="/" />
  46.  
  47. <meta name="text:Link 1 Text" content="/" />
  48. <meta name="text:Link 2 Text" content="/" />
  49. <meta name="text:Link 3 Text" content="/" />
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar { width: 6px; height: 6px; }
  55. ::-webkit-scrollbar-button:start:decrement;
  56. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  57. ::-webkit-scrollbar-track-piece { background-color: {color:scrollbar background}; }
  58. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
  59.  
  60. body {
  61. font-family: Calibri;
  62. font-size: 10px;
  63. color: {color:Posts Text};
  64. text-align: justify;
  65. background-color: {color:Background};
  66. }
  67.  
  68. body a {
  69. text-decoration: none;
  70. color: {color:Links};
  71. }
  72.  
  73. body a:hover {
  74. text-decoration: none;
  75. color: {color:Links hover};
  76. -webkit-transition-duration: 0.5s
  77. }
  78.  
  79. small {
  80. font-size: 10px;
  81. }
  82.  
  83. blockquote {
  84. border-left: solid;
  85. border-left-width: 2px;
  86. border-color: {color:Blockquote};
  87. padding-left: 7px;
  88. margin-left: 10px;
  89. }
  90.  
  91. .postcol {
  92. margin-left: 480px;
  93. width: 500px;
  94. margin-bottom: 45px;
  95. }
  96.  
  97. .posts {
  98. margin-top: 35px;
  99. width: 500px;
  100. max-width: 100%;
  101. word-wrap: normal;
  102. }
  103.  
  104. .posts h2 {
  105. font-size: 12px;
  106. font-style: italic;
  107. text-transform: uppercase;
  108. }
  109.  
  110. .posts img, .posts li, .posts blockquote {
  111. max-width: 100%;
  112. }
  113.  
  114. #sidebar {
  115. width: 300px;
  116. position: fixed;
  117. margin-left: 100px;
  118. margin-top: 75px;
  119. }
  120.  
  121. .sidebarimage1 img {
  122. position: float;
  123. width: 250px;
  124. height: 150px;
  125. border:solid;
  126. border-width: 4px;
  127. border-color:{color:Sidebar border};
  128. -webkit-transition: all 0.7s ease;
  129. -moz-transition: all 0.7s ease;
  130. -o-transition: all 0.7s ease;
  131. }
  132.  
  133. .sidebarimage2 img {
  134. position: float;
  135. width: 250px;
  136. height: 150px;
  137. border:solid;
  138. border-width: 4px;
  139. border-color:{color:Sidebar border};
  140. margin-top: 8px;
  141. -webkit-transition: all 0.7s ease;
  142. -moz-transition: all 0.7s ease;
  143. -o-transition: all 0.7s ease;
  144. }
  145.  
  146. .sidebarimage3 img {
  147. position: float;
  148. width: 250px;
  149. height: 150px;
  150. border:solid;
  151. border-width: 4px;
  152. border-color:{color:Sidebar border};
  153. margin-top: 8px;
  154. -webkit-transition: all 0.7s ease;
  155. -moz-transition: all 0.7s ease;
  156. -o-transition: all 0.7s ease;
  157. }
  158.  
  159. #sidebar:hover .sidebarimage1 img {
  160. margin-left: -70px;
  161. -webkit-transition: all 0.7s ease;
  162. -moz-transition: all 0.7s ease;
  163. -o-transition: all 0.7s ease;
  164. }
  165.  
  166. #sidebar:hover .sidebarimage2 img {
  167. margin-left: 70px;
  168. -webkit-transition: all 0.7s ease;
  169. -moz-transition: all 0.7s ease;
  170. -o-transition: all 0.7s ease;
  171. }
  172.  
  173. #sidebar:hover .sidebarimage3 img {
  174. margin-left: -70px;
  175. -webkit-transition: all 0.7s ease;
  176. -moz-transition: all 0.7s ease;
  177. -o-transition: all 0.7s ease;
  178. }
  179.  
  180. #sidebar:hover .description {
  181. opacity: 1;
  182. -webkit-transition: all 0.7s ease;
  183. -moz-transition: all 0.7s ease;
  184. -o-transition: all 0.7s ease;
  185. }
  186.  
  187. .description {
  188. margin-top: -495px;
  189. width: 130px;
  190. height: 155px;
  191. margin-left: 200px;
  192. overflow: auto;
  193. opacity: 0;
  194. -webkit-transition: all 0.7s ease;
  195. -moz-transition: all 0.7s ease;
  196. -o-transition: all 0.7s ease;
  197. }
  198.  
  199. .desctext {
  200. color: {color:Description};
  201. padding: 5px;
  202. line-height: 10px;
  203. text-align: center;
  204. text-transform: none;
  205. letter-spacing: 0px;
  206. font-size: 11;
  207. }
  208.  
  209. .sidelink {
  210. position: fixed;
  211. width: 100px;
  212. margin-top: -320px;
  213. margin-left: -70px;
  214. height: 110%;
  215. opacity: 0;
  216. -webkit-transition: all 0.7s ease;
  217. -moz-transition: all 0.7s ease;
  218. -o-transition: all 0.7s ease;
  219. }
  220.  
  221. .sidelink a {
  222. width: 100px;
  223. margin-left: 13px;
  224. margin-top: 2px;
  225. margin-right: 3px;
  226. display: block;
  227. padding: 3px;
  228. text-transform: uppercase;
  229. font-family: Calibri;
  230. font-size: 9px;
  231. text-align: center;
  232. background-color:{color:Sidebar Links Background};
  233. color: {color:Sidebar Links};
  234. }
  235.  
  236. #sidebar:hover .sidelink{
  237. opacity: 1;
  238. -webkit-transition: all 0.7s ease;
  239. -moz-transition: all 0.7s ease;
  240. -o-transition: all 0.7s ease;
  241. }
  242.  
  243. #pagination {
  244. color: {color:Sidebar};
  245. font-size: 10px;
  246. }
  247.  
  248. .pages {
  249. position: relative;
  250. margin-top: 180px;
  251. margin-left: 210px;
  252. color: {color:Pagination};
  253. text-align: center;
  254. font-size: 85px;
  255. width: 100px;
  256. font-family: Calibri;
  257. line-height: 60px;
  258. opacity: 0;
  259. -webkit-transition: all 0.7s ease;
  260. -moz-transition: all 0.7s ease;
  261. -o-transition: all 0.7s ease;
  262. }
  263.  
  264. .pages a {
  265. color: {color:Pagination};
  266. -webkit-transition: all 0.5s ease;
  267. -moz-transition: all 0.5s ease;
  268. -o-transition: all 0.5s ease;
  269. }
  270.  
  271. .pages a:hover {
  272. color: {color:Background};
  273. -webkit-transition: all 0.5s ease;
  274. -moz-transition: all 0.5s ease;
  275. -o-transition: all 0.5s ease;
  276. }
  277.  
  278. #sidebar:hover .pages {
  279. opacity: 1;
  280. -webkit-transition: all 0.7s ease;
  281. -moz-transition: all 0.7s ease;
  282. -o-transition: all 0.7s ease;
  283. }
  284.  
  285. .permalink {
  286. background-color: {color:Permalink background};
  287. padding: 3px;
  288. padding-bottom: 5px;
  289. margin-top: -5px;
  290. font-family: Calibri;
  291. font-size: 8px;
  292. text-transform: uppercase;
  293. text-align: center;
  294. }
  295.  
  296. #tags {
  297. margin-right:5px;
  298. margin-top: 0px;
  299. font-family:Calibri;
  300. text-align:center;
  301. text-transform:lowercase;
  302. font-size:9px;
  303. font-style:italic;
  304. }
  305.  
  306. /*POSTS*/
  307.  
  308. .quote {
  309. font-family: Calibri;
  310. font-size: 15px;
  311. text-align: center;
  312. }
  313.  
  314. .quotesource {
  315. margin-top: -5px;
  316. text-align: center;
  317. }
  318.  
  319. .links {
  320. font-size: 18px;
  321. font-weight: bold;
  322. text-align: center;
  323. padding: 5px;
  324. }
  325.  
  326. .links a {
  327. color: {color:Links};
  328. }
  329.  
  330. .links a:hover {
  331. color: {color:Links hover};
  332. -webkit-transition-duration: 0.5s
  333. }
  334.  
  335. h2 {
  336. font-size: 18px;
  337. font-weight: bold;
  338. text-align: center;
  339. padding: 5px;
  340. color: {color:title};
  341. }
  342.  
  343. #quest {
  344. margin-left:70px;
  345. padding-top:6px;
  346. padding-bottom:6px;
  347. position: relative;
  348. width: 410px;
  349. height: auto;
  350. background: {color:background};
  351. border-bottom:1px solid {color:singlebg};
  352. }
  353.  
  354. #quest:after {
  355. content: "";
  356. position: absolute;
  357. top: 6px;
  358. left: -8px;
  359. border-style: solid;
  360. border-width: 6px 8px 6px 0;
  361. border-color: transparent {color:entriesinfo};
  362. display: block;
  363. width: 0;
  364. z-index: 1;
  365.  
  366. }
  367.  
  368. blockquote {
  369. padding-left:5px;
  370. margin:5px;
  371. border-left:4px solid {color:side2};
  372. }
  373.  
  374. #ans {
  375. margin-top: -10px;
  376. font-family:calibri;
  377. }
  378.  
  379. #askdashimg img {
  380. position:relative;
  381. float: left;
  382. height: 41px;
  383. width: 41px;
  384. border: 10px solid {color:Askborder};
  385. }
  386.  
  387. .audio {
  388. position: relative;
  389. z-index: 100;
  390. font-family: Calibri;
  391. background-color: {color:Posts};
  392. padding: 3px;
  393. height: 100px;
  394. width: 494px;
  395. }
  396.  
  397. .albumart {
  398. position: relative;
  399. z-index: 100;
  400. height: 100px;
  401. width: 100px;
  402. }
  403.  
  404. .noart {
  405. height: 100px;
  406. width: 100px;
  407. position: relative;
  408. z-index: 100 !important;
  409. }
  410.  
  411. .playbutton {
  412. height: 40px;
  413. width: 100px;
  414. position: absolute;
  415. z-index; 1000;
  416. overflow: hidden;
  417. margin-top: -33px !important;
  418. margin-left: 3px;
  419. }
  420.  
  421. .playbox {
  422. background-color: #000000;
  423. position: absolute;
  424. z-index: 1000;
  425. opacity: 0.5;
  426. -moz-transition-duration: 0.5s;
  427. -o-transition-duration: 0.5s;
  428. -webkit-transition-duration: 0.5s;
  429. transition-duration: 0.5s;
  430. }
  431.  
  432. .playbox:hover {
  433. opacity: 1.0;
  434. -moz-transition-duration: 0.5s;
  435. -o-transition-duration: 0.5s;
  436. -webkit-transition-duration: 0.5s;
  437. transition-duration: 0.5s;
  438. }
  439.  
  440. .trackname {
  441. position: absolute;
  442. z-index: 10000;
  443. margin-top: -100px;
  444. margin-left: 110px;
  445. font-family: Calibri;
  446. font-size: 10px;
  447. text-transform: uppercase;
  448. }
  449.  
  450. #credit {
  451. bottom: 5px;
  452. right: 5px;
  453. position: fixed;
  454. padding: 3px;
  455. color: {color:Links}
  456. font-family: Calibri;
  457. font-size: 9px;
  458. text-transform: uppercase;
  459. }
  460.  
  461. #credit a {
  462. color: {color:Links};
  463. font-family: Calibri;
  464. padding: 3px;
  465. text-decoration:none;
  466. -webkit-transition-duration: 0.6s;
  467. }
  468.  
  469. #credit a:hover {
  470. color: {color:Background};
  471. }
  472.  
  473. {CustomCSS}
  474. </style>
  475.  
  476. </head>
  477.  
  478. <body>
  479.  
  480. <div id="sidebar">
  481. <div class="sidebarimage1"><img src="{image:sidebar}"></div>
  482. <div class="sidebarimage2"><img src="{image:sidebar2}"></div>
  483. <div class="sidebarimage3"><img src="{image:sidebar3}"></div>
  484.  
  485.  
  486. <div class="sidelink">
  487. <a href="/">Home</a>
  488. <a href="/ask">Askbox</a>
  489. <a href="/archive">Archive</a>
  490. <a href="{Text:Link 1 URL}">{Text:Link 1 Text}</a>
  491. <a href="{Text:Link 2 URL}">{Text:Link 2 Text}</a>
  492. <a href="{Text:Link 3 URL}">{Text:Link 3 Text}</a>
  493. <a href="http://500daysoflahey.tumblr.com/">Theme</a></div>
  494.  
  495.  
  496. <div class="description"><div class="desctext">{Description}<br></div></div>
  497.  
  498.  
  499. <br>
  500. {block:Pagination}
  501. <div class="pages">
  502. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}<br>
  503. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  504. </div>
  505. {/block:Pagination}
  506.  
  507. </div>
  508. </div>
  509.  
  510. </div><br><br>
  511.  
  512. </div>
  513.  
  514. </div>
  515.  
  516. </div>
  517.  
  518. <div class="postcol"><div id="posts">{block:Posts}
  519. <div class="posts">
  520. {block:Text}
  521. {block:Title}<h2>{Title}</h2>{/block:Title}
  522. {Body}
  523. {/block:Text}
  524.  
  525. <!-- Asks -->
  526.  
  527. {block:Answer}
  528. <div id="askdashimg"><center><img src="{AskerPortraitURL-64}"></div></center>
  529. <div id="quest"><b><div style="padding:1px; background-color:{color:background};">{Asker}:</div></b>
  530. <i>{Question}</i></center></div><br>
  531. <div id="ans"><center>{Answer}</center></div>
  532. {/block:Answer}
  533.  
  534. <!-- Quotes -->
  535.  
  536. {block:Quote}
  537. <div class="quote">❝ <em>{Quote}</em> ❞</div>
  538. {block:Source}<p><div class="quotesource"><em>— {Source}</em></div></p>{/block:Source}
  539. {/block:Quote}
  540.  
  541.  
  542. <!-- Links -->
  543.  
  544. {block:Link}
  545. <div class="links"><a href="{URL}">{Name}</a></div>
  546. {block:Description}{Description}{/block:Description}
  547. {/block:Link}
  548.  
  549.  
  550. <!-- Chats -->
  551.  
  552. {block:Chat}
  553. {block:Title}<h2>{Title}</h2>{/block:Title}
  554. {block:Lines}
  555. {block:Label}<b>{Label}</b> {Line}<br>{/block:Label}
  556. {/block:Lines}
  557. {/block:Chat}
  558.  
  559. <!-- Photos, Photosets, and Videos -->
  560.  
  561. {block:Photo}
  562. {LinkOpenTag}
  563. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  564. {LinkCloseTag}
  565. {block:Caption}{Caption}{/block:Caption}
  566. {/block:Photo}
  567.  
  568. {block:Photoset}
  569. {Photoset-500}
  570. {block:Caption}{Caption}{/block:Caption}
  571. {/block:Photoset}
  572.  
  573. {block:Video}
  574. {Video-500}
  575. {block:Caption}{Caption}{/block:Caption}
  576. {/block:Video}
  577.  
  578. {block:Audio}
  579. <div class="audio">
  580. {block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  581.  
  582. <!-- Audio posts -->
  583.  
  584. </div>
  585. <div class="playbutton"><div class="playbox">
  586. {AudioPlayerWhite}
  587. </div></div>
  588. <div class="trackname">
  589. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}
  590. {block:Artist}<br><b>ARTIST:</b> {Artist}{/block:Artist}
  591. {block:Album}<br><b>ALBUM:</b> {Album}{/block:Album}
  592. <br>
  593. </div>
  594. {block:Caption}{Caption}{/block:Caption}
  595. {/block:Audio}
  596.  
  597. <!-- Permalink -->
  598.  
  599. <hr size="1px" color="{color:Posts border}">
  600. <div class="permalink">
  601. POSTED <a href="{Permalink}">{TimeAgo}</a> WITH <a href="{Permalink}">{NoteCountWithLabel}</a><div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  602. </div>{block:PermalinkPage}<p>{PostNotes-16}</p>{/block:PermalinkPage}</div>
  603. {/block:Posts}
  604.  
  605. <div id="credit">
  606. <a href="http://500daysoflahey.tumblr.com/">© 500daysoflahey</a></div>
  607.  
  608. </body>
  609.  
  610. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement