Advertisement
thanksamber

Theme 007 - Blogroll

Aug 10th, 2015
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- macfustythemes -->
  4. <head>
  5. <title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{Title} </title>
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}">
  8. {/block:Description}
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  13.  
  14. <!-- HTML5 Shiv -->
  15. <!--[if lt IE 9]>
  16. <script src="http://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script>
  17. <![endif]-->
  18.  
  19. <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  20. <script src="http://static.tumblr.com/01wstkc/BAXnr15b7/jquery-ui.min.js" type="text/javascript"></script>
  21.  
  22. <script></script>
  23.  
  24. <style>
  25.  
  26. body {
  27. background-color: #0f0f0f;
  28. background-image: url('{image:Background}');
  29. background-repeat: no-repeat;
  30. background-attachment: fixed;
  31. color: #000;
  32. font-size: 11px;
  33. font-family: 'Calibri', sans-serif;
  34. line-height: 18px;
  35. }
  36.  
  37. a {
  38. color: #f2992e;
  39. text-decoration: none;
  40. -moz-transition: all 0.5s ease;
  41. -o-transition: all 0.5s ease;
  42. -webkit-transition: all 0.5s ease;
  43. transition: all 0.5s ease;
  44. }
  45.  
  46. a:hover {
  47. color: #fff;
  48. letter-spacing: 1px;
  49. }
  50.  
  51. .clear {
  52. clear: both;
  53. }
  54.  
  55. blockquote {
  56. border-left: 1px solid {color:Border};
  57. padding: 5px 10px;
  58. }
  59.  
  60. h1 {
  61. font-weight: normal;
  62. text-transform: uppercase;
  63. text-align: center;
  64. font-size: 18px;
  65. letter-spacing: 3px;
  66. }
  67.  
  68. h3 {
  69. font-weight: normal;
  70. text-transform: uppercase;
  71. text-align: center;
  72. font-size: 14px;
  73. letter-spacing: 3px;
  74. }
  75.  
  76. h2 {
  77. background-color: #f2992e;
  78. width: 100%;
  79. padding: 5px 0;
  80. font-weight: normal;
  81. font-family: 'Roboto', sans-serif;
  82. text-transform: uppercase;
  83. text-align: center;
  84. color: #0f0f0f;
  85. }
  86.  
  87. /** HEADER **/
  88.  
  89. #header {
  90. position: fixed;
  91. width: 100%;
  92. top: 10%;
  93. left: 7.3%;
  94. font-family: 'Roboto', sans-serif;
  95. }
  96.  
  97. #header span {
  98. font-size: 22px;
  99. text-transform: uppercase;
  100. letter-spacing: 3px;
  101. color: #f2992e;
  102. padding-right: 1%;
  103. }
  104.  
  105. #header a {
  106. color: #707070;
  107. text-transform: lowercase;
  108. padding: 0 2%;
  109. }
  110.  
  111. #header a:hover {
  112. color: #f2992e;
  113. }
  114.  
  115. /** CONTAINER **/
  116.  
  117. #container {
  118. position: fixed;
  119. height: 77.5%;
  120. width: 85.4%;
  121. left: 7.3%;
  122. top: 15%;
  123. background-color: #fff;
  124. border: 1px solid #0f0f0f;
  125. overflow: auto;
  126. }
  127.  
  128. #container::-webkit-scrollbar
  129. {
  130. width: 4px;
  131. }
  132.  
  133. #container::-webkit-scrollbar-thumb
  134. {
  135. background-color: #f2992e;
  136. }
  137.  
  138.  
  139. #content {
  140. width: 60%;
  141. margin: 4% 25.5%;
  142. }
  143.  
  144. #blog {
  145. position: relative;
  146. width: 96px;
  147. height: 96px;
  148. float: left;
  149. margin: 0 50px 30px 0;
  150. border: 5px solid #f2992e;
  151. }
  152.  
  153. #blog img {
  154. opacity: 0.6;
  155. -moz-transition: all 0.5s ease;
  156. -o-transition: all 0.5s ease;
  157. -webkit-transition: all 0.5s ease;
  158. transition: all 0.5s ease;
  159. }
  160.  
  161. #blog:hover > #label {
  162. letter-spacing: 1px;
  163. }
  164.  
  165. #blog:hover > img {
  166. opacity: 1;
  167. }
  168.  
  169. #label {
  170. position: absolute;
  171. width: 116px;
  172. bottom: -5px;
  173. margin-left: -15px;
  174. padding: 2px 5px;
  175. background-color: #f2992e;
  176. text-align: center;
  177. font-family: 'Roboto', sans-serif;
  178. text-transform: uppercase;
  179. font-size: 9px;
  180. color: #fff;
  181. -moz-transition: all 0.5s ease;
  182. -o-transition: all 0.5s ease;
  183. -webkit-transition: all 0.5s ease;
  184. transition: all 0.5s ease;
  185. }
  186.  
  187.  
  188. /** CREDIT **/
  189.  
  190. a.macfustys {
  191. position: fixed;
  192. bottom: 2%;
  193. right: 1%;
  194. border: 1px solid #707070;
  195. padding: 2px;
  196. font-size: 12px;
  197. letter-spacing: 1px;
  198. color: #707070;
  199. }
  200.  
  201. a.macfustys:hover {
  202. color: #f2992e;
  203. letter-spacing: 1px;
  204. }
  205.  
  206. </style>
  207. <body>
  208.  
  209. <!-- HEADER -->
  210.  
  211. <div id="header">
  212. <span>{Title}</span>
  213. <a href="/">Home</a>
  214. <a href="/ask">Message</a>
  215. <a href="/">Link 2</a>
  216. <a href="/">Link 3</a>
  217. <a href="/">Link 4</a>
  218. <a href="/">Link 5</a>
  219. <a href="/">Link 6</a>
  220. </div>
  221.  
  222. <!-- CONTAINER -->
  223.  
  224. <div id="container">
  225. <div id="content">
  226. {block:Following}
  227. {block:Followed}
  228. <a target="new" href="{FollowedURL}">
  229. <div id="blog">
  230. <img src="{FollowedPortraitURL-96}">
  231. <div id="label">{FollowedName}</div>
  232. </div>
  233. </a>
  234. {/block:Followed}
  235. {/block:Following}
  236. </div>
  237. </div>
  238.  
  239. <!-- CREDIT -->
  240. <a target="new" class="macfustys" href="http://macfustythemes.tumblr.com/">
  241. MT
  242. </a>
  243. </body>
  244. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement