Merge pull request #1116 from silke/unsupported-themes
Marked several old themes as unsupported
This commit is contained in:
commit
212903a728
0
view/theme/darkbubble/unsupported
Normal file
0
view/theme/darkbubble/unsupported
Normal file
0
view/theme/dispy/unsupported
Normal file
0
view/theme/dispy/unsupported
Normal file
Binary file not shown.
Before Width: | Height: | Size: 364 B |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 80 KiB |
Binary file not shown.
Before Width: | Height: | Size: 320 B |
|
@ -1,48 +0,0 @@
|
|||
@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'); }
|
||||
.tabs { 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;
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
|
||||
function easterbunny_init(&$a) {
|
||||
$a->theme_info = array(
|
||||
'extends' => 'duepuntozero',
|
||||
);
|
||||
}
|
Loading…
Reference in a new issue