1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/CoreHome/stylesheets/cloud.less
Stefan Giehl 01ffc67c0e Clean up some link styling css (#20914)
* clean up basic link style definitions

* remove / optimize some useless css rules

* remove unneeded rule

* updates expected UI test files

* cleanup typogrraphy.less and move unrelated styles to correct files

* cs/ws

Co-authored-by: Michal Kleiner <michal@innocraft.com>

---------

Co-authored-by: Michal Kleiner <michal@innocraft.com>
2023-06-23 11:50:36 +02:00

75 خطوط
1.3 KiB
Plaintext

@-moz-document url-prefix() {
// see bug in Firefox 30+
// https://github.com/piwik/piwik/issues/5242
// https://bugzilla.mozilla.org/show_bug.cgi?id=1012640
.tagCloud + .dataTableFeatures {
clear: left;
}
.tagCloud .word {
float: left;
}
}
.tagCloud {
img {
border: 0;
}
.word a {
text-decoration: none;
}
.word {
padding: 5px 15px 10px 8px;
white-space: nowrap;
display: inline-block;
}
.valueIsZero {
text-decoration: line-through;
}
span,
span a {
color: @theme-color-link !important;
}
span.size0, span.size0 a {
color: #1f497a !important;
font-size: 46px;
}
span.size1, span.size1 a {
color: #24568f !important;
font-size: 40px;
}
span.size2, span.size2 a {
color: #2962a3 !important;
font-size: 32px;
}
span.size3, span.size3 a {
color: #255792 !important;
font-size: 28px;
}
span.size4, span.size4 a {
color: #337acc !important;
font-size: 19px;
}
span.size5, span.size5 a {
color: #5c95d6 !important;
font-size: 14px;
}
span.size6, span.size6 a {
color: #5c95d6 !important;
font-size: 16px;
}
}