Initial commit with support for mail view
Some parts of settings are changed as well but not complete yet
This commit is contained in:
103
customstyles.css
Normal file
103
customstyles.css
Normal file
@@ -0,0 +1,103 @@
|
||||
body {
|
||||
background-color: #222222;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
/* Toolbar */
|
||||
.toolbar a.button {
|
||||
opacity: 1;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
a.button.disabled {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.searchbox input,
|
||||
a.menuselector,
|
||||
#quicksearchbar input {
|
||||
color: #eee;
|
||||
background-color: #333;
|
||||
border-color: #999;
|
||||
}
|
||||
|
||||
a.menuselector .handle {
|
||||
color: #eee;
|
||||
}
|
||||
/* oef Toolbar */
|
||||
|
||||
/* Folder list */
|
||||
.folderlist li.mailbox.inbox.selected > a,
|
||||
.folderlist li.mailbox ul li.selected > a {
|
||||
color: #eee;
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.folderlist li.mailbox ul li a {
|
||||
color:#eee;
|
||||
}
|
||||
|
||||
.folderlist li.mailbox ul, /* group border */
|
||||
.folderlist li.mailbox a {
|
||||
color: #eee;
|
||||
background-color: #333;
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
ul.listing li {
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
.uibox .listbutton,
|
||||
.uibox .boxfooter {
|
||||
background-color: #333;
|
||||
border-color: #555;
|
||||
}
|
||||
/* eof Folder list */
|
||||
|
||||
/* Message List */
|
||||
.widescreen #messagelistheader,
|
||||
#messagelistfooter {
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
/* List elements */
|
||||
.pagejumper,
|
||||
.widescreen #messagelistcontainer,
|
||||
.messagelist td.subject,
|
||||
.messagelist td.flags{
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
.widescreen .messagelist td.subject span.date,
|
||||
.widescreen .messagelist td.subject span.fromto {
|
||||
color: #aaa;
|
||||
}
|
||||
.messagelist tr td.subject a {
|
||||
color: #eee;
|
||||
}
|
||||
/* eof List elements */
|
||||
/* eof Message List */
|
||||
|
||||
/* Message composition */
|
||||
body.iframe {
|
||||
color: #eee;
|
||||
background-color: #333;
|
||||
border-color: #555;
|
||||
}
|
||||
|
||||
.moreheaderstoggle,
|
||||
#messageheader,
|
||||
#composeheader,
|
||||
#all-headers,
|
||||
#headers-source {
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
border-color: #555;
|
||||
}
|
||||
/* eof Message composition */
|
||||
|
2
includes/links.html
Normal file
2
includes/links.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<roundcube:include file="/includes/links.html" skinPath="skins/larry" />
|
||||
<link rel="stylesheet" type="text/css" href="/customstyles.css" />
|
7
meta.json
Normal file
7
meta.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Dark Larry",
|
||||
"author": "Martin 'efelon' Winkler",
|
||||
"license": "Creative Commons Attribution-ShareAlike",
|
||||
"license-url": "http://creativecommons.org/licenses/by-sa/3.0/",
|
||||
"extends": "larry"
|
||||
}
|
BIN
thumbnail.png
Normal file
BIN
thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
21
watermark.html
Normal file
21
watermark.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
|
||||
html, body {
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user