devroom.io/content/css/_main.scss

151 lines
1.9 KiB
SCSS
Raw Normal View History

2013-03-22 22:53:57 +00:00
body {
2013-03-24 13:27:51 +00:00
font: 14px/20px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;
2013-03-24 15:10:43 +00:00
}
2013-03-24 20:54:02 +00:00
.talk {
.caption {
margin: 0 12px;
text-align: center;
}
}
2013-04-06 09:19:31 +00:00
.search-box {
padding-top: 12px;
input#google-search-box {
width: 98%;
}
}
2013-03-24 20:41:19 +00:00
.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;
}
2013-03-24 16:42:02 +00:00
#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;
}
}
2013-03-24 16:32:20 +00:00
ul.tla {
font-size: 9px;
color: #999;
list-style-image: none;
list-style-type: none;
li {
display: inline;
margin-right: 8px;
}
}
2013-03-24 15:18:00 +00:00
ol.posts {
2013-04-06 08:24:51 +00:00
list-style-type: square;
color: #e0e0e0;
2013-03-24 15:18:00 +00:00
list-style-image: none;
2013-04-06 08:24:51 +00:00
2013-03-24 15:18:00 +00:00
padding: 0;
2013-03-24 22:01:15 +00:00
margin: 0 0 24px 0;
li {
2013-04-06 08:24:51 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2013-03-24 22:01:15 +00:00
span.date {
display: inline-block;
2013-04-06 08:24:51 +00:00
float: left;
width: 60px;
margin-top: -1px;
margin-right: 14px;
text-align: right;
font-size: 11px;
color: #a0a0a0;
2013-03-24 22:01:15 +00:00
}
}
2013-03-24 15:18:00 +00:00
}
2013-03-24 15:10:43 +00:00
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;
}
}
2013-03-22 22:53:57 +00:00
}