Advertisement
str-wrs

Network: Unfold

Sep 6th, 2015
4,337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. <!--
  2.  
  3. NETWORK PAGE: UNFOLD
  4. by acuite
  5.  
  6. - you can use this page for characters / ships / etc
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10. - @acuite for more themes
  11.  
  12. -->
  13.  
  14. <!DOCTYPE html>
  15. <html>
  16. <head>
  17.  
  18. <title>{Title}</title>
  19. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  21. <link rel="shortcut icon" href="{Favicon}" />
  22.  
  23. <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  24. <style type="text/css">
  25.  
  26. ::-webkit-scrollbar-thumb {background:#eee;}
  27. ::-webkit-scrollbar {width:5px;height:5px;background:#f8f8f8;}
  28.  
  29. /* General */
  30.  
  31. body {
  32. margin:0px;
  33. font-family:'Open Sans',Helvetica,Arial,sans-serif;
  34. color:#555;
  35. font-size:9px;
  36. background:#f8f8f8;
  37. }
  38.  
  39. a:hover {color:#222;}
  40. a {
  41. color:#999;
  42. text-decoration:none;
  43. transition: 0.5s ease;
  44. -o-transition: 0.5s ease;
  45. -moz-transition: 0.5s ease;
  46. -webkit-transition: 0.5s ease;
  47. }
  48.  
  49. /* Containers */
  50.  
  51. #c{position:fixed;right:30px;bottom:30px;}
  52. #center {width:786px;margin:30px auto;text-align:center;font-size:0px;}
  53. .box,.header {
  54. display:inline-block;
  55. vertical-align:top;
  56. margin:30px;
  57. background:#fff;
  58. border:1px solid #eee;
  59. }
  60.  
  61. /* Boxes */
  62.  
  63. .box {font-size:9px;width:200px;}
  64. .pic img {width:100%;display:block;}
  65. .pic {padding:4px;}
  66.  
  67. .info p{margin:0px;}
  68. .info {
  69. padding:15px;
  70. color:#888;
  71. text-align:left;
  72. line-height:165%;
  73. font-weight:300;
  74. border-top:1px solid #eee;
  75. }
  76.  
  77. h1 a{color:#555;}
  78. h1 {
  79. margin:0px 0px 10px;
  80. display:inline-block;
  81. color:#555;
  82. border-bottom:1px solid #555;
  83. font-weight:400;
  84. font-size:8px;
  85. letter-spacing:0.75px;
  86. }
  87.  
  88. /* Header */
  89.  
  90. .header{margin:30px 60px;width:400px;padding:15px;}
  91. .header h2{
  92. margin:0px;
  93. color:#888;
  94. font-weight:300;
  95. letter-spacing:1.5px;
  96. font-size:12px;
  97. }
  98.  
  99. .links a{margin:0px 7px;}
  100. .desc {
  101. padding:10px;
  102. margin:10px;
  103. font-size:9px;
  104. border-top:1px solid #eee;
  105. border-bottom:1px solid #eee;
  106. }
  107.  
  108. /* Common */
  109.  
  110. .links, #c {letter-spacing:1px;font-size:8px;color:#999;}
  111. h1, h2, #c, .links{text-transform:uppercase;}
  112. img {display:block;}
  113.  
  114. </style>
  115. </head>
  116. <body>
  117.  
  118. <div id="center">
  119.  
  120. <!-- Header Start -->
  121. <div class="header">
  122. <h2>network page</h2><!-- Title -->
  123.  
  124. <!-- Put a little description here, feel free to delete tho -->
  125. <div class="desc">
  126. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel rutrum est, vel consequat massa. Proin in lacinia ex. Aliquam tempor eleifend sem non egestas.
  127. </div>
  128.  
  129. <div class="links">
  130. <a href="/">index</a> /
  131. <a href="/ask">enquire</a> /
  132. <a href="http://acuite.tumblr.com">credit</a>
  133. </div>
  134. </div>
  135. <!-- Header End -->
  136.  
  137.  
  138.  
  139.  
  140.  
  141. <!-- Example Start -->
  142. <div class="box">
  143. <div class="pic">
  144. <img src="http://i.imgur.com/A3cw9r6.png"/><!-- Image URL -->
  145. </div>
  146.  
  147. <div class="info">
  148. <h1>ship name</h1>
  149. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel rutrum est, vel consequat massa. Proin in lacinia ex. Aliquam tempor eleifend sem non egestas.</p>
  150. </div>
  151. </div>
  152. <!-- Example End -->
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. <!-- Example Start -->
  160. <div class="box">
  161. <div class="pic">
  162. <img src="http://i.imgur.com/A3cw9r6.png"/><!-- Image URL -->
  163. </div>
  164.  
  165. <div class="info">
  166. <h1>ship name</h1>
  167. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel rutrum est, vel consequat massa. Proin in lacinia ex. Aliquam tempor eleifend sem non egestas.</p>
  168. </div>
  169. </div>
  170. <!-- Example End -->
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. </div>
  178. <div id="c"><a href="http://acuite.tumblr.com">acuite</a></div>
  179. </body>
  180. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement