Author: kschenk
Date: Tue Nov 29 21:12:38 2011
New Revision: 1208065
URL: http://svn.apache.org/viewvc?rev=1208065&view=rev
Log:
kls -- added us/blog
Added:
incubator/ooo/ooo-site/trunk/content/ux/blog/
incubator/ooo/ooo-site/trunk/content/ux/blog/blog.css (with props)
incubator/ooo/ooo-site/trunk/content/ux/blog/index.html (with props)
Added: incubator/ooo/ooo-site/trunk/content/ux/blog/blog.css
URL:
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/ux/blog/blog.css?rev=1208065&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/ux/blog/blog.css (added)
+++ incubator/ooo/ooo-site/trunk/content/ux/blog/blog.css Tue Nov 29 21:12:38
2011
@@ -0,0 +1,127 @@
+#toptabs {
+ display: none ! important;
+}
+#navcol {
+ display: none !important;
+}
+
+#MyContent {
+ margin-left: 2px;
+ margin-right: 100px;
+}
+
+#MyContent b {
+ font-weight: bold;
+/* color: #06348C; */
+}
+
+#MyContent blockquote {
+ font-style: italic;
+ background-color: #f9f9f9;
+ color: #06348C;
+}
+
+#MyContent hr {
+ color: #999999;
+}
+
+#MyContent h1 {
+ color: #999999;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ text-decoration: none; font-size: 30px ! important;
+ line-height: normal; line-height: normal;
+ font-weight: normal; padding: 0px; margin: 0px;
+}
+
+#MyContent h2 {
+ color: #666666;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ padding: 0px; margin: 10px 0px 10px 0px;
+}
+
+#MyContent h3 {
+ color: #666666;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ text-decoration: none; background: transparent;
+ font-size: 13px;
+ padding: 0px; margin: 5px 0px 0px 0px;
+}
+
+#MyContent ul {
+ padding-left: 20px;
+}
+
+#MyContent ol {
+ padding-left: 20px;
+}
+
+#MyContent li {
+ margin-bottom: 5px;
+}
+
+/* Text Formatting */
+.Grey {
+ color: #999999;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ text-decoration: none;
+ font-size: 12px;
+ float: right;
+}
+.MyTitle {
+ color: #999999;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ text-decoration: none; font-size: 30px ! important;
+ line-height: normal; line-height: normal;
+ font-weight: normal; padding: 0px; margin: 0px;
+}
+.MySubtitle {
+ color: #666666;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+}
+/* Container for the Pics */
+.MyBox {
+ width: auto;
+ padding: 0px 6px 0px 5px;
+ clear: both;
+}
+
+/* Content holder for the pics */
+.MyPics {
+ width: auto;
+ line-height: auto;
+ color: #06348c;
+ padding: 2px 9px 2px 8px;
+ border: none;
+ text-align: center;
+ float: left;
+}
+.MyPicBox {
+ vertical-align: middle;
+ width: 200px;
+ height: 120px;
+}
+
+/* contacts styles */
+#contacts-list { }
+.contacts-table {
+ margin: 0 0 15px 0;
+}
+.contacts-table td {
+ color: #000000; background: #f0f0f0; font-size: 0.7em;
+ width: 275px; border-right: 4px solid #ffffff;
+ border-bottom: 4px solid #ffffff;
+ vertical-align: top; padding: 0 6px 10px 6px;
+}
+.contacts-table tbody tr td h3 {
+ color: #999999; background: #ffffff; clear: both;
+ padding: 8px 0 4px 0; margin: 0 -6px 4px -6px;
+}
+.bcard {
+ color: #000000; background: transparent;
+ font: normal 12px "Arial", "Verdana", sans-serif;
+ float: left; display: block; width: 215px; margin: 0 15px 15px 0;
+}
Propchange: incubator/ooo/ooo-site/trunk/content/ux/blog/blog.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/ooo/ooo-site/trunk/content/ux/blog/blog.css
------------------------------------------------------------------------------
svn:executable = *
Added: incubator/ooo/ooo-site/trunk/content/ux/blog/index.html
URL:
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/ux/blog/index.html?rev=1208065&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/ux/blog/index.html (added)
+++ incubator/ooo/ooo-site/trunk/content/ux/blog/index.html Tue Nov 29 21:12:38
2011
@@ -0,0 +1,19 @@
+!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="content-type" content=
+ "text/html; charset=us-ascii" />
+
+ <title>OpenOffice.org User Experience Planet</title>
+ <meta name="keywords" content=
+ "User Experience, UX, OpenOffice, OpenOffice.org" />
+ <link rel="stylesheet" type="text/css" href="blog.css" />
+<META HTTP-EQUIV="Refresh"
+ CONTENT="0; URL=http://planet.services.openoffice.org/ux">
+</head>
+
+<body>
+</body>
+</html>
Propchange: incubator/ooo/ooo-site/trunk/content/ux/blog/index.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/ooo/ooo-site/trunk/content/ux/blog/index.html
------------------------------------------------------------------------------
svn:executable = *