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

_header.less « uibase « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b96b1b467ab94bf2d6667389a39f28b41b0e6cb7 (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
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
#header {
  min-height: 60px;
}

/* Clear fix */
#header:after {
  display: table;
  clear: both;
  content: "";
}

#root {
  #logo {
    padding: 5px 0 0;
    float: left;
  }

  #logo  {
    img.default-piwik-logo {
      width: 82px;
      margin-top: 14px;
    }

    img {
      max-height: 50px;
    }
  }

  #logo > a {
    text-decoration: none;
  }
  
  #logo {
    // IE 9 only
    width: 200px\9\0;
  }
}

// IE 10+
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #root #logo {
    width: 80px;
  }
  #root #logo img.default-piwik-logo {
    width: 100%;
  }
}

#javascriptDisabled,
#javascriptDisabled a {
  font-weight: bold;
  color: #F88D22;
  padding: 15px;
  clear: both;
}

#topBars {
  right: 0px;
  position: absolute;
  padding-left: 110px;
  color: #acacac;
  margin: 4px 10px 8px;
  font-size: 13px;
  z-index: 140;
}

#topRightBar {
  margin-bottom: 4px;
  float: right;
}

.topBarElem {
  padding: 0 5px;
  display: inline-block;
}