Initial Prototype
This commit is contained in:
70
static/css/site.css
Normal file
70
static/css/site.css
Normal file
@@ -0,0 +1,70 @@
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: arial;
|
||||
background-color: #111;
|
||||
color: #CCC;
|
||||
tab-size: 4;
|
||||
line-height: 1.2;
|
||||
/* text-align: justify; */
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
/* Show vertical scrollbar */
|
||||
}
|
||||
|
||||
.main-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 95%;
|
||||
max-width: 1080px;
|
||||
padding: 1em 0 1em 0;
|
||||
/* padding-top:1em;
|
||||
padding-bottom:1em; */
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color: #222;
|
||||
border-radius: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
color: #40C3C3
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
font-style: italic;
|
||||
/*font-weight: bold; */
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #E8B;
|
||||
}
|
||||
|
||||
.card {
|
||||
border-radius: 1em;
|
||||
padding: 0.75em;
|
||||
margin: 0.25em;
|
||||
background-color: #333;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.card li {
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0.5em 0 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user