- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
body {
background-color: blue;
font-family: monospace;
color: yellow;
}
.header {
border: 4px double yellow;
border-radius: 0px;
padding: 35px;
}
.comment {
border: 4px double yellow;
border-radius: 0px;
background-color: blue;
}
.comment.new {
background-color: blue;
}
.comment .avatar {
left: 10px;
top: 10px;
border: 1px solid yellow;
}
.comment .content {
margin-left: 70px;
margin-top: 10px;
}
.comment-popup {
background-color: blue;
border: 4px double yellow;
}
a {color: magenta;}
pre {
background-color: black;
color: lightgray;
padding: 10px;
margin-right: 10px;
}