User:Sacrezar/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Sacrezar
No edit summary
imported>Sacrezar
No edit summary
Line 12: Line 12:
.boxDiv .result1 , .boxDiv .result2 , .boxDiv .result3, .boxDiv p {
.boxDiv .result1 , .boxDiv .result2 , .boxDiv .result3, .boxDiv p {
margin:0; display:inline;
margin:0; display:inline;
}
/* -------------------------- TOC -------------------------- */
.toc {
float:right;
    background-color: #e6e6e6;
    border-radius: 10px 10px 10px 10px;
    border: 0.5px black solid;
    margin: 0 0 0 0;
padding: 0.5em;
}
.toc .toctitle {   
text-align: center;
}
.toc .toctitle h2 {
    font-weight: bold;
}
.tocnumber {
display: none;
}
}

Revision as of 16:13, 20 May 2021

.BoxFlex {
	flex-wrap: wrap;
	display: flex;
	justify-content:space-between;
}
.boxDiv {
	display: inline-block;
	flex: 48%;
	flex-grow:0;
	margin-bottom:1em;
}
.boxDiv .result1 , .boxDiv .result2 , .boxDiv .result3, .boxDiv p {
	margin:0; display:inline;
}

/* -------------------------- TOC -------------------------- */

.toc {
	float:right;
    background-color: #e6e6e6;
    border-radius: 10px 10px 10px 10px;
    border: 0.5px black solid;
    margin: 0 0 0 0;
	padding: 0.5em;
}
.toc .toctitle {    
	text-align: center; 
} 
.toc .toctitle h2 {
    font-weight: bold; 
} 
.tocnumber {
	display: none;
}