Advertisement
Alliecatisallama

Page #11 Rules page

Apr 29th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 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.  
  3. <!-- THEME RULES PAGE 11 BY ALLIECATISALLAMA/YGRITTIES.
  4. Please do not claim as your own or remove the credit, you are welcome to edit the HTML light or heavy and change the rules. -->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <meta name="description" content="" />
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20.  
  21. <style type="text/css">
  22.  
  23.  
  24.  
  25. ::-webkit-scrollbar-thumb:vertical {background-color: #000; height: 10px;}
  26. ::-webkit-scrollbar-thumb:horizontal {background-color: #000; height:10px!important;}
  27. ::-webkit-scrollbar {background-color: #fff; height:10px; width:5px;}
  28.  
  29.  
  30.  
  31. body {
  32. background: #ffffff;
  33. font-size: 16px;
  34. color: #000000;
  35. font-family: calibri;
  36.  
  37. }
  38.  
  39.  
  40. a:link, a:active, a:visited {
  41. color: #000000;
  42. text-decoration: none;
  43. -moz-transition-duration:0.6s;
  44. -webkit-transition-duration:0.6s;
  45. -o-transition-duration:0.6s;
  46. }
  47.  
  48. a:hover {
  49. color: #ffffff;
  50. text-decoration: none;
  51. -moz-transition-duration:0.6s;
  52. -webkit-transition-duration:0.6s;
  53. -o-transition-duration:0.6s;
  54. }
  55.  
  56. b {
  57. color: #000000;
  58. }
  59.  
  60. #container {
  61. position: relative;
  62. margin:200px auto auto auto;
  63. background-color: #000000;
  64. width: 175px;
  65. height:230px;
  66. text-align: justify;
  67. padding: 20px;
  68. }
  69.  
  70. #stuff{
  71. letter-spacing:1px;
  72. font:
  73. }
  74.  
  75.  
  76. #stuff p{
  77. font-family:'lora';
  78. font-style: italic;
  79. font-size:10px;
  80. background:#ffffff;
  81. padding:5px;
  82. width:165px;
  83. height:25px;
  84. line-height:12px;
  85. display:inline-block;
  86. vertical-align:top;
  87. margin-top:2px;
  88. }
  89.  
  90. h3{
  91. margin:-10px 0 0px;
  92. background:#ffffff;
  93. position:absolute;
  94. color:#000;
  95. font: italic 12px 'lora';
  96. text-transform: lowercase;
  97. letter-spacing: 3px;
  98. padding:2px 0px 2px 7px;
  99. }
  100.  
  101.  
  102.  
  103.  
  104. </style>
  105.  
  106. </head>
  107.  
  108. <body>
  109.  
  110. <div id="container">
  111. <h3 style="position:absolute;left:10px;top:-10px;display:inline;">theme rules</h3>
  112. <div id="stuff">
  113. <p>Do not redistribute my themes.</p><br>
  114. <p>Do not remove the credit. </p><br>
  115. <p>Do not claim the code as your own. </p><br>
  116. <p>You are allowed to do some HTML editing. </p><br>
  117. <p>Do not use as a base code. </p><br>
  118. <a href="/"><h3 style="position:absolute;left:-7px;bottom:-20px;display:inline;">go back</h3></a><br>
  119. <a href="/"><h3 style="position:absolute;right:30px;bottom:-20px;display:inline;">onwards</h3></a><br>
  120. <a href="http://alliecatisallama.tumblr.com/"><h3 style="position:absolute;right:0px;bottom:-20px;display:inline;">&copy;</h3></a><br>
  121.  
  122.  
  123. </div>
  124.  
  125.  
  126. </div>
  127.  
  128. </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement