[kune-commits] r1406 - donate/war

Esteban Carreras Genis ecarrerasg at ourproject.org
Tue Jun 14 20:52:02 CEST 2011


Author: ecarrerasg
Date: 2011-06-14 20:52:02 +0200 (Tue, 14 Jun 2011)
New Revision: 1406

Modified:
   donate/war/Donate.css
   donate/war/Donate.html
Log:
Changes to GWT

Modified: donate/war/Donate.css
===================================================================
--- donate/war/Donate.css	2011-06-14 18:51:42 UTC (rev 1405)
+++ donate/war/Donate.css	2011-06-14 18:52:02 UTC (rev 1406)
@@ -1,127 +1,156 @@
-html {overflow:auto;height:100%;margin-bottom : 0.1em;}
-* {padding:0;margin:0;}
-body {background:#fff;font:0.88em Arial,Helvetica,Geneva,sans-serif;line-height:1.5em;color:#444444;}
-a {color:#FE7047;text-decoration:none;outline:none;font-weight:bold;}
-a:hover {background:inherit;color:#029A00;text-decoration:none;outline:0;}
-a:visited {text-decoration:none;outline:0;}
-a:link h3 {color:#951400;border:none;outline:0;}
-a:link img {border:none;outline:none;}
-p {padding-top:5px;padding-bottom:5px;}
-ul {list-style:none;margin-left:0;padding-left:0;margin-top:0;}
-ol {margin-left:0;margin-left:30px;margin-top:0;}
-img {border:none;padding-top:3px;padding-bottom:3px;}
-.textoPost{float:none;clear: both;}
-.p0{float:left;}
-.p0 ul li{
-    background: url(btn-blue.png) no-repeat top right;
+html {
+	overflow:auto;
+	height:100%;
+	margin-bottom : 0.1em;
 }
-.p1{float:left;border-bottom: 1px solid #E7E7E7;background-color: #FFFFFF;list-style: none outside none;margin: 10px 0;padding: 5px;}
-.p1 input {margin: 5px 0;}
 
-.p1Label{float:left;background-color: #FFFFFF;list-style: none outside none;margin: 14px 0;padding: 5px;}
+* {
+	padding:0;
+	margin:0;
+}
 
-.divVacio{clear:both;}
+body {
+	background:#fff;
+	font:0.88em Arial,Helvetica,Geneva,sans-serif;
+	line-height:1.5em;
+	color:#444444;
+}
 
-.post-edit-link { margin-left: 10px; border: 1px solid #CCC; padding:3px; text-decoration:none; }
-.post h2 {text-align: inherits; }
+a {
+    color: #FE7047;
+    font-weight: bold;
+    outline: medium none;
+    text-decoration: none;
+}
 
-entries div {padding-right:15px; border-right: 0px solid #F2F2F2;}
-.entries {width : 590px;float : left;padding : 0 0 15px 0;line-height : 1.7em;}
-.post {text-align: justify; text-justify: newspaper; margin-bottom : 2em;}
-.post ul {list-style : disc;margin : 1px 5px 3px 15px; padding : 2px; }
-.post li ul li { list-style-type : circle; margin-bottom : 0px; }
-.post li ul li ul li { list-style-type : square; margin-bottom : 0px; }
-h1 {font-size : 2em;line-height : 1em;/** text-transform : uppercase; **/ display : inline;margin-bottom : 0.2em;margin-top : 2.5em;}
-entries div h2 {font-size : 2em;line-height : 1em;display : inline;margin-bottom : 0.2em;margin-top : 2.5em;}
-entries div h2 a {color:#444444;}
-entries div h2 a:hover {color:#029A00; background-color: inherit;}
-h3 {font-weight : bold;font-size : 1em;text-transform : uppercase;margin-bottom : 0.2em; /** margin-top : 2.5em; **/ letter-spacing : 0.2em;color : #34353e;
-/** border-bottom : 1px solid silver; **/ }
-entries h3 {clear: both;padding-top: 1em; /** margin-top: 1em; **/ }
-entries div h1.big {margin-bottom: 1.5em;}
-.post h3 {border-bottom : none;letter-spacing : normal;margin-bottom : -0.5em;}
-blockquote {background-color : #f3f3f3;padding : 10px;margin : 15px 0;}
-.big {display : inline;font-size : 3em;}
-.results_content {padding : 0 0 .5em 0;border-bottom : 1px solid silver;}
-span.archive-meta {font-size: .9em;}
-a.archive-permalink {color:#444444;display: block;font-size: 1.2em;}
-.except {margin-top : 1em;}
-div.results_date {margin-top: .5em;font-size: .9em;}
-.archlist {float : left;color : #333;width : 100%;}
-ul.archlist li {display : inline;list-style-type : none;margin-right : 10px;float : left;display : block;width : 215px;}
-ul.archlist li a {float : left;margin-right : 3px;}
-ul.archlist li a:hover {background : #f3f3f3 !important;color : #029A00;}
-div.post p img {max-width: 580px;}
-div.post-tags {margin: .25em 0;}
+a:hover {
+    background: inherit;
+    color: #029A00;
+    outline: 0 none;
+    text-decoration: none;
+}
 
-.post ul li {list-style-image: url("dot1.png");}
+a:visited {
+    outline: 0 none;
+    text-decoration: none;
+}
 
-.post li li {list-style-image: url("dot2.png");}
+.entries {
+	float: left;
+    line-height: 1.7em;
+    padding: 0 0 15px;
+    width: 590px;	
+}
 
-.post li li li {list-style-image: url("dot3.png");}
+div#entries {
+	border-right: 0 solid #F2F2F2;
+    padding-right: 15px;
+}
 
-.post li li li li {list-style-image: url("dot4.png");}
+.post {
+    margin-bottom: 2em;
+    text-align: justify;
+}
 
-h3 {color:#555;font-size:17px;font-weight:bold;letter-spacing:0em;margin-bottom:0.1em;text-transform:none;}
+.title {
+	display: inline;
+    font-size: 2em;
+    line-height: 1em;
+    margin-bottom: 0.2em;
+    margin-top: 2.5em;
+    font-weight: bold;	
+}
 
-.cm-btn ul {padding: 5px;margin: 10px 0;list-style: none;background-color: #FFF;float: left;clear: left;}
+.intro {
+ 	padding-bottom: 5px;
+    padding-top: 5px;	
+}
 
-.cm-btn-line ul {border-bottom: 1px solid #E7E7E7;}
+.titleRegular {
+	clear: both;
+    padding-top: 1em;
+    border-bottom: medium none;
+    letter-spacing: normal;
+    margin-bottom: -0.5em;
+    color: #555555;
+    font-size: 17px;
+    font-weight: bold;
+    text-transform: none
+}
 
-.cm-btn ul li {float: left;display: inline; /*For ignore double margin in IE6*/margin: 0 10px;}
+.pnlOptions {
+	border-bottom: 1px solid #E7E7E7;
+	background-color: #FFFFFF;
+    clear: left;
+    float: left;
+    list-style: none outside none;
+    margin: 10px 10px;
+    margin-top: 15px;
+    padding: 5px;	
+    display: inline;
+}
 
-.cm-btn ul li a {text-decoration: none;float:left;color: #999;cursor: pointer;font: 900 14px/22px "Arial", Helvetica, sans-serif;}
+.option {
+	background: url("btn-blue.png") no-repeat scroll right top transparent;
+	float: left;
+    margin-right: 10px;
+}
 
-.cm-btn ul li a span {
-    margin: 0 10px 0 -10px;
+.option a {
+	background: url("btn-blue.png") no-repeat scroll left top transparent;
+    color: #13335B;
+    cursor: pointer;
+    float: left;
+    font: 900 14px/22px "Arial",Helvetica,sans-serif;
+    text-decoration: none;
     padding: 1px 8px 5px 18px;
-    position: relative; /*To fix IE6 problem (not displaying)*/
-    float:left;
 }
 
-/*BLUE*/
-.cm-btn ul.blue li a.current, .cm-btn ul.blue li a:hover {
-    background: url(btn-blue.png) no-repeat top right;
+.option a:hover {
+   color: #951400; 
 }
 
-.cm-btn ul.blue li a.current {
-    color: #13335b;
+.option a:active {
+    color: #029A00;
 }
 
-.cm-btn ul.blue li a:hover {
-    color: #951400;
+.optionOther {
+	float: left;
 }
 
-.cm-btn ul.blue li a:active {
-    color: #029A00;
+.optionOther input {
+	margin: 5px 10px;
 }
 
-.cm-btn ul.blue li a.current span, .cm-btn ul.blue li a:hover span {
-    background: url(btn-blue.png) no-repeat top left;
+.labelOther {
+	float: left;
 }
 
-/*ORANGE*/
-.cm-btn ul.orange li a.current, .cm-btn ul.orange li a:hover {
-    background: url(btn-orange.png) no-repeat top right;
+.gwt-TextBox {
+	float: left;
+}
 
+.divTextDonate {
+	clear: both;
+	float: none;	
 }
 
-.cm-btn ul.orange li a.current {
-    color: #FFFFFF;
+.textDonate {
+	float: left;
+	margin-top: 20px;	
 }
 
-.cm-btn ul.orange li a:hover {
-    color: #951400;
+.textDonateNewLine {
+	clear: both;
+	float: none;	
 }
 
-.cm-btn ul.orange li a:active {
-    color: #029A00;
+.divTextOtherBank {
+	clear: both;
+	float: none;
+	margin-top: 20px;	
 }
 
-
-.cm-btn ul.orange li a.current span, .cm-btn ul.orange li a:hover span {background: url(btn-orange.png) no-repeat top left;}
-
-
 .gwt-DialogBox {
 	border: 2px solid #AAAAAA;
 	background-color: white;
@@ -401,4 +430,4 @@
 .gwt-DisclosurePanel .header {
 	background-color: #e8eef7;
 	cursor: hand;
-}
+}
\ No newline at end of file

Modified: donate/war/Donate.html
===================================================================
--- donate/war/Donate.html	2011-06-14 18:51:42 UTC (rev 1405)
+++ donate/war/Donate.html	2011-06-14 18:52:02 UTC (rev 1406)
@@ -11,7 +11,7 @@
 		<!--                                           -->
 		<!-- Any title is fine                         -->
 		<!--                                           -->
-		<title>Wrapper HTML for Donate</title>
+		<title>Donate | Comunes</title>
 
 		<!--                                           -->
 		<!-- This script loads your compiled module.   -->
@@ -33,4 +33,4 @@
 		<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
 
 	</body>
-</html>
+</html>
\ No newline at end of file




More information about the kune-commits mailing list