mistpark 2.0 infrasturcture lands
This commit is contained in:
parent
b49858b038
commit
ffb1997902
360 changed files with 25001 additions and 457 deletions
|
@ -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;
|
||||
|
|
58
view/theme/goldenrod/style.css
Normal file
58
view/theme/goldenrod/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue