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

Difference between revisions of "MediaWiki:Common.css"

From BASAbaliWiki
Line 24: Line 24:
 
border-radius: 4px;
 
border-radius: 4px;
 
-webkit-border-radius: 4px;
 
-webkit-border-radius: 4px;
 +
max-width: 50%;
 +
}
 +
 +
.puzzle-wrapper .puzzle-image img {
 +
width: 100%;
 +
    height: auto;
 
}
 
}

Revision as of 20:23, 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: 10px 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;
}