Advertisement
themesbygeorgia

Theme #23

Jul 2nd, 2014
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.98 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <!-- Theme #23 by wonderfullythemes, base by notte-themes
  5.  
  6. please leave the credit intact, thank you!-->
  7.  
  8.  
  9. <title>{title}</title>
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="Description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15. <!-- ------ DEFAULT VARIABLES ------ -->
  16.  
  17. <meta name="color:Background" content="#e4e4e4" />
  18. <meta name="color:Post Background" content="#fff" />
  19. <meta name="color:Sidebar Background" content="#faf9f8" />
  20. <meta name="color:Scrollbar" content="#a4cddf" />
  21. <meta name="color:Scrollbar Background" content="#faf9f8" />
  22. <meta name="color:Title" content="#3e819e" />
  23. <meta name="color:Text" content="#657474" />
  24. <meta name="color:Bold" content="#2eb4ee" />
  25. <meta name="color:Link" content="#218bb8" />
  26. <meta name="color:Link Hover" content="#c1c1c1" />
  27. <meta name="color:Italic" content="#89a3ae" />
  28. <meta name="color:NavLink" content="#218bb8" />
  29. <meta name="color:NavLinkHover" content="#c1c1c1" />
  30. <meta name="color:Asker Background" content="#000" />
  31. <meta name="color:Question Background" content="#000" />
  32. <meta name="color:Answer Background" content="#000" />
  33. <meta name="color:Question Text" content="#fff"/>
  34. <meta name="color:Answer Text" content="#fff" />
  35.  
  36. <meta name="image:Background" content="" />
  37. <meta name="image:Sidebar" content="" />
  38.  
  39. <meta name="text:Link1" content="/" />
  40. <meta name="text:Link1 Text" content="Link 1" />
  41. <meta name="text:Link2" content="/" />
  42. <meta name="text:Link2 Text" content="Link 2" />
  43. <meta name="text:Link3" content="/" />
  44. <meta name="text:Link3 Text" content="Link 3" />
  45. <meta name="text:Link4" content="/" />
  46. <meta name="text:Link4 Text" content="Link 4" />
  47. <meta name="text:Link5" content="/" />
  48. <meta name="text:Link5 Text" content="Link 5" />
  49.  
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar {
  53. width: 10px;
  54. background-color: {color:Scrollbar Background};
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. background-color: {color:Scrollbar};
  59. }
  60.  
  61. img {
  62. display:block;
  63. }
  64.  
  65. body{
  66. color:{color:Text};
  67. font-family:'calibri';
  68. font-size: 12px;
  69. line-height:120%;
  70. overflow-x:hidden;
  71. width:150%;
  72. background-color: {color:Background};
  73. background-image: url('{image:Background}');
  74. background-attachment: fixed;
  75. background-repeat:no-repeat;
  76. background-size:cover;
  77.  
  78. }
  79.  
  80. a{
  81. text-decoration:none;
  82. outline:none;
  83. -moz-outline-style:none;
  84. color: {color:Link};
  85. -moz-transition-duration:0.7s;
  86. -webkit-transition-duration:0.7s;
  87. -o-transition-duration:0.7s;
  88. }
  89.  
  90. a:hover{
  91. background-color:{color:Link Hover};
  92. color: {color:Link};
  93. -moz-transition-duration:0.7s;
  94. -webkit-transition-duration:0.7s;
  95. -o-transition-duration:0.7s;
  96. }
  97.  
  98. b, strong{color: {color:Bold};}
  99.  
  100. i, em{color: {color:Italic};}
  101.  
  102. blockquote {
  103. padding-left: 3px;
  104. padding-right: 1px;
  105. margin-left: 20px;
  106. }
  107.  
  108. pre{
  109. font-size:10px;
  110. padding:20px;
  111. white-space: pre-wrap; /* css-3 */
  112. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  113. white-space: -pre-wrap; /* Opera 4-6 */
  114. white-space: -o-pre-wrap; /* Opera 7 */
  115. word-wrap: break-word; /* Internet Explorer 5.5+ */
  116. }
  117.  
  118. #content{
  119. height:auto;
  120. text-align:left;
  121. position:absolute;
  122. padding:50px;
  123. left:20%;
  124. top:0px;
  125. }
  126.  
  127. .post{
  128. border-radius:5%;
  129. overflow:hidden;
  130. background-color: {color:Post Background};
  131. padding:30px;
  132. width: 500px;
  133. }
  134.  
  135. /* -------------- SIDEBAR --------------- */
  136.  
  137. #sidebar{
  138. border-radius:5%;
  139. background-color:{color:Sidebar Background};
  140. width:200px;
  141. position:fixed;
  142. top:180px;
  143. right:10%;
  144. padding:30px;
  145. z-index:2;
  146. }
  147.  
  148. .sidebarimage img {
  149. width:130px;
  150. height:130px;
  151. margin-top:40px;
  152. margin-left:0px;
  153. }
  154.  
  155. #ttle{
  156. margin-top:-150px;
  157. font-size:20px;
  158. font-weight:bold;
  159. color:{color:Title};
  160. position:fixed;
  161. }
  162.  
  163. #description{
  164. line-height:100%;
  165. margin-top:10px;
  166. text-align:justify;
  167. }
  168.  
  169. #links {
  170. margin-top:-220px;
  171. margin-left:140px;
  172. text-align:left;
  173. line-height:200%;
  174. position:fixed;
  175. text-transform:uppercase;
  176. }
  177.  
  178. #links a {
  179. background-color:{color:Sidebar Background};
  180. padding:5px;
  181. color:{color:NavLink};
  182. }
  183.  
  184. #links a:hover {
  185. padding:5px 40px 5px 5px;
  186. color:{color:NavLink};
  187. background-color:{color:NavLinkHover};
  188. }
  189.  
  190. .pagination {
  191. padding:10px;
  192. margin-top:0px;
  193. font-size:12px;
  194. text-align:center;
  195. }
  196. .pagination a {
  197. display:inline-block;
  198. margin:0px 2px;
  199. display:-moz-inline-stack;
  200. line-height:100%;
  201. padding:5px;
  202. }
  203.  
  204. .pagination .g {
  205. display:inline-block;
  206. margin:0px 2px;
  207. display:-moz-inline-stack;
  208. line-height:100%;
  209. padding:7px;
  210. }
  211.  
  212. .pagination a:hover {
  213. color:{color:Hover};
  214. }
  215.  
  216. /* -------------- POST TITLE --------------- */
  217.  
  218. .title{
  219. padding:5px;
  220. font-size: 16px;
  221. text-transform:uppercase;
  222. line-height: 100%;
  223. letter-spacing: 1px;
  224. text-align:center;
  225. }
  226.  
  227. /* -------------- POST QUESTON/ANSWER --------------- */
  228.  
  229. .qAuthor, .aAuthor{
  230. background-color:{color:Asker Background};
  231. width:480px;
  232. text-transform:uppercase;
  233. text-align:center;
  234. letter-spacing:3px;
  235. font-size:13px;
  236. padding:10px;
  237. }
  238.  
  239. .q, .a{
  240. background-color:{color:Question Background};
  241. color:{color:Question Text};
  242. padding:20px;
  243. margin-bottom:20px;
  244. }
  245.  
  246. .yourAnswer{
  247. background-color:{color:Answer Background};
  248. color:{color:Answer Text};
  249. padding:20px;
  250. }
  251.  
  252. /* -------------- POST CHAT LOGS --------------- */
  253.  
  254. .chat .chat1 {margin-left: 0px;}
  255.  
  256. .chat .chat1 .chat2 {
  257. margin-bottom: 1px;
  258. padding: 5px;
  259. }
  260.  
  261. .chat .chat1 .chat2 span{
  262. font-weight: bold;
  263. text-transform: uppercase;
  264. }
  265.  
  266. /* -------------- POST LINK --------------- */
  267.  
  268. .link{
  269. font-size: 20px;
  270. letter-spacing:1px;
  271. padding:20px;
  272. text-align:center;
  273. margin-bottom:10px;
  274. }
  275.  
  276. /* -------------- POST QUOTE --------------- */
  277.  
  278. .quote{
  279. font-size:30px;
  280. line-height:120%;
  281. }
  282.  
  283. /* -------------- POST NOTES --------------- */
  284.  
  285. ol.notes{
  286. padding: 0px;
  287. margin-top: 10px;
  288. list-style-type: none;
  289. width: 495px;
  290. letter-spacing: 1px;
  291. font-size:10px;
  292. }
  293.  
  294. ol.notes li.note {
  295. text-align: left;
  296. letter-spacing: 1px;
  297. padding: 5px;
  298. }
  299.  
  300. ol.notes li.note img.avatar{
  301. display: none !important;
  302. }
  303.  
  304. /* -------------- PERMALINK/TAGS--------------- */
  305.  
  306. .perma{
  307. border-radius:10%;
  308. margin-top:20px;
  309. font-size:9px;
  310. text-transform:uppercase;
  311. letter-spacing:1px;
  312. text-align:center;
  313. }
  314.  
  315. .theTags{
  316. border-radius:10%;
  317. text-transform:uppercase;
  318. letter-spacing:2px;
  319. width:540px;
  320. font-size:8px;
  321. margin-top:30px;
  322. background-color: {color:Post Background};
  323. padding: 10px;
  324. overflow:hidden;
  325. }
  326.  
  327. .permaPageInfo{
  328. border-radius:10%;
  329. background-color: {color:Post Background};
  330. padding: 10px;
  331. width:540px;
  332. margin-top:30px;
  333. }
  334.  
  335. /*--UPDATES TAB credit to hellolittlered.org--*/
  336.  
  337. #updates {
  338. position:fixed;
  339. top:20px;
  340. left:0px;
  341. padding-left:15px;
  342. font-family:Cambria;
  343. font-size:11px;
  344. text-align:justify;
  345. border-left:20px solid #000;
  346. }
  347.  
  348. /* the updates title */
  349. #updates .title {
  350. position:absolute;
  351. left:-15px;
  352. text-transform:uppercase;
  353. font-size:9px;
  354. text-align:center;
  355. color:#ffffff;
  356. margin-top:70%;
  357. }
  358.  
  359. /* the tabs title */
  360. #updates h3 {
  361. text-transform:uppercase;
  362. background:#333333;
  363. border:1px solid #666666;
  364. padding:4px;
  365. text-transform:uppercase;
  366. font-size:9px;
  367. text-align:center;
  368. margin-top:0px;
  369. color:#ffffff;
  370. }
  371.  
  372. .dot {
  373. width:0px;
  374. height:20px;
  375. margin-bottom:15px;
  376. border-radius:100%;
  377. -webkit-transition:all .8s ease-in-out;
  378. -moz-transition:all .8s ease-in-out;
  379. -o-transition:all .8s ease-in-out;
  380. -ms-transition:all .8s ease-in-out;
  381. transition:all .8s ease-in-out;
  382. }
  383.  
  384. /* the lines */
  385. .dot:before {
  386. position:absolute;
  387. content:'';
  388. width:35px;
  389. height:1px;
  390. left:0px;
  391. margin-top:10px;
  392. background:#000;
  393. z-index:-1;
  394. }
  395.  
  396. .dot:hover:before{
  397. margin-top:0px;
  398. }
  399.  
  400. .updatebox {
  401. position:absolute;
  402. width:150px;
  403. overflow:hidden;
  404. }
  405.  
  406. /* color 1 */
  407. .color1 {
  408. background:#000;
  409. border-right: 20px solid #000;
  410. color:#fff;
  411. }
  412.  
  413. /*color 2 */
  414. .color2 {
  415. background:#7d7d7d;
  416. border-right: 20px solid #7d7d7d;
  417. color:#fff;
  418. }
  419.  
  420. .versionone {
  421. margin-top:-30px;
  422. left:-230px;
  423. padding:10px 0px 10px 10px;
  424. -webkit-transition:all .5s ease-in-out;
  425. -moz-transition:all .5s ease-in-out;
  426. -o-transition:all .5s ease-in-out;
  427. -ms-transition:all .5s ease-in-out;
  428. transition:all .5s ease-in-out;
  429. }
  430.  
  431. .dot:hover {
  432. border-bottom: 20px solid transparent;
  433. border-top: 20px solid transparent;
  434. border-left: 20px solid transparent;
  435. width:0px;
  436. height:0px;
  437. background:transparent;
  438. border-radius:0px;
  439. }
  440.  
  441. .dot:hover .versionone {
  442. left:50px;
  443. margin-top:-30px;
  444. }
  445.  
  446. .versiontwo {
  447. width:0px;
  448. max-height:0px;
  449. left:50px;
  450. -webkit-transition:all .5s ease-in-out;
  451. -moz-transition:all .5s ease-in-out;
  452. -o-transition:all .5s ease-in-out;
  453. -ms-transition:all .5s ease-in-out;
  454. transition:all .5s ease-in-out;
  455. }
  456.  
  457. .dot:hover .versiontwo {
  458. margin-top:-30px;
  459. width:150px;
  460. max-height:400px;
  461. padding:10px 0px 10px 10px;
  462. }
  463.  
  464. {CustomCSS}</style></head><body>
  465.  
  466. <div id="updates">
  467. <div class="title">U<br>P<br>D<br>A<br>T<br>E<br>S</div>
  468.  
  469. <!-- version one color one -->
  470. <div class="dot color1">
  471. <div class="updatebox versionone color1">
  472. <h3>THE TITLE</h3>
  473. THE CONTENT
  474. </div>
  475. </div>
  476.  
  477. <!-- version two color two -->
  478. <div class="dot color2">
  479. <div class="updatebox versiontwo color2">
  480. <h3>THE TITLE</h3>
  481. THE CONTENT
  482. </div>
  483. </div>
  484.  
  485. <!-- version two color one -->
  486. <div class="dot color1">
  487. <div class="updatebox versiontwo color1">
  488. <h3>THE TITLE</h3>
  489. THE CONTENT
  490. </div>
  491. </div>
  492.  
  493. <!-- version one color two -->
  494. <div class="dot color2" style="margin-bottom:0px">
  495. <div class="updatebox versionone color2">
  496. <h3>THE TITLE</h3>
  497. THE CONTENT
  498. </div>
  499. </div>
  500.  
  501. </div>
  502.  
  503. <div id="sidebar">
  504.  
  505. <div class="sidebarimage"><img src="{image:Sidebar}" /></div>
  506.  
  507. <div id="ttle">{Title}</div>
  508. <div id="description">{Description}</div>
  509.  
  510. <div id="links">
  511. <a href="{text:Link1}">{text:Link1 Text}</a><br>
  512. <a href="{text:Link2}">{text:Link2 Text}</a><br>
  513. <a href="{text:Link3}">{text:Link3 Text}</a><br>
  514. <a href="{text:Link4}">{text:Link4 Text}</a><br>
  515. <a href="{text:Link5}">{text:Link5 Text}</a>
  516.  
  517.  
  518. {block:HasPages}{block:Pages}<a href="{URL}" id="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
  519. </div>
  520.  
  521. {block:IndexPage}
  522. <div class="pagination">
  523. {block:Pagination}
  524. {block:PreviousPage}
  525. <a href="{PreviousPage}">←</a>
  526. {/block:PreviousPage}
  527. {block:JumpPagination length="4"}
  528. {block:CurrentPage}
  529. <span class="g">✖</span>
  530. {/block:CurrentPage}
  531. {block:JumpPage}
  532. <a href="{URL}">{PageNumber}</a>
  533. {/block:JumpPage}
  534. {/block:JumpPagination}
  535. {block:NextPage}
  536. <a href="{NextPage}" id="next">→</a>
  537. {/block:NextPage}
  538. {/block:Pagination}
  539. </div>
  540. {/block:IndexPage}
  541. </div>
  542.  
  543. <div id="content">
  544.  
  545.  
  546. {block:Posts}
  547.  
  548. <div class="post">
  549.  
  550.  
  551. {block:Title}<div class="title">{Title}</div>{/block:Title}
  552.  
  553.  
  554. {block:Text}
  555. {Body}
  556. {/block:Text}
  557.  
  558.  
  559. {block:Photo}
  560. {LinkOpenTag}
  561. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /></a>
  562. {LinkCloseTag}
  563. {/block:Photo}
  564.  
  565.  
  566. {block:Panorama}
  567. {LinkOpenTag}
  568. <a href="{permalink}"><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></a>
  569. {LinkCloseTag}
  570. {/block:Panorama}
  571.  
  572.  
  573. {block:Photoset}
  574.  
  575. {Photoset-500}
  576.  
  577. {/block:Photoset}
  578.  
  579.  
  580. {block:Quote}
  581.  
  582. <p><span class="quote">{Quote}</span></p>
  583.  
  584. <p>{block:Source}-{Source}{/block:Source}</p>
  585.  
  586. {/block:Quote}
  587.  
  588.  
  589. {block:Video}
  590.  
  591. {Video-500}<br>
  592. {PlayCountWithLabel}
  593.  
  594. {/block:Video}
  595.  
  596.  
  597. {block:Link}
  598. <div style="padding:5px;">
  599. <div class="link">
  600. <a href="{URL}" {Target}>{Name} </a>
  601. </div><br>
  602. {block:Description}{Description}{/block:Description}
  603. </div>
  604. {/block:Link}
  605.  
  606.  
  607. {block:Chat}
  608. <div class="chat">
  609. <div class="chat1">
  610. {block:Lines}
  611. <div class="chat2 {Alt}">
  612. {block:Label}
  613. <b>{Label}</b>
  614. {/block:Label}
  615. {Line}</div>
  616. {/block:Lines}
  617. </div>
  618. </div>
  619. {/block:Chat}
  620.  
  621.  
  622. {block:Audio}
  623.  
  624. {block:AudioEmbed}
  625. {AudioEmbed-500}
  626. {/block:AudioEmbed}
  627.  
  628. {/block:Audio}
  629.  
  630.  
  631. {block:Answer}
  632.  
  633. <div class="qAuthor">
  634. {Asker}
  635. </div>
  636.  
  637. <div class="q">{Question}</div>
  638.  
  639. {block:Answerer}
  640.  
  641. <div class="aAuthor">
  642. {Answerer}
  643. </div>
  644.  
  645. {/block:Answerer}
  646.  
  647.  
  648. <div class="a">{Answer}</div>
  649.  
  650. {/block:Answer}
  651.  
  652. {block:Caption}
  653. {Caption}
  654. {/block:Caption}
  655.  
  656. {block:PermalinkPage}
  657. {block:ifNotShowCaption}
  658. {block:Caption}
  659. {Caption}
  660. {/block:Caption}
  661. {/block:ifNotShowCaption}
  662. {/block:PermalinkPage}
  663.  
  664. {block:IndexPage}
  665.  
  666. <!-- POST INFORMATION/PERMALINK -->
  667. <div class="perma">
  668. {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
  669. {block:NotReblog}Posted{/block:NotReblog}
  670. on
  671. <a href="{Permalink}"> {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}</a>
  672. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  673. <br><br>
  674.  
  675. {block:HasTags}
  676. {block:Tags}
  677. <a href="{TagURL}">#{Tag}&nbsp;</a></span>
  678. {/block:Tags}
  679. {/block:HasTags}
  680. </div>
  681.  
  682.  
  683. {/block:IndexPage}
  684.  
  685. </div><!-- END POSTS -->
  686.  
  687.  
  688. {block:PermalinkPage}
  689. <div class="permaPageInfo">
  690. {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
  691. {block:NotReblog}Posted{/block:NotReblog}
  692. {block:Date}{TimeAgo}{/block:Date}
  693. {block:NoteCount}
  694. with {NoteCountWithLabel}
  695. {/block:NoteCount}
  696.  
  697. {block:RebloggedFrom}
  698. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  699. <br />
  700. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  701. <br />
  702. {/block:RebloggedFrom}
  703.  
  704. {block:HasTags}
  705. <br><br>
  706. {block:Tags}
  707. <a href="{TagURL}">#{Tag}</a>
  708. {/block:Tags}
  709. <br><br>
  710. {/block:HasTags}
  711. </div>
  712.  
  713.  
  714. {block:PostNotes}
  715. <div class="permaPageInfo">
  716. {PostNotes}
  717. </div>
  718. {/block:PostNotes}
  719.  
  720.  
  721. {/block:PermalinkPage}
  722.  
  723. <div style="margin-bottom:40px;"><br /></div>
  724.  
  725. {/block:Posts}
  726.  
  727. </div><!-- END CONTENT -->
  728.  
  729.  
  730.  
  731. </body>
  732. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement