88 lines
1.1 KiB
CSS
88 lines
1.1 KiB
CSS
|
body {
|
||
|
margin: 0;
|
||
|
padding: 20px 0;
|
||
|
text-align: center;
|
||
|
font-family: Monospace;
|
||
|
color: #222;
|
||
|
}
|
||
|
|
||
|
a,a:visited {
|
||
|
text-decoration: none;
|
||
|
color: #222;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #fff;
|
||
|
background-color: #111;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
text-transform: uppercase;
|
||
|
line-height: 1.2;
|
||
|
padding: 0 0 15px;
|
||
|
margin: 0 0 15px;
|
||
|
}
|
||
|
|
||
|
#wrap {
|
||
|
margin: 0 auto;
|
||
|
text-align: left;
|
||
|
font-size: 13px;
|
||
|
line-height: 1.4;
|
||
|
}
|
||
|
|
||
|
#container {
|
||
|
max-width: 1000px;
|
||
|
}
|
||
|
|
||
|
#sidebar {
|
||
|
overflow: hidden;
|
||
|
text-align: right;
|
||
|
height: auto;
|
||
|
padding: 0 5px 0 0;
|
||
|
border-right: 1px dotted #c8c8c8;
|
||
|
}
|
||
|
|
||
|
#sidebar h1 {
|
||
|
border-bottom: 1px dotted #c8c8c8;
|
||
|
}
|
||
|
|
||
|
#sidebar .description {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
margin: 0 0 10px;
|
||
|
}
|
||
|
|
||
|
.entry {
|
||
|
font-size: 14px;
|
||
|
line-height: 20px;
|
||
|
width: 700px;
|
||
|
}
|
||
|
|
||
|
.entry img {
|
||
|
display: block;
|
||
|
border: 1px solid #bdbdbd!important;
|
||
|
}
|
||
|
|
||
|
.entry a img:hover {
|
||
|
background-color: transparent;
|
||
|
border: 1px solid #e5e5e5!important;
|
||
|
}
|
||
|
|
||
|
#footer {
|
||
|
text-align: center;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
#footer div {
|
||
|
margin: 30px 0 0;
|
||
|
padding: 30px 0 0;
|
||
|
border-top: 1px dotted #c8c8c8;
|
||
|
}
|
||
|
|
||
|
#page-title {
|
||
|
position: relative;
|
||
|
top: 8px;
|
||
|
}
|