Difference between revisions of "Widget:Test"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
imported>Elaeagnifolia
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><iframe style="width:100%; max-width:1280px; height:600px;" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTjAoyCJLDMOyr1CcSyYWdc4xcxjaWQqlNe-dDdY4RnEla-bg4y-UeIyokT2iZAq4aWckcQw002RDPT/pubhtml?widget=true&amp;headers=false"></iframe>
+
<includeonly><style>
 +
/** [[Template:Notable]] **/
 +
.notable,
 +
.notable * {
 +
box-sizing: border-box;
 +
}
 +
 
 +
.notable {
 +
display: flex;
 +
flex-direction: column;
 +
margin: 1em;
 +
}
 +
 
 +
.notable > .notable-header {
 +
background-color: rgb(77, 144, 94);
 +
color: white;
 +
text-shadow: rgba(0, 0, 0, 0.75) 0 0 0.25em;
 +
font-weight: bold;
 +
padding: 0.2em 0.5em;
 +
border: 1px solid rgb(51, 102, 66);
 +
text-align: center;
 +
}
 +
 
 +
.notable > .notable-content {
 +
background-color: #f8f9fa;
 +
padding: 0.2em 0.5em;
 +
border-right: 1px solid rgb(170, 170, 170);
 +
border-left: 1px solid rgb(170, 170, 170);
 +
border-bottom: 1px solid rgb(170, 170, 170);
 +
color: rgb(34, 34, 34);
 +
}
 +
</style>
 
</includeonly>
 
</includeonly>

Latest revision as of 13:32, 19 February 2020