Advertisement
tragical

blue's profile

Sep 26th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. <!- // Coding (c) Owly 2014 // -!>
  2. <style type="text/css">
  3. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;
  4. }
  5.  
  6. body{
  7. background:url(http://33.media.tumblr.com/cdedc082f3c7eeaf7c2e9ec30aacd283/tumblr_movdbcThVO1ru3nbdo1_250.png);
  8. text-transform:lowercase;
  9. }
  10.  
  11. #content{
  12. font:12px Trebuchet MS;
  13. border-left:1px solid #e0e0e0;
  14. border-right:1px solid #e0e0e0;
  15. color:#A6A6A6;
  16. background:#fff;
  17. }
  18.  
  19. .head{
  20. background:#faf9f8;
  21. color:#ccc;
  22. letter-spacing:2px;
  23. border-bottom:1px solid #e0e0e0;
  24. }
  25.  
  26. #content table, #content td{
  27. border:none;
  28. }
  29.  
  30. a, a:visited{
  31. color:#a6a6a6;
  32. letter-spacing:0.5px;
  33. }
  34.  
  35. a:hover{
  36. color:#f0ebe8;
  37. text-decoration:none;
  38. }
  39.  
  40. .tx{
  41. padding:20px;
  42. background:#faf9f8;
  43. color:#a6a6a6;
  44. text-align:justify;
  45. }
  46.  
  47. h3{
  48. font:15px Trebuchet MS;
  49. font-weight:bold;
  50. letter-spacing:2px;
  51. text-align:right;
  52. margin-top:30px;
  53. color:#ccc;
  54. }
  55.  
  56. .two{
  57. text-transform:uppercase;
  58. color:#a6a6a6;
  59. }
  60.  
  61. b{
  62. font-weight:bold;
  63. color:#8C8C8C;
  64. }
  65.  
  66. i{
  67. color:#ccc;
  68. letter-spacing:2px;
  69. }
  70.  
  71. u{
  72. text-decoration:none;
  73. border-bottom:1px solid #f0ebe8;
  74. }
  75.  
  76. .nav {
  77. width:600px;
  78. height:5px;
  79. padding-bottom:3px;
  80. position:fixed;
  81. }
  82.  
  83. .nav .parts{
  84. width:33.333%;
  85. height:100%;
  86. float:left;
  87. }
  88.  
  89. .nav .parts span{
  90. background:#f1f1f1;
  91. padding:6px;
  92. color:#a6a6a6;
  93. font:11px consolas;
  94. letter-spacing:2px;
  95. opacity:0;
  96. top:0px;
  97. margin-left:65px;
  98. position:relative;
  99. display:block;
  100. width:60px;
  101. text-align:center;
  102. -webkit-transition: all 0.7s ease;
  103. -moz-transition: all 0.7s ease;
  104. -ms-transition: all 0.7s ease;
  105. -o-transition: all 0.7s ease;
  106. transition:all 0.7s ease;
  107. }
  108.  
  109. .nav .parts span::after{
  110. content: '';
  111. position: absolute;
  112. left: 30px;
  113. top:-6px;
  114. width: 0; height: 0;
  115. border-bottom: 6px solid #f1f1f1;
  116. border-right: 6px solid transparent;
  117. border-left: 6px solid transparent;
  118. }
  119.  
  120. .nav .parts:hover span{
  121. opacity:1;
  122. top:20px;
  123. }
  124.  
  125. ::selection {
  126. background: #ccc; /* WebKit/Blink Browsers */
  127. color:#fff;
  128. }
  129. ::-moz-selection {
  130. background: #ccc; /* Gecko Browsers */
  131. color:#fff;
  132. }
  133. </style>
  134. <div class="nav"><a href="hatchery"><div class="parts" style="border-top:15px solid #f0ebe8;"><span>hatchery</span></div></a>
  135. <a href="forum"><div class="parts" style="border-top:15px solid #ccc;"><span>forums</span></div></a>
  136. <a href="updates"><div class="parts" style="border-top:15px solid #a6a6a6;"><span>updates</span></div></a>
  137. </div>
  138.  
  139. <h3>01: about <span class="two">blue</span></h3><div class="tx"><center><b>bold</b> <i>italic</i> <u>underline</u></center>
  140. <br>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eleifend diam ac arcu gravida pellentesque. Duis sagittis erat sit amet ligula scelerisque, ac ultricies lorem egestas. Mauris dapibus auctor ornare. Duis ante metus, <i>convallis ac ornare</i> pellentesque, interdum quis ex. Morbi dapibus elit et leo pulvinar, et semper mi eleifend. Aliquam nisl erat, dapibus at erat nec, accumsan fermentum quam. Sed lectus ex, eleifend finibus semper dignissim, suscipit a massa. Maecenas interdum eu eros ut malesuada. Pellentesque habitant morbi tristique senectus et netus et malesuada <b>fames</b> ac turpis egestas. Etiam fermentum ut purus a tristique. Vestibulum lobortis, mauris maximus vestibulum consequat, magna dui posuere est, in fermentum lacus purus eget ipsum. Aenean congue ante pellentesque risus fringilla bibendum. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque efficitur nec lorem in blandit. <u>Cras at imperdiet</u> justo. Vivamus in arcu eget lectus pulvina set qui ipsum taci magna interdum nisi. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement