gnomeweb-wml r6552 - trunk/www.gnome.org/new-friends/css



Author: lucasr
Date: Mon Jan  5 22:41:00 2009
New Revision: 6552
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6552&view=rev

Log:
Add missing directory.


Added:
   trunk/www.gnome.org/new-friends/css/
   trunk/www.gnome.org/new-friends/css/Makefile.am
   trunk/www.gnome.org/new-friends/css/bar.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/foot.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/friends.css
   trunk/www.gnome.org/new-friends/css/general_bg.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/general_separator.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/gnome.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/star.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/t.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/tab_left.png   (contents, props changed)
   trunk/www.gnome.org/new-friends/css/tab_right.png   (contents, props changed)

Added: trunk/www.gnome.org/new-friends/css/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/new-friends/css/Makefile.am	Mon Jan  5 22:41:00 2009
@@ -0,0 +1,19 @@
+#SUBDIRS =
+
+urlpath = /new-friends/css
+
+page_DATA = \
+	bar.png \
+	foot.png \
+	friends.css \
+	general_bg.png \
+	general_separator.png \
+	gnome.png \
+	star.png \
+	tab_left.png \
+	tab_right.png \
+	t.png
+
+EXTRA_DIST=$(page_DATA)
+
+include $(top_srcdir)/rules.common

Added: trunk/www.gnome.org/new-friends/css/bar.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/foot.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/friends.css
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/new-friends/css/friends.css	Mon Jan  5 22:41:00 2009
@@ -0,0 +1,138 @@
+body {
+	background: white;
+}
+
+#body {
+	margin-left: 1em;
+	margin-right: 1em;
+	line-height: 150%;
+}
+
+h3 {
+	margin: 0px;
+	padding: 0px;
+}
+
+h5 {
+margin-top: 0em;
+padding-top: 0em;
+}
+
+#header {
+	background: #57AD06 url(../images/jumping-people.png) no-repeat scroll right center;
+	height: 80px;
+}
+
+#header h1 {
+margin: 0 0 0 40px;
+}
+
+#tabs {
+	display: none;
+}
+
+#friend-bread {
+	margin-right: 330px;
+}
+
+#friend-bread h3 {
+	color: #4e9a06;
+}
+
+#friend-sidebar {
+	float: right;
+	width: 287px;
+	height: 100%;
+	margin-left: 20px;
+}
+
+#sidebar-info {
+	background: #fff url(../images/sidebar-background.png) no-repeat bottom;
+	border: 1px solid #888a85;
+	-moz-border-radius: 10px;
+	font-color: #000;
+	padding: 1em;
+}
+
+ul {
+	list-style-image: url(../images/bullet.png);
+	font-size: 12;
+	line-height: 16px;
+}
+
+#body ul li {
+	margin-bottom: 0.7em;
+}
+
+
+button {
+	background: green;
+}
+
+small {
+color: #888a85;
+}
+
+#foundation-info {
+	color: #555753;
+}
+
+#column1 {
+	width: 50%;
+	float: left;
+}
+
+#column2 {
+	float: right;
+	width: 45%;
+}
+
+
+
+.box {
+	background: #cfcfc9;
+	margin-bottom: 10px;
+	padding: 10px;
+	border: 1px solid #babdb6;
+	-moz-border-radius: 10px;
+	cursor: pointer;
+	overflow: hidden;
+}
+
+.box input {
+	float: left;
+	margin-right: 15px;
+}
+
+.box p {
+	margin-right: 60px;
+	
+}
+
+.box img {
+	float: right;
+}
+
+.active {
+	background: #63b412;
+	border: 1px solid #4e9a06;
+	color: #fff;
+}
+
+#friend-bread .active h3 {
+	color: #fff;
+}
+
+#small-banner {
+	margin-top: 2em;
+	font-size: 12px;
+	line-height: 130%;
+}
+
+#foundation-donate {
+	clear: both;
+}
+
+#portal-globalnav {
+	visibility: none;
+}

Added: trunk/www.gnome.org/new-friends/css/general_bg.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/general_separator.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/gnome.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/star.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/t.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/tab_left.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/new-friends/css/tab_right.png
==============================================================================
Binary file. No diff available.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]