2013-06-12 16:53:47 +04:00
|
|
|
body {
|
2014-12-21 18:44:10 +03:00
|
|
|
background: #1D1D1D;
|
2012-08-23 02:57:35 +04:00
|
|
|
}
|
2013-06-12 20:39:33 +04:00
|
|
|
|
2013-10-25 02:32:42 +04:00
|
|
|
/* Browser fixes */
|
|
|
|
::-ms-clear {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-03-29 21:35:56 +04:00
|
|
|
.allow-user-select {
|
|
|
|
-webkit-touch-callout: initial;
|
|
|
|
-webkit-user-select: initial;
|
|
|
|
-khtml-user-select: initial;
|
|
|
|
-moz-user-select: initial;
|
|
|
|
-ms-user-select: initial;
|
|
|
|
user-select: initial;
|
|
|
|
}
|
|
|
|
|
2014-11-20 01:00:25 +03:00
|
|
|
.no-overflow {
|
|
|
|
overflow : hidden;
|
2013-06-14 15:16:18 +04:00
|
|
|
}
|
|
|
|
|
2014-03-08 20:23:20 +04:00
|
|
|
.image-link {
|
|
|
|
color : gold;
|
2014-04-12 01:32:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pull-top,
|
|
|
|
.pull-right,
|
|
|
|
.pull-bottom,
|
|
|
|
.pull-left {
|
|
|
|
position:absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-top {
|
|
|
|
top:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
right:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-bottom {
|
|
|
|
bottom:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-left {
|
|
|
|
left:0;
|
|
|
|
}
|
2015-02-12 02:39:38 +03:00
|
|
|
|
|
|
|
.uppercase {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2015-06-07 13:40:40 +03:00
|
|
|
|
|
|
|
.checkbox-fix {
|
|
|
|
vertical-align: -2px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|