Advertisement
Yurameki18

Navigator

May 27th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Tutorial: http://www.simplydevio.us/resources/profile_tutorial.php
  2.  
  3. STEP 1 CODE - place this code in the featured deviation box
  4. -----------------------------------------
  5.  
  6.  
  7. <div class="popup2-moremenu"><div class="floaty-boat"><br><img src="http://orig11.deviantart.net/bb86/f/2017/127/8/5/denys_nevozhai_185489_by_ladyperfume-db8ga4n.jpg"></div></div><div class="gr-box gr-genericbox">
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. STEP 2 CODE - place this code in the stash writer
  22. ------------------------------------------
  23.  
  24. <div class="center">
  25.  
  26.  
  27. <div class="wrap"><a class="button" href="http://caballinecreations.deviantart.com/">Commission information</a><div class="image"><div class="celvas"></div>
  28. <img src=""></div></div>
  29.  
  30. <div class="wrap"><a class="button" href="http://caballinecreations.deviantart.com/">Gallery</a><div class="image"><div class="celvas"></div>
  31. <img src=""></div></div>
  32.  
  33. <div class="wrap"><a class="button" href="http://caballinecreations.deviantart.com/">Characters</a><div class="image"><div class="celvas"></div>
  34. <img src=""></div></div>
  35.  
  36. </div>
  37.  
  38. <div class="clear"></div>
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. STEP 3 CODE - place this code in the skin css box
  56. ------------------------------------------
  57.  
  58. *{background:none; border:none; padding:0; margin:0;}
  59.  
  60. .gr{padding:0 !important;}
  61. .gr-top img, .gr1, .gr2, .gr3 {display:none;}
  62. .gr-top, .bottom, a.external:after, .left br {display:none;}
  63. a{text-decoration:none; font-weight:normal;}
  64. .external{display:block;}
  65.  
  66. .gr-box{
  67. z-index:99!important;
  68. line-height:1.1em!important;
  69. font-family:Verdana;
  70. text-align:center;
  71. font-size:11px;}
  72.  
  73. .text{
  74. position:relative;
  75. width:500px;
  76. margin:16px auto;}
  77.  
  78. .left{width:45%;}
  79.  
  80. .image{
  81. display:none;
  82. position:absolute;
  83. left:50%;
  84. top:0;}
  85.  
  86. .celvas{
  87. height:125px;
  88. vertical-align:middle;
  89. display:inline-block;}
  90.  
  91. img{
  92. position:relative;
  93. max-width:96%;
  94. max-height:125px;
  95. display:inline;
  96. vertical-align:middle;}
  97.  
  98. .wrap:hover .image{display:inline-block;}
  99.  
  100. .button{
  101. display:block;
  102. color: #012640!important;
  103. background: #FFFFFF;
  104. border-radius:5px;
  105. padding:16px 0px;
  106. margin-bottom:5px;
  107. }
  108.  
  109. .button:hover{
  110. color: #FFFFFF!important;
  111. background: #1AD5E9;}
  112.  
  113. .button span{
  114. display:none;
  115. font-size:0.85em;}
  116.  
  117. .button:hover span{display:inline;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement