Difference between revisions of "Module:Spoken Wikipedia/styles.css"

MyWikiBiz, Author Your Legacy — Wednesday July 03, 2024
Jump to navigationJump to search
(Zoran created the page Module:Spoken Wikipedia/styles.css using a non-default content model "CSS")
 
 
Line 1: Line 1:
 +
/* {{pp|small=y}} */
 +
.spoken-wikipedia {
 +
border: 1px solid #a2a9b1;
 +
background-color: #f8f9fa;
 +
margin: 0.5em 0;
 +
padding: 0.2em;
 +
line-height: 1.5em;
 +
font-size: 90%;
 +
}
  
 +
.spoken-wikipedia-header {
 +
text-align: center;
 +
}
 +
 +
.spoken-wikipedia-listen-to {
 +
font-weight: bold;
 +
}
 +
 +
.spoken-wikipedia-files {
 +
text-align: center;
 +
margin-top: 10px;
 +
margin-bottom: 0.4em;
 +
}
 +
 +
.spoken-wikipedia-icon {
 +
float: left;
 +
margin-left: 5px;
 +
margin-top: 10px;
 +
}
 +
 +
.spoken-wikipedia-disclaimer {
 +
margin-left: 60px;
 +
margin-top: 10px;
 +
font-size: 95%;
 +
line-height: 1.6em;
 +
}
 +
 +
.spoken-wikipedia-footer {
 +
margin-top: 10px;
 +
text-align: center;
 +
}
 +
 +
@media (min-width: 720px) {
 +
.spoken-wikipedia {
 +
width: 20em;
 +
/* @noflip */
 +
float: right;
 +
/* @noflip */
 +
clear: right;
 +
/* @noflip */
 +
margin-left: 1em;
 +
}
 +
}

Latest revision as of 06:06, 16 July 2021

/* {{pp|small=y}} */
.spoken-wikipedia {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	margin: 0.5em 0;
	padding: 0.2em;
	line-height: 1.5em;
	font-size: 90%;
}

.spoken-wikipedia-header {
	text-align: center;
}

.spoken-wikipedia-listen-to {
	font-weight: bold;
}

.spoken-wikipedia-files {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0.4em;
}

.spoken-wikipedia-icon {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

.spoken-wikipedia-disclaimer {
	margin-left: 60px;
	margin-top: 10px;
	font-size: 95%;
	line-height: 1.6em;
}

.spoken-wikipedia-footer {
	margin-top: 10px;
	text-align: center;
}

@media (min-width: 720px) {
	.spoken-wikipedia {
		width: 20em;
		/* @noflip */
		float: right;
		/* @noflip */
		clear: right;
		/* @noflip */
		margin-left: 1em;
	}
}