mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
122 lines
2.1 KiB
CSS
122 lines
2.1 KiB
CSS
/* -------------------------------------------------------------- /*
|
|
$Icons
|
|
/* -------------------------------------------------------------- */
|
|
|
|
/* Global module setup
|
|
---------------------------------------- */
|
|
|
|
/* Globaly fix svg colors */
|
|
svg {
|
|
fill: currentColor;
|
|
}
|
|
|
|
.o-icon {
|
|
vertical-align: middle !important;
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-top: -4px;
|
|
}
|
|
|
|
.o-icon-src-mdi,
|
|
.o-icon-src-ic {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
.o-icon-font {
|
|
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
line-height: 1;
|
|
vertical-align: baseline;
|
|
display: inline-block;
|
|
/* stylelint-disable order/properties-order */
|
|
-moz-osx-font-smoothing: grayscale;
|
|
/* stylelint-enable order/properties-order */
|
|
text-rendering: auto; /* optimizelegibility throws things off #1094 */
|
|
}
|
|
|
|
.o-icon + span,
|
|
span + .o-icon {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.o-icon.o-icon-src-mdi + span {
|
|
padding-left: 2px;
|
|
}
|
|
|
|
blockquote cite:before,
|
|
.uncited:before {
|
|
content: "\f10d"; /* Font Awesome quote-left */
|
|
}
|
|
|
|
.rtl blockquote cite:before,
|
|
.rtl .uncited:before {
|
|
content: "\f10e"; /* Font Awesome quote-right */
|
|
}
|
|
|
|
.c-forum-row-icon,
|
|
.c-notification-check-icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.row-item-link {
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin-top: -17px;
|
|
margin-left: 9px;
|
|
}
|
|
|
|
.row-item-link-mine {
|
|
background-color: #b353c6;
|
|
border: 2px solid #ffffff;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
z-index: 101;
|
|
left: 32px;
|
|
display: block;
|
|
float: left;
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
.row-item-sub {
|
|
position: absolute;
|
|
z-index: 101;
|
|
bottom: 3px;
|
|
left: 4px;
|
|
display: block;
|
|
float: left;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.alert_close .o-icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
/* Contact icons
|
|
---------------------------------------- */
|
|
.contact-icon {
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.c-button-icon {
|
|
margin-top: 0;
|
|
}
|