added clean theme
This commit is contained in:
parent
40bb8d195f
commit
6c812a9158
71
view/theme/clean/style.css
Normal file
71
view/theme/clean/style.css
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
@import url('../default/style.css');
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #FFFFFF;
|
||||||
|
color: #444444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
color: #444444;
|
||||||
|
background: #EEE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-commlink {
|
||||||
|
color: #444444;
|
||||||
|
background: #EEE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.profile-tabs {
|
||||||
|
color: #444444;
|
||||||
|
background: #EEE;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
a, a:visited {
|
||||||
|
color: #8888FF;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #0000FF;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fakelink, .fakelink:visited {
|
||||||
|
color: #8888FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fakelink:hover {
|
||||||
|
color: #0000FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wall-item-content-wrapper {
|
||||||
|
border: 1px solid #CCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wall-item-content-wrapper.comment {
|
||||||
|
background: #CCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-edit-wrapper {
|
||||||
|
background: #CCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-wwedit-wrapper {
|
||||||
|
background: #CCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
#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…
Reference in a new issue