All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tebricks.sitebricks-web.0.8.4.source-code.main.css Maven / Gradle / Ivy

The newest version!
body {
  font-family: "Helvetica neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1;
  margin: 0;
  background: #e4e2e2;
}

h1, h2 {
  font-family: "Helvetica neue", "Helvetica", sans-serif;
  font-weight: lighter;
}

/** header **/
h1 {
  margin: 8px;
  padding: 0 14px;
}

header {
  height: 40px;
}

header div.groove {
  /*height: 2px;*/
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #eee;
}

header nav {

}

header nav ul {
  position: relative;
}

header nav ul li {
  float: left;
  width: 30px;
}

input.searchbox {
  float: right;
  padding: 3px 8px;
  margin-right: 10%;

  width: 220px;
  outline: none;
  /*-webkit-border-radius: 2px;*/
}

/** left nav **/
nav#left {
  position: absolute;
  width: 19%;

  font-size: 14px;
}

nav#left ul {
  margin-top: 28px;
  list-style-type: none;
}

nav#left ul a:hover {
  text-decoration: underline;
}

nav#left ul a {
  text-decoration: none;
}

nav#left ul li:first-child {
  margin-left: -20px;
}

/** content section **/
h2 {
  padding: 8px 12px;
  font-size: 20px;
  background: #555;
  color: #eee;
  -webkit-border-radius: 8px;
}

section#main {
  position: absolute;
  left: 20%;
  right: 1%;
  margin-top: 10px;
  width: 620px;

}

article a {
  color: #2D8DD5;
  text-decoration: none;
}

article a:hover {
  text-decoration: underline;
}

article p {
  line-height: 1.3;
  padding: 4px 8px;
  /*text-shadow: 1px 1px 1px #fff;*/
}

article pre {
  margin: 0 6px;
  font-family: "Courier New", monospace;
  font-size: 90%;
  font-weight: lighter;
  background: #fff;
  padding: 12px;
  -webkit-border-radius: 6px;
}

pre b {
  font-weight: bold;
  color: #2D8DD5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy