styling
authordanbri <danbri@google.com>
Sun, 02 Jun 2013 13:05:40 -0700
changeset 86 c60567b137f7
parent 85 37a6b396e542
child 87 f43034f81b88
styling
schema.org/css/schema.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/css/schema.css	Sun Jun 02 13:05:40 2013 -0700
@@ -0,0 +1,74 @@
+body {
+	width: 800px;
+	margin: 30px 50px 30px 50px;
+}
+
+/*h1 {
+	font-family: 'Roboto Condensed', Arial, serif;
+	border-bottom: 2px solid black;
+	margin: 0.8em 0 0.2em 0;
+}*/
+
+.schema_type {
+	float: right;
+	font-size: 0.5em;
+	line-height: 2.7em;
+	text-transform: uppercase;
+	color: #999;
+}
+
+ul {
+	margin: 0.5em 0;
+}
+
+li {
+	padding: 2px 0;
+}
+
+p.narrow {
+	margin: 0;
+}
+
+table {
+	width: 100%;
+}
+
+table.properties {
+	margin: 2em 0 2em 0;
+	border-spacing:0;
+	border-collapse:collapse;
+	font-size: 0.9em;
+	border-top: 1px solid #ddd;
+}
+
+table.properties th {
+	color: black;
+	font-family: Courier;
+	text-align: left;
+	vertical-align: top;
+	font-weight: normal;
+	padding: 6px 12px;
+	border-bottom: 1px solid #ddd;
+}
+
+table.properties td {
+	color: #333;
+	padding: 6px 12px;
+	vertical-align: top;
+	border-bottom: 1px solid #ddd;
+}
+
+th {
+	background: none;
+}
+
+td.section {
+	background: #f8f8f8;
+	font-weight: bold;
+	font-size: 1.1em;
+}
+
+.description {
+	font-style: italic;
+	margin: 1.5em 0;
+}
\ No newline at end of file