username@email.com
2025-04-27 15eb82df2d6ec539e9d4245bfe08d531e8eb6379
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
.btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
 
.list-group-item {
  padding: 0 1rem;
}
 
.d-flex > .btn {
  flex: 1;
}
 
.carbonads {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 1rem;
}
 
.carbon-wrap {
  overflow: hidden;
}
 
.carbon-img {
  clear: left;
  display: block;
  float: left;
}
 
.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px;
}
 
.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none;
}
 
.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none;
}
 
@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px;
  }
}
 
.footer {
  font-size: 0.875rem;
}
 
.heart {
  color: #ddd;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
 
.heart:hover {
  color: #ff4136;
}
 
.heart::before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
 
.heart::after {
  background-color: #fff;
  content: "♥";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
}
 
.docs-pictures {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.docs-pictures > li {
  border: 1px solid transparent;
  float: left;
  height: calc(100% / 3);
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100% / 3);
}
 
.docs-pictures > li > img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
}
 
.docs-buttons > .btn-group,
.docs-buttons > .input-group {
  margin-bottom: 5px;
  width: 100%;
}
 
.docs-buttons .input-group-prepend {
  width: 50%;
}
 
.docs-buttons .input-group-prepend .btn {
  width: 100%;
}