Advertisement
cvndythemes

Fansite #05

Nov 16th, 2015
3,246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.02 KB | None | 0 0
  1. <head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!--
  8.  
  9. cvndythemes.tumblr.com
  10.  
  11. -->
  12.  
  13. <!-- DEFAULTS -->
  14.  
  15. <meta name="color:Background" content="#eaeaea" />
  16. <meta name="color:Scrollbar" content="#ffffff" />
  17. <meta name="color:Scrollbar Track" content="#ffffff" />
  18. <meta name="color:Selection Text" content="#ffffff" />
  19. <meta name="color:Selection BG" content="#1d1d1d" />
  20. <meta name="color:Tooltip BG" content="#ba2643" />
  21. <meta name="color:Tooltip" content="#ffffff" />
  22. <meta name="color:Text" content="#141414" />
  23. <meta name="color:Link" content="#000000" />
  24. <meta name="color:Link Hover" content="#4d4d4d" />
  25. <meta name="color:Bold" content="#ba2643" />
  26. <meta name="color:Italic" content="#e57c91" />
  27. <meta name="color:Topbar BG" content="#1d1d1d" />
  28. <meta name="color:Topbar" content="#ffffff" />
  29. <meta name="color:Topbar Hover" content="#ffffff" />
  30. <meta name="color:Title Color 1" content="#ba2643" />
  31. <meta name="color:Title Color 2" content="#ffffff" />
  32. <meta name="color:Welcome BG" content="#1d1d1d" />
  33. <meta name="color:Welcome" content="#ffffff" />
  34. <meta name="color:Welcome Title" content="#ffffff" />
  35. <meta name="color:Sidebar BG" content="#ffffff" />
  36. <meta name="color:Sidebar Titles" content="#ffffff" />
  37. <meta name="color:Sidebar Title BG" content="#1d1d1d" />
  38. <meta name="color:Post BG" content="#ffffff" />
  39. <meta name="color:Titles" content="#ffffff" />
  40. <meta name="color:Title BG" content="#1d1d1d" />
  41. <meta name="color:Notes BG" content="#1d1d1d" />
  42. <meta name="color:Notes Border" content="#1d1d1d" />
  43. <meta name="color:Info" content="#ffffff" />
  44. <meta name="color:Tags BG" content="#1d1d1d" />
  45. <meta name="color:Tags" content="#ffffff" />
  46. <meta name="color:Tags Hover" content="#ffffff" />
  47. <meta name="color:Asker" content="#1d1d1d" />
  48. <meta name="color:Asker Hover" content="#1d1d1d" />
  49. <meta name="color:Asker Border" content="#ffffff" />
  50. <meta name="color:Asker Border Hover" content="#ba2643" />
  51. <meta name="color:Question BG" content="#ba2643" />
  52. <meta name="color:Question" content="#ffffff" />
  53. <meta name="color:Pagination" content="#1d1d1d" />
  54. <meta name="color:Pagination Hover" content="#ba2643" />
  55.  
  56. <meta name="image:Header" content="http://placehold.it/1700X1140"/>
  57. <meta name="image:Notes" content="http://placehold.it/600X100"/>
  58. <meta name="image:Sidebar" content="http://placehold.it/270X290"/>
  59.  
  60. <meta name="if:InfoImage" content="1"/>
  61. <meta name="if:Header Divider" content="1"/>
  62. <meta name="if:Sidebar Image" content="1"/>
  63. <meta name="if:LastestPhotos" content="1"/>
  64. <meta name="if:Projects" content="1"/>
  65. <meta name="if:Members" content="1"/>
  66. <meta name="if:Section1" content="1"/>
  67. <meta name="if:Affiliates" content="1"/>
  68. <meta name="if:Stats" content="1"/>
  69.  
  70. <meta name="text:Title 1" content="Color">
  71. <meta name="text:Title 2" content="White">
  72. <meta name="text:Link1" content="http://" />
  73. <meta name="text:Link1 Title" content="Link" />
  74. <meta name="text:Link2" content="http://" />
  75. <meta name="text:Link2 Title" content="Link" />
  76. <meta name="text:Link3" content="http://" />
  77. <meta name="text:Link3 Title" content="Link" />
  78. <meta name="text:Link4" content="http://" />
  79. <meta name="text:Link4 Title" content="Link" />
  80. <meta name="text:Link5" content="http://" />
  81. <meta name="text:Link5 Title" content="Link" />
  82. <meta name="text:Link6" content="http://" />
  83. <meta name="text:Link6 Title" content="Link" />
  84.  
  85. <meta name="text:Welcome Box Position" content="50">
  86. <meta name="text:Welcome Title" content="Welcome">
  87.  
  88. <meta name="text:Section1Title" content="Section 1 Title">
  89. <meta name="text:Section1Content" content="Section 1 Content">
  90.  
  91. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  92.  
  93. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  94.  
  95. <script>
  96. (function($){
  97. $(document).ready(function(){
  98. $("[title]").style_my_tooltips();
  99. });
  100. })(jQuery);
  101. </script>
  102.  
  103. <link href='https://fonts.googleapis.com/css?family=Ubuntu|Cambay|Chivo' rel='stylesheet' type='text/css'>
  104.  
  105. <style type="text/css">
  106.  
  107. @font-face { font-family: code italic; src:url(https://googledrive.com/host/0B9Dla5x3wECLS2tmNHBkTHBxYlU); }
  108.  
  109. /* --- SCROLLBAR ---*/
  110.  
  111. ::-webkit-scrollbar-thumb {
  112. height:10px;
  113. background-color:{color:Scrollbar};
  114. }
  115.  
  116. ::-webkit-scrollbar-button {
  117. background-color:{color:Scrollbar};
  118. height:0px;
  119. }
  120.  
  121. ::-webkit-scrollbar {
  122. width:9px;
  123. height:0px;
  124. background:{color:Scrollbar Track};
  125. }
  126.  
  127. /* --- SELECTION ---*/
  128.  
  129. ::-moz-selection {
  130. color: {color:Selection Text};
  131. background: {color:Selection BG};
  132. opacity:1;
  133. }
  134.  
  135. ::selection {
  136. color: {color:Selection text};
  137. background: {color:Selection BG};
  138. opacity:1;
  139. }
  140.  
  141.  
  142. /* --- TOOLTIPS ---*/
  143.  
  144. #s-m-t-tooltip {
  145. display: block;
  146. font-size: 7px;
  147. background-color:{color:Tooltip BG};
  148. font-family: 'Cambay', sans-serif;
  149. letter-spacing: 1px;
  150. text-transform: uppercase;
  151. line-height:130%;
  152. color:{color:Tooltip};
  153. text-align: center;
  154. margin-left: 25px;
  155. padding:5px;
  156. min-width: 40px;
  157. max-width: 150px;
  158. z-index: 9999999999;
  159. }
  160.  
  161. /* --- TUMBLR CONTROLS ---*/
  162.  
  163. iframe#tumblr_controls {
  164. top:10px!important;
  165. right:5px!important;
  166. position: fixed!important;
  167. z-index:5;
  168. }
  169.  
  170.  
  171. /* --- Body --- */
  172.  
  173. body {
  174. background:url("{image:Background}");
  175. background-attachment:fixed;
  176. background-repeat: repeat-y;
  177. background-position: center center;
  178. margin: 0px;
  179. color: {color:Text};
  180. font-family: 'Cambay', sans-serif;
  181. font-size:12px;
  182. font-weight:normal;
  183. line-height: 150%;
  184. word-wrap: break-word;
  185. -webkit-background-size: cover;
  186. -moz-background-size: cover;
  187. -o-background-size: cover;
  188. background-size: cover;
  189. }
  190.  
  191. a {
  192. color:{color:Link};
  193. text-decoration:none;
  194. }
  195.  
  196. a:hover {
  197. color:{color:Link Hover};
  198. text-decoration:none;
  199. }
  200.  
  201. b, bold, strong {color: {color:Bold};}
  202. i, em, italic {color: {color:Italic};}
  203. small, .small {font-size:12px; text-transform:uppercase;}
  204.  
  205. hr.divider, hr, hr.separator {
  206. display: block;
  207. margin-top: 0.5em;
  208. margin-bottom: 0.5em;
  209. margin-left: auto;
  210. margin-right: auto;
  211. border-style: inset;
  212. border-color:{color:Text};
  213. border-bottom: 1px;
  214. }
  215.  
  216. pre {
  217. white-space: pre-wrap;
  218. white-space: -moz-pre-wrap;
  219. white-space: -pre-wrap;
  220. white-space: -o-pre-wrap;
  221. word-wrap: break-word;
  222. }
  223.  
  224. #cvndy{
  225. background:{color:Background};
  226. font-family: 'Calibri';
  227. color:{color:Text};
  228. font-size:10px;
  229. right:3px;
  230. bottom:3px;
  231. position:fixed;
  232. letter-spacing:1px;
  233. padding: 2px 5px 3px 5px;
  234. opacity: 0.4;
  235. filter: alpha(opacity=40)
  236. z-index:99999;
  237. }
  238. a.cvndy {color:{color:Text};}
  239.  
  240.  
  241. /* --- TOPBAR --- */
  242.  
  243. #topbar {
  244. margin: 0px auto;
  245. margin-top:0px;
  246. word-spacing:20px;
  247. width:100%;
  248. background:{color:Topbar BG};
  249. text-align: center;
  250. line-height:26px;
  251. -webkit-box-shadow: 00 20px 0 rgba(0,0,0,0.07);
  252. box-shadow: 0 0 20px 0 rgba(0,0,0,0.07);
  253. position:fixed;
  254. scroll:none;
  255. z-index:99999999;
  256. }
  257.  
  258. #topbar a {
  259. font-family: code italic;
  260. text-transform: uppercase;
  261. letter-spacing: 5px;
  262. color: {color:Topbar};
  263. font-size:9px;
  264. text-decoration:none;
  265. margin: 10px;
  266. letter-spacing:1px;
  267. -webkit-box-shadow: 0 0 0 0 #ffffff;
  268. box-shadow: 0 0 0 0 #ffffff;
  269. -webkit-transition: all 250ms linear;
  270. -moz-transition: all 250ms linear;
  271. -ms-transition: all 250ms linear;
  272. -o-transition: all 250ms linear;
  273. transition: all 250ms linear;
  274. }
  275.  
  276. #topbar a:hover {
  277. font-family: code italic;
  278. text-transform: uppercase;
  279. letter-spacing: 5px;
  280. color: {color:Topbar Hover};
  281. font-size:9px;
  282. text-decoration:none;
  283. margin: 10px;
  284. padding-bottom:10px;
  285. letter-spacing:1px;
  286. -webkit-box-shadow: 0 1px 0 0 #ffffff;
  287. box-shadow: 0 1px 0 0 #ffffff;
  288. -webkit-transition: all 250ms linear;
  289. -moz-transition: all 250ms linear;
  290. -ms-transition: all 250ms linear;
  291. -o-transition: all 250ms linear;
  292. transition: all 250ms linear;
  293. }
  294.  
  295. h3 {
  296. display:inline-block;
  297. color:{color:Title Color 2}!important;
  298. font-family: 'Ubuntu', sans-serif;
  299. font-size: 14px;
  300. text-transform: uppercase;
  301. text-align:center;
  302. font-weight:400;
  303. }
  304.  
  305. /* --- Header --- */
  306.  
  307.  
  308. .title {
  309. position:fixed;
  310. width: 100%;
  311. height:100%;
  312. margin: 0 auto;
  313. margin-top:5px!important;
  314. background:url('{image:Header}');
  315. z-index:-2;
  316. -webkit-background-size: cover;
  317. -moz-background-size: cover;
  318. -o-background-size: cover;
  319. background-size: cover;
  320. background-position:center center;
  321. background-repeat:no-repeat;
  322. }
  323.  
  324. header {
  325. -webkit-animation-name: fade-in;
  326. -webkit-animation-duration: 1.5s;
  327. width:100%;
  328. margin: 0 auto;
  329. position:relative;
  330. left:0;
  331. z-index:2;
  332. padding-top:80px;
  333. height:100vh;
  334. {block:ifHeaderDivider}
  335. background:url('http://static.tumblr.com/zvesamf/xsYnwyofe/dividier.png') center center no-repeat;
  336. {/block:ifHeaderDivider}
  337. position:fixed;
  338. }
  339.  
  340. /* --- Welcome --- */
  341.  
  342. #welcome {
  343. position: absolute;
  344. top: {text:Welcome Box Position}%;
  345. left: 50%;
  346. margin: -200px 0 0 -220px;
  347. width: 390px;
  348. height: 200px;
  349. padding: 20px;
  350. background:{color:Welcome BG};
  351. z-index:999999;
  352. -webkit-transition: all 250ms linear;
  353. -moz-transition: all 250ms linear;
  354. -ms-transition: all 250ms linear;
  355. -o-transition: all 250ms linear;
  356. transition: all 250ms linear;
  357. }
  358.  
  359. .welcometext{
  360. color:{color:Welcome};
  361. text-align:justify;
  362. }
  363.  
  364. .welcometitle {
  365. color:{color:Welcome Title}!important;
  366. font-family: 'Chivo', sans-serif;
  367. font-size: 26px;
  368. letter-spacing:1px;
  369. text-transform: uppercase;
  370. text-align:center;
  371. padding-bottom:10px;
  372. font-weight:400;
  373. }
  374.  
  375. .divider {
  376. width:30%!important;
  377. margin:10px auto;
  378. height:1px;
  379. width:50px;
  380. background:{color:Welcome Title};
  381. }
  382.  
  383.  
  384. /* --- Container --- */
  385.  
  386. #fp {display:none;}
  387. .page1 #fp{display:block;}
  388.  
  389. #fpcont {
  390. margin:0 auto 0;
  391. display:block;
  392. width:100%;
  393. padding:20px;
  394. left:0%;
  395. position:absolute;
  396. z-index:10;
  397. background:{color:Background};
  398. top:54px;
  399.  
  400. {block:PermalinkPage}
  401. top:54px!important;
  402. {/block:PermalinkPage}
  403. }
  404.  
  405. .page1 #fpcont{top:100%;}
  406.  
  407.  
  408. #container {
  409. width:880px;
  410. margin:auto;
  411. }
  412.  
  413. /* --- Sidebar --- */
  414.  
  415. #sidebar {
  416. width:290px;
  417. top:0;
  418. left:0;
  419. float:left;
  420. margin-top:50px;
  421.  
  422. }
  423.  
  424. #sidebar img {margin:0px;padding:2px;}
  425.  
  426. .sidebox {
  427. margin-bottom:50px;
  428. background:{color:Sidebar BG};
  429. padding:10px;
  430. -webkit-box-shadow: 00 10px 0 rgba(0,0,0,0.07);
  431. box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
  432. }
  433.  
  434. #sidebar img {
  435. padding:2px;
  436. margin:0px;
  437. }
  438.  
  439. h4 {
  440. color:{color:Sidebar Titles};
  441. font-family: 'Ubuntu', sans-serif;
  442. font-size: 16px;
  443. letter-spacing:1px;
  444. text-transform: uppercase;
  445. font-style:italic;
  446. text-align:left;
  447. padding:5px;
  448. font-weight:400;
  449. margin:5px;
  450. margin-bottom:15px;
  451. padding-left:15px;
  452. background:{color:Sidebar Title BG};
  453. }
  454.  
  455. .projects {
  456. padding-top: 15px;
  457. padding-bottom:0px;
  458. padding-left: 55px;
  459. padding-right: 20px;
  460. width: 300px;
  461. margin-left: 75px;
  462. }
  463.  
  464. /* --- Posts --- */
  465.  
  466. #posts {
  467. width: 670px;
  468. margin-left: 430px;
  469. margin-top: -40px;
  470. z-index: 999999;
  471. padding-top: 30px;
  472.  
  473. }
  474.  
  475. #post {
  476. margin-bottom: 50px;
  477. width: 500px;
  478. background-color: {color:Post BG};
  479. padding: 15px;
  480. margin-top: 20px;
  481. -webkit-box-shadow: 00 10px 0 rgba(0,0,0,0.07);
  482. box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
  483. }
  484.  
  485. #post img{
  486. max-width:500px;
  487. }
  488.  
  489. #textposts img {
  490. max-width:250px;
  491. }
  492.  
  493. img {
  494. border: 0;
  495. max-width: 100%;
  496. }
  497.  
  498. /* --- Titles --- */
  499.  
  500. h1, h2 {
  501. color:{color:Titles};
  502. font-family: 'Ubuntu', sans-serif;
  503. font-size: 16px;
  504. letter-spacing:1px;
  505. text-transform: uppercase;
  506. font-style:italic;
  507. text-align:left;
  508. padding:5px;
  509. font-weight:400;
  510. margin:5px;
  511. margin-bottom:15px;
  512. padding-left:15px;
  513. background:{color:Title BG};
  514. }
  515.  
  516. /* --- Pagination --- */
  517.  
  518. /* --- Pagination --- */
  519.  
  520. #pagination {
  521. width:500px;
  522. text-align:center;
  523. font-family: 'Calibri';
  524. font-size:20px;
  525. font-weight:bold;
  526. font-style:italic;
  527. letter-spacing:4px;
  528. text-transform:uppercase;
  529. z-index:100;
  530. bottom:0;
  531. padding:10px;
  532. color:{color:Pagination};
  533. }
  534.  
  535. a.pagination, a.pagination:link, a.pagination:active, a.pagination:visited{
  536. color:{color:Pagination};
  537. }
  538.  
  539. a.pagination:hover {
  540. color:{color:Pagination Hover};
  541. }
  542.  
  543. /* --- Blockquote --- */
  544.  
  545. blockquote {
  546. color:{color:Text};
  547. font-family: 'Montserrat', sans-serif;
  548. font-size: 10px;
  549. padding : 10px;
  550. background-color: {color:Post BG};
  551. border-left: 5px solid {color:Text};
  552. border-right: 0px;
  553. }
  554.  
  555. blockquote img {
  556. max-width: 100%;
  557. display: block;
  558. margin-bottom: 5px;
  559. }
  560.  
  561.  
  562. /* --- Read More--- */
  563.  
  564. .moretext {
  565. position: relative;
  566. font-weight: 400;
  567. font-size: 10px;
  568. margin: 10px 0px 30px;
  569. padding: 5px;
  570. text-align: center;
  571. }
  572.  
  573. .moretext a {
  574. padding: 3px 4px 3px 6px;
  575. text-transform: uppercase;
  576. font-size: 12px;
  577. letter-spacing: 1px;
  578. }
  579.  
  580. .moretext a:hover { font-size: 12px;}
  581.  
  582. /* --- Info and Notes --- */
  583.  
  584. #info {
  585. font-family: 'Calibri';
  586. text-align:center;
  587. letter-spacing:1px;
  588. margin-top:5px;
  589. margin-bottom:0px;
  590. {block:ifNotInfoImage}
  591. min-height:10px;
  592. padding:20px;
  593. background:{color:Notes BG};
  594. {/block:ifNotInfoImage}
  595. {block:ifInfoImage}
  596. padding:40px;
  597. min-height:40px;
  598. background:url("{image:Notes}") top center no-repeat;
  599. {/block:ifInfoImage}
  600. text-transform:uppercase;
  601. font-style:none;
  602. font-size:10px;
  603. font-weight:bold;
  604. font-style:italic;
  605. line-height:100%;
  606. border-top: 0px;
  607. background-color:{color:Notes Border};
  608. }
  609.  
  610. #info a {color:{color:Info};}
  611.  
  612. #info a:hover {color:{color:Info};}
  613.  
  614. .infos {color:{color:Info};}
  615.  
  616. #tags {
  617. font-family: 'Calibri';
  618. color:{color:Tags};
  619. letter-spacing:1px;
  620. text-align:center;
  621. {block:ifInfoImage}
  622. margin-top:-65px;
  623. padding-bottom:15px;
  624. {/block:ifInfoImage}
  625. text-transform:uppercase;
  626. font-style:none;
  627. font-size:10px;
  628. {block:ifNotInfoImage}
  629. background:{color:Tags BG};
  630. margin-top:-20px;
  631. padding-bottom:0px;
  632. {/block:ifNotInfoImage}
  633. }
  634.  
  635. #tags a:hover {
  636. color:{color:Tags Hover};
  637. text-decoration: none;
  638. }
  639.  
  640. .tags { color:{color:Tags}; }
  641.  
  642. /* --- Audio --- */
  643.  
  644. #audio {
  645. width:490px;
  646. text-align:center;
  647. }
  648.  
  649. .playerbuttonbg {
  650. position: absolute;
  651. left: 19px;
  652. top: 19px;
  653. width: 20px;
  654. height: 20px;
  655. background-color: #ffffff;
  656. padding: 10px;
  657. opacity: .4;
  658. filter: alpha(opacity=40);
  659. -moz-opacity: 0.4;
  660. -khtml-opacity: 0.4;
  661. transition: opacity .7s ease-in-out;
  662. -moz-transition: opacity .7s ease-in-out;
  663. -webkit-transition: opacity .7s ease-in-out;
  664. }
  665.  
  666. .playerbuttonbg:hover {
  667. opacity: 1;
  668. filter: alpha(opacity=100);
  669. -moz-opacity: 1;
  670. -khtml-opacity: 1;
  671. }
  672.  
  673. .newplayerbutton {
  674. position: relative;
  675. width: 19px;
  676. height: 19px;
  677. overflow: hidden;
  678. }
  679.  
  680. .playerbuttonhug {
  681. position: absolute;
  682. top: -18px;
  683. left: -7px;
  684. }
  685.  
  686. .tumblr_audio_player {
  687. height: 90px;
  688. width: 44px;
  689. -moz-transform: scale(0.60, 0.60);
  690. -webkit-transform: scale(0.60, 0.60);
  691. -o-transform: scale(0.60, 0.60);
  692. -ms-transform: scale(0.60, 0.60);
  693. transform: scale(0.60, 0.60);
  694. -moz-transform-origin: top left;
  695. -webkit-transform-origin: top left;
  696. -o-transform-origin: top left;
  697. -ms-transform-origin: top left;
  698. transform-origin: top left;
  699. }
  700.  
  701. .audioimgwrapper {
  702. position: absolute;
  703. left: 0px;
  704. top: 0px;
  705. overflow: hidden;
  706. width: 79px;
  707. height: 79px;
  708. }
  709.  
  710. .audioimgwrapper img {
  711. width: 100%;
  712. height: auto;
  713. }
  714.  
  715. .trackdetails {
  716. font-family: 'Calibri';
  717. font-size:10px;
  718. color:{color:Bold};
  719. font-weight:bold;
  720. font-style:italic;
  721. text-transform:uppercase;
  722. text-align:center;
  723. padding:0px;
  724. padding-top:20px;
  725. width: 200px;
  726. border: 0px solid black;
  727. display:inline-block;
  728. margin-left: 90px;
  729. height: 59px;
  730. }
  731.  
  732. .audiowrapper {
  733. position: relative;
  734. display:inline-block;
  735. }
  736.  
  737. /* --- Chat --- */
  738.  
  739. .user_1 .label {color: {color:Bold}; font-weight: 700;}
  740. .user_2 .label {color: {color:Italic}; font-weight: 700;}
  741. .user_3 .label {color: {color:Bold}; font-weight: 700;}
  742. .user_4 .label {color: {color:Italic}; font-weight: 700;}
  743. .user_5 .label {color: {color:Bold}; font-weight: 700;}
  744. .user_6 .label {color: {color:Italic}; font-weight: 700;}
  745. .user_7 .label {color: {color:Bold}; font-weight: 700;}
  746. .user_8 .label {color: {color:Italic}; font-weight: 700;}
  747.  
  748. ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
  749.  
  750. .chat li {
  751. list-style: none;
  752. margin: 0px;
  753. padding: 2px;
  754. border: none;
  755. }
  756.  
  757. .chat li:first-child {border: none; }
  758.  
  759. /* --- Asks--- */
  760. .asker askname{
  761. font-size:10px;
  762. text-transform:uppercase;
  763. color:{color:Asker};
  764. margin-left:30px;
  765. line-height:100%;
  766. letter-spacing:3px;
  767. font-style:italic;
  768. }
  769.  
  770. .asker a{color:{color:Asker};}
  771.  
  772. .asker a:hover{color:{color:Asker Hover}!important;}
  773.  
  774. .asker img{
  775. width:30px;
  776. height:30px;
  777. position:absolute;
  778. margin-top:8px;
  779. border:5px solid {color:Asker Border};
  780. }
  781.  
  782. .asker img:hover{border:5px solid {color:Asker Border Hover};}
  783.  
  784. .question{
  785. font-size:11px;
  786. margin-left:45px;
  787. width:435px;
  788. padding:10px;
  789. padding-top:10px;
  790. padding-bottom:10px;
  791. margin-top:3px;
  792. background:{color:Question BG};
  793. color:{color:Question};
  794. }
  795.  
  796. /* --- NOTES PERMALINK --- */
  797.  
  798. .notes {
  799. margin-top: 20px;
  800. width: 500px;
  801. margin-left: -40px;
  802. margin-bottom: 70px;
  803. }
  804.  
  805. ol.notes {
  806. padding: 0px;
  807. margin:25px 0px;
  808. list-style-type: none;
  809. border-bottom: solid 0px;
  810. font-size: 10px;
  811. text-transform: uppercase;
  812. letter-spacing: 1px;
  813. }
  814.  
  815. .notes a {color: {color:Text};}
  816.  
  817. ol.notes li.note {border-top: solid 1px {color:Text}; padding: 10px;}
  818.  
  819. ol.notes li.note img.avatar {
  820. vertical-align: -1px;
  821. margin-right: 10px;
  822. width: 12px;
  823. height: 12px;
  824. display: inline-block;
  825. }
  826.  
  827. ol.notes li.note span.action {font-weight: normal;}
  828.  
  829. ol.notes li.note .answer_content {font-weight: normal;}
  830.  
  831. ol.notes li.note blockquote {
  832. border-color: {color:Post BG};
  833. padding: 4px 10px;
  834. margin: 10px 0px 0px 25px;
  835. }
  836.  
  837. ol.notes li.note blockquote a {text-decoration: none;}
  838.  
  839.  
  840. </style>
  841.  
  842. </head>
  843. <body>
  844.  
  845. <div id="topbar">
  846. <a href="/">Home</a>
  847. <a href="/ask">Contact</a>
  848. <a href="{text:Link1}">{text:Link1 Title}</a>
  849. <a href="{text:Link2}">{text:Link2 Title}</a>
  850. <h3><span style="color:{color:Title Color 1}">{text:Title 1}</span><span>{text:Title 2}</span></h3>
  851. <a href="{text:Link3}">{text:Link3 Title}</a>
  852. <a href="{text:Link4}">{text:Link4 Title}</a>
  853. <a href="{text:Link5}">{text:Link5 Title}</a>
  854. <a href="{text:Link6}">{text:Link6 Title}</a>
  855. </div></div></div>
  856.  
  857.  
  858.  
  859. <body class="page{CurrentPage}">
  860. <div id="fp">
  861.  
  862. <div class="title">
  863. <header>
  864. <div id="welcome">
  865. <div class="welcometitle">
  866. {text:Welcome Title} <br>
  867. <div class="divider"></div>
  868. </div>
  869. <div class="welcometext">
  870. {Description}
  871. </div></div>
  872. </header>
  873. </div></div></div>
  874.  
  875. </div>
  876. </body>
  877.  
  878.  
  879.  
  880. <body class="page{CurrentPage}">
  881. <div id="fpcont">
  882.  
  883. <div id="container">
  884.  
  885. <div id="sidebar">
  886.  
  887.  
  888. {block:ifSidebarImage}
  889. <div class="sidebox">
  890. <center>
  891. <img src="{image:Sidebar}">
  892. </center>
  893. </div>
  894. {/block:ifSidebarImage}
  895.  
  896.  
  897.  
  898.  
  899.  
  900. {block:ifLastestPhotos}
  901. <div class="sidebox">
  902. <h4>Latest Photos</h4>
  903. <center>
  904. <a href="#"><img src="http://placehold.it/80X120"></a>
  905. <a href="#"><img src="http://placehold.it/80X120"></a>
  906. <a href="#"><img src="http://placehold.it/80X120"></a>
  907. <a href="#"><img src="http://placehold.it/80X120"></a>
  908. <a href="#"><img src="http://placehold.it/80X120"></a>
  909. <a href="#"><img src="http://placehold.it/80X120"></a>
  910. </center>
  911. </div>
  912. {/block:ifLastestPhotos}
  913.  
  914.  
  915.  
  916.  
  917.  
  918. {block:ifProjects}
  919. <div class="sidebox">
  920. <h4>Projects</h4>
  921. <!-- Project Start -->
  922. <div style="background-image:url(http://placehold.it/90x90); width:90px; height: 90px; border-radius: 100px; float: left; background-position: center;">
  923. </div>
  924. <div class="projects">
  925. <b>Title (Year)</b><BR>
  926. <i>Name as Character</i><BR>
  927. Release Date<BR>
  928. Genre: Genre<BR>
  929. </div><br><br>
  930. <!-- Project End -->
  931.  
  932. <!-- Project Start -->
  933. <div style="background-image:url(http://placehold.it/90x90); width:90px; height: 90px; border-radius: 100px; float: left; background-position: center;">
  934. </div>
  935. <div class="projects">
  936. <b>Title (Year)</b><BR>
  937. <i>Name as Character</i><BR>
  938. Release Date<BR>
  939. Genre: Genre<BR>
  940. </div><br><br>
  941. <!-- Project End -->
  942. </div>
  943. {/block:ifProjects}
  944.  
  945.  
  946.  
  947.  
  948.  
  949. {block:ifMembers}
  950. <div class="sidebox">
  951. <h4>Members</h4>
  952. {block:GroupMembers}
  953. <table style="margin-top:0px;">
  954. {block:GroupMember}
  955. <tr>
  956. <td style="width:40px;">
  957. <img src="{GroupMemberPortraitURL-48}" width="48px;" height="auto;" style="margin-right: 30px; padding: 2px;">
  958. </td>
  959. <td style="width:250px; height:auto;">
  960. <div id="m" style="margin-left:15px; margin-top:5px; line-height: 100%">
  961. <a href="{GroupMemberURL}" class="membertext"><b>{GroupMemberName}</b></a> <br><div style="font-size: 10px;">{GroupMemberTitle}</div></div>
  962. </td>
  963. </tr>
  964. {/block:GroupMember}
  965. </table>
  966. {/block:GroupMembers}
  967. </div>
  968. {/block:ifMembers}
  969.  
  970.  
  971.  
  972.  
  973. {block:ifSection1}
  974. <div class="sidebox">
  975. <h4>{text:Section1Title}</h4>
  976. {text:Section1Content}
  977. </div>
  978. {/block:ifSection1}
  979.  
  980.  
  981.  
  982.  
  983. {block:ifAffiliates}
  984. <div class="sidebox">
  985. <h4>Affiliates</h4>
  986. <center>
  987. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  988. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  989. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  990. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  991.  
  992. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  993. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  994. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  995. <a href="/apply"><img src="http://placehold.it/60x60" title="Affie" /></a>
  996.  
  997. </center>
  998. </div>
  999. {/block:ifAffiliates}
  1000.  
  1001.  
  1002.  
  1003.  
  1004. {block:ifStats}
  1005. <div class="sidebox">
  1006. <h4>Stats</h4>
  1007. <b>About:</b> <br>
  1008. <b>Established:</b> <br>
  1009. <b>Currently Online:</b> <br>
  1010. <b>Hits:</b> <br>
  1011. <b>Theme:</b> <a href="http://cvndythemes.tumblr.com/">cvndythemes</a>
  1012. </div>
  1013. {/block:ifStats}
  1014.  
  1015.  
  1016.  
  1017. <div class="sidebox">
  1018. <h4>Disclaimer</h4>
  1019. Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  1020. </div>
  1021.  
  1022. </div>
  1023.  
  1024.  
  1025. <section id="posts">
  1026. {block:Posts}
  1027.  
  1028.  
  1029.  
  1030. <div id="post" >
  1031.  
  1032.  
  1033. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1034.  
  1035. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  1036. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1037.  
  1038. {block:Quote}<big>“{Quote}”</big><br><b>{Source}</b>{/block:Quote}
  1039.  
  1040. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1041.  
  1042. {block:Photoset}<center>{Photoset-500}</center>
  1043. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1044.  
  1045. {block:Chat}
  1046. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  1047. {/block:Chat}
  1048.  
  1049. <div id="audio">{block:AudioPlayer}
  1050. <div class="audiowrapper">
  1051. {block:AlbumArt}
  1052. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1053. {/block:AlbumArt}
  1054. <div class="playerbuttonbg">
  1055. <div class="newplayerbutton">
  1056. <div class="playerbuttonhug">
  1057. {AudioPlayerWhite}
  1058. </div>
  1059. </div>
  1060. </div>
  1061. <div class="trackdetails">
  1062. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  1063. {block:Artist}<i>{Artist}</i>{/block:Artist}<br>
  1064. {block:Album}{Album}{/block:Album}
  1065. </div></div>
  1066. {block:Caption}{Caption}{/block:Caption}
  1067. {/block:AudioPlayer}
  1068. </div>
  1069.  
  1070. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1071.  
  1072. {block:Answer}
  1073. <div class="asker">
  1074. <img src="{AskerPortraitURL-48}"><askname><span style="letter-spacing:0px;"></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="margin-left:10px">{Asker}</span></askname></div>
  1075. <div class="question">{Question}</div>
  1076. {Answer}{/block:Answer}
  1077.  
  1078. {block:Date}
  1079.  
  1080. <div id="info"><div class="infos">
  1081. <a class="via" href="{PostAuthorURL}">{PostAuthorName}</a> {block:Date}posted this <a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a> {block:RebloggedFrom} <a class="via" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}</a> {block:ContentSource} / <a href="{SourceURL}">VIA</a>{/block:ContentSource} with {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  1082. </div></div>
  1083.  
  1084. <div id="tags">
  1085. {block:HasTags} {block:Tags} <a class="tags" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  1086.  
  1087. {/block:Date}
  1088. </div>
  1089.  
  1090.  
  1091.  
  1092.  
  1093. <p>
  1094. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1095.  
  1096. {/block:Posts}
  1097.  
  1098.  
  1099. {block:IndexPage}
  1100. {block:Pagination}
  1101. <div id="pagination">
  1102. {block:PreviousPage}
  1103. <a href="{PreviousPage}"><</a>
  1104. {/block:PreviousPage}
  1105.  
  1106. {block:JumpPagination length="5"}
  1107. {block:CurrentPage}
  1108. <span class="current_page">{PageNumber}</span>
  1109. {/block:CurrentPage}
  1110.  
  1111. {block:JumpPage}
  1112. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1113. {/block:JumpPage}
  1114. {/block:JumpPagination}
  1115.  
  1116. {block:NextPage}
  1117. <a href="{NextPage}">></a>
  1118. {/block:NextPage}
  1119. </div>
  1120. {/block:Pagination}
  1121. {/block:IndexPage}
  1122. </div>
  1123.  
  1124.  
  1125. <div id="end">
  1126. </div></div> </div></div>
  1127.  
  1128.  
  1129. </div></div></div></div></div>
  1130.  
  1131.  
  1132. <div id="cvndy"><a href="http://cvndythemes.tumblr.com/" class="cvndy" title=""> cvndy </a></div>
  1133. </div>
  1134.  
  1135. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement