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.

124 lines
1.8 KiB

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
/* standard */
pre {
border: 1px solid #ddd;
background-color: #eef;
padding: 0 0.4em;
}
code {
border: 1px solid #ddd;
background-color: #eef;
padding: 0 0.2em;
}
pre code {
border: none;
}
/* terminal */
pre.terminal {
border: 1px solid #000;
background-color: #333;
color: #FFF;
}
pre.terminal code {
background-color: #333;
}
/* fix quote issue with bootstrap ... */
blockquote p, blockquote {
font-size:14px;
font-weight:normal;
line-height:1.428571429;
margin:0 0 10px
}
.meta {
color:#999;
font-size:80%;
}
/* headers */
h1 {
border-bottom: 1px solid #ddd;
}
h2 {
border-bottom: 1px solid #eee;
}
hr {
border-top: 1px solid #aaa;
}
html {
overflow: scroll;
overflow-x: auto;
}
/* post list */
.posts {
list-style-type: none;
margin-bottom: 2em;
}
.posts li {
line-height: 1.75em;
}
.posts span {
color: #aaa;
font-family: Monaco, "Courier New", monospace;
font-size: 80%;
}
img {
max-width:100%;
}
.index {
margin-bottom: 20px;
}
/* tables */
table {
border-collapse:collapse;
border:1px solid #000;
}
table td, table th {
border:1px solid #000;
padding: 0.2em 0.5em;
}
table th {
text-align: center;
}
tr:nth-child(even) {
background-color:#ddd;
}
tr:first-child th {
background-color:#b3d0e9;
}
/* thumbnail */
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;
}