Advertisement
sandragonthemes

Theme #14

Jul 22nd, 2013
1,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1.  
  2. <!doctype html>
  3.  
  4. <!--
  5. This is theme #14 by sandragonthemes.
  6. Please follow the rules and do not remove the credit.
  7. If you have questions or feedback please send me a message.
  8. -->
  9.  
  10. <html>
  11. <head>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17. <link href='http://fonts.googleapis.com/css?family=Norican' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20. <style type="text/css">
  21. {CustomCSS}
  22.  
  23. /*SCROLLBAR*/
  24. ::-webkit-scrollbar {
  25. width: 8px;
  26. background-color: #dbdbdb;
  27. }
  28.  
  29. ::-webkit-scrollbar-track {
  30. background-color: #dbdbdb;
  31. }
  32.  
  33. ::-webkit-scrollbar-thumb {
  34. background-color: #85A653;
  35. }
  36.  
  37. /*BODY*/
  38. body {
  39. background-color: #ffffff;
  40. font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  41. font-size: 11px;
  42. color: #BFBFBF;
  43. letter-spacing:1px;
  44. }
  45.  
  46. a{
  47. color: #85A653;
  48. font-family: "Trebuchet MS", Helvetica, sans-serif;
  49. font-weight:normal;
  50. text-decoration: none;
  51. text-transform:uppercase;
  52. font-size: 9px;
  53. letter-spacing:1px;
  54. }
  55.  
  56. a:hover{
  57. color: #72943e;
  58. }
  59.  
  60. ul{
  61. list-style-type: none;
  62. padding: 0px;
  63. margin: 0px;
  64. }
  65.  
  66.  
  67. #container{
  68. margin:auto;
  69. width: 610px;
  70. }
  71.  
  72. #sidebar{
  73. width:60px;
  74. text-align:center;
  75. float:left;
  76. margin-top:50px;
  77. }
  78.  
  79. #sidebar img{
  80. border:1px solid #dbdbdb;
  81. padding:3px;
  82. }
  83.  
  84. #sidebar a{
  85. -webkit-transition:all 0.6s;
  86. -moz-transition:all 0.6s;
  87. -ms-transition:all 0.6s;
  88. -o-transition:all 0.6s;
  89. }
  90.  
  91. #sidebar a:hover{
  92. text-shadow: 2px 0 0 rgba(53,190,127,0.4), -2px 0 0 rgba(0,244,0,0.2);
  93. -webkit-transition:all 0.6s;
  94. -moz-transition:all 0.6s;
  95. -ms-transition:all 0.6s;
  96. -o-transition:all 0.6s;
  97. }
  98.  
  99. /*CONTENT*/
  100. #start{
  101. width: 500px;
  102. border-bottom: 1px solid #dbdbdb;
  103. font-family: 'Norican', cursive;
  104. font-size: 30px;
  105. color:#dbdbdb;
  106. line-height:68%;
  107. font-style:italic;
  108. font-weight:500;
  109. text-shadow: 1px 1px #b9b9b9;
  110. margin-top:20px;
  111. padding-right:20px;
  112. text-align:right;
  113. }
  114.  
  115. #blogroll{
  116. width:520px;
  117. height:520px;
  118. float:left;
  119. overflow:auto;
  120. margin-right:25px;
  121. }
  122.  
  123. .followed{
  124. width:219px;
  125. height: 38px;
  126. border:1px solid #dbdbdb;
  127. float:left;
  128. margin:10px;
  129. text-transform: lowercase;
  130. line-height:90%;
  131. overflow:hidden;
  132. padding:3px;
  133. }
  134.  
  135. .followed img{
  136. border:1px solid #dbdbdb;
  137. padding:3px;
  138. float:left;
  139. margin-right: 10px;
  140. }
  141.  
  142. .followed a{
  143. line-height:150%;
  144. }
  145.  
  146. {CustomCSS}
  147. </style>
  148. <title>{Title}</title>
  149. </head>
  150.  
  151. <body>
  152. <div id="container">
  153.  
  154. <!--CONTENT STARTS HERE-->
  155. <div id="start">Blogroll</div>
  156. <div id="blogroll">
  157. {block:Following}{block:Followed}
  158. <div class="followed">
  159. <a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-30}"></a>
  160. <a href="{FollowedURL}">{FollowedName}</a><br />
  161. {FollowedTitle}
  162. </div>
  163. {/block:Followed}{/block:Following}
  164. </div><!--end content-->
  165.  
  166.  
  167. <!--SIDEBAR-->
  168. <div id="sidebar">
  169. <img src="{PortraitURL-30}"/>
  170. <a href="/">Main</a>
  171. <a href="http://www.tumblr.com/dashboard">Dashboard</a>
  172. <a href="http://sandragonthemes.tumblr.com">Theme</a>
  173. </div><!--end sidebar-->
  174.  
  175. </div><!--end container-->
  176. </body>
  177. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement