Jump to content

User:Luxfx/Noarticletext.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.na-emptybox {
	border: dashed 6px #C3D5DF;
	background: #EFFAFF; 
	border-radius: 15px; 
	float: left; 
	padding: 40px 24px; 
	font: bold 24px Helvetica, Arial, sans-serif; 
	color: #ddd; 
	text-shadow: 2px 2px 1px #FFF; 
	text-align: center; 
	margin-right: 2em; 
	position: relative;
}
.na-emptybox .na-createlink {
	transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	font: bold 24px Helvetica, Arial, sans-serif; 
	text-align: left;
	color: #fff; 
	background: #0D8C13; 
	position: absolute; 
	border-radius: 15px; 
	top: -10px; 
	right: -10px; 
	text-decoration: none; 
	text-shadow: none; 
	overflow: hidden;
	padding-left: 0.35em;
	width: 0.9em;
	height: 1.25em;
}
.na-emptybox .na-createlink:first-letter {
	padding-right: 0.25em;
}
.na-emptybox .na-createlink:hover {
	width: 6.8em;
	text-align: center;
	padding-right: 0.35em;
}
.na-emptybox .na-createlink a, .na-emptybox .na-createlink a:visited {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.na-alerticonbox {
	border: solid 1px #fcc;
	border-radius: 3px;
	padding: 3px 8px;
	box-shadow: 1px 1px 1px #eee;
	margin-left: -0.7em;
	margin-bottom: 1em;
}
.na-alerticonbox a.image {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 0.3em;
}
.na-actionbox {
	border: solid 1px #ccc;
	border-left: solid 3em #eee;
	padding: 1em 1.8em;
	margin-left: -0.5em;
	margin-top: 1em;
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	position: relative;
	box-shadow: inset 3px 0 4px #ddd;
	box-shadow: inset 3px 0 4px rgba(0, 0, 0, 0.08);
}
.na-actionboxicon {
	position: absolute;
	left: -2.5em;
	top: 0.6em;
	bottom: 0;
	text-align: center;
}
.na-actionboxintro {
	font-size: 135%;
}
.na-actionboxtitle {
	font-size: 115%;
	font-weight: bold;
}
.na-quicksearchresults {
	font-size: 90%;
	font-style: italic;
}
.na-bluebtn {
	-webkit-box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px; 
	box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px; 
	
	background: #ddd;
	
	background-repeat: repeat-x; 
	border-radius: 6px;
	border: solid 1px rgba(0, 0, 0, 0.1); 
	border-bottom-color: rgba(0, 0, 0, 0.25); 
	color: #555; 
	cursor: pointer; 
	display: inline-block; 
	font: normal 200 12px/normal 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	height: 18px; 
	line-height: normal; 
	margin: 0.5em 0 0; 
	overflow-y: visible;
	padding: 4px 8px 3px;
	text-decoration: none; 
	text-rendering: optimizelegibility; 
	text-shadow: rgba(255, 255, 255, 0.246094) 0px -1px 0px; 
	width: auto;
}
.na-bluebtn:before {
	content: '▶';
	margin-right: 0.4em;
	font-size: 80%;
	color: #777;
}
.na-bluebtn a, .na-bluebtn a:visited, .na-bluebtn a.external, .na-bluebtn a.external:visited {
	color: #333;
}
.na-bluebtn a:hover
, .na-bluebtn a:visited:hover
, .na-bluebtn a.external:hover
, .na-bluebtn a.external:visited:hover
, .na-bluebtn:hover a
, .na-bluebtn:hover a:visited
, .na-bluebtn:hover a.external
, .na-bluebtn:hover a.external:visited {
	color: white;
	text-decoration: none;
}

.na-bluebtn:hover {
	color: white;
	text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 0px; 
	background: #0064CD; /* Old browsers */
	background: -moz-linear-gradient(top, #049cdb 0%, #0064cd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#049cdb), color-stop(100%,#0064cd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #049cdb 0%,#0064cd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #049cdb 0%,#0064cd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #049cdb 0%,#0064cd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #049cdb 0%,#0064cd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cdb', endColorstr='#0064cd',GradientType=0 ); /* IE6-9 */
}

.na-bluebtn:hover:before {
	color: #fff;
}

.na-information, .na-suggestion {
	overflow: hidden;
	border: solid 1px #ddd;
	border-radius: 3px;
	background: #f0f0f0;
	padding: 4px 8px;
	margin: 1em;
	width: 320px;
}
.na-informationicon {
	float: left;
	margin: 5px 1em 0 0;
}
.na-suggestionicon {
	float: left;
	margin: 5px 1em 0 0;
}