Advertisement
Guest User

Leif

a guest
Mar 2nd, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. <style type="text/css">
  2. html, body {
  3. background: #fbfbfb;
  4. }
  5.  
  6.  
  7. ::-webkit-scrollbar-button:vertical:{
  8. background-color: #FFFFFF;}
  9.  
  10. ::-webkit-scrollbar-thumb:vertical {
  11. background-color:#FFFFFF;
  12. height:150px;}
  13.  
  14. ::-webkit-scrollbar-thumb:horizontal {
  15. background-color:#090909;
  16. height:60px;}
  17.  
  18.  
  19. ::-webkit-scrollbar {
  20. height:60px;
  21. width:5px;
  22. background-color:#090909;}
  23.  
  24.  
  25. #profile {
  26. background-color: transparent;
  27. border: 0px ;
  28. }
  29.  
  30. .pfor {display: none}
  31.  
  32.  
  33.  
  34. #image {
  35. background-color:transparent;
  36. width: 400px;
  37. height:100%;
  38. margin:auto;
  39. position: absolute;
  40. left:0px;
  41. top:0px;
  42. background-image:url("https://40.media.tumblr.com/e590a71755d510bc806f4d5456577f81/tumblr_n78xuztRW01r9qmhoo1_r1_500.png");
  43. background-repeat:no-repeat;
  44. background-position:bottom center;
  45. background-size:100%;
  46. }
  47.  
  48.  
  49. #container {
  50. background-color:#transparent;
  51. width: 300px;
  52. height:300px;
  53. margin:auto;
  54. position: absolute;
  55. right:50px;
  56. top:100px;
  57. border-top: #4b0000 solid 1px;
  58. border-bottom: #4b0000 solid 1px;
  59. }
  60.  
  61. #icon {
  62. background-color:#FFFFFF;
  63. width: 125px;
  64. height:135px;
  65. margin:auto;
  66. position: absolute;
  67. left:0px;
  68. top:10px;
  69. background-image:url("https://36.media.tumblr.com/d49969c83cde3ee614ca7988c77444a7/tumblr_mvlntgDbZf1rtfj5ho1_500.jpg");
  70. background-repeat:no-repeat;
  71. background-position:right center;
  72. background-size:170%;
  73. opacity:0.7;
  74. }
  75.  
  76. #icon2 {
  77. background-color:#FFFFFF;
  78. width: 125px;
  79. height:135px;
  80. margin:auto;
  81. position: absolute;
  82. left:0px;
  83. bottom:10px;
  84. background-image:url("https://38.media.tumblr.com/5ae5599dec1e88708fdd693894247e10/tumblr_mlir6evdza1r2zjcdo1_500.gif");
  85. background-repeat:no-repeat;
  86. background-position:right center;
  87. background-size:200%;
  88. opacity:0.7;
  89. }
  90.  
  91.  
  92. #content {
  93. background-color:#4b0000;
  94. width: 165px;
  95. height:220px;
  96. margin:auto;
  97. position: absolute;
  98. right: 0px;
  99. top:10px;
  100. }
  101.  
  102.  
  103. #header {
  104. background-color:#4b0000;
  105. width: 165px;
  106. height:15px;
  107. margin:auto;
  108. position: absolute;
  109. right: 0px;
  110. top:235px;
  111. font-family:monospace;
  112. font-size:15px;
  113. font-weight:lighter;
  114. font-style:none;
  115. color:#C9CCC7;
  116. letter-spacing:3px;
  117. text-transform:lowercase;
  118. text-align:center;
  119. z-index:2;
  120. }
  121.  
  122. #tibit {
  123. background-color:#4b0000;
  124. width: 165px;
  125. height:10px;
  126. margin:auto;
  127. position: absolute;
  128. right: 0px;
  129. top:255px;
  130. color:#C9CCC7;
  131. }
  132.  
  133.  
  134. #bar {
  135. background-color:#4b0000;
  136. width: 165px;
  137. height:10px;
  138. margin:auto;
  139. position: absolute;
  140. right: 0px;
  141. top:270px;
  142. text-align:center;
  143. z-index:2;
  144. text-align:center;
  145. padding-bottom:5px;
  146. padding-top:5px;
  147. }
  148.  
  149. #navi {
  150. background-color:#transparent;
  151. width: 300px;
  152. height:20px;
  153. margin:auto;
  154. position: absolute;
  155. right: 50px;
  156. top:82px;
  157. text-align:right;
  158. z-index:2;
  159. }
  160.  
  161.  
  162. .detail {
  163. background-color: #transparent;
  164. width: 150px;
  165. height:210px;
  166. right:55px;
  167. top:115px;
  168. opacity: 0;
  169. overflow: auto;
  170. padding: 5px;
  171. position: fixed;
  172. -webkit-transition: all 0.2s ease-in;
  173. -moz-transition: all 0.2s ease-in;
  174. -ms-transition: all 0.2s ease-in;
  175. -o-transition: all 0.2s ease-in;
  176. transition: all 0.2s ease-in;
  177. }
  178.  
  179. .detail:target {
  180. opacity: 1;
  181. }
  182.  
  183. div, table, td, p, .text, font, textarea, input {
  184. font-family:Helvetica, Arial, sans-serif;
  185. font-size:10px;
  186. color:#C9CCC7;
  187. letter-spacing:1px;
  188. word-spacing:-1px;
  189. text-decoration:none!important;
  190. }
  191.  
  192.  
  193. #navi a, #navi a:link, #navi a:visited {
  194. display:inline-block;
  195. background: #transparent;
  196. color: #65A8A6;
  197. height: 25px;
  198. width:25px;
  199. margin-left:0px;
  200. margin-top:5px;
  201. padding:0px;
  202. -webkit-transition-duration: 1.5s;
  203. -moz-transition-duration: 1.5s;
  204. background-image:url("http://i.picpar.com/Vmpb.png");
  205. background-repeat:no-repeat;
  206. background-position:center;
  207. background-size:100%;
  208. }
  209.  
  210. #navi a:active, #navi a:hover {
  211. display:inline-block;
  212. height: 25px;
  213. width:25px;
  214. padding:0px;
  215. text-decoration:none;
  216. background: #transparent;
  217. color: #555555;
  218. margin-left:0px;
  219. margin-top:5px;
  220. -webkit-filter: grayscale(100%);
  221. filter: grayscale(100%);
  222. -webkit-transform: rotate(90deg);
  223. -moz-transform: rotate(90deg);
  224. -ms-transform: rotate(90deg);
  225. -o-transform: rotate(90deg);
  226. -webkit-transition-duration: 1.5s;
  227. -moz-transition-duration: 1.5s;
  228. }
  229.  
  230. #bar a, #bar a:link, #bar a:visited {
  231. display:inline-block;
  232. background: #transparent;
  233. border:1px solid #FFFFFF;
  234. color: #000000;
  235. height: 10px;
  236. width:35px;
  237. margin-right:5px;
  238. margin-bottom:5px;
  239. font-size:9px;
  240. color:#FFFFFF;
  241. text-decoration: none;
  242. -webkit-transition-duration: 1.5s;
  243. -moz-transition-duration: 1.5s;
  244. -webkit-border-radius: 5px;
  245. -moz-border-radius: 5px;
  246. border-radius: 5px;
  247. }
  248.  
  249. #bar a:active, #bar a:hover {
  250. display:inline-block;
  251. height: 10px;
  252. width:35px;
  253. text-decoration:none;
  254. background: #555555;
  255. color: #555555;
  256. margin-right:5px;
  257. margin-top:0px;
  258. -webkit-transition-duration: 1.5s;
  259. -moz-transition-duration: 1.5s;
  260. }
  261.  
  262. h1 {
  263. margin-top:2px;
  264. margin-bottom:5px;
  265. padding-right:2px;
  266. font-family:Helvetica, Arial, sans-serif;
  267. font-size:12px;
  268. font-weight:lighter;
  269. font-style:none;
  270. color:#EEEEEE;
  271. letter-spacing:3px;
  272. text-transform:lowercase;
  273. text-align:right;
  274. }
  275.  
  276.  
  277. </style>
  278.  
  279. <div id="image"> </div>
  280.  
  281. <div id="navi">
  282. <a href="#one"></a>
  283.  
  284. <a href="#two"></a>
  285.  
  286. <a href="#three"></a>
  287.  
  288. <a href="#four"></a>
  289.  
  290. <a href="#five"></a>
  291.  
  292. </div>
  293.  
  294.  
  295. <div id="container">
  296. <div id="icon"></div>
  297. <div id="icon2"></div>
  298.  
  299. <div id="content"></div>
  300.  
  301.  
  302. <div id="header">Header</div>
  303.  
  304. <div id="bar">
  305. <a href="" target="_blank">Party</a>
  306. <a href="" target="_blank">Party</a>
  307. <a href="" target="_blank">Party</a>
  308.  
  309. </div>
  310.  
  311.  
  312. <div id="tibit">
  313.  
  314. </div>
  315.  
  316. </div>
  317.  
  318.  
  319. <div id="one" class="detail">
  320. <h1>One</h1>
  321.  
  322.  
  323. </div>
  324.  
  325. <div id="two" class="detail">
  326. <h1>Two</h1>
  327.  
  328.  
  329. </div>
  330.  
  331. <div id="three" class="detail">
  332. <h1>Three</h1>
  333.  
  334. </div>
  335.  
  336. <div id="four" class="detail">
  337. <h1>Four</h1>
  338.  
  339. </div>
  340.  
  341. <div id="five" class="detail">
  342. <h1>Five</h1>
  343. Ya better give me credit or so help me. -_-
  344.  
  345.  
  346. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement