[gnome-web-www/wptest] added css for friends pages donation form



commit 595275c6047763ffa163d5257d7bc3fa22e069bc
Author: czeller <iamchristyeller gmail com>
Date:   Mon Mar 12 17:04:22 2012 -0600

    added css for friends pages donation form

 theme/css/friends.css |  154 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 154 insertions(+), 0 deletions(-)
---
diff --git a/theme/css/friends.css b/theme/css/friends.css
new file mode 100644
index 0000000..3cb7c85
--- /dev/null
+++ b/theme/css/friends.css
@@ -0,0 +1,154 @@
+body {
+	background: white;
+}
+
+#body {
+	margin-left: 1em;
+	margin-right: 1em;
+	line-height: 150%;
+}
+
+h3 {
+	margin: 0.5em 0 0;
+	padding: 0px;
+}
+
+div.box h3 {
+	margin: 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;
+	-webkit-border-radius: 10px;
+	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;
+	-webkit-border-radius: 10px;
+	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;
+}
+
+input[type=image] {
+	border: 0px;
+}
+
+.quote {
+font-style: italic;
+}



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