forked from Skynet/wiki
Add files via upload
This commit is contained in:
parent
7f3a114240
commit
8c9fb2fef9
2 changed files with 113 additions and 0 deletions
39
main.css
Normal file
39
main.css
Normal file
|
@ -0,0 +1,39 @@
|
|||
html {
|
||||
background: #008B8B;
|
||||
;
|
||||
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #008B8B;
|
||||
;
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
|
||||
color: #F0FFFF;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
padding: 2em 2em 4em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h6 {
|
||||
color: #F0FFFF;
|
||||
font-weight: 600;
|
||||
line-height: 1.3;
|
||||
}
|
||||
h5, p1 {
|
||||
color: #FF0000
|
||||
|
||||
}
|
||||
img {
|
||||
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
|
||||
background: transparent;
|
||||
border: 10px solid rgba(0, 0, 0, 0.12);
|
||||
border-radius: 4px;
|
||||
display: block;
|
||||
margin: 1.3em auto;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue