symfony is there
3
app/Resources/views/dark/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# dark theme
|
||||
|
||||
theme created by Nicolas Lœuillet aka nico_somb
|
||||
74
app/Resources/views/dark/public/css/style-dark.css
Normal file
@ -0,0 +1,74 @@
|
||||
body {
|
||||
color: #d4d4d4;
|
||||
background-color: #262627;
|
||||
}
|
||||
|
||||
a,
|
||||
a:hover,
|
||||
a:visited {
|
||||
color: #d4d4d4;
|
||||
}
|
||||
|
||||
a.back span {
|
||||
background-image: url('../img/dark/left.png');
|
||||
}
|
||||
|
||||
a.top span {
|
||||
background-image: url('../img/dark/top.png');
|
||||
}
|
||||
|
||||
a.fav span,
|
||||
a.fav-off span:hover {
|
||||
background-image: url('../img/dark/star-on.png');
|
||||
}
|
||||
|
||||
a.fav span:hover,
|
||||
a.fav-off span {
|
||||
background-image: url('../img/dark/star-off.png');
|
||||
}
|
||||
|
||||
a.archive span,
|
||||
a.archive-off span:hover {
|
||||
background-image: url('../img/dark/checkmark-on.png');
|
||||
}
|
||||
|
||||
a.archive span:hover,
|
||||
a.archive-off span {
|
||||
background-image: url('../img/dark/checkmark-off.png');
|
||||
}
|
||||
|
||||
a.twitter span {
|
||||
background-image: url('../img/dark/twitter.png');
|
||||
}
|
||||
|
||||
a.shaarli span {
|
||||
background-image: url('../img/dark/shaarli.png');
|
||||
}
|
||||
|
||||
a.flattr span {
|
||||
background-image: url('../img/dark/flattr.png');
|
||||
}
|
||||
|
||||
a.email span {
|
||||
background-image: url('../img/dark/envelop.png');
|
||||
}
|
||||
|
||||
a.delete span {
|
||||
background-image: url('../img/dark/remove.png');
|
||||
}
|
||||
|
||||
a.link span {
|
||||
background-image: url('../img/dark/link.png');
|
||||
}
|
||||
|
||||
a.bad-display span {
|
||||
background-image: url('../img/dark/bad-display.png');
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
#article_toolbar {
|
||||
background: #262627;
|
||||
}
|
||||
BIN
app/Resources/views/dark/public/img/dark/backtotop.png
Normal file
|
After Width: | Height: | Size: 250 B |
BIN
app/Resources/views/dark/public/img/dark/bad-display.png
Normal file
|
After Width: | Height: | Size: 403 B |
BIN
app/Resources/views/dark/public/img/dark/checkmark-off.png
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
app/Resources/views/dark/public/img/dark/checkmark-on.png
Normal file
|
After Width: | Height: | Size: 288 B |
BIN
app/Resources/views/dark/public/img/dark/down.png
Normal file
|
After Width: | Height: | Size: 269 B |
BIN
app/Resources/views/dark/public/img/dark/envelop.png
Normal file
|
After Width: | Height: | Size: 361 B |
BIN
app/Resources/views/dark/public/img/dark/flattr.png
Normal file
|
After Width: | Height: | Size: 331 B |
BIN
app/Resources/views/dark/public/img/dark/left.png
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
app/Resources/views/dark/public/img/dark/link.png
Normal file
|
After Width: | Height: | Size: 404 B |
BIN
app/Resources/views/dark/public/img/dark/remove.png
Normal file
|
After Width: | Height: | Size: 300 B |
BIN
app/Resources/views/dark/public/img/dark/rss.png
Normal file
|
After Width: | Height: | Size: 288 B |
BIN
app/Resources/views/dark/public/img/dark/shaarli.png
Normal file
|
After Width: | Height: | Size: 841 B |
BIN
app/Resources/views/dark/public/img/dark/star-off.png
Normal file
|
After Width: | Height: | Size: 382 B |
BIN
app/Resources/views/dark/public/img/dark/star-on.png
Normal file
|
After Width: | Height: | Size: 327 B |
BIN
app/Resources/views/dark/public/img/dark/top.png
Normal file
|
After Width: | Height: | Size: 250 B |
BIN
app/Resources/views/dark/public/img/dark/twitter.png
Normal file
|
After Width: | Height: | Size: 375 B |
1
app/Resources/views/dark/public/public
Symbolic link
@ -0,0 +1 @@
|
||||
../../themes/default/public
|
||||
BIN
app/Resources/views/dark/screenshot.jpg
Normal file
|
After Width: | Height: | Size: 649 KiB |
2
app/Resources/views/dark/theme.ini
Normal file
@ -0,0 +1,2 @@
|
||||
name = Dark
|
||||
requirements[] = default
|
||||