31 lines
694 B
CSS
31 lines
694 B
CSS
@import url("display.css");
|
|
@import url("../../identica/css/display.css");
|
|
|
|
span.facebook-button { border: 2px solid #777; padding: 5px; display: block; float: left; margin-right: 20px; -moz-border-radius: 4px; border-radius:4px; -webkit-border-radius:4px; font-weight: bold; background-color:#A9BF4F; color:#fff; font-size:1.2em }
|
|
|
|
span.facebook-button a { color:#fff }
|
|
|
|
.notice div.entry-content dl,
|
|
.notice div.entry-content dt,
|
|
.notice div.entry-content dd {
|
|
margin-right:5px;
|
|
}
|
|
|
|
#content_inner p {
|
|
margin-bottom:18px;
|
|
}
|
|
|
|
#content_inner ul {
|
|
list-style-type:none;
|
|
}
|
|
|
|
.facebook_guide p {
|
|
margin-bottom:18px;
|
|
font-size:1.3em;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.form_settings label {
|
|
margin-right:18px;
|
|
}
|