Blame view

frontend/web/css/gallery.css 2.93 KB
c7f222e2   Artem   first
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
  *{
      margin: 0;
      padding: 0;}
  body {
      background: #f6f6f6;
  }
  img {
      border: none;
  }
  @font-face {
      font-family:'Roboto';
      src: url('fonts/Roboto.ttf') format('truetype');
      font-weight:normal;
      font-style:normal;
  }
  div {
      box-sizing: border-box;
  }
  .kite-wrap-pages-all {
      width: 960px;
      margin: 0 auto;
  }
  .kite-wrap-pages {
      width: 960px;
      float: left;
      padding: 0 20px;
      background: #fff;
  }
  .kite-cont {
      width: 920px;
      float: left;
  }
  .kite-breadcrumbs-block {
      width: 920px;
      float: left;
      height: 50px;
  }
  #breadcrumbs {
      color: #5d5d5d;
      line-height: 50px;
      font-size: 12px;
      font-family:'Roboto';
  }
  #breadcrumbs a {
      color: #5d5d5d;
      text-decoration: underline;
      transition: 0.3s;
  }
  #breadcrumbs a:hover {
      color: #9d9d9d;
      transition: 0.3s;
  }
  #breadcrumbs span.raquo {
      display: none;
  }
  #breadcrumbs div:after {
      content: "\203A";
      color: #329cda;
      text-decoration: none;
  }
  .kite-block-foto-wrap {
      width: 920px;
      float: left;
      position: relative;
  }
  #kite-block-foto-wrap-bg {
      width: 960px;
      position: absolute;
      border-top: 1px solid #e8eaec;
      height: 53px;
      left: -20px;
      background: #eff0f2; /* Old browsers */
      background: -moz-linear-gradient(top,  #eff0f2 0%, #ffffff 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #eff0f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #eff0f2 0%,#ffffff 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #eff0f2 0%,#ffffff 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #eff0f2 0%,#ffffff 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  
  }
  .foto-block-img-text-wr {
      width: 940px;
      float: left;
      margin-left: -20px;
      position: relative;
      margin-top: 21px;
  }
  .foto-block-img-text {
      width: 215px;
      height: 230px;
      float: left;
      margin-left: 20px;
      text-align: center;
  }
  .foto-block-img {
      width: 215px;
      height: 150px;
      display: table-cell;
      vertical-align: middle;
  }
  .foto-block-img img {
      max-width: 215px;
      max-height: 150px;
      vertical-align: middle;
  }
  .foto-block-text {
      width: 215px;
      height: 80px;
  }
  .foto-block-text a {
      width: 215px;
      height: 72px;
      text-decoration: none;
      font-size: 15px;
      font-family:'Roboto';
      color: #329cda;
      overflow: hidden;
      padding: 15px 0 0 0;
      float: left;
  }
  .foto-block-img-text:hover{
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .page-navi-kite {
      width: 920px;
      height: 30px;
      float: left;
      text-align: right;
      margin-bottom: 30px;
  }
  .kite-margin-block {
      width: 920px;
      height: 80px;
      float: left;
  }