User:Kivik/sandbox2: Difference between revisions

Jump to navigation Jump to search
m
WIP testing
m (WIP, testing)
m (WIP testing)
Line 1: Line 1:
{{#css:  
{{#css:  
.relationships-title { background-color: steelblue; color: white; font-weight: bold; font-size: 1.5em; border-radius: 0 1em 0 0; padding-left: 1em; }
.relationships-title { background-color: steelblue; color: white; font-weight: bold; font-size: 1.5em; border-radius: 0 1em 0 0; padding-left: 1em; }
.relationships-container { background-color: white; padding: .5em; border-radius: 0 0 1.5em 1.5em; border: 3px solid steelblue; }
.relationships-container { background-color: white; padding: .5em; border-radius: 0 0 1.5em 1.5em; border: 3px solid steelblue; display: flex; flex-flow: row wrap; justify-content: space-evenly; }
.relationships-entry { width: 30%; min-width: 400px; margin: .5em; padding: 1em; background-color: #f0f0f0; border-radius: 1em; }
.relationships-entry { min-width: 400px; margin: .5em; padding: 1em; background-color: #f0f0f0; border-radius: 1em; flex-basis: 25%; flex-grow: 1; }
.relationships-portrait { width: 200px; height: 200px; overflow: hidden; margin: auto; margin-bottom: .5em; border-radius: 50%; }
.relationships-portrait { width: 200px; height: 200px; overflow: hidden; margin: auto; margin-bottom: .5em; border-radius: 50%; }
.relationships-description { border: 1px solid orange; }
.relationships-description { }
}}
}}


Navigation menu