Template:?Times/styles.css

From Illogicopedia
Jump to navigation Jump to search
.ip-times {
	width:760px; 
	margin: 20px auto 20px auto; 
	background: #fff; 
	-webkit-box-shadow: 3px 4px 25px #555; 
	box-shadow: 3px 4px 25px #555;
	padding:20px 20px 8px 20px;
	font-size: 10pt;
	color: #000;
	font-family: serif;
	text-align:justify;
	border: solid 1px #ccc;
}
.ip-times hr {
	background: #b5e88f;
}
.ip-times a:hover {
	text-decoration:none;
	text-shadow: green 0 0 3px;
}

.ip-times .header {
	text-align:center;
	border-bottom: solid 1px #ccc;
}
.ip-times .ed {
	margin: 0 0 6px 0;
	font-size: 9pt;
	color: #555;
}
.ip-times .slogan {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #444;
}
.ip-times .date {
	font-size: 14pt;
	font-weight: bold;
}
.ip-times .about {
	font-size: 8pt;
	line-height: 120%;
 	margin: 10px;
	text-align: justify;
}

.ip-times .footer {
	border-top: solid 1px #ccc;
	text-align:center;
	font-size: 8pt;
	line-height: 120%;
 	padding: 8px 0 0 0;
}
.ip-times .title {
	font-weight: bold;
	font-size: 11pt;
	color: #1b8216;
	margin-top: 10px;
}
.ip-times .title a {
	font-weight: bold;
	font-size: 11pt;
	color: #2eab28;
	margin-top: 10px;
}
.ip-times .author {
	font-style: italic;
	color: #444;
	font-size: 8pt;
}
.ip-times .body {
	margin: 10px;
}
.ip-times .column-1 {
	padding-right: 10px;
	border-right: solid #b5e88f 1px;
}
.ip-times .column-2 {
	padding-left: 8px;
}