2024-01-24 10:55:14 +00:00
|
|
|
title: $:/plugins/multiwikiserver/Styles
|
2024-01-17 22:41:41 +00:00
|
|
|
tags: $:/tags/Stylesheet
|
|
|
|
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
|
|
|
|
2024-01-18 21:48:09 +00:00
|
|
|
/*
|
|
|
|
Styles specific to the full screen layout
|
|
|
|
*/
|
|
|
|
|
|
|
|
.mws-admin-layout {
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
2024-01-20 21:50:12 +00:00
|
|
|
|
2024-01-23 12:52:40 +00:00
|
|
|
|
2024-01-26 14:03:32 +00:00
|
|
|
.mws-form-error {
|
|
|
|
border: 2px solid red;
|
|
|
|
padding: 1em;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
2024-01-23 12:52:40 +00:00
|
|
|
.mws-wiki-card {
|
|
|
|
display: flex;
|
|
|
|
margin: 1em 0;
|
|
|
|
width: 100%;
|
|
|
|
text-decoration: none;
|
|
|
|
color: <<colour foreground>>;
|
|
|
|
background: <<colour background>>;
|
|
|
|
border-radius: 0.28571429rem;
|
|
|
|
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
|
|
|
|
padding: 0.5em 0.5em 0.5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mws-wiki-card:hover {
|
|
|
|
background: <<colour tiddler-info-background>>;
|
|
|
|
color: <<colour foreground>>;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-wiki-card-image {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-wiki-card-content {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-wiki-card-header {
|
|
|
|
font-size: 1.3em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 0 0.25em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-wiki-card-meta {
|
|
|
|
color: <<colour muted-foreground>>;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-wiki-card-description {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-vertical-list {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-horizontal-list {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-horizontal-list > li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-bag-pill {
|
|
|
|
background: <<colour muted-foreground>>;
|
|
|
|
color: <<colour background>>;
|
2024-01-23 22:05:58 +00:00
|
|
|
fill: <<colour background>>;
|
2024-01-23 12:52:40 +00:00
|
|
|
margin-right: 0.5em;
|
|
|
|
border-radius: 0.25em;
|
|
|
|
padding: 0 0.25em;
|
|
|
|
}
|
|
|
|
|
2024-01-23 14:29:50 +00:00
|
|
|
.mws-bag-pill:hover {
|
|
|
|
background: <<colour foreground>>;
|
2024-01-23 22:05:58 +00:00
|
|
|
color: <<colour background>>;
|
|
|
|
fill: <<colour background>>;
|
2024-01-23 14:29:50 +00:00
|
|
|
}
|
|
|
|
|
2024-01-23 12:52:40 +00:00
|
|
|
.mws-bag-pill-topmost {
|
|
|
|
background: <<colour very-muted-foreground>>;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-bag-pill .mws-bag-pill-label {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
2024-01-23 14:29:50 +00:00
|
|
|
.mws-bag-pill-link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: currentcolor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-favicon.tc-image-loading, .mws-favicon-small.tc-image-loading,
|
2024-01-23 12:52:40 +00:00
|
|
|
.mws-favicon.tc-image-error, .mws-favicon-small.tc-image-error {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2024-01-20 21:50:12 +00:00
|
|
|
.mws-favicon {
|
2024-01-23 16:51:57 +00:00
|
|
|
object-fit: contain;
|
2024-01-23 14:29:50 +00:00
|
|
|
width: 4em;
|
2024-01-23 12:52:40 +00:00
|
|
|
max-height: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mws-favicon-small {
|
2024-01-23 16:51:57 +00:00
|
|
|
object-fit: contain;
|
2024-01-23 12:52:40 +00:00
|
|
|
vertical-align: text-bottom;
|
2024-01-23 14:29:50 +00:00
|
|
|
width: 1em;
|
2024-01-23 12:52:40 +00:00
|
|
|
max-height: 1em;
|
2024-01-20 21:50:12 +00:00
|
|
|
}
|