Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3. *{
  4. padding:0px;
  5. margin:0px;
  6. }
  7. body {
  8. background-image: url("obcbackground.jpg");
  9. }
  10.  
  11. .topbar {
  12. text-indent: -9999999px;
  13. background: url("topbar.jpg");
  14. width:1920px;
  15. height:60px;
  16. margin-left:0px;
  17. margin-top: 100px;
  18. }
  19.  
  20.  
  21. .logo {
  22. text-indent: -9999999px;
  23. background: url("test.jpg");
  24. max-width:200px;
  25. height:200px;
  26. margin-left:20px;
  27. }
  28.  
  29. /*top panel*/
  30. h1{
  31. font-family:arial, sans-serif;
  32. font-weight:600;
  33. height:60px;
  34. width:100%;
  35. background:#232323;
  36. line-height:60px;
  37. color:white;
  38. }
  39. div{
  40. width:295px;
  41. height:450px;
  42. background:#232323;
  43. margin-top:0px;
  44. }
  45. div a{
  46. text-decoration:none;
  47. color:white;
  48. padding:40px;
  49. padding-right:100px;
  50. }
  51. div ul li{
  52. list-style-type:none;
  53. display:block;
  54. padding:15px;
  55. border-bottom:1px solid #CCC;
  56. border-top:1px solid #CCC;
  57. }
  58.  
  59.  
  60. div ul li:hover{
  61. background:#717171;
  62. }
  63.  
  64. div ul a:hover{
  65. color:black;
  66. }
  67.  
  68. .selected{
  69. background:#717171;
  70. }
  71.  
  72. .selected a{
  73. color:white;
  74. }
  75.  
  76. /*------------footer---------*/
  77.  
  78. footer{
  79. clear:both;
  80. margin-top:20px;
  81. border-top: 1px black;
  82. padding:20px 0px;
  83. font-size:80%;
  84. background:#6A6A6A;
  85.  
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement