User:Sem2490/wiki/sandeep.css

From 2009.igem.org

(Difference between revisions)
(New page: body { margin: 0; padding: 0; line-height: 1.4; color: black; font-family: Myriad Pro, Helvetica, Arial; font-size-adjust: 0.48; background-image: url('https://2009.igem.org/I...)
 
(30 intermediate revisions not shown)
Line 3: Line 3:
padding: 0;
padding: 0;
line-height: 1.4;
line-height: 1.4;
-
color: black;
+
background-color: #e7b300;
-
font-family: Myriad Pro, Helvetica, Arial;
+
font-family: Verdana,Helvetica, Arial;
-
         font-size-adjust: 0.48;
+
         font-size-adjust: 0.70;
-
background-image: url('https://2009.igem.org/Image:Brownpaper1002.jpg');
+
-
background-position: 50% 0%;
+
-
/*background-repeat: no-repeat;*/
+
}
}
-
 
+
#mainPage{
-
#bodyContent {
+
         position: absolute;
-
border-width: 0px;
+
top: 100px;
-
margin: 0;
+
right: 200px;
-
padding: 0;
+
}
-
}
+
#buttonProject{
-
 
+
         position: absolute;
-
#content {
+
top: 160px;
-
border-width: 0px;
+
left: 246px;
-
         width:  975px;
+
   
-
        padding: 0px;
+
}
-
background-image: url('https://2009.igem.org/Image:Brownpaper1002.jpg');
+
.td1{
-
background-position: 50% 0%;
+
background-color: #e2b350;
-
}
+
color: #ffffff;
-
 
+
-
#footer-box {
+
-
border-width: 0px;
+
-
background-image: url('https://2009.igem.org/Image:Brownpaper1002.jpg');
+
-
background-position: 50% 0%;
+
-
}
+
-
 
+
-
#contentSub {
+
-
         font-size: 0%;
+
-
        line-height: 0em;
+
-
        margin: 0 0 0 0;
+
-
        display: none;
+
-
}
+
-
 
+
-
.firstHeading {
+
-
        display: none;
+
-
}
+
-
 
+
-
p {
+
-
        display: none;
+
-
}
+
-
 
+
-
/*#globalWrapper {
+
-
    padding-bottom: 0px;
+
-
}*/
+
-
 
+
-
#p-logo {
+
-
    height: 98px;
+
-
}
+
-
 
+
-
#ie6{
+
-
        text-align: center;
+
-
        color: #ff0000;
+
-
        height: 175px;
+
-
}
+
-
 
+
-
#ie6 p {
+
-
        display: block;
+
-
        font-size: 32px;
+
-
}
+
-
 
+
-
#head {
+
-
height: 350px;
+
-
width: 960px;
+
-
vertical-align: top;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
}
+
-
 
+
-
#contents {
+
-
height: auto;
+
-
width: inherit;
+
-
text-align: center;
+
-
        margin-top: 12px;
+
-
        margin-bottom: 0px;
+
-
}
+
-
 
+
-
#contents p {
+
-
        display: block;
+
-
}
+
-
 
+
-
table {
+
-
        background: none;
+
-
        border: 0px;
+
-
}
+
-
 
+
-
img {
+
-
margin: 0;
+
-
padding: 0;
+
-
}
+
-
 
+
-
#exp1 {
+
-
      height:      100px;
+
-
      width:      600px;
+
-
      margin-left:  auto;
+
-
      margin-right:  auto;
+
-
      display: none:
+
}
}

Latest revision as of 05:00, 15 October 2009

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	background-color: #e7b300;
	font-family: Verdana,Helvetica, Arial;
        font-size-adjust: 0.70;
	
}
#mainPage{
        position: absolute;
	top: 100px;
	right: 200px;
	}
#buttonProject{
        position: absolute;
	top: 160px;
	left: 246px;
     
	}
.td1{
background-color: #e2b350;
color: #ffffff;
}