Template:沙盒/TemplateStyles/LuciferianThomas/proposal.css
外观
.lc-mainframe {
max-width:960px;
margin:0 auto;
text-align:justify;
border: 2px dotted #2F6FAB;
padding: 2rem;
}
.lc-titlebox {
border-collapse:collapse;
width:100%;
margin:0;
}
.lc-titlebox-top {
border-bottom: 2px solid #dddddd;
}
.lc-titlebox-bottom {
border-top: 2px solid #dddddd;
}
.lc-titlebox-left {
border-right: 2px solid #dddddd;
}
.lc-titlebox-right {
border-left: 2px solid #dddddd;
}
.lc-titlebox-text {
font-size:2em;
font-family:'Linux Libertine','Georgia','Times','Source Serif Pro',serif;
font-weight:bold;
}
.lc-titlebox-textbox {
text-align: center;
width:50%;
padding:0 2em;
}
p.lc-intro::first-letter {
font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif;
float: left;
font-size: 2.5rem;
line-height: 2.5rem;
}
:not(.mw-heading2) > h2, .mw-heading2 {
border-bottom: 0;
border-top: 2px solid #a2a9b1;
padding-top:1em;
}
.lc-h2text {
border-bottom: 3px solid #26b5f5;
}
.lc-h3text {
border-bottom: 3px solid #ffd866;
}
.lc-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
align-content: flex-start;
overflow: auto;
flex-direction: row;
gap: 1em;
}
.lc-flexbox {
padding: 0.5rem 1rem;
background: #efefef;
border: 1px solid #999;
flex-grow: 1;
flex-basis: 0;
margin: 1em 0;
}
.lc-flexbox-destructive {
background: #ffe9e5;
border-color: #f43b03;
}
.lc-flexbox-constructive {
background: #e5faff;
border-color: #03a9f4;
}
.lc-table {
border-collapse: collapse;
background: white;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}
.lc-table th {
background: #242425;
color: #d3d3d3;
font-weight: unset;
}
.lc-table tr:hover {
background-color: #f0f0f0;
cursor: pointer;
}
.lc-table tr td:first-child {
white-space: nowrap;
font-weight: bold;
}
.lc-table td {
padding: 8px;
}
.lc-accept-filter {
filter: invert(30%) sepia(97%) saturate(2936%) hue-rotate(125deg) brightness(94%) contrast(95%);
}
.lc-decline-filter {
filter: invert(20%) sepia(48%) saturate(2761%) hue-rotate(338deg) brightness(99%) contrast(96%);
}
@media only screen and (max-width: 540px) {
.lc-mainframe {
margin: auto;
border: none;
padding: 0;
}
.lc-titleboxblank {
display: none;
}
.lc-titlebox-textbox {
display: block;
padding: 0;
width: 100%;
}
}