Konark

Untitled

Feb 27th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.14 KB | None | 0 0
  1. @import url(reset.css);
  2.  
  3. .fix {
  4.     width: 1060px;
  5.     height: 100%;
  6.     box-shadow: 1px 0px 10px 2px #dbdbdb;
  7.     margin: 0 auto;
  8.     padding-top: 1px;
  9. }
  10.  
  11. .container {
  12.     width: 965px;
  13.     margin: 0 auto;
  14. }
  15.  
  16. .logo {
  17.     margin-top: 49px;
  18.     margin-bottom: 40px;
  19. }
  20.  
  21. .menu {
  22.     width: 100%;
  23.     height: 39px;
  24.     line-height: 39px;
  25.     background: linear-gradient(to top, #454444, #5e5e5e);
  26. }
  27.  
  28. .menu ul {
  29.     margin-left: 25px;
  30. }
  31.  
  32. .menu li {
  33.     float: left;
  34.     margin-right: 84px;
  35. }
  36.  
  37. .menu li a {
  38.     font-family: 'Open Sans', sans-serif;
  39.     text-shadow: 2px 2px 1px #363535;
  40.     text-decoration: none;
  41.     color: #fff;
  42.     font-size: 14px;
  43. }
  44.  
  45. .main {
  46.     margin-top: 40px;
  47. }
  48.  
  49. .sidebar {
  50.     float: left;
  51. }
  52.  
  53. .left-menu {
  54.     width: 240px;
  55.     border: 1px solid #c8c8c8;
  56. }
  57.  
  58. .left-menu li {
  59.     height: 38px;
  60.     line-height: 38px;
  61.     padding-left: 23px;
  62.     border-bottom: 1px solid #c8c8c8;
  63.     font-size: 13px;
  64. }
  65.  
  66. .left-menu li a {
  67.     text-decoration: none;
  68.     color: #c8c8c8;
  69.     font-family: 'Open Sans', sans-serif;
  70. }
  71.  
  72. .content {
  73.     float: right;
  74. }
  75.  
  76. .clearfix {
  77.     clear: both;
  78. }
Add Comment
Please, Sign In to add comment