Template:UnScripts/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
#unscripts-banner {
  margin-bottom: 1.4em;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
  background-color: #fdf8eb;
}
#unscripts-title {
  margin: 1em;
}
#unscripts-title #title {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
#tab-menu {
  margin: 0;
  padding: 0;
  background: rgba(255,200,200,0.4);
}
#tab-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: 0.1s;
}
#tab-menu li a {
  padding: 1em 0.6em;
  line-height: 3.4em;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#tab-menu li:hover {
  border-bottom: 2px solid maroon;
}
#tab-menu li:hover > a {
  color: maroon;
}
#tab-menu li.selected {
  border-bottom: 2px solid maroon;
  cursor: pointer;
}
#tab-menu li.selected a {
  color: maroon;
}

/* [[Category:UnProjects stylesheets]] */