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 01:31:24 +03:00

56 lines
949 B
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; }