Advertisement
sandragonthemes

Theme #22 - Blogroll

Apr 30th, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 KB | None | 0 0
  1.  
  2. <!doctype html>
  3.  
  4. <!--
  5. This is theme #22 - blogroll page 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. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. <link rel="stylesheet" href="http://sandrabelder.nl/other/tumblr/themes/23/stylesheet.css">
  17. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100' rel='stylesheet' type='text/css'>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/gghvtgk/SOQnkkvun/jquery.style-my-tooltips.js"></script>
  21.  
  22. <script>
  23. (function($) {
  24. $(document).ready(function() {
  25. $("[title]").style_my_tooltips({
  26. tip_follows_cursor: true,
  27. tip_delay_time: 100,
  28. tip_fade_speed: 300,
  29. attribute: "title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. /* SCROLLBAR */
  39. ::-webkit-scrollbar {
  40. width: 2px;
  41. height:2px;
  42. background-color: #2c2c2c;
  43. }
  44.  
  45. ::-webkit-scrollbar-track {
  46. background-color: #2c2c2c;
  47. }
  48.  
  49. ::-webkit-scrollbar-thumb {
  50. background-color: #c10849;
  51. }
  52.  
  53. ::selection {
  54. background-color: #d0d0d0;
  55. }
  56.  
  57. /* SELECTION */
  58. ::-moz-selection {
  59. background: #f6f6f6;
  60. }
  61.  
  62. /*BODY*/
  63. body {
  64. background-color: #f6f6f6;
  65. font-family: "helvetica", "arial", sans-serif;
  66. font-size: 9pt;
  67. color: #2c2c2c;
  68. margin:0px;
  69. padding:0px;
  70. }
  71.  
  72. a{
  73. color: #c10849;
  74. font-weight: none;
  75. text-decoration: none;
  76. }
  77.  
  78. a:hover{
  79. color: #9f023a;
  80. }
  81.  
  82. h1{
  83. font-family: "code_lightregular", sans-serif;
  84. text-transform:lowercase;
  85. font-size:14pt;
  86. padding:0px;
  87. margin:0px;
  88. margin-bottom:15px;
  89. letter-spacing:2px;
  90. text-transform:uppercase;
  91. }
  92.  
  93. h2{
  94. font-size:12pt;
  95. font-family: 'Roboto', sans-serif;
  96. text-transform:uppercase;
  97. font-weight:400;
  98. }
  99.  
  100. h3{
  101. font-size:10pt;
  102. font-family: 'Roboto', sans-serif;
  103. font-weight:700;
  104. text-align:left;
  105. margin:0px 0px 0px 20px;
  106. }
  107.  
  108. ul{
  109. list-style-type:none;
  110. margin:0px;
  111. padding:0px;
  112. }
  113.  
  114. /* TOP BAR */
  115. #topbar{
  116. width:100%;
  117. height:32px;
  118. background-color:#000;
  119. text-align:left;
  120. text-transform:uppercase;
  121. color:#e1e1e1;
  122. padding-top:8px;
  123. }
  124.  
  125. #topbar img{
  126. width:35px;
  127. height:35px;
  128. -webkit-border-radius: 17px;
  129. -moz-border-radius: 17px;
  130. border-radius: 17px;
  131. left:15px;
  132. top:2px;
  133. position:absolute;
  134. }
  135.  
  136. #topbar a{
  137. color:#e1e1e1;
  138. margin-left:10px;
  139. font-size:7pt;
  140. text-transform:uppercase;
  141. }
  142.  
  143. #topbar a:hover{
  144. color:#cecece;
  145. }
  146.  
  147. #title{
  148. font-weight:100;
  149. font-size:14pt;
  150. font-family: 'Roboto', sans-serif;
  151. /*border-bottom:1px solid #e1e1e1;*/
  152. padding:0px 10px 2px 10px;
  153. margin-left:55px;
  154. letter-spacing:1px;
  155. }
  156.  
  157. /* CONTENT SETUP*/
  158. #container{
  159. width:100%;
  160. text-align:center;
  161. }
  162.  
  163.  
  164. /* SECTIONS */
  165. #sections {
  166. width: 100%;
  167. height:500px;
  168. overflow: auto;
  169. overflow-y: hidden;
  170. }
  171.  
  172. .section {
  173. width:510px;
  174. height:460px;
  175. margin:0 auto;
  176. margin-top:25px;
  177. overflow: auto;
  178. padding:20px;
  179. text-align:center;
  180. }
  181.  
  182. /* BIOGRAPHY */
  183. .one_column_text{
  184. width:510px;
  185. margin:0 auto;
  186. text-align:left;
  187. margin-bottom:15px;
  188. }
  189.  
  190. .two_column_text{
  191. text-align:justify;
  192. margin:0 auto;
  193. width:510px;
  194. -webkit-column-count: 2; /* Chrome, Safari, Opera */
  195. -moz-column-count: 2; /* Firefox */
  196. column-count: 2;
  197. -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
  198. -moz-column-gap: 20px; /* Firefox */
  199. column-gap: 20px;
  200. margin-bottom:15px;
  201. }
  202.  
  203. /* TAGS */
  204. .tags{
  205. width:150px;
  206. margin-right:10px;
  207. margin-bottom:20px;
  208. float:left;
  209. text-align:left;
  210. }
  211.  
  212. .tags li{
  213. width:150px;
  214. font-size:7pt;
  215. padding:5px;
  216. margin-bottom:2px;
  217. text-transform:uppercase;
  218. -webkit-transition: all 0.3s;
  219. -moz-transition: all 0.3s;
  220. -ms-transition: all 0.3s;
  221. -o-transition: all 0.3s;
  222. transition: all 0.3s;
  223. }
  224.  
  225. .tags li.taglist_title{
  226. font-family: 'Roboto', sans-serif;
  227. font-size:12pt;
  228. padding:0px;
  229. text-transform:uppercase;
  230. border-bottom:1px solid #e1e1e1;
  231. }
  232.  
  233. .tags li:hover{
  234. padding-left:0px;
  235. -webkit-transition: all 0.3s;
  236. -moz-transition: all 0.3s;
  237. -ms-transition: all 0.3s;
  238. -o-transition: all 0.3s;
  239. transition: all 0.3s;
  240. }
  241.  
  242. /* LINKS */
  243. .navlist{
  244. margin-top:15px;
  245. margin-bottom:30px;
  246. }
  247.  
  248. .navlist li{
  249. margin-bottom:7px;
  250. }
  251.  
  252. .navlist a{
  253. text-transform:uppercase;
  254. font-size:8pt;
  255. padding:0px 4px 2px;
  256. border-bottom:1px solid #e1e1e1;
  257. -webkit-transition: all 0.4s;
  258. -moz-transition: all 0.4s;
  259. -ms-transition: all 0.4s;
  260. -o-transition: all 0.4s;
  261. transition: all 0.4s;
  262. }
  263.  
  264. .navlist a:hover{
  265. padding:0px 12px 2px;
  266. border-bottom:1px solid #cbcbcb;
  267. -webkit-transition: all 0.4s;
  268. -moz-transition: all 0.4s;
  269. -ms-transition: all 0.4s;
  270. -o-transition: all 0.4s;
  271. transition: all 0.4s;
  272. }
  273.  
  274. /* BLOGROLL */
  275. .followed {
  276. width: 64px;
  277. height: 64px;
  278. float:left;
  279. margin:4px;
  280. }
  281.  
  282. .followed img{
  283. width:64px;
  284. height:64px;
  285. border:0px solid #e1e1e1;
  286. -webkit-transition: all 0.2s;
  287. -moz-transition: all 0.2s;
  288. -ms-transition: all 0.2s;
  289. -o-transition: all 0.2s;
  290. transition: all 0.2s;
  291. }
  292.  
  293. .followed img:hover{
  294. width:54px;
  295. height:54px;
  296. border:5px solid #e1e1e1;
  297. -webkit-transition: all 0.2s;
  298. -moz-transition: all 0.2s;
  299. -ms-transition: all 0.2s;
  300. -o-transition: all 0.2s;
  301. transition: all 0.2s;
  302. }
  303.  
  304. #s-m-t-tooltip{
  305. max-width:300px;
  306. z-index:10;
  307. margin:24px 14px 7px 12px;
  308. padding:4px;
  309. background:#f6f6f6;
  310. border:1px solid #e1e1e1;
  311. font-family: 'Roboto', sans-serif;
  312. font-size:6pt;
  313. text-transform:uppercase;
  314. }
  315.  
  316. /* CONTACT */
  317. .contactpage{
  318. float:left;
  319. width:245px;
  320. }
  321.  
  322. .answer{
  323. text-align:left;
  324. margin:0px 0px 10px 20px;
  325. }
  326.  
  327.  
  328. </style>
  329.  
  330. <title>{Title}</title>
  331.  
  332. </head>
  333.  
  334. <body>
  335. <div id="container">
  336. <div id="topbar">
  337. <img src="{PortraitURL-40}">
  338. <span id="title">{Title}</span>
  339. <a href="https://www.tumblr.com/dashboard">Dashboard</a>
  340. <a href="/">Main</a>
  341. <a href="/archive">Archive</a>
  342. <a href="http://sandragonthemes.tumblr.com">Theme</a>
  343. </div>
  344.  
  345.  
  346. <div id="sections">
  347.  
  348. <!-- SECTION 1 -->
  349. <div class="section">
  350. <h1>Blogroll</h1>
  351. {block:Following}{block:Followed}
  352. <div class="followed">
  353. <a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" title="{FollowedName}"></a>
  354. </div>
  355. {/block:Followed}{/block:Following}
  356. </div> <!-- end section -->
  357.  
  358.  
  359. </div><!--end container-->
  360.  
  361.  
  362. </body>
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement