Skip to content

Instantly share code, notes, and snippets.

@slisken79
Created January 26, 2016 15:15
Show Gist options
  • Save slisken79/14bb6cce275de1b8dc66 to your computer and use it in GitHub Desktop.
Save slisken79/14bb6cce275de1b8dc66 to your computer and use it in GitHub Desktop.
body {
background-color: ghostwhite;
color: #000000;
}
#Search{
float:right;
margin:0px;
display:inline-block;
}
#SearchButton{
width:100px;
}
#MainHead{
display:inline;
}
#Logon{
width:1500px;
height:150px;
}
header nav ul li {
display: inline;
}
label {
margin: 20px;
}
a {
color: blue;
}
/*.container-fluid {
background-image: url('../Images/Photo1.jpg');
}*/
#SearchArea {
margin: 0 auto;
padding: 10px;
text-align: right;
}
#SearchBox {
height: 40px;
width: 160px;
}
#SearchButton {
height: 40px;
width: 82px;
text-align: center;
}
.cartPanel {
display: none;
text-align: right;
float: right;
width: 600px;
height: 200px;
padding: 15px;
overflow-y: scroll;
overflow-x: hidden;
border: 1px solid #cccccc;
}
.cartPanel th {
text-align: left;
}
#CartDropDownTableText {
text-align: left;
font-size: 18px;
}
#CartCountLabel {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
padding: 10px 15px;
}
.cartPanel .th {
min-width: 80px;
vertical-align: top;
text-align: left;
padding: 5px;
}
.cartPanel .td {
min-width: 80px;
vertical-align: top;
text-align: left;
padding: 5px;
}
.productImage {
width: 50px;
}
#ads {
float:right;
}
#LinkLegal {
color: red;
}
#LinkPolicy {
color: green;
}
footer {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment