git » galala.git » master » tree

[master] / static / style.css

body {
	padding: 0 20pt 1em 0;
	background-image: url('vector_abstract_floral_background.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	font-family: sans-serif;
	/* text-shadow: white 0.2em 0.1em 0; */
	text-shadow: -0.1em 0 0.1em white, 0 0.1em 0.1em white, 0.1em 0 0.1em white, 0 -0.1em 0.1em white;
	color: #094b24;

	margin: 1em auto 1em 10em;
	padding: 0 20pt 1em 20pt;
	width: 40em;
}

div.introduction {
	font-size: x-large;
}

div.album-list {
	margin: 2em auto 2em auto;
}

div.album-item {
	margin: 1.5em auto 1.5em auto;
}

div.album-item div.title {
	font-weight: bold;
	font-size: large;
}

div.album-item div.text {
	margin-left: 2em;
}

div.album-item a {
	text-decoration: none;
	color: #09aa24;
}

div.album-item a:hover {
	text-decoration: none;
	color: #0c0;
}