2016-02-25 17:26:30 +03:00
|
|
|
body {
|
|
|
|
padding: 2em 0em;
|
|
|
|
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; }
|
|
|
|
|
2016-02-14 14:03:39 +03:00
|
|
|
.items {
|
|
|
|
display: flex; }
|
2016-02-14 14:19:32 +03:00
|
|
|
|
2016-02-14 14:03:39 +03:00
|
|
|
.item {
|
|
|
|
border: 1px solid;
|
|
|
|
margin: 5px; }
|
2016-02-14 14:19:32 +03:00
|
|
|
|
2016-02-20 16:12:45 +03:00
|
|
|
.traits {
|
2016-02-14 14:19:32 +03:00
|
|
|
display: flex }
|
|
|
|
|
2016-02-20 16:12:45 +03:00
|
|
|
.traits-group {
|
2016-02-14 14:19:32 +03:00
|
|
|
margin: 0px 5px; }
|
2016-02-20 00:09:49 +03:00
|
|
|
|
2016-02-25 17:26:30 +03:00
|
|
|
.text-button {
|
|
|
|
font-size: 80%;
|
|
|
|
margin-left: 2em;
|
|
|
|
vertical-align: 1px; }
|
2016-02-20 00:09:49 +03:00
|
|
|
|
2016-02-25 17:26:30 +03:00
|
|
|
.text-button::before {content: "[";}
|
|
|
|
.text-button::after {content: "]";}
|
2016-02-21 13:07:35 +03:00
|
|
|
|
|
|
|
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; }
|