Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ads.less « less « assets « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e64da5209e0f747393eb5fc71d9d099ad7d5f1a (plain)
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
/* stylelint-disable selector-max-id, declaration-no-important */

#carbonads {
  display: block;
  padding: 15px 15px 15px 160px;
  margin: 50px -15px -30px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  border: solid #866ab3;
  border-width: 1px 0 0;

  a {
    color: #fff;
    text-decoration: none;
  }

  @media (min-width: @screen-sm-min) {
    max-width: 330px;
    margin: 50px auto 0;
    border-width: 1px;
    border-radius: 4px;
  }

  @media (min-width: @screen-md-min) {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 0;

    .bs-docs-masthead & {
      position: static;
    }
  }
}

.carbon-img {
  float: left;
  margin-left: -145px;
}

.carbon-poweredby {
  display: block;
  color: #cdbfe3 !important;
}