Skip to content

Instantly share code, notes, and snippets.

@iulianpw
Created July 4, 2013 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iulianpw/5929804 to your computer and use it in GitHub Desktop.
Save iulianpw/5929804 to your computer and use it in GitHub Desktop.
body {
margin:0px;
padding:0px;
background:#fff url('../img/plaid.png') repeat;
}
.wrapper {
width:900px;
margin:0px auto;
padding:0px;
min-height:500px;
background-color: #fff;
padding: 0px;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
-moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.navbar .navbar-inner {
border:0px;
box-shadow: none;
margin:0px;
padding:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}
.navbar .navbar-inner a.brand {
color:#FFF;
text-shadow:none;
margin-left:10px;
}
.navbar .navbar-inner ul li a {
color:#FFF;
text-shadow:none;
margin:0px;
padding-right:10px;
padding-left:10px;
}
.navbar .navbar-inner ul li a:hover {
background: #606c88;
color:#FFF;
}
/* CONTENT */
.main {
margin:0px;
padding:0px;
}
.content {
width:620px;
padding-left:10px;
padding-right:10px;
float:left;
display:inline;
}
.sidebar {
width:250px;
margin:0px;
padding-right:10px;
float:left;
display:inline;
}
.sidebar .sidebar-box {
padding:5px;
}
.clear {
clear:both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment