sexycullen

standard to custom

May 31st, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.68 KB | None | 0 0
  1. <!--------------------------------------------
  2. tylergaciaposey's theme #standard to custom
  3. (TO CHANGE STANDARD LAYOUT THEMES TO CUSTOM LAYOUT)
  4. http://tylergaciaposey.tumblr.com/
  5.  
  6.  
  7. PLEASE DO NOT,
  8. remove the credits; claim as your own; use as a base, take parts
  9. of the theme.
  10. YOU CAN:
  11. edit as much as you want for your own personal use only.
  12.  
  13.  
  14. CREDITS,
  15. shythemes:
  16. scrollbar style
  17.  
  18. icon font by honeybee.suiomi.com
  19. --------------------------------------------->
  20.  
  21. <!DOCTYPE html>
  22. <head>
  23.  
  24. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  29. <meta name="description" content="" />
  30. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  31.  
  32.  
  33.  
  34.  
  35. <!----- google fonts ---->
  36.  
  37. <link href="https://fonts.googleapis.com/css?family=Hind:400,700|Muli:400,400i,700,700i|Open+Sans:400,400i,700,700i|Poppins:400,400i,700,700i,900,900i|Lato:400,400i,700,700i|Roboto:400,400i,700,700i" rel="stylesheet">
  38.  
  39. <!----- google fonts ---->
  40.  
  41.  
  42.  
  43.  
  44. <!----- icons ---->
  45.  
  46. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  47.  
  48. <!----- icons ---->
  49.  
  50.  
  51.  
  52. <!----- tooltip ---->
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("a[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:90,
  59. tip_fade_speed:600,
  60. attribute:"title"
  61. });
  62. });
  63. })(jQuery);
  64. </script>
  65. <!----- tooltip ---->
  66.  
  67.  
  68.  
  69.  
  70. <!----- script from the 'click for more' button ---->
  71.  
  72. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  73. <script type="text/javascript">
  74. $(document).ready(function(){
  75. $(".hover_body").hide();
  76. $(".hover_head").click(function(){
  77. $(this).next(".hover_body").slideToggle('fast');
  78. }); }); </script>
  79.  
  80. <!----- script from the 'click for more' button ---->
  81.  
  82.  
  83.  
  84. <style type="text/css">
  85.  
  86.  
  87. /* scrollbar */
  88.  
  89. ::-webkit-scrollbar {
  90. width:7px;
  91. height:7px;
  92. }
  93. ::-webkit-scrollbar {
  94. background-color: #FFFFFF;
  95. }
  96. ::-webkit-scrollbar-track {
  97. border:8px solid #FFFFFF;
  98. background-color: #FFFFFF;
  99. }
  100. ::-webkit-scrollbar-thumb {
  101. border:3px solid #FFFFFF;
  102. background-color:#EDEDED;
  103. min-height:24px;
  104. min-width:24px;
  105. }
  106.  
  107.  
  108. /* if you want images black and white, set the grayscale to 100% and if you want opacity, set opacity value to: 0.7 */
  109.  
  110. img {
  111. -webkit-filter: grayscale(0%);
  112. -webkit-transition: all 0.9s ease-in-out;
  113. -moz-transition: all 0.9s ease-in-out;
  114. -o-transition: all 0.9s ease-in-out;
  115. -ms-transition: all 0.9s ease-in-out;
  116. transition: all 0.9s ease-in-out;
  117. opacity:1;
  118. }
  119.  
  120.  
  121.  
  122. img:hover {
  123. -webkit-filter: grayscale(0%);
  124. -webkit-transition: all 0.9s ease-in-out;
  125. -moz-transition: all 0.9s ease-in-out;
  126. -o-transition: all 0.9s ease-in-out;
  127. -ms-transition: all 0.9s ease-in-out;
  128. transition: all 0.9s ease-in-out;
  129. }
  130.  
  131.  
  132.  
  133. /* tooltip */
  134.  
  135. #s-m-t-tooltip {
  136. max-width:300px;
  137. margin-top:-30px;
  138. margin-left:-25px;
  139. letter-spacing:1px;
  140. text-align:center;
  141. padding:3px;
  142. background-color:#FFFFFFF;
  143. border-bottom:1px solid #efefef;
  144. z-index:999999;
  145. }
  146.  
  147.  
  148. .container {
  149. width:976px;
  150. margin:30px auto;
  151. outline:0px solid #F5F5F5;
  152. }
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. /* custom font size, font family and color here */
  160.  
  161. body {
  162. -webkit-font-smoothing: antialiased;
  163. -moz-osx-font-smoothing: grayscale;
  164. color:#000000;
  165. font-size: 10.5px;
  166. font-family:'Roboto', Helvetica,Arial,sans-serif;
  167. word-wrap:break-word;
  168. margin:0;
  169. line-height:1.4em;
  170. background-color:#FFFFFF;
  171. background-image:url('');
  172. background-repeat: repeat;
  173. background-attachment: fixed;
  174. background-position:center;
  175. }
  176.  
  177.  
  178.  
  179.  
  180. /* custom links */
  181.  
  182. a {
  183. color:#A7A7A7;
  184. text-decoration:none;
  185. transition:all .3s linear;
  186. -webkit-transition:all .3s linear;
  187. -o-transition:all .3s linear;
  188. -moz-transition:all .3s linear;
  189. }
  190.  
  191.  
  192. a:hover {
  193. color:#C1BAB9;
  194. text-decoration:none;
  195. }
  196.  
  197.  
  198.  
  199. /* custom bold and italic */
  200.  
  201. b, strong {
  202. font-weight:bold;
  203. color: #C3ABA6!important;
  204. }
  205.  
  206. i, italic {
  207. color: #DACCC9;
  208. }
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218. /* PASTE THE CSS PART FROM STANDARD LAYOUT FROM HERE...... */
  219.  
  220.  
  221. .hover_list {
  222. margin-top:0px;
  223. padding:0px;
  224. width:100%;
  225. }
  226.  
  227. /* edit title 'click here for more' */
  228. .hover_head {
  229. text-transform:lowercase;
  230. text-align:left;
  231. font-size:13px;
  232. width:500px;
  233. padding-top:0px;
  234. padding-bottom:0px;
  235. cursor:pointer;
  236. position:relative; margin:1px;
  237. padding-left:0px;
  238. margin-left:0px;
  239. margin-top:15px;
  240. margin-bottom:6px;
  241. }
  242. /* edit title 'click here for more' */
  243.  
  244.  
  245.  
  246. .hover_body {
  247. display:none;
  248. width:500px;
  249. }
  250.  
  251. .hover_body a {
  252. padding:1px;
  253. }
  254.  
  255.  
  256.  
  257.  
  258. /* muses container */
  259. .museswrap {
  260. overflow:hidden;
  261. margin: 0 auto;
  262. width:500px;
  263. background: #fff;
  264.  
  265. }
  266.  
  267.  
  268. .musesrow{
  269. overflow:hidden;
  270. margin: 0 5px 0;
  271. }
  272.  
  273.  
  274.  
  275. /* muses individual boxes */
  276. .musescontainer {
  277. position:relative;
  278. float:left;
  279. margin:4px;
  280. width: 230px;
  281. height: 238px;
  282. line-height:125%;
  283. background-color:#fcfcfc;
  284. border:1px solid #efefef;
  285. margin-top:10px;
  286. margin-bottom:10px;
  287. margin-right:9px;
  288. overflow-x:hidden;
  289. overflow-y:scroll;
  290. }
  291.  
  292. /* muses names */
  293. .musesinfospan {
  294. display:inline-block;
  295. width: 198px;
  296. text-transform: uppercase;
  297. padding:7px;
  298. margin:5px 5px 0 5px;
  299. text-align: center;
  300. border:1px solid #efefef;
  301. background: #fff;
  302. }
  303.  
  304.  
  305. /* muses images */
  306. .musesimage {
  307. width: 198px;
  308. max-height: 130px;
  309. padding:7px;
  310. margin:5px;
  311. border:1px solid #efefef;
  312. background: #fff;
  313. }
  314.  
  315. .musesimage img {
  316. object-fit:cover;
  317. }
  318.  
  319.  
  320. /* muses links box */
  321. .musesinfo {
  322. width: 198px;
  323. padding:7px;
  324. margin:5px;
  325. background: #fff;
  326. border:1px solid #efefef;
  327. overflow:hidden;
  328. }
  329.  
  330. .musesinfo li {
  331. display:inline-block;
  332. list-style:none;
  333. margin:0 px 0;
  334. padding: 0;
  335. }
  336.  
  337. /* muses links */
  338. .museslinks {
  339. text-transform: lowercase;
  340. text-align: center;
  341. overflow:hidden;
  342. }
  343.  
  344.  
  345. .museslinks a {
  346. margin:3px;
  347. }
  348.  
  349. .museslinks ul {
  350. margin:0;
  351. padding:0;
  352. list-style:none;
  353. }
  354.  
  355. .museslinks li {
  356. margin:0 auto;
  357. }
  358.  
  359.  
  360. .museslinks ul li:before {
  361. content:none;
  362. }
  363.  
  364.  
  365. /* muses extra information box */
  366. .musestextbox {
  367. width: 198px;
  368. text-transform: lowercase;
  369. padding:7px;
  370. margin:5px;
  371. text-align: center;
  372. background: #fff;
  373. border:1px solid #f2f2f2;
  374. float:clear;
  375. }
  376.  
  377.  
  378. /* PASTE THE CSS PART FROM STANDARD LAYOUT TO HERE !!!! */
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. /* DO NOT REMOVE */
  391.  
  392. .credito {
  393. position:fixed;
  394. right:5px;
  395. bottom:18px;
  396. text-transform:uppercase;
  397. text-align:center;
  398. padding:5px;
  399. background-color: #FFFFFF;
  400. border:1px solid #F5F5F5;
  401. border-bottom:3px solid #F5F5F5;
  402. border-right:2px solid #F5F5F5;
  403. }
  404.  
  405. .credito .th {
  406. font-size:20px;
  407. }
  408.  
  409. .credito a {
  410. text-decoration:none;
  411. color:#C3ABA6;
  412. padding:3px;
  413. background-color: #FFFFFF;
  414. font-style:normal;
  415. padding:3px;
  416. -moz-transition-duration:0.5s;
  417. -webkit-transition-duration:0.5s;
  418. -o-transition-duration:0.5s;
  419. }
  420.  
  421.  
  422. </style>
  423. </head>
  424.  
  425.  
  426. <body>
  427. <div class="container">
  428. <!-- PASTE THE HTML PART FROM STANDARD LAYOUT FROM HERE.... --->
  429.  
  430.  
  431. <div class="museswrap">
  432. <div class="musesrow"><!-- START CHARACTER #1 --->
  433. <div class="musescontainer">
  434. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  435. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  436. <div class="musesinfo">
  437. <div class="museslinks">
  438. <ul>
  439. <li><a href="/tagged/">interactions</a></li>
  440. <li><a href="/tagged/">photography</a></li>
  441. <li><a href="/tagged/">musings</a></li>
  442. <li><a href="/tagged/">starter</a></li>
  443. <li><a href="/tagged/">likes</a></li>
  444. <li><a href="/tagged/">texts</a></li>
  445. </ul>
  446. </div>
  447. </div>
  448. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  449. <div class="musestextbox"><strong>more information</strong>
  450. <p>lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.</p>
  451. </div>
  452. </div>
  453. <!-- END CHARACTER #1 ---> <!-- START CHARACTER #2 --->
  454. <div class="musescontainer">
  455. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  456. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  457. <div class="musesinfo">
  458. <div class="museslinks">
  459. <ul>
  460. <li><a href="/tagged/">interactions</a></li>
  461. <li><a href="/tagged/">photography</a></li>
  462. <li><a href="/tagged/">musings</a></li>
  463. <li><a href="/tagged/">starter</a></li>
  464. <li><a href="/tagged/">likes</a></li>
  465. <li><a href="/tagged/">texts</a></li>
  466. </ul>
  467. </div>
  468. </div>
  469. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  470. </div>
  471. <!-- END CHARACTER #2 ---> <!-- START CHARACTER #3 --->
  472. <div class="musescontainer">
  473. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  474. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  475. <div class="musesinfo">
  476. <div class="museslinks">
  477. <ul>
  478. <li><a href="/tagged/">interactions</a></li>
  479. <li><a href="/tagged/">photography</a></li>
  480. <li><a href="/tagged/">musings</a></li>
  481. <li><a href="/tagged/">starter</a></li>
  482. <li><a href="/tagged/">likes</a></li>
  483. <li><a href="/tagged/">texts</a></li>
  484. </ul>
  485. </div>
  486. </div>
  487. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  488. </div>
  489. <!-- END CHARACTER #3 ---> <!-- START CHARACTER #4 --->
  490. <div class="musescontainer">
  491. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  492. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  493. <div class="musesinfo">
  494. <div class="museslinks">
  495. <ul>
  496. <li><a href="/tagged/">interactions</a></li>
  497. <li><a href="/tagged/">photography</a></li>
  498. <li><a href="/tagged/">musings</a></li>
  499. <li><a href="/tagged/">starter</a></li>
  500. <li><a href="/tagged/">likes</a></li>
  501. <li><a href="/tagged/">texts</a></li>
  502. </ul>
  503. </div>
  504. </div>
  505. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  506. <div class="musestextbox"><strong>more information</strong>
  507. <p>lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.</p>
  508. </div>
  509. </div>
  510. <!-- END CHARACTER #4 ---> <!-- START CLICK FOR MORE MUSES --->
  511. <div class="museswrap">
  512. <div class="musesrow">
  513. <p class="hover_head"><strong>click</strong> for more ♡</p>
  514. <div class="hover_body"><!-- START CHARACTER #5 --->
  515. <div class="musescontainer">
  516. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  517. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  518. <div class="musesinfo">
  519. <div class="museslinks">
  520. <ul>
  521. <li><a href="/tagged/">interactions</a></li>
  522. <li><a href="/tagged/">photography</a></li>
  523. <li><a href="/tagged/">musings</a></li>
  524. <li><a href="/tagged/">starter</a></li>
  525. <li><a href="/tagged/">likes</a></li>
  526. <li><a href="/tagged/">texts</a></li>
  527. </ul>
  528. </div>
  529. </div>
  530. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  531. </div>
  532. <!-- END CHARACTER #5 ---> <!-- START CHARACTER #6 --->
  533. <div class="musescontainer">
  534. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  535. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  536. <div class="musesinfo">
  537. <div class="museslinks">
  538. <ul>
  539. <li><a href="/tagged/">interactions</a></li>
  540. <li><a href="/tagged/">photography</a></li>
  541. <li><a href="/tagged/">musings</a></li>
  542. <li><a href="/tagged/">starter</a></li>
  543. <li><a href="/tagged/">likes</a></li>
  544. <li><a href="/tagged/">texts</a></li>
  545. </ul>
  546. </div>
  547. </div>
  548. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  549. <div class="musestextbox"><strong>more information</strong>
  550. <p>lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.</p>
  551. </div>
  552. </div>
  553. <!-- END CHARACTER #6 ---> <!-- START CHARACTER #7 --->
  554. <div class="musescontainer">
  555. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  556. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  557. <div class="musesinfo">
  558. <div class="museslinks">
  559. <ul>
  560. <li><a href="/tagged/">interactions</a></li>
  561. <li><a href="/tagged/">photography</a></li>
  562. <li><a href="/tagged/">musings</a></li>
  563. <li><a href="/tagged/">starter</a></li>
  564. <li><a href="/tagged/">likes</a></li>
  565. <li><a href="/tagged/">texts</a></li>
  566. </ul>
  567. </div>
  568. </div>
  569. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  570. <div class="musestextbox"><strong>more information</strong>
  571. <p>lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.</p>
  572. </div>
  573. </div>
  574. <!-- END CHARACTER #7 ---> <!-- START CHARACTER #8 --->
  575. <div class="musescontainer">
  576. <div class="musesinfospan"><strong>name here</strong> lastname</div>
  577. <img class="musesimage" src="https://66.media.tumblr.com/e5c56247a46e244b0b362fa78a427496/tumblr_inline_pqogozKqPc1r23mcd_500.gif" />
  578. <div class="musesinfo">
  579. <div class="museslinks">
  580. <ul>
  581. <li><a href="/tagged/">interactions</a></li>
  582. <li><a href="/tagged/">photography</a></li>
  583. <li><a href="/tagged/">musings</a></li>
  584. <li><a href="/tagged/">starter</a></li>
  585. <li><a href="/tagged/">likes</a></li>
  586. <li><a href="/tagged/">texts</a></li>
  587. </ul>
  588. </div>
  589. </div>
  590. <div class="musestextbox"><strong>age:</strong> age here <strong>pronouns:</strong> she/her <strong>sexuality: </strong>sexuality <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and materialistic <strong>faceclaim:</strong> faceclaim here</div>
  591. </div>
  592. <!-- END CHARACTER #8 ---> <!-- you can paste more chars below here ---></div>
  593. </div>
  594. </div>
  595.  
  596. </div>
  597. </div>
  598.  
  599. <!-- PASTE THE HTML PART FROM STANDARD LAYOUT TO HERE !! --->
  600.  
  601.  
  602.  
  603.  
  604. </div>
  605.  
  606. <div class="credito">
  607. <a href="https://tylergaciaposey.tumblr.com/" title="tylergaciaposey's theme">
  608. <span class="th th-coffee-2-o"></span></a>
  609. </div>
  610. </body>
  611. </html>
Advertisement
Add Comment
Please, Sign In to add comment