Home / File/ style.css — react Source File

style.css — react Source File

Architecture documentation for style.css, a css file in the react codebase.

Entity Profile

Source Code

body {
  font-family: Verdana, Geneva, sans-serif
}

.pagetop {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #00d8ff;
}

.hnname {
  margin-right: 10px;
  color: #fff;
}

.pagetop a, .pagetop a:visited {
  color: #00d8ff;
  text-decoration: none;
}

.title {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #828282;
}

.subtext {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 7pt;
  color: #828282;
}

.comhead a:link, .subtext a, .subtext a:visited {
  color: #828282;
  text-decoration: none;
}

.votearrow {
  width: 10px;
  height: 10px;
  border: 0px;
  margin: 3px 2px 6px;
  background: url(grayarrow.gif) no-repeat;
}

.title, .title a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  color: #000;
  text-decoration: none;
}

.comhead, .comhead a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8pt;
  color: #828282;
}

Frequently Asked Questions

What does style.css do?
style.css is a source file in the react codebase, written in css.
Where is style.css in the architecture?
style.css is located at scripts/bench/benchmarks/hacker-news/style.css (directory: scripts/bench/benchmarks/hacker-news).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free