themes/jabberdotorg/style.css

changeset 0
472198dc918e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/jabberdotorg/style.css	Thu May 13 09:31:01 2010 -0500
@@ -0,0 +1,73 @@
+		body
+			{
+				font-family: Helvetica,Verdana,sans-serif;
+				background-color:#860400;
+				text-align:center;
+				margin:0;
+				padding:0;
+			}
+		#box
+			{
+				background-color:#eeeeee;
+				display:block;
+				border: solid #cccccc 1px;
+				width:450px;
+				margin-left:auto;
+				margin-right:auto;
+				margin-top:4%;
+				padding:10px;
+				text-align:center;
+			}
+		table
+			{
+				margin-left:auto;
+				margin-right:auto;
+				/* table-layout:fixed; 
+				border:solid black 1px; */
+			}
+		/* td { border: solid black 1px; } */
+			
+		.label
+			{
+				text-align:right;
+				width:33%;
+			}
+			
+		input.edit
+			{
+				border: solid #c80000 1px;
+			}
+		input.username
+			{
+				/* text-align:right; */
+			}
+		h2
+			{
+				text-align:center;
+			}
+		
+		#captcha
+			{
+				display:block;
+				margin-left:auto;
+				margin-right:auto;
+				width:315px;
+				text-align:center;
+			}
+		#header
+			{
+				display:block;
+				width:100%;
+				height:86px;
+				background-color:#ffffff;
+				/* border-bottom: solid #c80000 1px; */
+				border-bottom: solid #cccccc 2px;
+			}
+		#header img
+			{
+				display:block;
+				float:left;
+				border-style:none;
+				height:104px;
+				width:268px;
+			}

mercurial