replace public

This commit is contained in:
bel
2020-01-27 01:23:44 +00:00
parent 05978f7fc3
commit 5f584db9ec
35 changed files with 4272 additions and 108 deletions

View File

@@ -0,0 +1,13 @@
Image files page_white_text.png and calendar.png and some icons in buttons.png
are (or based on) icons from Silk Icons set by Mark James (http://www.famfamfam.com/lab/icons/silk/),
licensed under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Some icons in buttons.png are based on "Silk Companion 1" icons set by Damien Guard
(http://damieng.com/creative/icons/silk-companion-1-icons), licensed under the
Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Icons in mzl.png are (or based on) icons from Mozilla Source Code,
(http://www.mozilla.org/MPL/#source-code), licensed under the terms
of tri-license (MPL 1.1/GPL 2.0/LGPL 2.1).
Other images in this directory were made by Max Pozdeev and licensed under the terms of GNU GPL v2+.

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

View File

@@ -0,0 +1 @@
Direct access disallowed!

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

190
public/themes/default/pda.css Executable file
View File

@@ -0,0 +1,190 @@
body {
margin: 0px;
font-size: 100%;
}
h2 {
margin: 0;
margin-bottom: 2px;
font-size: 1em;
}
h3 {
margin-bottom: 4px;
padding: 4px 0;
}
#body {
margin-left: 1px;
margin-right: 1px;
padding: 1px;
padding-bottom: 12px;
}
#bar_login, #bar_logout {
padding-right: 1px;
}
#tabs ul {
margin-top: 0px;
}
#tabs ul li {
width: 70px;
margin-right: 1px;
}
.tab-content {
padding: 4px;
}
#htab_search {
width: 40%;
max-width: 190px;
}
.mtt-searchbox {
float: right;
}
.mtt-searchbox td {
width: 40%;
}
#toolbar.mtt-intask #htab_search {
display: none;
}
#toolbar.mtt-insearch #htab_newtask {
display: none;
}
#toolbar.mtt-insearch #htab_search {
width: 100%;
}
#toolbar.mtt-insearch .mtt-searchbox td {
width: 40%;
}
#tasklist li {
padding: 0.5em 3px;
overflow: hidden;
}
.task-actions {
display: none;
}
.task-date {
display: none;
}
.task-note-actions {
display: block;
padding-top: 8px;
}
.task-note-block {
margin-left: 0px;
border-left: 1px solid #777777;
background: none;
padding-left: 4px;
margin-top: 1px;
padding-top: 0px;
display: none;
}
.task-note-area textarea {
width: 95%;
}
.task-middle {
margin-right: 0px;
}
#tasklist li .task-through {
white-space: nowrap;
overflow: hidden;
}
#tasklist li:hover {
background-color: #ffffff;
}
#tasklist li.task-expanded .task-note-block {
display: none;
}
/*#tasklist li.task-expanded .task-toggle { background-position:-32px 0; }*/
#tasklist li.clicked {
background-color: #f6f6f6;
}
#tasklist li.clicked .task-actions {
display: block;
}
#tasklist li.clicked .task-through {
white-space: normal;
display: inline;
}
#tasklist li.clicked.task-has-note .task-note-block {
display: block;
}
/*#tasklist li.clicked.task-has-note .task-toggle { background-position:-48px 0; } */
#tasklist li.clicked.doubleclicked.task-has-note .task-note-block {
display: none;
}
.task-toggle {
display: none;
}
.task-middle {
margin-left: 25px;
}
#page_taskedit {
max-width: 99.5%;
border: none;
position: static;
padding: 0;
}
#page_taskedit .form-table {
width: 100%;
}
#page_taskedit .form-row .in500 {
color: #444444;
}
#page_taskedit .form-row textarea {
height: 70px;
}
#loading {
padding: 0px;
padding-top: 1px;
padding-right: 1px;
height: 16px;
overflow: hidden;
}
#loading img { /*width:8px; height:8px;*/
}
#tagcloud {
max-width: 100%;
}
.mtt-settings-table .in350 {
min-width: 50px;
}
.mtt-notes-showhide {
display: none;
}

116
public/themes/default/print.css Executable file
View File

@@ -0,0 +1,116 @@
html {
height: 0;
}
body {
height: 0;
min-height: 0;
margin: 0;
}
h2 {
display: none;
}
h3 {
border-bottom: 2px solid #777777;
}
#lists {
display: none;
}
#toolbar {
display: none;
}
.small-bar {
display: none;
}
.task-actions {
display: none;
}
#bar {
display: none;
}
#taskviewcontainer {
border: none;
}
#taskviewcontainer img {
display: none;
}
#tasklist {
list-style-type: decimal;
list-style-position: outside;
}
#tasklist li {
padding-left: 0px;
margin-left: 30px;
border-bottom: none;
padding-bottom: 8px;
}
div.task-note-block {
border-left: 1px solid #777777;
background: none;
padding-left: 5px;
margin-top: 5px;
padding-top: 0px;
font-size: 9pt;
color: #333333;
}
.task-middle {
margin-left: 0px;
margin-right: 3px;
}
.task-left {
display: none;
}
.task-date {
white-space: nowrap;
margin-left: 10px;
}
#tasklist li.today, #tasklist li.past {
background-color: #ffffff;
border-color: #dedede;
}
.task-prio {
font-weight: bold;
}
li.task-completed {
opacity: 1;
}
#footer_content {
border-top: 1px solid #777777;
background: none;
}
#footer_content a {
text-decoration: none;
color: #000000;
}
#tagcloudbtn {
display: none;
}
.mtt-notes-showhide {
display: none;
}
#taskview img {
display: none;
}

1358
public/themes/default/style.css Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,137 @@
body {
direction: rtl;
}
h2 {
float: right;
padding-left: 10px;
padding-right: 0px;
}
.bar-menu {
float: left;
}
#loading {
float: right;
}
#lists .mtt-tabs {
float: right;
}
.mtt-tabs li {
float: right;
margin: 1px 0 0 3px;
border-left: none;
border-right: 1px solid #ededed;
background: #fbfbfb url(images/tab_hover.gif) no-repeat top left;
}
.mtt-tabs li.mtt-tabs-selected {
border-left: none;
border-right: 1px solid #ededed;
background: #ededed url(images/corner_left.gif) no-repeat top left;
}
#tabs_buttons {
float: left;
}
.mtt-tabs-button {
float: right;
}
#tagcloudbtn {
float: left;
}
#htab_search {
float: left;
}
#task {
padding: 2px 2px 2px 18px;
}
#task_placeholder span {
right: 0px;
left: auto;
}
.mtt-taskbox-icon.mtt-icon-submittask {
left: 4px;
right: auto;
}
.mtt-searchbox-icon.mtt-icon-search {
right: 4px;
left: auto;
}
.mtt-searchbox-icon.mtt-icon-cancelsearch {
left: 4px;
right: auto;
}
.task-actions {
float: left;
text-align: left;
width: 15px;
}
.task-left {
float: right;
}
.task-toggle {
float: right;
}
.task-middle {
margin-right: 40px;
margin-left: 25px;
}
.task-date {
margin-right: 4px;
}
.duedate {
float: left;
margin-left: 0;
margin-right: 5px;
}
.duedate-arrow {
display: none;
}
.duedate:before {
content: '\2190';
}
.task-through-right {
float: left;
}
#taskedit-date {
float: left;
}
#page_taskedit .form-row-short {
float: right;
margin-left: 12px;
margin-right: 0;
}
.task-prio {
float: right;
margin-left: 4px;
margin-right: 0;
}
.alltags-cell {
padding-left: 0;
padding-right: 5px;
}

1
public/themes/index.html Executable file
View File

@@ -0,0 +1 @@
Direct access disallowed!