themes/jabberdotorg/style.css

Thu, 13 May 2010 09:31:01 -0500

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 13 May 2010 09:31:01 -0500
changeset 0
472198dc918e
permissions
-rw-r--r--

Initial commit

		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