some css fixes
This commit is contained in:
parent
e0e9ba14d2
commit
4c951aaefb
@ -12,7 +12,6 @@
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/static/style.css" />
|
||||
<!--[if lt IE 9]>
|
||||
|
@ -1,8 +1,7 @@
|
||||
|
||||
body {
|
||||
margin: 3em 10% 3em 10%;
|
||||
background: rgb(0,255,240);
|
||||
background: linear-gradient(180deg, rgba(0,255,240,1) 0%, rgba(109,67,134,1) 56%, rgba(50,0,65,1) 100%);
|
||||
margin: 3em 20% 3em 20%;
|
||||
background: #9bf2dc;
|
||||
color: white;
|
||||
font-family: helvetica;
|
||||
}
|
||||
|
47
static/style.css~
Normal file
47
static/style.css~
Normal file
@ -0,0 +1,47 @@
|
||||
|
||||
body {
|
||||
margin: 3em 20% 3em 20%;
|
||||
background: #9bf2dc;
|
||||
color: white;
|
||||
font-family: helvetica;
|
||||
}
|
||||
|
||||
a, a:link {
|
||||
color: cyan;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: magenta;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid white;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 90%;
|
||||
}
|
||||
td {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
img#nocloud {
|
||||
width: 736px;
|
||||
display: block;
|
||||
margin-left: auto; margin-right: auto;
|
||||
}
|
||||
|
||||
img#vibing {
|
||||
width: 74px;
|
||||
display: block;
|
||||
margin-left: auto; margin-right: auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
display: block;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
background: rgb(0,255,240);
|
||||
background: linear-gradient(270deg, rgba(0,255,240,1) 0%, rgba(109,67,134,1) 56%, rgba(50,0,65,1) 100%);
|
||||
}
|
Loading…
Reference in New Issue
Block a user