packages feed

rezoom-0.0.1: Rezoom/rezoom.css

* {
	margin: 0;
	padding: 0;
}

body {
	background: #404040;
	font-family: Ubuntu, Aller, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #4ec3e2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 600px;
	margin: 50px auto;
	background: #f2f2f2;
	border-top: 12px solid #2b2b2b;
}

#container-inner {
	border-top: 12px solid #4ec3e2;
	padding: 30px;
}

#avatar {
	float: left;
	border: 4px solid #a1a1a1;
	background: #d7d7d7;
	margin-right: 18px;
}

#avatar img {
	display: block;
}

#header {
	overflow: hidden;
	padding-bottom: 15px;
}

#header h2, #header h4 {
	float: left;
	width: 358px;
}

#header h2 {
	font-weight: normal;
	color: #5f5f5f;
	font-size: 32px;
	letter-spacing: -1px;
	padding-top: 12px;
}

h4 {
	margin-top: 12px;
	font-size: 15px;
}

h4 li {
	float: left;
	list-style: none;
	padding-right: 6px;
	font-weight: normal;
}

h4 li:before {
	content: "+";
	color: #858585;
}

h4 li a {
	color: #858585;
}

#header h2 b {
	font-weight: normal;
	color: #c8c8c8;
	padding: 0 8px;
}

.section {
	overflow: hidden;
	padding-top: 15px;
	border-top: 1px solid #d7d7d7;
	margin-top: 15px;
}

.langs h3 {
	font-weight: bold !important;
}

h3.side {
	padding-top: 5px;
	float: left;
	width: 130px;
	color: #666;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}

.subsection {
	float: right;
	width: 398px;
}

.langs li {
	float: left;
	list-style: none;
	margin-right: 4px;
	margin-bottom: 4px;
}

.langs li a {
	display: block;
	color: white;
	background: #4ec3e2;
	padding: 4px;
	-webkit-transition: background-color 0.1s linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

.langs li a:hover {
	text-decoration: none;
	background: #404040;
}

.project {
	list-style: none;
	padding-bottom: 17px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 13px;
}

.project:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.project .description {
	padding-top: 7px;
	font-size: 15px;
	color: #333;
}

.pushed {
	font-weight: normal;
	font-size: 12px;
	color: #888;
}