Template:Lj/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Table */
.template-lj {
	color: white;
	font-size: 11px;
	text-align: left;
	width: 100%;
	border: 0;
	border-spacing: 1px;
}

/* Rows and cells */
.template-lj tr:nth-child(odd) {
	background-color: #69c;
}
.template-lj tr:nth-child(even) {
	background-color: #0581fd;
}
.template-lj td {
	padding: 2px;
}

/* Lists and links */
.template-lj ul {
	margin-left: 50px;
}
.template-lj li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	list-style: none none; /* Remove bullets */
}
.template-lj a {
	color: blue;
	text-decoration: none; /* Don't underline links */
}
/* [[Category:Template stylesheets]] */