sexmeluke

Theme Rules Page #1- SEXMELUKE

Jan 26th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8.  
  9. <!-----------------------------------------------------------------
  10.              DON'T REMOVE THE CREDIT!!
  11.  
  12.                      PAGE BY
  13.        ╭━━━┳━━━┳━╮╭━┳━╮╭━┳━━━┳╮╱╱╭╮╱╭┳╮╭━┳━━━╮
  14.        ┃╭━╮┃╭━━┻╮╰╯╭┫┃╰╯┃┃╭━━┫┃╱╱┃┃╱┃┃┃┃╭┫╭━━╯
  15.        ┃╰━━┫╰━━╮╰╮╭╯┃╭╮╭╮┃╰━━┫┃╱╱┃┃╱┃┃╰╯╯┃╰━━╮
  16.        ╰━━╮┃╭━━╯╭╯╰╮┃┃┃┃┃┃╭━━┫┃╱╭┫┃╱┃┃╭╮┃┃╭━━╯
  17.        ┃╰━╯┃╰━━┳╯╭╮╰┫┃┃┃┃┃╰━━┫╰━╯┃╰━╯┃┃┃╰┫╰━━╮
  18.        ╰━━━┻━━━┻━╯╰━┻╯╰╯╰┻━━━┻━━━┻━━━┻╯╰━┻━━━╯
  19.  
  20.  
  21. ------------------------------------------------------------------------>
  22.  
  23.  
  24. <head>
  25.  
  26.  
  27.  
  28. <style type="text/css">
  29.  
  30.  
  31.  
  32. body {
  33.     margin:0px;
  34.     background-image:url(http://static.tumblr.com/a2d4cd3a8348c3948bfd1709bdf43a4c/cjsy6gz/5JImofsx9/tumblr_static_untitled-1.jpg) ;
  35.    
  36.     font-family:times;
  37.     font-size:12px;
  38.     padding:5px;
  39.     line-height:100%;
  40. }    
  41.  
  42. a {
  43. color:black;
  44. text-decoration:none;
  45. outline:none;
  46. opacity:1;
  47. font-family: Calibri;
  48. font-size:11px;
  49. -webkit-transition: all 0.8s;
  50. -moz-transition: all 0.8s;
  51. transition: all 0.8s;
  52. }
  53.  
  54. a:hover {
  55. color:#1d1d1d;
  56. -webkit-transition: all 0.8s;
  57. -moz-transition: all 0.8s;
  58. transition: all 0.8s;
  59. }
  60.  
  61. big {
  62.     font-family: vivaldi;
  63.     color:black;
  64.     font-size:30px;
  65.  
  66. }
  67.  
  68. li {
  69.     text-align:center;
  70. }
  71.  
  72.  
  73.  
  74.  
  75. #box{
  76.     margin-bottom:20px;
  77.     margin-top:100px;
  78.     margin-left:35%;
  79.     background:#fafafc;
  80.     background-color: transparent;
  81.     height:416px;
  82.     width:436px;
  83.     padding:20px;
  84.     /*--border-top:2px solid #fa5858 ;--*/
  85.  
  86. }
  87. .style{
  88.     margin-bottom:25px;
  89.     background:ffffff;
  90.     text-align:center;
  91.     width:396px;
  92.     padding:20px;
  93.     letter-spacing: 2px; color:black; text-align:justify;
  94. }
  95.  
  96. #themeslink a{
  97.     -webkit-transition: all 0.8s;
  98.     -moz-transition: all 0.8s;
  99.     transition: all 0.8s;
  100.     display: inline-block;
  101.     letter-spacing: 2px;
  102.     color:white;
  103.     background:black;
  104.     opacity:0.7;
  105.     text-align:center;
  106.     width:67px;
  107.     padding:7px 3px 7px 3px;
  108.     border-radius: 0px;
  109. }
  110.  
  111. #themeslink a:hover{
  112.     background:#CC2771;
  113.     color:#ffffff;
  114.     opacity:1;
  115.     -webkit-transition: all 0.5s;
  116.     -moz-transition: all 0.5s;
  117.     transition: all 0.5s;
  118.  
  119. }
  120.  
  121. #cred {
  122.     font-size:8px;
  123.     font-family:times;
  124.     letter-spacing:1px;
  125.     -moz-transition-duration:0.5s;
  126.     -webkit-transition-duration:0.5s;
  127.     -o-transition-duration:0.5s;
  128.     }
  129.  
  130.  #cred a {
  131.     background-color:#fff;
  132.     color:#a8a8a8;
  133.     padding:5px;
  134.     border:2px solid #ddd;
  135.     position:fixed;
  136.     right:7px;
  137.     bottom:10px
  138.     }    
  139.  
  140.  
  141. #cred a:hover {
  142.     color:#fff;
  143.     background-color:#000;
  144.     border-radius:110px;
  145.     -moz-transition-duration:2s;
  146.     -webkit-transition-duration:2s;
  147.     -o-transition-duration:2s;
  148.     }
  149.    
  150.  
  151. {CustomCSS}</style>
  152.  
  153.  
  154. </head>
  155. <body>
  156.  
  157. <div id="box">
  158.  
  159. <div class="style">    
  160.  
  161. <!---Put your title here.--->
  162. <br><br><br><br><br>
  163. <center><big><big><b>Theme Rules</big></big></b></center><br>
  164. <hr>
  165.  
  166. <br>
  167. <p><!---Put your first rule here.---><li>First rule here</li></p>
  168.  
  169. <p><!---Put your second rule here.---><li>Second rule here</li>
  170.  
  171. <p><!---Put your third rule here.---><li>Third rule here</li>
  172.  
  173. <p><!---Put your fourth rule here.---><li>Fourth rule here.</li>
  174.    
  175.  
  176.     <p><!---Put your sixth rule here.---><li>Fifth rule here.</li>
  177.    
  178. </p><br><hr><br><br>
  179.  
  180.  
  181. <center><div id="themeslink">
  182. <a href="http://www.tumblr.com/logout">Agree</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  183. <a href="http://www.sexmeluke.tumblr.com/derpina">Disagree</a></div>
  184.  
  185. </div>
  186.    
  187.  
  188. <div id="cred">
  189. <a href="http://sexmeluke.tumblr.com">SML</a>
  190.                 </div>
  191.    
  192.  
  193. </div>  
  194.  
  195. </div>
  196.  
  197.  
  198. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment