Advertisement
melmoonyoz

noxvita page: blogroll #02

May 4th, 2013
881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 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. <html>
  3.  
  4.  
  5. <!---BLOGROLL THEME #2 MADE BY MEL @NOXVITA-->
  6.  
  7. <title>{title}</title>
  8.  
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13.  
  14. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
  15.  
  16.  
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,400italic,700,900,900italic,700italic' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style>
  22.  
  23. <style type="text/css">
  24.  
  25. ::-webkit-scrollbar-thumb:vertical {background-color: black; height:50px;}
  26.  
  27. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:10px !important;}
  28.  
  29. ::-webkit-scrollbar {height:10px; width:5px; background-color: transparent;}
  30.  
  31. body {background-color:white; background-image:url('http://i50.tinypic.com/347a2w1.jpg'); background-repeat:repeat; background-attachment: fixed; background-position: bottom left;}
  32.  
  33. #container {background-color:; margin-left:400px; margin-top:80px; width:490px; padding: 5px 5px 5px 5px;
  34. }
  35.  
  36. #all{ width:555px; padding:5px; text-align:left;}
  37.  
  38. #blogs {width: 175px; margin: 2px; padding: 2px; color: white;
  39. background-color: #fafafa; border-bottom:1px solid #eaeaea; text-align: left; display: block; float: left; -webkit-transition: 0.3s ease-in;}
  40.  
  41. #blogs:hover{background-color:#f5f5f5; -webkit-transition: 0.5s ease-in;}
  42.  
  43. #blogs img {width:25px; height:25px; background-color:white; margin:1px; padding:2px; border:2px solid black; opacity: 1;-webkit-transition: 1s ease-in;}
  44.  
  45. #blogs:hover #followertitle {opacity:1;}
  46.  
  47. #name{font-family:calibri; padding-top:1px; padding-bottom:1px; width:142px; margin-top:1px; text-align:center; background-color:black; font-size:8px; text-transform:uppercase; letter-spacing:1px; color:white; -webkit-transition: 0.5s ease-in;}
  48.  
  49. #name a{color:white; -webkit-transition: 0.3s ease-in;}
  50.  
  51. #followertitle{font-style:italic; margin-top:x; text-align:center; font-family:cmbria; font-size:9px; letter-spacing:0px; color:828282; overflow:hidden;}
  52.  
  53. #title{font-family:playfair display; color:white; width:552px; font-size:40px; margin-left:1px; padding-left:10px; text-align:left; background-color:black;
  54. letter-spacing:-1px; text-transform:lowercase; font-style:italic;}
  55.  
  56. #title img{width:53px;}
  57.  
  58. a {
  59. text-decoration:none;}
  60.  
  61. #nav { width:563px; margin-top:3px; -webkit-transition: all 0.5s ease-in-out;}
  62. #nav a{ float:right; line-height:15px; padding:5px; font-size:9px; font-family:times new; color: white; background-color:black; text-transform:uppercase; margin-left:3px; text-align:center; -webkit-transition: all 0.5s ease-in-out;}
  63. #nav a:hover {background-color:white; color:black;
  64. -webkit-transition: all 0.5s ease-in-out;}
  65.  
  66.  
  67. </style>
  68.  
  69.  
  70.  
  71. <div id="container">
  72. <div id="title">YOUR URL's blogroll; <img src="{PortraitURL-64}" align="right"></div>
  73.  
  74. <div style="overflow:auto; margin-left:1px; width: 560px; height: 250px; border: 1px solid {color:border}; background-color: #ffffff; text-align: center;">
  75. <div id="all">
  76. {block:Following}{block:Followed}
  77.  
  78. <div id="blogs">
  79. <a target="_blank" href="{FollowedURL}">
  80. <img border="0" src="{FollowedPortraitURL-30}" align="right"/>
  81. <div id="name" align="left">{FollowedName}</div>
  82. <div id="followertitle">{FollowedTitle}</div>
  83. </a></div>
  84.  
  85. {/block:Followed}{/block:Following}
  86. </div></div>
  87.  
  88. <div id="nav">
  89. <a href="/">main index</a>
  90. <a href="/ask">message</a>
  91. <a href="http://tumblr.com/dashboard">dashboard</a>
  92. </div>
  93.  
  94. </div>
  95.  
  96. <div style="position:fixed; bottom:8px; right:5px; letter-spacing:2px;color:white;padding:3px; font-size:8px;font-family:calibri;text-transform:uppercase;"><center>
  97. <a href="http://noxvita.tumblr.com"><img src="http://i49.tinypic.com/33wmm0z.jpg"></a>
  98. </div>
  99.  
  100.  
  101. </body>
  102. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement