Advertisement
becky4268

theme 10 -theme rules

Apr 14th, 2013
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- Code by ofjack -->
  4. <!-- DO NOT BREAK THE RULES OR I WILL HUNT YOU DOWN -->
  5.  
  6. <title>{Title}</title>
  7.  
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <style type="text/css">
  15.  
  16.  
  17. a {
  18. color:{color:link};
  19. text-decoration:none;
  20. -moz-transition-duration:0.5s;
  21. -webkit-transition-duration:0.5s;
  22. -o-transition-duration:0.5s;
  23. }
  24.  
  25. a:hover {
  26. color:{color:hover};
  27. text-decoration:none;
  28. -moz-transition-duration:0.5s;
  29. -webkit-transition-duration:0.5s;
  30. -o-transition-duration:0.5s;
  31. }
  32.  
  33.  
  34. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  35. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  36. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  37.  
  38. #sup { position:fixed;font-size:8px;font-weight:normal;line-height:100%;letter-spacing:1px;right:-32px;bottom:10px;text-transform:uppercase;text-align:center;font-family:calibri;}
  39.  
  40. #sup a {padding:0px; color:#111;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  41.  
  42. #sup a:hover {margin-right:37px;color:#111;}
  43.  
  44. body {
  45. background-color:#fff;
  46. font-family:Cambria;
  47. font-weight:normal;
  48. }
  49.  
  50. .theme {
  51. background-color:#fff;
  52. width:700px;
  53. margin: 0px auto -12px auto;
  54. text-align: center;
  55. }
  56.  
  57. #all {
  58. margin-left:-150px;
  59. }
  60.  
  61. #title {
  62. margin-top:100px;
  63. margin-left:200px;
  64. font-style:bold;
  65. font-family:corbel;
  66. text-transform:uppercase;
  67. color:#222222;
  68. font-size:40px;
  69. border-bottom:1px dotted #d9d9d9;
  70. width:400px;
  71. }
  72.  
  73. .links {
  74. margin-top:20px;
  75. margin-left:180px;
  76. }
  77.  
  78. .links a {
  79. width:90px;
  80. color:#111;
  81. font-size:9px;
  82. display:inline-block;
  83. padding:3px;
  84. letter-spacing:1px;
  85. text-transform:uppercase;
  86. margin-left:3px;
  87. margin-right:3px;
  88. -webkit-transition: all 0.3s ease-in-out;
  89. -moz-transition: all 0.3s ease-in-out;
  90. -o-transition: all 0.3s ease-in-out;
  91. -ms-transition: all 0.3s ease-in-out;
  92. transition: all 0.3s ease-in-out;
  93. }
  94.  
  95. .links a:hover {
  96. background:#111;
  97. color:#fff;
  98. width:60px;
  99. }
  100.  
  101. #text {
  102. font-family:cambria;
  103. font-style: normal;
  104. font-size:12px;
  105. color:#111;
  106. width:360px;
  107. margin-top:30px;
  108. margin-left:200px;
  109. }
  110.  
  111.  
  112. </style></head>
  113.  
  114. <body>
  115. <div id="theme">
  116.  
  117. <div id="all">
  118.  
  119. <center>
  120.  
  121. <!--CHANGE ANYTHING HERE TO YOUR RULES AND TITLE AND LINK OK--->
  122.  
  123. <div id="title">THEME RULES</div>
  124.  
  125.  
  126.  
  127. <div id="text">
  128.  
  129. <i> 1. first rule<br></i>
  130. <small>something to explain</small><p>
  131.  
  132. <i> 2. another rule<br></i>
  133. <small>and again something else here</small><p>
  134.  
  135. <i> 3. third rule ya ya ya<br></i>
  136. <small>something else here</small><p>
  137.  
  138. <i> 4. fourth rule and what not<br></i>
  139. <small>yay</small><p>
  140.  
  141. <br> something here if you want or delete this if you don't want anything here
  142.  
  143.  
  144.  
  145. </div>
  146.  
  147. <div class="links">
  148.  
  149. <a href="http://"> i agree </a>
  150.  
  151. <a href="http://"> i disagree </a>
  152.  
  153. <a href=""> link </a>
  154.  
  155. <!---DON'T CHANGE ANYTHING FROM HERE ON IF YOU DO I WILL KILL YOU--->
  156.  
  157. </div>
  158. </div>
  159.  
  160. </center>
  161.  
  162. <div id="sup"><a href="http://ofjack.tumblr.com/"> [c] ofjack </a></div>
  163.  
  164. </div>
  165. </body>
  166.  
  167. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement