Advertisement
mogimochi

Blogroll [03] Ojou-sama

Mar 23rd, 2013
4,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5.  
  6. BLOGROLL [03] Ojou-sama
  7. by yukoki/houtarubi
  8.  
  9. 1. Do not claim theme as your own
  10. 2. Do not remove credit
  11. 3. Feel free to edit
  12.  
  13. -->
  14.  
  15. <head>
  16.  
  17. <title>{title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19. <link rel="shortcut icon" href="{Favicon}" />
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  23.  
  24. <style type="text/css">
  25.  
  26.  
  27. body {
  28. background-color: #fff;/**your background colour**/
  29. background-attachment: fixed;
  30. margin: 0;
  31. word-wrap: break-word;
  32. }
  33. a { text-decoration:none; }
  34.  
  35. #top {
  36. width: 100%;
  37. height: 130px;
  38. position: fixed;
  39. top: 0;
  40. left: 0;
  41. background-color: #fff;/**your background colour**/
  42. }
  43. #main {
  44. height: 74px;
  45. margin-top: 30px;
  46. }
  47. .tri {
  48. position: absolute;
  49. position: absolute;
  50. margin-top: 10px;
  51. font-size: 30px;
  52. margin-left: -15px;
  53. color: #efefef;/**'people i follow' bg colour**/
  54. }
  55.  
  56. .head {
  57. font-family: yanone kaffeesatz;
  58. font-size: 30px;
  59. letter-spacing: 5px;
  60. background-color: #efefef;/**'people i follow' bg colour**/
  61. color: #000; /**'people i follow' text colour**/
  62. padding: 15px 10px;
  63. margin-top: 0;
  64. position: absolute;
  65. }
  66.  
  67. #navigation {
  68. width: 10px;
  69. height: 94px;
  70. margin-top: -75px;
  71. margin-left: -345px;
  72. }
  73. .por {margin-right: 20px;margin-left: -220px;}
  74. .nav { opacity: 0.6; }
  75. .nav:hover { opacity: 1; }
  76.  
  77. #content {
  78. margin-top: 130px;
  79. max-width: 640px;
  80. margin-bottom: 50px;
  81. }
  82. #following {
  83. width:64px;
  84. height:64px;
  85. overflow: hidden;
  86. float: left;
  87. }
  88. .pic {
  89. width:64px;
  90. height:64px;
  91. display:block;
  92. -webkit-transition: all 0.6s ease-in-out;
  93. -moz-transition: all 0.6s ease-in-out;
  94. -o-transition: all 0.6s ease-in-out;
  95. -ms-transition: all 0.6s ease-in-out;
  96. transition: all 0.6s ease-in-out;
  97. }
  98. .name {
  99. font-family: anaheim;
  100. font-size: 10px;
  101. text-transform: uppercase;
  102. background-color: #efefef;/**blogroll icon bg colour**/
  103. color: #888;/**blogroll icon text colour**/
  104. padding-top: 22px;
  105. width: 64px;
  106. height: 42px;
  107. text-align: center;
  108. }
  109. #following:hover .pic {margin-top: -64px;}
  110.  
  111. {CustomCSS}
  112.  
  113. </style>
  114. </head>
  115. <body>
  116.  
  117. <img style="position:fixed;bottom:0;left:0;width:300px;" src="YOURIMAGEURL"><!--replace 'YOURIMAGEURL' with the link to your corner image-->
  118.  
  119. <div id="top">
  120. <center><div id="main">
  121.  
  122. <img class="por"src="{portraiturl-64}">
  123. <span class="tri">◀</span>
  124. <span class="head">PEOPLE I FOLLOW</span>
  125.  
  126. <center><div id="navigation">
  127. <a href="/"><img class="nav" src="http://media.tumblr.com/tumblr_meeg7zwtf41r7v6wt.gif"></a>
  128. <a href="/ask"><img class="nav" src="http://media.tumblr.com/tumblr_meeftwevuo1r7v6wt.gif"></a>
  129. <a href="/archive"><img class="nav" src="http://media.tumblr.com/tumblr_meeg6m45Tc1r7v6wt.gif"></a>
  130. <a href="http://yukoki.tumblr.com"><img class="nav" src="http://media.tumblr.com/tumblr_meeq9hznHe1r7v6wt.gif"></a>
  131. </div><!--navigation--></center>
  132.  
  133. </div><!--main--></center>
  134. </div><!--top-->
  135.  
  136. <center><div id="content">
  137.  
  138. {block:Following}{block:Followed}
  139. <a href="{FollowedURL}"><div id="following">
  140. <img class="pic" src="{FollowedPortraitURL-64}">
  141. <div class="name">{FollowedName}</div>
  142. </div><!--following--></a>
  143. {/block:Followed}{/block:Following}
  144.  
  145. </div><!--content--></center>
  146.  
  147. </body>
  148. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement