composeur

About/Network Collection

Dec 24th, 2012
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <html>
  2. <head><title>Info</title>
  3.  
  4.  
  5.  
  6. <!-- Effects go to infinite design. Theme "About" Part of the Synics Network Collection -->
  7.  
  8.  
  9. <style type="text/css">
  10.  
  11.  
  12. /* change the font to anything you want where it says consolas*/
  13.  
  14. body {
  15. font-family: consolas;
  16. font-size: 10px;
  17. color: #000;
  18. margin: 0;
  19. }
  20.  
  21. a {text-decoration:none; color:#000000; -webkit-transition: 0.5s ease-in;}
  22. a:hover {-webkit-transition: 0.5s ease-in; color:#fff;}
  23.  
  24.  
  25.  
  26.  
  27. .sidebar {
  28. position: fixed;
  29. margin-top: 200px;
  30. margin-left: 300px;
  31. width: 500px;
  32. text-align: justify;
  33. background: #FBFBFB;
  34. padding: 10px;
  35. }
  36.  
  37.  
  38. .content {
  39. position: fixed;
  40. margin-top: 400px;
  41. margin-left: 400px;
  42. width: 300px;
  43. text-align: justify;
  44. background: #FBFBFB;
  45. padding: 10px;
  46. }
  47.  
  48. #title {
  49. margin-bottom: 5px;
  50. text-align: center;
  51. color: #000;
  52. background: #F0F0F0;
  53. padding: 5px;
  54. letter-spacing: 1px;
  55. }
  56.  
  57.  
  58.  
  59. #links {
  60. text-align: center;
  61. margin-top: 5px;
  62. }
  63.  
  64. iframe#tumblr_controls {
  65. position: fixed !important;
  66. z-index: 9999;
  67. }
  68.  
  69. /** Effects by InfinityDesigns**/
  70. .opacid{
  71. opacity: 0.3;
  72. border-radius:8px;
  73. }
  74.  
  75. .opacid:hover{
  76. opacity: 0.99;
  77. border-radius:50px;
  78. -webkit-transition-duration:.99s;
  79. -moz-transition-duration: .99s;
  80. transition-duration: .99s;
  81. -moz-transform: scale(-1.2) rotate(180deg);
  82. -webkit-transform: scale(-1.2) rotate(180deg);
  83. -o-transform: scale(-1.2) rotate(180deg);
  84. }
  85. </style>
  86.  
  87.  
  88. </head>
  89.  
  90.  
  91. <body>
  92.  
  93. <div style="position:fixed; bottom:5px; left:2px;"><a href="http://synics.tumblr.com" title="SYNICS THEME">theme</a></div>
  94.  
  95. <div id="content">
  96.  
  97.  
  98. <div class="sidebar">
  99.  
  100. <div id="title">Information</div>
  101.  
  102. <!-- Add your image url where it says to. Horizontal posts work best. If you would like a differently shaped photo, message me and I'll help recreate the code for you [for a small fee] or figure it out on your own. -->
  103.  
  104. <a href="LINK"> <img src="IMAGE URL HERE" class="opacid" width="" title="">
  105. </a>
  106.  
  107.  
  108. <!--links, you can choose the links but the ones given come with the collection-->
  109.  
  110. <div id="links">
  111. <a href="/">home</a>
  112. <a href="/members">members</a>
  113. <a href="/apply">apply</a>
  114. </div>
  115.  
  116.  
  117.  
  118. </div>
  119.  
  120.  
  121. <div class="content"> <div id="title">The Network: </div> This is where you put information about your network, such as what type, the purpose, etc This is a page, (not a website) therefor you must edit the coding, where there are tutorials within the coding on where to add what.
  122.  
  123.  
  124. </body>
  125. </html>
Advertisement
Add Comment
Please, Sign In to add comment