User:Equazcion/ScriptInstaller.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.
.installerLink {
	font-weight:bold;
}
.unInstallerLink {

}
.installed {
	font-weight:bold;
	color:#6D1E9A;
}
.noauto {
	font-weight:bold;
	color:gray;
}
.scriptInstaller {
	width:60%;
	border:solid lightgray 1px;
	padding:5px;
	margin-top:-15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	overflow: auto;
	box-shadow: 5px 5px 5px #999;
	background-color: #fff;
	z-index:50;
}
		
.installerTitle {
	background-color:#CAE1FF;
	padding:5px;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
}

.titleBadge {
	display:inline;
	font-size:.8em;
	font-weight:bold;
	color:#CC99FF;
	float:right;
	margin-right:5px;
}

.titleBadge a:link {color:#660066;}
.titleBadge a:visited {color:#660066;}
.titleBadge a:hover {color:#660066;}
.titleBadge a:active {color:#660066;}

.container1 {
	width:100%;	
	overflow: auto;
}

.installerMessage {
	padding:5px 5px 5px 5px;
	background-color:#F6FAFD;
	font-style:italic;
	font-size:.9em;
}

.uninstallList {
	padding:0;
}

.uninstallList ul {
	padding:0;
	list-style-type:none;
}

.scriptInstaller ul li {
	list-style-type:none;
}