]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/facebookapp.css
ec0ff78c3bc62fc694c704315922ef9e422e79be
[quix0rs-gnu-social.git] / theme / base / css / facebookapp.css
1 @import url("display.css");
2 @import url("../../identica/css/display.css");
3
4 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 }
5
6 span.facebook-button a { color:#fff }
7
8 .notice div.entry-content dl,
9 .notice div.entry-content dt, 
10 .notice div.entry-content dd {
11 margin-right:5px;
12 }
13
14 #content_inner p {
15 margin-bottom:18px;
16 }
17
18 #content_inner ul {
19 list-style-type:none;
20 }
21
22 .facebook_guide p {
23 font-size:1.3em;
24 font-weight:bold;
25 }