You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by bu...@apache.org on 2013/07/29 11:29:55 UTC

svn commit: r871684 - in /websites/staging/metamodel/trunk/content: ./ css/ css/metamodel.css

Author: buildbot
Date: Mon Jul 29 09:29:55 2013
New Revision: 871684

Log:
Staging update by buildbot for metamodel

Added:
    websites/staging/metamodel/trunk/content/css/
    websites/staging/metamodel/trunk/content/css/metamodel.css
Modified:
    websites/staging/metamodel/trunk/content/   (props changed)

Propchange: websites/staging/metamodel/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 29 09:29:55 2013
@@ -1 +1 @@
-1507982
+1507983

Added: websites/staging/metamodel/trunk/content/css/metamodel.css
==============================================================================
--- websites/staging/metamodel/trunk/content/css/metamodel.css (added)
+++ websites/staging/metamodel/trunk/content/css/metamodel.css Mon Jul 29 09:29:55 2013
@@ -0,0 +1,64 @@
+body {
+	text-align: center;
+	font-family: sans-serif;
+	color: #444;
+}
+
+h1,h2,h3,h4 {
+	font-family: "Ubuntu";
+	font-weight: normal;
+	margin: 0px;
+	margin-bottom: 4px;
+	color: black;
+}
+
+a {
+	color: #4a84ba;
+}
+
+p,div {
+	margin: 0px;
+}
+
+table {
+	margin: 0px;
+	margin-top: 4px;
+	margin-bottom: 4px;
+	padding: 5px;
+	background-color: #f0f0f0;
+	border-radius: 5px;
+}
+
+th,td {
+	text-align: left;
+	padding-right: 10px;
+}
+
+.page {
+	margin-left: auto;
+	margin-right: auto;
+	width: 950px;
+	text-align: left;
+}
+
+.header {
+	background-color: #111;
+	background-image: url("../img/headerbg.png");
+	background-repeat: repeat-x;
+	border-radius: 20px;
+	color: #eee;
+	padding: 20px;
+}
+
+.header h1 {
+	color: #4a84ba;
+}
+
+.header p {
+	margin-top: 10px;
+	font-size: 0.9em;
+}
+
+.section {
+	margin-top: 50px;
+}
\ No newline at end of file