devroom.io/content/css/_main.scss
2013-03-24 23:01:15 +01:00

127 lines
1.6 KiB
SCSS

body {
font: 14px/20px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;
}
.talk {
.caption {
margin: 0 12px;
text-align: center;
}
}
.wufoo {
ul {
list-style-image: none;
list-style-type: none;
li.hide {
display: none;
}
}
}
img.gravatar {
margin-right: 12px;
margin-bottom: 12px;
float: left;
padding: 2px;
border: 1px solid #e0e0e0;
}
#influad {
width: 130px;
margin-top: 16px;
.influads_text {
margin-top: 6px;
color: #696969;
text-align: justify;
font-size: 11px;
line-height: 15px;
a {
color: #696969;
}
}
.influads_powered_div {
font-size: 10px;
}
}
ul.tla {
font-size: 9px;
color: #999;
list-style-image: none;
list-style-type: none;
li {
display: inline;
margin-right: 8px;
}
}
ol.posts {
list-style-type: none;
list-style-image: none;
padding: 0;
margin: 0 0 24px 0;
li {
span.date {
width: 50px;
display: inline-block;
}
}
}
pre, .plaincode{
background: none;
border: none;
border-radius: none;
font-size: 12px;
overflow: visible;
padding: 6px 6px;
margin: 0 0 11px 0;
word-break: normal;
word-wrap: normal;
white-space: pre;
display: block;
}
.plaincode {
background-color: #f9f9f9;
}
.code {
overflow: auto;
margin: 0 0 11px 0;
table {
width: 100%;
.linenodiv {
background-color: #f4f4f4;
color: #AAA;
padding: 0 0.5em;
border-right: 1px solid #DDD;
text-align: right;
}
td.code {
width: 100%;
}
.highlight {
background-color: #f9f9f9;
}
}
}