Difference between revisions of "Template:GwArts External Links/styles.css"

From Art of Games Workshop
Jump to: navigation, search
[checked revision][checked revision]
m
m
 
Line 23: Line 23:
 
min-width: 50px;
 
min-width: 50px;
 
text-align: center;
 
text-align: center;
 +
}
 +
 +
#artists {
 +
    background: #f9efff;
 +
    border: 1px solid #e4cef2;
 +
}
 +
 +
#artists h2 {
 +
margin: 0.5em;
 +
    background: #e4cef2;
 +
    font-family: inherit;
 +
    font-size: 120%;
 +
    font-weight: bold;
 +
    border: 1px solid #b092c3;
 +
    color: #000;
 +
    padding: 0.2em 0.4em;
 +
}
 +
 +
 +
#artists ul {
 +
display: flex;
 +
    flex-wrap: wrap;
 
}
 
}
  
 
#artists li {
 
#artists li {
display: inline-block;
+
    margin-left: 30px;
 
}
 
}

Latest revision as of 15:55, 31 January 2019

#external-links {
	text-align: left;
	background: transparent;
	margin: 1px;
}

#external-links > div {
	width:32%;
	min-width: 20em;
	white-space: nowrap;
	margin: 0 1px;
	display:inline-block;
}

#external-links > div > div {
	display: inline-block;
	vertical-align: middle;
	margin: 1px 0;
	padding: 4px;
}

#external-links > div > div:first-child {
	min-width: 50px;
	text-align: center;
}

#artists {
    background: #f9efff;
    border: 1px solid #e4cef2;
}

#artists h2 {
	margin: 0.5em;
    background: #e4cef2;
    font-family: inherit;
    font-size: 120%;
    font-weight: bold;
    border: 1px solid #b092c3;
    color: #000;
    padding: 0.2em 0.4em;
}


#artists ul {
display: flex;
    flex-wrap: wrap;
}

#artists li {
    margin-left: 30px;
}