}
&.inlineDataList {
- font-size: .85rem;
+ @extend .wcfFontSmall;
> dt {
display: inline-block;
> dt {
color: $wcfDimmedColor;
flex: 0 0 60%;
- font-size: .85rem;
margin-left: 5px;
overflow: hidden;
text-align: left;
white-space: nowrap;
+
+ @extend .wcfFontSmall;
}
> dd {
}
> div > .containerHeadline > h3 {
- font-family: "Segoe UI Light";
- font-size: 1.4rem;
margin-bottom: 10px;
+
+ @extend .wcfFontHeadline;
}
}
}
> li {
> a {
- @extend .wcfFontDefault;
-
color: $wcfHeaderMenuLink;
display: block;
- font-size: 1rem;
padding: 5px 20px;
white-space: nowrap;
+
+ @extend .wcfFontDefault;
}
&.active > a,
}
dl.dataList {
- font-size: .85rem;
overflow: hidden;
+
+ @extend .wcfFontSmall;
}
dl:not(.dataList) {
> li {
flex: 0 auto;
- font-size: .85rem;
+
+ @extend .wcfFontSmall;
&:not(:last-child) {
margin-right: 10px;
}
&.small {
- font-size: .85rem;
padding: 4px 7px;
+
+ @extend .wcfFontSmall;
}
}
@extend .inlineList;
&.smallButtons .button {
- font-size: .85rem;
padding: 4px 7px;
+
+ @extend .wcfFontSmall;
}
/* members list */
> span {
flex: 1 auto;
- @extend .wcfFontLarge;
+ @extend .wcfFontHeadline;
}
> a {
}
&.dropdownText {
- font-size: $wcfSmallFontSize;
padding: $wcfGapTiny $wcfGapMedium;
+
+ @extend .wcfFontSmall;
}
&.boxFlag {
margin-bottom: 0;
> p {
- font-size: $wcfSmallFontSize;
+ @extend .wcfFontSmall;
}
}
}
&.loading,
&.noItems {
- font-family: "Segoe UI Light";
- font-size: 1.2rem;
padding: @wcfGapLarge @wcfGapMedium;
text-align: center;
+
+ @extend .wcfFontHeadline;
}
&:not(.loading):not(.noItems) {
> .box32 > .containerHeadline {
> h3 {
- font-family: "Segoe UI Light";
- font-size: 1.2rem;
+ @extend .wcfFontHeadline
}
}
.interactiveDropdownUserMenuLinkList > li {
display: inline-block;
- font-size: .85rem;
+
+ @extend .wcfFontSmall;
&:after {
content: " \2013 ";
}
.dataList {
- font-size: .85rem;
+ @extend .wcfFontSmall;
}
}
.badge {
color: rgb(255, 255, 255);
- font-size: .85rem;
+
+ @extend .wcfFontSmall;
}
}
order: 1;
> h1 {
- font-family: "Segoe UI Light";
- font-size: 1.4rem;
margin-bottom: 5px;
+
+ @extend .wcfFontHeadline;
}
> p {
- font-size: .85rem;
+ @extend .wcfFontSmall;
}
}
> h3 {
> .messageGroupLink {
- font-size: $wcfTitleFontSize;
+ @extend .wcfFontHeadline;
}
> .badge.label {
}
> nav {
- font-size: $wcfSmallFontSize;
+ @extend .wcfFontSmall;
> ul > li {
display: inline;
.messageGroupInfo {
@extend .inlineList;
-
- font-size: $wcfSmallFontSize;
+ @extend .wcfFontSmall;
> li:not(:last-child) {
margin-right: 5px;
display: block;
padding: 5px 0;
- @extend .wcfFontLarge;
+ @extend .wcfFontHeadline;
}
}
}
a {
color: $wcfButtonText;
display: block;
- font-size: $wcfSmallFontSize;
outline: 0;
padding: 0 $wcfGapSmall;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
+ @extend .userSelectNone;
+ @extend .wcfFontSmall;
&:hover {
color: $wcfButtonTextActive;
color: $wcfContentTabularLink;
display: block;
- @extend .wcfFontLarge;
+ @extend .wcfFontHeadline;
}
&.ASC > a,
> h1,
> h2,
> h3 {
- @extend .wcfFontLarge;
+ @extend .wcfFontHeadline;
}
a,
text-align: left;
white-space: nowrap;
- @extend .wcfFontLarge;
+ @extend .wcfFontHeadline;
> a {
color: $wcfTabularBoxHeadline;
}
&.columnDate {
- font-size: .85rem;
text-align: right;
width: 1px;
white-space: nowrap;
word-wrap: normal;
+
+ @extend .wcfFontSmall;
}
&.columnURL, &.columnSmallText {
- font-size: .85rem;
text-align: left;
+
+ @extend .wcfFontSmall;
+
}
}
background-color: $wcfTooltipBackgroundColor;
border-radius: 6px;
color: $wcfTooltipColor;
- font-size: $wcfSmallFontSize;
max-width: 300px;
opacity: 0;
padding: 5px 10px 7px;
pointer-events: none;
position: absolute;
top: 0;
+ transition: visibility 0s linear .2s, opacity .2s linear .2s;
visibility: hidden;
z-index: 800;
- transition: visibility 0s linear .2s, opacity .2s linear .2s;
+ @extend .wcfFontSmall;
> .elementPointer {
border-color: $wcfTooltipBackgroundColor transparent;
> .userActivity > span {
display: block;
- font-size: .85rem;
+
+ @extend .wcfFontSmall;
}
}
}
}
> a {
- font-size: 1.4rem;
padding: 0;
text-transform: uppercase;
+
+ @extend .wcfFontHeadline;
}
}
}
.username {
- font-size: 1.2rem;
+ @extend .wcfFontHeadline;
}