Advertisement
Caylo

Blogroll 1

Jun 6th, 2014
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. BLOGROLL 1 BY CAYLO (princeoberynn)
  6. Please don't steal, redistribute or remove credit!
  7. Thank you ♥
  8.  
  9. -->
  10.  
  11.  
  12.  
  13. <html xml:lang="en" lang="en">
  14. <head><title>Blogroll</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23. pre, p{
  24.     white-space: -moz-pre-wrap;
  25.     white-space: -pre-wrap;
  26.     white-space: -o-pre-wrap;
  27.     white-space: pre-wrap;
  28.     word-wrap: break-word;
  29. }
  30.  
  31. ::-webkit-scrollbar {
  32.         height: 5px;
  33.         width: 5px;
  34.         -webkit-border-radius: 0px;
  35.         background-color:white;
  36. }
  37. ::-webkit-scrollbar-thumb{background-color: gray;}
  38. ::-webkit-scrollbar-track{background-color: white;}
  39.  
  40.  
  41. body {
  42.     margin: 0px;
  43.     color: #444;
  44.     font-size: 11px;
  45. }
  46.  
  47. a {
  48.     text-decoration: none;
  49.     outline :none;
  50.     -moz-outline-style: none;
  51.     color: #222;
  52.     -webkit-transition: all 0.5s ease;
  53.     -moz-transition: all 0.5s ease;
  54.     -o-transition: all 0.5s ease;
  55. }
  56.  
  57. a:hover {
  58.     opacity: 0.7;
  59.     -webkit-transition: all 0.5s ease;
  60.     -moz-transition: all 0.5s ease;
  61.     -o-transition: all 0.5s ease;
  62. }
  63.  
  64. a:hover .urlshow{
  65.     opacity: 0.7;
  66.     -webkit-transition: all 0.5s ease;
  67.     -moz-transition: all 0.5s ease;
  68.     -o-transition: all 0.5s ease;
  69. }
  70.  
  71. img {
  72.     border: none;
  73. }
  74.  
  75.  
  76. #header{
  77.     width: 320px;
  78.     margin:auto;
  79.     margin-top: 90px;
  80.     text-align: center;
  81. }
  82.  
  83. #title{
  84.     font-size: 14px;
  85.     font-family: 'raleway', sans-serif;
  86.     letter-spacing: 4px;
  87.     text-transform: uppercase;
  88.     margin-top: 25px;
  89.     color: #444;
  90. }
  91.  
  92.  
  93. #image img{
  94.     width: 120px;
  95.    
  96.     /* DELETE THE LINES BELOW IF YOU DONT WANT A CIRCLE PICTURE */
  97.     width: 90px;
  98.     height: 90px;
  99.     border-radius: 45px;
  100.     -webkit-border-radius: 45px;
  101.     -moz-border-radius: 45px;
  102. }
  103.  
  104.  
  105. #links{
  106.     font-family: 'helvetica', sans-serif;
  107.     font-weight: bold;
  108.     font-size: 9px;
  109.     margin-top: 7px;
  110.     padding: 5px;
  111.     /* CHANGE THIS FOR THE LINK BACKGROUND COLOR */
  112.     background-color: #444;
  113. }
  114.  
  115. #links a{
  116.     padding: 0 10px;
  117.     /*CHANGE THIS FOR THE LINK TEXT COLOR*/
  118.     color: white;
  119. }
  120.  
  121. #links a:hover{
  122.     opacity: 0.7;
  123. }
  124.    
  125. #content{
  126.     font-family: 'times', serif;
  127.     line-height: 180%;
  128.     color: #444;
  129.     width: 600px;
  130.     margin: 30px auto 50px auto;
  131.     text-align: center;
  132.     height: 400px;
  133.     overflow:auto;
  134. }
  135.  
  136. .blogimg{
  137.     width: 106px;
  138.     height: 106px;
  139.     margin: 2px;
  140.     display: inline-block;
  141.     z-index: -50;
  142.     position: relative;
  143. }
  144.  
  145. .blogimg img {
  146.     padding: 5px;
  147.     border: 1px solid #eee;
  148.     z-index: -50;
  149.     width: 96px;
  150. }
  151.  
  152. .urlshow{
  153.     width: 96px;
  154.     height: 56px;
  155.     display: inline-block;
  156.     background-color: white;
  157.     margin-bottom: -90px;
  158.     padding: 40px 5px 5px 5px;
  159.     top: -50px;
  160.     margin-left: -110px;
  161.     z-index: 50;
  162.     opacity: 0;
  163.     position: relative;
  164.     -webkit-transition: all 0.5s ease;
  165.     -moz-transition: all 0.5s ease;
  166.     -o-transition: all 0.5s ease;
  167.     font-family: 'Raleway', sans-serif;
  168.     font-size: 9px;
  169. }
  170.  
  171. {CustomCSS}</style></head>
  172.  
  173. <body>
  174.  
  175. <div id="header">
  176.  
  177. <!--Replace the link in the line below for picture-->
  178. <div id="image"><img src="http://puu.sh/9gbv1/e0938b2975.png"></div>
  179.  
  180. <div id="title">BLOGROLL</div>
  181. <div id="links">
  182.     <a href="/">home</a>
  183.     <a href="/ask">ask</a>
  184. </div>
  185. </div>
  186.  
  187. <!-- CONTENTS -->
  188. <div id="content">
  189.  
  190. {block:Following}{block:Followed}
  191. <a href="{FollowedURL}" target="blank">
  192. <div class="blogimg"><img src="{FollowedPortraitURL-96}"></div>
  193. <div class="urlshow">{FollowedName}</div>
  194. </a>
  195.  
  196. {/block:Following}{/block:Followed}
  197.  
  198. </div>
  199.  
  200.  
  201. <!-- CREDIT, PLEASE DON'T TOUCH -->
  202.  
  203. <div style="position:fixed; bottom:6px; right:12px; font-size:8px; letter-spacing:1px; font-family:gautami;"><a href="http://carolinesthemes.tumblr.com/">CAYLO</a></center></div>
  204.  
  205.    
  206. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement