UPGRADE IN PROCESS - PLEASE COME BACK AT THE END OF MAY

Difference between revisions of "MediaWiki:Common.css"

From BASAbaliWiki
Line 30: Line 30:
 
width: 100%;
 
width: 100%;
 
     height: auto;
 
     height: auto;
 +
}
 +
 +
#puzzles {
 +
clear: left;
 +
}
 +
 +
#puzzles .puzzle-word-inline-link {
 +
display: inline-block;
 +
margin: 0 10px 10px 0;
 
}
 
}

Revision as of 21:38, 8 January 2018

/* CSS placed here will be applied to all skins */

.aksara {
    font-family: Aksara;
    font-size: 70px;
}

.balinese .text-block-more {
      color: #b23005;
}

.puzzle-wrapper {
	margin: 0 0 30px 0;
}

.puzzle-wrapper .puzzle-text {
	margin: 20px 0;
}

.puzzle-wrapper .puzzle-image {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid lightgray;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	max-width: 50%;
}

.puzzle-wrapper .puzzle-image img {
	width: 100%;
    height: auto;
}

#puzzles {
	clear: left;
}

#puzzles .puzzle-word-inline-link {
	display: inline-block;
	margin: 0 10px 10px 0;
}