Totally tacky...
This commit is contained in:
parent
32b9546d76
commit
3195ad8d2e
4 changed files with 48 additions and 0 deletions
BIN
view/theme/easterbunny/border.jpg
Normal file
BIN
view/theme/easterbunny/border.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 364 B |
BIN
view/theme/easterbunny/head.jpg
Normal file
BIN
view/theme/easterbunny/head.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
view/theme/easterbunny/shiny.png
Normal file
BIN
view/theme/easterbunny/shiny.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 320 B |
48
view/theme/easterbunny/style.css
Normal file
48
view/theme/easterbunny/style.css
Normal file
|
@ -0,0 +1,48 @@
|
|||
@import url('../duepuntozero/style.css');
|
||||
|
||||
.vcard .fn {
|
||||
color: orange !important;
|
||||
}
|
||||
|
||||
.vcard .title {
|
||||
color: #00BB00 !important;
|
||||
}
|
||||
|
||||
.wall-item-content-wrapper {
|
||||
border: 1px solid red;
|
||||
background: #FFDDFF;
|
||||
}
|
||||
|
||||
.wall-item-content-wrapper.comment {
|
||||
background: #FFCCAA;
|
||||
}
|
||||
|
||||
.comment-edit-wrapper {
|
||||
background: yellow;
|
||||
}
|
||||
|
||||
body { background-image: url('head.jpg'); }
|
||||
section { background: #EEFFFF; }
|
||||
|
||||
a, a:visited { color: #0000FF; text-decoration: none; }
|
||||
a:hover {text-decoration: underline; }
|
||||
|
||||
|
||||
aside( background-image: url('border.jpg'); }
|
||||
#profile-tabs-wrapper { background-image: url('head.jpg'); }
|
||||
div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
|
||||
|
||||
|
||||
.nav-commlink, .nav-login-link {
|
||||
background-color: #aed3b2;
|
||||
|
||||
}
|
||||
|
||||
.fakelink, .fakelink:visited {
|
||||
color: #0000FF;
|
||||
}
|
||||
|
||||
.wall-item-name-link {
|
||||
color: #0000FF;
|
||||
}
|
||||
|
Loading…
Reference in a new issue