1
0
Fork 0

mistpark 2.0 infrasturcture lands

This commit is contained in:
Mike Macgirvin 2010-09-08 20:14:17 -07:00
commit ffb1997902
360 changed files with 25001 additions and 457 deletions

View file

@ -383,16 +383,37 @@ input#dfrn-url {
padding: 30px;
}
.intro-approve-form, .intro-form {
.intro-form {
float: left;
}
.intro-approve-form {
clear: both;
}
.intro-approve-as-friend-end {
clear: both;
}
.intro-submit-approve, .intro-submit-ignore {
margin-right: 20px;
}
.intro-top {
width: 500px;
margin-bottom: 30px;
.intro-approve-as-friend-label, .intro-approve-as-fan-label {
float: left;
width: 100px;
margin-left: 20px;
}
.intro-approve-as-friend, .intro-approve-as-fan {
float: left;
}
.intro-form-end {
clear: both;
}
.intro-approve-as-friend-desc {
margin-top: 15px;
}
.intro-approve-as-end {
clear: both;
margin-bottom: 10px;
}
.intro-end {
clear: both;
margin-bottom: 30px;

View file

@ -0,0 +1,58 @@
@import url('../default/style.css');
body {
background: #FFDDAA;
color: #444444;
}
.nav-link {
color: #444444;
background: #FFCC55;
}
.nav-commlink {
color: #444444;
background: #FFCC55;
}
.profile-tabs {
color: #444444;
background: #FFCC55;
}
a, a:visited {
color: #8888FF;
text-decoration: none;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
.wall-item-content-wrapper.comment {
background: #FFCC55;
}
.comment-edit-wrapper {
background: #FFCC55;
}
.comment-wwedit-wrapper {
background: #FFCC55;
}
#photos-upload-perms-menu, #photos-upload-perms-menu:visited {
color: #8888FF;
}
#photos-upload-perms-menu:hover {
color: #0000FF;
}
#settings-default-perms-menu, #settings-default-perms-menu:visited {
color: #8888FF;
}
#settings-default-perms-menu:hover {
color: #0000FF;
}