Update style.css
This commit is contained in:
parent
0f2bc1f0bf
commit
b25eb4288d
171
s/style.css
171
s/style.css
@ -1,82 +1,91 @@
|
|||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
max-height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: 1em auto 3em auto;
|
margin: 1em auto 3em auto;
|
||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: Monospace;
|
font-family: Monospace;
|
||||||
}
|
}
|
||||||
ul#posts {
|
ul#posts {
|
||||||
width: calc(100% - 210px);
|
width: calc(100% - 210px);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-flow: row wrap;
|
-webkit-flex-flow: row wrap;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
-webkit-justify-content: flex-start;
|
-webkit-justify-content: flex-start;
|
||||||
}
|
}
|
||||||
li.post {
|
li.post {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
line-height: 128px;
|
line-height: 128px;
|
||||||
-webkit-flex: 1 1 auto;
|
-webkit-flex: 1 1 auto;
|
||||||
ms-flex: 1 1 auto;
|
ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
.thumb {
|
.thumb {
|
||||||
border: 2px solid #4c4a4a;
|
border: 2px solid #4c4a4a;
|
||||||
}
|
}
|
||||||
.thumb:hover {
|
.thumb:hover {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #9f0;
|
color: #9f0;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #74c100;
|
color: #74c100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.medium, .thumbnail {
|
.medium, .thumbnail {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
/* align-items: center; */
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
text-align: center;
|
/* text-align: center; */
|
||||||
}
|
}
|
||||||
.id {
|
.id {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
.controls {
|
.controls {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
.return {
|
.return {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.irc {
|
.irc {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
color: #9df943;
|
color: #9df943;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
background-color: rgba(34, 34, 34, 0.61);
|
||||||
|
border: 5px solid #383838;
|
||||||
|
border-radius: 0px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user