Css for Mango

Status
Not open for further replies.

GarettM

Posting Freak
Aug 5, 2010
833
136
Is there a difference? my friend said use version a
A)
input,textarea,select{border:1px #e0e0e0 solid;border-bottom:2px;float:left;font-size:13px;font-weight:bold;outline:none;padding:5px;width:210px}
td{font-size:13px;font-weight:bold}
input [ type = submit ],[ type = button ],input.button{background:#f0f0f0;border:#ddd;color:#888;cursor:pointer;height:35px;padding:3px;width:120px}
#clear{clear:both}
#container hr,hr{border:none;border-top:#d0d0d0 1px solid}
#loginbox{background:#FFF;border:#e1e1e1 1px solid;margin:auto;padding:20px;width:700px}
#login_image{background:url(../images/login_image.png);height:360px;padding:20px;width:660px}
#logo{float:left}
#main_login{background:#FFF;border:#e1e1e1 1px solid;float:right;padding:10px;width:230px}
#message{background:#fffde5;border:#f2e2c2 1px solid;color:#bc532a;height:17px;margin-bottom:5px;padding:5px}
#powered_by{font-size:13px}
#stats{float:right;margin-top:14px}
body,body#index{background:#F0F0F0;font:13px Tahoma,Geneva,sans-serif;margin:0;padding:0}
input [ type = submit ]:hover,[ type = button ]:hover,input.button:hover{background:#e6e6e6;border:#d6d6d6}
input:focus{background:#fafafa;border:#ccc}
B)
body, body#index{
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
background: #F0F0F0;
margin: 0;
padding: 0;
}

#loginbox{
padding: 20px;
width: 700px;
margin: auto;
background: #FFF;
border: #e1e1e1 1px solid;
}

#login_image{
padding: 20px;
background: url(../images/login_image.png);
width: 660px;
height: 360px;
}

#main_login{
width: 230px;
float: right;
background: #FFF;
padding: 10px;
border: #e1e1e1 1px solid;
}

#powered_by{
font-size: 13px;
}

#container hr{
border: none;
border-top: #d0d0d0 1px solid;
}

input, textarea, select{
outline: none;
border: 1px #e0e0e0 solid;
border-bottom-width: 2px;
float: left;
padding: 5px;
font-size: 13px;
font-weight: bold;
width: 210px;
}

input:focus{
border-color: #ccc;
background-color: #fafafa;
}

input [ type = submit ], [ type = button ], input.button{
color: #888;
border-color: #ddd;
background: #f0f0f0;
cursor: pointer;
padding: 3px;
height: 35px;
width: 120px;
}

input [ type = submit ]:hover, [ type = button ]:hover, input.button:hover{
background-color: #e6e6e6;
border-color: #d6d6d6;
}

td{
font-size: 13px;
font-weight: bold;
}

hr{
border: none;
border-top: #d0d0d0 1px solid;
}

#logo{
float: left;
}

#stats{
margin-top: 14px;
float: right;
}

#clear{
clear: both;
}

#message{
padding: 5px;
color: #bc532a;
height: 17px;
background: #fffde5;
border: #f2e2c2 1px solid;
margin-bottom: 5px;
}
Is there any difference :S im so confused
 
Status
Not open for further replies.

Users who are viewing this thread

Top