
/*******************************
          Page CSS
*******************************/


/* This CSS is used to make per-page adjustments
  Each page is given a body #id tag to descend
  from for page-specific rules

*/


/*--------------
   Top Ribbon
---------------*/

#home .repo.ribbon {
  background-color: #FAFAFA;
  padding-top: 20px;
  margin-bottom: 20px;
}
#home .repo.ribbon .tabular.menu {
  margin-top: 20px;
}

#home .repo.description {
  margin: 0.35em 0em 1em;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}


/*----------------
   Language Used
-----------------*/

#home .ui.language.segments {
  border-radius: 0px 0px 4px 4px;
  box-shadow: none;
  border: none;
  width: calc(100% + 2px);
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}
#home .language.segments .segment {
  padding: 0.25em;
}

/*----------------
  Latest Commits
-----------------*/

#home .recent.message {
  padding: 10px;
}


/* Clippy */
#home .recent .commit {
  float: right;
}
#home .recent .clippy.icon {
  margin-left: 5px;
}

/* Latest SHA */
#home .latest .sha {
  cursor: pointer;
  font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
  font-size: 12px;
  color: #888888;
  float: right;
}
#home .latest .sha b {
  font-weight: normal;
  color: #333;
}
#home .latest .sha:hover {
  text-decoration: underline;
}

/*----------------
      Stats
-----------------*/

#home .stats {
  padding: 0em;
  border-bottom: none;
}
#home .stats.menu {
  margin: 0em;
}
#home .stats.menu b {
  margin-right: 3px;
}

/*----------------
   Repo Buttons
-----------------*/

#home .repo.options {
  float: right;
}

/*----------------
   Repo Title
-----------------*/

#home .repo.title .input .button:first-child {
  border-radius: 3px 0px 0px 3px;
}
#home .repo.title .input .button + input {
  border-radius: 0px;
  border-left: none;
}


/*----------------
  Branch Dropdown
-----------------*/

/* Branch label */
#home .branch.button .text {
  font-weight: normal;
  color: #888888;
}
/* Branch name */
#home .branch.button b {
  display: inline-block;
  margin-left: 2px;
  color: rgba(0, 0, 0, 0.8);
}

#home .branch.button + .breadcrumb {
  margin-left: 5px;
}

/*----------------
      Files
-----------------*/


#home .files.table {
  color: #888888;
}


/*----------------
      Readme
-----------------*/

#home .readme {
  font-size: 16px;
}
