Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style.css empty? #1

Open
cdanzig opened this issue Dec 27, 2009 · 3 comments
Open

style.css empty? #1

cdanzig opened this issue Dec 27, 2009 · 3 comments

Comments

@cdanzig
Copy link

cdanzig commented Dec 27, 2009

Don't know if this was on purpose- but it would be cool to have a default style sheet from which to work / start making modifications.

@cdanzig
Copy link
Author

cdanzig commented Dec 27, 2009

I just hacked this together to approximate the facebook interface. Feel free to use it if you'd like:


body {
  background:#222;
}

.socialuxe-MFS-user {
  float:left;
  width:135px;
  padding:3px;
  margin:0px 5px 5px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor:pointer;
  border:solid 1px #fff;
  background:#fff;
}
.socialuxe-MFS-user.selected {
  color:#fff;
  background: #526ea6;
  border:solid 1px #145c9a;
}
.socialuxe-MFS-user:hover {
  background:#e7ebf5;
  border:solid 1px #cad3e6;
}
.socialuxe-MFS-user p {
  margin:0px;
  font-size:11px;
}
.socialuxe-MFS-userImage {
  float:left;
  width:50px;
  height:50px;
  border:solid 1px #ccc;
  padding:2px;
  background:#fff;
  margin-right:5px;
}
.socialuxe-MFS-user.selected .socialuxe-MFS-userImage {
  background:#8497c0;
  border:solid 1px #b1c1e1;
}
.socialuxe-MFS-user:hover .socialuxe-MFS-userImage {
  border:solid 1px #205c98;
}
.socialuxe-MFS-friends, .socialuxe-MFS-friendsSelected {
  height:400px;
  background:#fff;
  overflow:auto;
  padding:5px;
  border:solid 1px #ccc;
  border-top:none;
}
.socialuxe-MFS-userText {
  overflow: hidden; width: 70px;
}
#mfs {
  width:655px;
  padding:10px;
  background:#d2d9e6;
  text-align:left;
}
.socialuxe-MFS-friendFilterset ul {
  margin:0px;
  border:solid 1px #ccc;
  padding:2px;
  text-align:right;
}
.socialuxe-MFS-friendFilterset li {
  display:inline;
  line-height:20px;
}
.socialuxe-MFS-friendFilterset li a {
  font-size:11px;
  color:#3B5998;
  font-weight:bold;
  padding:0px 10px 0px 10px;
}
.socialuxe-MFS-introCopy p {
  color:#999;
  font-size:11px;
  margin:3px 0px 3px 0px;
  margin-bottom:10px;
}
.socialuxe-MFS-introCopy h4 {
  color:#222;
  font-size:15px;
  margin:0px;
}
.socialuxe-MFS {
 border:solid 1px #8598c0;
 background:#f7f7f7;
 padding: 15px;
 font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

@eston
Copy link
Owner

eston commented Jan 6, 2010

Oh fucking awesome. I wasn't even alerted to this. I can give you access if you'd like to add it yourself.

@tjanovsky
Copy link

It would be nice to add it to the repository, it took me quite a while to check the issues page.. Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants