User:MinhHaDuong/openmoko.css

From Openmoko

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
#column-one {
	padding-top: 3.20em;
	/* the left column width is specified in class .portlet */
}
#column-content {
	width: 100%;
	float: right;
	margin: 0 0 .6em -12.2em;
	padding: 0;
}
#content {
	border: 1px solid #E1E1E1;
	-moz-border-radius: 2em 0 0 0;
	margin-top:  1.5em;          /* Space for the actions menu */
	margin-left: 12.2em;         /* Space for the left column */
	margin-bottom: 0;
	margin-right: 0;
	padding: 0.63em 1em 1.5em 1em;
	position: relative;
	z-index: 2;
	font-size: 1.1em;
	background: white;
	color: #333;
	line-height: 1.3em;
}

body {
	/*font: x-small sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;

	background: ivory;
/*	background: #FFF;
	/* url(headbg.jpg) 0 0 no-repeat;*/
	color: black;
	margin: 0;
	padding: 0;
}
Personal tools
  1. column-one {

padding-top: 3.20em; /* the left column width is specified in class .portlet */ }

  1. column-content {

width: 100%; float: right; margin: 0 0 .6em -12.2em; padding: 0; }

  1. content {

border: 1px solid #E1E1E1; -moz-border-radius: 2em 0 0 0; margin-top: 1.5em; /* Space for the actions menu */ margin-left: 12.2em; /* Space for the left column */ margin-bottom: 0; margin-right: 0; padding: 0.63em 1em 1.5em 1em; position: relative; z-index: 2; font-size: 1.1em; background: white; color: #333; line-height: 1.3em; }

body { /*font: x-small sans-serif;*/ font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: x-small;

background: ivory; /* background: #FFF; /* url(headbg.jpg) 0 0 no-repeat;*/ color: black; margin: 0; padding: 0; }