composeur

Network Theme Collection

Dec 24th, 2012
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. <html lang="en">
  2. <!--
  3.  
  4. Hysteria Network Collection #1 (comes with 3 other subpages to ultimately customize your network blog!
  5.  
  6. Created by:
  7. ╭━━┳╮╱╭┳━╮╭┳━━┳━━╮
  8. ┃━━┫┃╱┃┃╭╮╋┫╭━┫━━┫
  9. ┣━━┃╰━╯┃┃┃┃┃╰━╋━━┃
  10. ╰━━┻━╮╭┻╯╰┻┻━━┻━━╯
  11. ╱╱╱╭━╯┃
  12. ╱╱╱╰━━╯
  13.  
  14. Please don't redistribute or steal, thank you :)
  15. -->
  16. <head>
  17.  
  18. <title>{title}</title>
  19.  
  20. <meta name="color:text" content="#222">
  21. <meta name="color:links" content="#747269">
  22. <link rel=”shortcut icon” href=”{Favicon}”/>
  23.  
  24.  
  25. <meta name="color:hover" content="#ccc" />
  26. <meta name="color:background" content="#ebecec" />
  27. <meta name="color:linkbackground" content="#f0eded" />
  28. <meta name="color:linkborder" content="#ebecec" />
  29. <meta name="text:font size" content="11px" />
  30.  
  31.  
  32. <meta name="font:body" content="Lucida Sans" />
  33.  
  34. <meta name="if:repeat background" content "1">
  35. <meta name="if:Cross Cursor" content="">
  36.  
  37. <meta name="text:background url" concent="http://" />
  38.  
  39. <meta name="if:Header Image" content="0"/>
  40. <meta name="image:Header" content="0"/>
  41.  
  42.  
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Quintessential' rel='stylesheet' type='text/css'>
  48.  
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. body{
  54. color:{color:text};
  55. ::-moz-selection { background: {color:Links}; color: #fff; text-shadow: none; }
  56. ::selection { background: {color:Links}; color: #fff; text-shadow: none; }
  57. font-family:{font:body};
  58. font-size:{text:font size};
  59. background-color:{color:background};
  60. background-image: url({text:backgroundurl});
  61. background-position: bottom right ;
  62. background-attachment: fixed;
  63. background-repeat: {block:ifrepeatbackground}repeat;{/block:ifrepeatbackground} {block:ifnotrepeatbackground}no-repeat;{block:ifnotrepeatbackground}
  64. }
  65.  
  66. a {text-decoration:none; color:{color:links}; -webkit-transition: 0.5s ease-in;}
  67. a:hover {-webkit-transition: 0.5s ease-in; color:{color:hover};}
  68.  
  69.  
  70.  
  71.  
  72. {block:IfCrossCursor}body, a, a:hover {
  73. color: {color:link hover};
  74. cursor: crosshair;
  75. text-decoration:none;
  76. }{block:IfCrossCursor}
  77.  
  78.  
  79. #blogtitle
  80. {margin-bottom: -10px; font-family: 'Quintessential', cursive; font-size: {text:blogtitlesize}; padding-bottom: -2px; text-align:center; font-size:55px; letter-spacing: 1px;}
  81.  
  82.  
  83. .links{
  84. font-family: {font:body};
  85. font-size: 13px;
  86. height: 18px;
  87. display: block;
  88. background: {color:linkbackground};
  89. line-height: 18px;
  90. width: 120px;
  91. margin-top: 5px;
  92. text-align: center;
  93. border: 1px dotted {color:linkborder};
  94. border-top-right-radius: 80px;
  95. border-bottom-right-radius: 1px;
  96. border-top-left-radius: 1px;
  97. border-bottom-left-radius: 80px;
  98. }
  99.  
  100. .links a{-webkit-transition: 0.5s ease-in; color:{color:hover};}
  101.  
  102.  
  103.  
  104.  
  105. .bglik:hover{
  106. -webkit-animation:tada 1s;
  107. -moz-animation:tada 1s;
  108. -ms-animation:tada 1s;
  109. }
  110.  
  111.  
  112. #sidebar{
  113. background-color:{color:background};
  114. width:400px;
  115. margin-bottom:-12px;
  116. margin-left:400px;
  117. margin-top: 400px;
  118. position:relative;
  119. padding:3px;
  120. }
  121.  
  122.  
  123.  
  124. {CustomCSS]</style>
  125.  
  126. </style>
  127.  
  128. </head>
  129. <body>
  130.  
  131.  
  132. <div style="position:fixed; bottom:5px; left:2px;"><a href="http://synics.tumblr.com" title="SYNICS THEME">theme</a></div>
  133.  
  134. <div id="sidebar"> <center> <div class="links_list">
  135. <a class="links_head"><a href="/about" class="links">about</a> <a href="/admin" class="links">admin</a>
  136. <div id="blogtitle"> <center>{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}{block:IfHeaderImage}<img src="{image:Header}" width="200">{/block:IfHeaderImage}</center></a></div> <Br> {description}
  137.  
  138. <a href="/members" class="links">members</a> <a href="/apply" class="links">apply</a>
  139.  
  140. <big></big>
  141.  
  142.  
  143.  
  144. </center>
  145. </div></div>
  146. <br><Br>
  147.  
  148. <Br><br>
  149.  
  150.  
  151. </div>
  152.  
  153.  
  154.  
  155. <br>
  156. </div>
  157.  
  158.  
  159.  
  160. </div>
  161.  
  162. </body>
  163. </html>
Advertisement
Add Comment
Please, Sign In to add comment