1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/static/css.css
2016-02-26 13:48:27 +03:00

62 lines
1.0 KiB
CSS

body {
padding: 2em;
margin: auto;
max-width: 800px;
font-family: sans-serif; }
#search {
font-size: 200%;
border: 1px solid #d0d0d0;
padding: 3px 10px;
width: 100%; }
.category {
margin-top: 3em; }
.item {
background-color: #f0f0f0;
margin-top: 20px;
padding: 10px 15px; }
.traits-groups-container {
display: flex; }
.traits-group {
margin: 0px 5px;
flex: 1; }
.traits-group > ul {
padding-left: 1em; }
.traits-group > ul li {
margin: 10px 0px; }
.text-button {
font-size: 10pt;
font-weight: normal; }
.text-button::before {content: "[";}
.text-button::after {content: "]";}
textarea {
font-family: sans-serif;
font-size: 100%; }
input {
font-size: 100%; }
a:link {color: #008ACE; text-decoration: none;}
a:visited {color: #B40EB4; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}
a.anchor {
margin-right: 0.5em;
color: gray; }
code {
background: rgba(10, 10, 10, 0.1);
font-size: 95%;
vertical-align: 0.5px;
padding: 2px 4px 1px 4px; }