Advertisement
ukaysthemes

Navi theme

Apr 21st, 2013
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.  
  9. <meta name="color:test" content="#FFFFFF"/>
  10. <style type="text/css">
  11.  
  12.  
  13. body
  14. {font-family:calibri;
  15. font-size:9px;
  16. background-color:{color:background};
  17. }
  18.  
  19. a
  20. {text-decoration:none;
  21. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  22. opacity:1;
  23. color:#959799;;
  24. }
  25.  
  26. a:hover
  27. {text-decoration:none;
  28. opacity:1;
  29. color:#eee;}
  30.  
  31.  
  32.  
  33. #pic {
  34. width:400px;
  35. padding:00px;
  36. margin-top:90px;
  37. margin-left:400px;
  38. position:fixed;
  39. display:center;
  40. }
  41.  
  42. #box {
  43. margin-top:130px;
  44. margin-left:400px;
  45. width:200px;
  46. border:1px solid #FFFFFF;
  47. height:350px;
  48. position:fixed;
  49. }
  50.  
  51.  
  52. #credit {
  53. padding:3px;
  54. padding-left:535px;
  55. font-size:11px;
  56. text-transform:uppercase;
  57. background-color:#eceeee;
  58. width:100%;
  59. }
  60.  
  61. #box2 {
  62. margin-top:130px;
  63. margin-left:600px;
  64. width:200px;
  65. border:1px solid #FFFFFF;
  66. height:350px;
  67. position:fixed;
  68. }
  69.  
  70. #category {
  71. text-align:center;
  72. font-size:12px;
  73. font-family:cambria;
  74. letter-spacing:4px;
  75. padding-top:50px;
  76. text-transform:uppercase;
  77. background-color:#FFFFFF;
  78. border-bottom: 1px solid
  79. Color:#88898b;
  80. }
  81.  
  82. #links {
  83. text-align:center;
  84. padding:20px;
  85. font-size:12px;
  86. letter-spacing:2px;
  87. color:#b6b8bb;
  88. margin-top:5px
  89. }
  90.  
  91. </style>
  92. </head>
  93. <div id="box">
  94. <div id="category">title</div>
  95. <div id="links">
  96. •<a href="http://url/">link</a><br>
  97. •<a href="http://url/">link</a><br>
  98. •<a href="http://url/">link</a><br>
  99. •<a href="http://url/">link</a><br></div>
  100. <div id="category">title</div>
  101. <div id="links">
  102. •<a href="http://url/">link</a><br>
  103. •<a href="http://url/">link</a><br>
  104. •<a href="http://url/">link</a><br>
  105. •<a href="http://url/">link</a><br></div>
  106.  
  107. </div>
  108. </div>
  109.  
  110.  
  111.  
  112. <div id="box2">
  113. <div id="category">title</div>
  114. <div id="links">
  115. •<a href="http://url/">link</a><br>
  116. •<a href="http://url/">link</a><br>
  117. •<a href="http://url/">link</a><br>
  118. •<a href="http://url/">link</a><br></div>
  119. <div id="category">title</div>
  120. <div id="links">
  121. •<a href="http://url/">link</a><br>
  122. •<a href="http://url/">link</a><br>
  123. •<a href="http://url/">link</a><br>
  124. •<a href="http://url/">link</a><br></div>
  125.  
  126. </div>
  127. </div>
  128.  
  129. <div id="pic"><img src="http://headersfortwitter.com/wp-content/uploads/2013/03/daisies-twitter-header.jpg" width=400 height=80></div>
  130.  
  131. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:uppercase;color:{color:text}"><a href="http://ukays.tumblr.com">UKAYS</a></div>
  132. </body>
  133. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement