User:MinhHaDuong/openmoko.css

From Openmoko

< User:MinhHaDuong(Difference between revisions)
Jump to: navigation, search
(Simplify)
(Just the tag)
 
Line 1: Line 1:
#column-one {
+
/* This is my user-defined CSS.  *** HDM *** */
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;
+
}
+

Latest revision as of 14:22, 12 September 2008

/* This is my user-defined CSS.  *** HDM *** */
Personal tools

/* This is my user-defined CSS. *** HDM *** */