composeur

Members/Network Collection

Dec 24th, 2012
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10.  
  11. <!--. Theme "Members" Part of the Synics Network Collection -->
  12.  
  13.  
  14. <style type="text/css">
  15.  
  16.  
  17. /* change the font to anything you want where it says consolas*/
  18.  
  19. body {
  20. font-family: consolas;
  21. font-size: 10px;
  22. color: #000;
  23. margin: 0;
  24. }
  25.  
  26. a {text-decoration:none; color:#000000; -webkit-transition: 0.5s ease-in;}
  27. a:hover {-webkit-transition: 0.5s ease-in; color:#fff;}
  28.  
  29.  
  30.  
  31.  
  32. .members {
  33. position: fixed;
  34. margin-top: 450px;
  35. margin-left: 500px;
  36. width: 500px;
  37. text-align: justify;
  38. background: #ffffff;
  39. padding: 10px;
  40. }
  41.  
  42.  
  43. .members2 {
  44. position: fixed;
  45. margin-top: 450px;
  46. margin-left: 650px;
  47. width: 500px;
  48. text-align: justify;
  49. background: #ffffff;
  50. padding: 10px;
  51. }
  52.  
  53.  
  54. .content1 {
  55. position: fixed;
  56. margin-top: 400px;
  57. margin-left: 500px;
  58. width: 300px;
  59. text-align: justify;
  60. background: #FBFBFB;
  61. padding: 10px;
  62. }
  63.  
  64.  
  65.  
  66. #title {
  67. margin-bottom: 5px;
  68. text-align: center;
  69. color: #000;
  70. background: #F0F0F0;
  71. padding: 5px;
  72. letter-spacing: 1px;
  73. }
  74.  
  75.  
  76.  
  77. #links {
  78. text-align: center;
  79. margin-top: 5px;
  80. }
  81.  
  82. iframe#tumblr_controls {
  83. position: fixed !important;
  84. z-index: 9999;
  85. }
  86.  
  87.  
  88.  
  89. .links{
  90. font-family: {font:body};
  91. font-size: 13px;
  92. height: 18px;
  93. display: block;
  94. background: #fafafa;
  95. line-height: 18px;
  96. width: 120px;
  97. margin-top: 5px;
  98. text-align: center;
  99. border: 1px dotted #fafafa;
  100. border-top-right-radius: 80px;
  101. border-bottom-right-radius: 1px;
  102. border-top-left-radius: 1px;
  103. border-bottom-left-radius: 80px;
  104. }
  105.  
  106. .links a{-webkit-transition: 0.5s ease-in; color:#ffffff;}
  107.  
  108. </style>
  109.  
  110. </head>
  111.  
  112.  
  113. <body>
  114. <div style="position:fixed; bottom:5px; left:2px;"><a href="http://synics.tumblr.com" title="SYNICS THEME">theme</a></div>
  115. <div id="content">
  116.  
  117.  
  118. <div class="content1"> <div id="title">Members </div> </div>
  119. <!--links, you can choose the links for each member-->
  120.  
  121. <div class="members">
  122. <a class="links_head"><a href="URL" class="links">member</a>
  123. <a href="URL" class="links">member</a>
  124. <a href="URL" class="links">member</a>
  125. <a href="URL" class="links">member</a>
  126. <a href="URL" class="links">member</a>
  127.  
  128. </div>
  129.  
  130. <!--column 2, add more links here -->
  131. <div class="members2">
  132. <a href="URL" class="links">member</a>
  133. <a href="URL" class="links">member</a>
  134. <a href="URL" class="links">member</a>
  135. <a href="URL" class="links">member</a>
  136. <a href="URL" class="links">member</a>
  137. </div>
  138.  
  139.  
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment