MediaWiki:Gadget-RailModule.css: Różnice pomiędzy wersjami

Z Nonsensopedii, polskiej encyklopedii humoru
M
M
Linia 19: Linia 19:
}
}


#bottom-edit-button {
.bottom-edit-button {
display: block;
background-color: #ffed90;
background-color: #ffed90;
text-align: center;
text-align: center;
Linia 31: Linia 30:
}
}


#bottom-edit-button > div {
.bottom-edit-button-ve {
display: block;
}

.bottom-edit-button-source {
display: none;
}

.bottom-edit-button > div {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 height=%2220%22 width=%2220%22%3E%3Cpath d=%22M12.879 2.165l-9.465 9.471 4.95 4.95 9.465-9.471zm0 2.829L15 7.115l-6.636 6.643-2.121-2.122zM6.95 18H2v-4.95z%22 style=%22fill%3A%2354595dff%3B%22/%3E%3C/svg%3E");
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 height=%2220%22 width=%2220%22%3E%3Cpath d=%22M12.879 2.165l-9.465 9.471 4.95 4.95 9.465-9.471zm0 2.829L15 7.115l-6.636 6.643-2.121-2.122zM6.95 18H2v-4.95z%22 style=%22fill%3A%2354595dff%3B%22/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-repeat: no-repeat;
Linia 39: Linia 46:
display: inline-block;
display: inline-block;
line-height: 1em;
line-height: 1em;
}

.bottom-edit-button-source > div {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='m15.656 10-1 1H15v5h-.5v1H17v-7zM13 12.656l-2 2V17h2.5v-1H13zm-.121-10.491-9.465 9.471 4.95 4.95 9.465-9.471zm0 2.829L15 7.115l-6.636 6.643-2.121-2.122zM6.95 18H2v-4.95z' opacity='.33'/%3E%3C/svg%3E%0A");
}

.bottom-edit-button-ve > div {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 height=%2220%22 width=%2220%22%3E%3Cpath d=%22M12.879 2.165l-9.465 9.471 4.95 4.95 9.465-9.471zm0 2.829L15 7.115l-6.636 6.643-2.121-2.122zM6.95 18H2v-4.95z%22 style=%22fill%3A%2354595dff%3B%22/%3E%3C/svg%3E");
}

@media screen and (max-width: 550px) {
.bottom-edit-button-ve {
display: none;
}
.bottom-edit-button-source {
display: block;
}
}
}



Wersja z 22:56, 15 mar 2022

#mw-data-after-content h2,
#content-bottom-stuff h2 {
	border-bottom: 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #4e4e4e;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	letter-spacing: 1px
}

#mw-data-after-content h2,
#mw-data-after-content h3,
#mw-data-after-content p,
#content-bottom-stuff h2,
#content-bottom-stuff h3,
#content-bottom-stuff p {
	margin: 0;
}

.bottom-edit-button {
	background-color: #ffed90;
	text-align: center;
	border-bottom: solid 1px #c8ccd1;
	border-top: solid 1px #c8ccd1;
	padding: 0.3em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #54595d;
}

.bottom-edit-button-ve {
	display: block;
}

.bottom-edit-button-source {
	display: none;
}

.bottom-edit-button > div {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 height=%2220%22 width=%2220%22%3E%3Cpath d=%22M12.879 2.165l-9.465 9.471 4.95 4.95 9.465-9.471zm0 2.829L15 7.115l-6.636 6.643-2.121-2.122zM6.95 18H2v-4.95z%22 style=%22fill%3A%2354595dff%3B%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 23px;
	padding-top: 0.5em;
	display: inline-block;
	line-height: 1em;
}

.bottom-edit-button-source > div {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='m15.656 10-1 1H15v5h-.5v1H17v-7zM13 12.656l-2 2V17h2.5v-1H13zm-.121-10.491-9.465 9.471 4.95 4.95 9.465-9.471zm0 2.829L15 7.115l-6.636 6.643-2.121-2.122zM6.95 18H2v-4.95z' opacity='.33'/%3E%3C/svg%3E%0A");
}

.bottom-edit-button-ve > div {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 height=%2220%22 width=%2220%22%3E%3Cpath d=%22M12.879 2.165l-9.465 9.471 4.95 4.95 9.465-9.471zm0 2.829L15 7.115l-6.636 6.643-2.121-2.122zM6.95 18H2v-4.95z%22 style=%22fill%3A%2354595dff%3B%22/%3E%3C/svg%3E");
}

@media screen and (max-width: 550px) {
	.bottom-edit-button-ve {
		display: none;
	}
	
	.bottom-edit-button-source {
		display: block;
	}
}

@media screen and (min-width: 1100px) {
	#bottom-edit-button {
		margin-top: 0.6em;
		border: solid 1px #c8ccd1;
	}
}

.skin-timeless #catlinks {
	background: #fff;
	padding: 1em 0.45em 0.5em !important;
	margin: 0 !important;
}

.ra-read-more {
	padding: 0 !important;
}