Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. .conteiner {
  2.     width: 1440px;
  3.     margin: 0 auto;
  4.  
  5. }
  6.  
  7. #karta {
  8.     color: #DD0080;
  9. }
  10.  
  11. #karta:hover{
  12.     color: #4A95E2;
  13.  
  14. }
  15.  
  16. .shapka {
  17.     margin-left: 55px;
  18.     margin-top: 30px;
  19.     font-size: 23px;
  20.     margin-bottom: 20px;
  21.  
  22. }
  23.  
  24. a{
  25.     text-decoration: none;
  26. }
  27.  
  28. .plenka {
  29.     margin-left: -50px;
  30. }
  31.  
  32. #img_container {
  33.     position:relative;
  34.     margin-left: 1100px;
  35.     margin-bottom: -95px;
  36. }
  37.  
  38. #img_container img {
  39.     position:absolute;
  40.     left:0;
  41. }
  42.  
  43. #img_container img.line {
  44.     opacity:0;
  45. }
  46. #img_container img.photo:hover {
  47.     opacity:0;
  48. }
  49. #img_container img.line:hover {
  50.     opacity:1;
  51. }
  52.  
  53. .poloska {
  54.     width: 1100px;
  55.     height: 50px;
  56.     margin-top: 110px;
  57.     margin-right: 50px;
  58. }
  59.  
  60. .static {
  61.     position: fixed;
  62.     box-shadow: 0 0 10px rgba(0,0,0,0.5);
  63.     background-color: white;
  64.     border: none; /* Убираем границу */
  65.     background-color: #F4F8BC; /* Цвет линии */
  66.     color: #F4F8BC; /* Цвет линии для IE6-7 */
  67.     height: 50px; /* Толщина линии */
  68.    
  69.  
  70.  
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement