Add a lot

This commit is contained in:
2018-11-27 13:59:21 +09:00
parent d9e043c468
commit 561bfbf475
37 changed files with 8589 additions and 7952 deletions

13
static/css/materialize.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,55 +1,37 @@
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
main {
background: #F1F1F1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
.nav-add {
padding-top: 12px;
height: 64px;
}
body {
line-height: 1;
img.add-contacts {
height: 40px;
cursor: pointer;
}
ol, ul {
list-style: none;
.row .col.s12.main-container {
background: #FFF;
padding: 10px;
border-radius: 5px;
}
blockquote, q {
quotes: none;
#search {
background: white;
border: none;
border-radius: 7px;
height: 40px;
width: 200px;
transition: all 0.3s;
padding-left: 10px;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
#search:hover {
width: 350px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#search:focus {
width: 500px;
}