2016-02-25 17:26:30 +03:00
|
|
|
body {
|
2016-02-25 18:09:33 +03:00
|
|
|
padding: 2em;
|
2016-02-25 17:26:30 +03:00
|
|
|
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
|
|
|
.item {
|
2016-02-26 20:45:28 +03:00
|
|
|
display: flex;
|
|
|
|
margin-top: 20px; }
|
|
|
|
|
|
|
|
.item-info {
|
2016-03-04 12:35:36 +03:00
|
|
|
padding: 10px 15px; }
|
2016-02-26 20:45:28 +03:00
|
|
|
|
|
|
|
.item-traits {
|
2016-03-04 12:35:36 +03:00
|
|
|
padding: 10px 15px 20px 15px; }
|
2016-02-14 14:19:32 +03:00
|
|
|
|
2016-02-26 01:31:24 +03:00
|
|
|
.traits-groups-container {
|
|
|
|
display: flex; }
|
2016-02-14 14:19:32 +03:00
|
|
|
|
2016-02-20 16:12:45 +03:00
|
|
|
.traits-group {
|
2016-02-26 01:31:24 +03:00
|
|
|
margin: 0px 5px;
|
|
|
|
flex: 1; }
|
|
|
|
|
|
|
|
.traits-group > ul {
|
|
|
|
padding-left: 1em; }
|
2016-02-20 00:09:49 +03:00
|
|
|
|
2016-02-25 21:15:32 +03:00
|
|
|
.traits-group > ul li {
|
|
|
|
margin: 10px 0px; }
|
|
|
|
|
2016-02-25 17:26:30 +03:00
|
|
|
.text-button {
|
2016-02-25 18:09:33 +03:00
|
|
|
font-size: 10pt;
|
2016-02-25 18:46:22 +03:00
|
|
|
font-weight: normal; }
|
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
|
|
|
|
2016-02-25 19:57:36 +03:00
|
|
|
textarea {
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 100%; }
|
|
|
|
|
2016-02-25 21:15:32 +03:00
|
|
|
input {
|
|
|
|
font-size: 100%; }
|
|
|
|
|
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; }
|
2016-02-26 13:48:27 +03:00
|
|
|
|
|
|
|
code {
|
|
|
|
background: rgba(10, 10, 10, 0.1);
|
|
|
|
font-size: 95%;
|
2016-02-26 20:45:28 +03:00
|
|
|
padding: 2px 4px; }
|
|
|
|
|
2016-03-04 18:51:00 +03:00
|
|
|
pre {
|
|
|
|
background: rgba(10, 10, 10, 0.1);
|
|
|
|
line-height: 150%;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
overflow-x: auto; }
|
|
|
|
|
|
|
|
pre code {
|
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
|
padding: 0; }
|
|
|
|
|
2016-02-26 20:45:28 +03:00
|
|
|
form {
|
|
|
|
margin: 0; }
|