You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
532 B
31 lines
532 B
div.thumb {
|
|
border:1px solid #e9b3b3;
|
|
box-shadow: inset 0 0 20px #e9b3b3, 0 2px 5px rgba(0,0,0,0.75);
|
|
padding:20px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
color: #ca4242;
|
|
border-radius: 5px;
|
|
width: 150px;
|
|
}
|
|
.index img {
|
|
box-shadow: 0 2px 5px rgba(0,0,0,0.75);
|
|
border-radius: 5px;
|
|
max-width: 150px;
|
|
max-height: 150px;
|
|
}
|
|
.meta {
|
|
color:#999;
|
|
font-size:80%;
|
|
}
|
|
/* terminal */
|
|
pre.terminal {
|
|
border: 1px solid #000;
|
|
background-color: #333;
|
|
color: #FFF;
|
|
}
|
|
|
|
pre.terminal code {
|
|
background-color: #333;
|
|
}
|